Skip to content

Commit 94e3fb2

Browse files
committed
fix(deps): update dependency postcss to v8.4.33
1 parent 95e798f commit 94e3fb2

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lodash": "4.17.21",
6060
"mini-css-extract-plugin": "1.6.2",
6161
"node-fetch": "2.7.0",
62-
"postcss": "8.4.32",
62+
"postcss": "8.4.33",
6363
"postcss-loader": "4.3.0",
6464
"postcss-reporter": "7.0.5",
6565
"promise-retry": "2.0.1",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10278,10 +10278,10 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
1027810278
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1027910279
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1028010280

10281-
[email protected].32, postcss@^8.4.32:
10282-
version "8.4.32"
10283-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
10284-
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
10281+
10282+
version "8.4.33"
10283+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
10284+
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
1028510285
dependencies:
1028610286
nanoid "^3.3.7"
1028710287
picocolors "^1.0.0"
@@ -10296,6 +10296,15 @@ postcss@^8.0.0, postcss@^8.2.15, postcss@^8.4.21:
1029610296
picocolors "^1.0.0"
1029710297
source-map-js "^1.0.2"
1029810298

10299+
postcss@^8.4.32:
10300+
version "8.4.32"
10301+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
10302+
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
10303+
dependencies:
10304+
nanoid "^3.3.7"
10305+
picocolors "^1.0.0"
10306+
source-map-js "^1.0.2"
10307+
1029910308
prelude-ls@^1.2.1:
1030010309
version "1.2.1"
1030110310
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)