Skip to content

Commit 05213c9

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular-devkit/build-angular): update dependency postcss to v8.4.31
Addresses npm audit report of GHSA-7fh5-64p2-3v2j
1 parent 00d9708 commit 05213c9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"pidusage": "^3.0.0",
187187
"piscina": "3.2.0",
188188
"popper.js": "^1.14.1",
189-
"postcss": "8.4.21",
189+
"postcss": "8.4.31",
190190
"postcss-loader": "7.0.2",
191191
"prettier": "^2.0.0",
192192
"protractor": "~7.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ora": "5.4.1",
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"piscina": "3.2.0",
51-
"postcss": "8.4.21",
51+
"postcss": "8.4.31",
5252
"postcss-loader": "7.0.2",
5353
"resolve-url-loader": "5.0.0",
5454
"rxjs": "6.6.7",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8293,6 +8293,11 @@ nanoid@^3.3.4:
82938293
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
82948294
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
82958295

8296+
nanoid@^3.3.6:
8297+
version "3.3.6"
8298+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
8299+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
8300+
82968301
natural-compare-lite@^1.4.0:
82978302
version "1.4.0"
82988303
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
@@ -9327,6 +9332,15 @@ postcss@8.4.21, postcss@^8.2.14, postcss@^8.3.7, postcss@^8.4.16, postcss@^8.4.1
93279332
picocolors "^1.0.0"
93289333
source-map-js "^1.0.2"
93299334

9335+
postcss@8.4.31:
9336+
version "8.4.31"
9337+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
9338+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
9339+
dependencies:
9340+
nanoid "^3.3.6"
9341+
picocolors "^1.0.0"
9342+
source-map-js "^1.0.2"
9343+
93309344
prelude-ls@^1.2.1:
93319345
version "1.2.1"
93329346
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)