Skip to content

Commit bcbd13f

Browse files
renovate-botfilipesilva
authored andcommitted
build: update postcss to version 8.2.7
1 parent db90891 commit bcbd13f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"pidusage": "^2.0.17",
186186
"pnp-webpack-plugin": "1.6.4",
187187
"popper.js": "^1.14.1",
188-
"postcss": "8.2.6",
188+
"postcss": "8.2.7",
189189
"postcss-import": "14.0.0",
190190
"postcss-loader": "4.2.0",
191191
"postcss-preset-env": "6.7.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
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.6",
50+
"postcss": "8.2.7",
5151
"postcss-import": "14.0.0",
5252
"postcss-loader": "4.2.0",
5353
"postcss-preset-env": "6.7.0",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3793,6 +3793,11 @@ colorette@^1.2.1:
37933793
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
37943794
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
37953795

3796+
colorette@^1.2.2:
3797+
version "1.2.2"
3798+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
3799+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
3800+
37963801
[email protected], colors@^1.1.2, colors@^1.4.0:
37973802
version "1.4.0"
37983803
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
@@ -10123,7 +10128,16 @@ [email protected]:
1012310128
source-map "^0.6.1"
1012410129
supports-color "^6.1.0"
1012510130

10126-
[email protected], postcss@^8.2.4:
10131+
10132+
version "8.2.7"
10133+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.7.tgz#48ed8d88b4de10afa0dfd1c3f840aa57b55c4d47"
10134+
integrity sha512-DsVLH3xJzut+VT+rYr0mtvOtpTjSyqDwPf5EZWXcb0uAKfitGpTY9Ec+afi2+TgdN8rWS9Cs88UDYehKo/RvOw==
10135+
dependencies:
10136+
colorette "^1.2.2"
10137+
nanoid "^3.1.20"
10138+
source-map "^0.6.1"
10139+
10140+
postcss@^8.2.4:
1012710141
version "8.2.6"
1012810142
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
1012910143
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==

0 commit comments

Comments
 (0)