File tree 3 files changed +17
-3
lines changed
packages/angular_devkit/build_angular
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 189
189
"pidusage" : " ^2.0.17" ,
190
190
"pnp-webpack-plugin" : " 1.6.4" ,
191
191
"popper.js" : " ^1.14.1" ,
192
- "postcss" : " 8.1.10 " ,
192
+ "postcss" : " 8.2.1 " ,
193
193
"postcss-import" : " 13.0.0" ,
194
194
"postcss-loader" : " 4.1.0" ,
195
195
"prettier" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 47
47
"ora" : " 5.1.0" ,
48
48
"parse5-html-rewriting-stream" : " 6.0.1" ,
49
49
"pnp-webpack-plugin" : " 1.6.4" ,
50
- "postcss" : " 8.1.10 " ,
50
+ "postcss" : " 8.2.1 " ,
51
51
"postcss-import" : " 13.0.0" ,
52
52
"postcss-loader" : " 4.1.0" ,
53
53
"raw-loader" : " 4.0.2" ,
Original file line number Diff line number Diff line change @@ -8256,6 +8256,11 @@ nanoid@^3.1.18:
8256
8256
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.18.tgz#0680db22ab01c372e89209f5d18283d98de3e96d"
8257
8257
integrity sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==
8258
8258
8259
+ nanoid@^3.1.20:
8260
+ version "3.1.20"
8261
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
8262
+ integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
8263
+
8259
8264
nanomatch@^1.2.9:
8260
8265
version "1.2.13"
8261
8266
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9711,7 +9716,16 @@ postcss@7.0.21:
9711
9716
source-map "^0.6.1"
9712
9717
supports-color "^6.1.0"
9713
9718
9714
- postcss@8.1.10, postcss@^8.1.4:
9719
+ postcss@8.2.1:
9720
+ version "8.2.1"
9721
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.1.tgz#eabc5557c4558059b9d9e5b15bce7ffa9089c2a8"
9722
+ integrity sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==
9723
+ dependencies:
9724
+ colorette "^1.2.1"
9725
+ nanoid "^3.1.20"
9726
+ source-map "^0.6.1"
9727
+
9728
+ postcss@^8.1.4:
9715
9729
version "8.1.10"
9716
9730
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.10.tgz#129834f94c720554d2cfdaeb27d5542ac4a026ea"
9717
9731
integrity sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg==
You can’t perform that action at this time.
0 commit comments