Skip to content

Commit fa7eea9

Browse files
renovate-botclydin
authored andcommitted
build: update postcss to version 8.2.5
1 parent ceb5c72 commit fa7eea9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"pidusage": "^2.0.17",
191191
"pnp-webpack-plugin": "1.6.4",
192192
"popper.js": "^1.14.1",
193-
"postcss": "8.2.4",
193+
"postcss": "8.2.5",
194194
"postcss-import": "14.0.0",
195195
"postcss-loader": "4.2.0",
196196
"prettier": "^2.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.3.0",
4949
"parse5-html-rewriting-stream": "6.0.1",
5050
"pnp-webpack-plugin": "1.6.4",
51-
"postcss": "8.2.4",
51+
"postcss": "8.2.5",
5252
"postcss-import": "14.0.0",
5353
"postcss-loader": "4.2.0",
5454
"raw-loader": "4.0.2",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9575,7 +9575,16 @@ postcss@7.0.21:
95759575
source-map "^0.6.1"
95769576
supports-color "^6.1.0"
95779577

9578-
postcss@8.2.4, postcss@^8.1.4:
9578+
postcss@8.2.5:
9579+
version "8.2.5"
9580+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.5.tgz#3c75149ada4e93db9521913654c0144517f77c9a"
9581+
integrity sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==
9582+
dependencies:
9583+
colorette "^1.2.1"
9584+
nanoid "^3.1.20"
9585+
source-map "^0.6.1"
9586+
9587+
postcss@^8.1.4:
95799588
version "8.2.4"
95809589
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.4.tgz#20a98a39cf303d15129c2865a9ec37eda0031d04"
95819590
integrity sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==

0 commit comments

Comments
 (0)