Skip to content

Commit d26d5ef

Browse files
renovate-botclydin
authored andcommitted
build: update postcss to version 8.2.6
1 parent 789c959 commit d26d5ef

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

package.json

+1-1
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.5",
193+
"postcss": "8.2.6",
194194
"postcss-import": "14.0.0",
195195
"postcss-loader": "4.2.0",
196196
"postcss-preset-env": "6.7.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ora": "5.3.0",
4848
"parse5-html-rewriting-stream": "6.0.1",
4949
"pnp-webpack-plugin": "1.6.4",
50-
"postcss": "8.2.5",
50+
"postcss": "8.2.6",
5151
"postcss-import": "14.0.0",
5252
"postcss-loader": "4.2.0",
5353
"postcss-preset-env": "6.7.0",

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -9716,7 +9716,16 @@ postcss@7.0.21:
97169716
source-map "^0.6.1"
97179717
supports-color "^6.1.0"
97189718

9719-
postcss@8.2.5, postcss@^8.2.4:
9719+
postcss@8.2.6:
9720+
version "8.2.6"
9721+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
9722+
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
9723+
dependencies:
9724+
colorette "^1.2.1"
9725+
nanoid "^3.1.20"
9726+
source-map "^0.6.1"
9727+
9728+
postcss@^8.2.4:
97209729
version "8.2.5"
97219730
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.5.tgz#3c75149ada4e93db9521913654c0144517f77c9a"
97229731
integrity sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==

0 commit comments

Comments
 (0)