Skip to content

Commit 71d65e6

Browse files
Bump postcss from 8.4.12 to 8.4.21
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.21. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.12...8.4.21) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 282d4cd commit 71d65e6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@fullhuman/postcss-purgecss": "^4.1.3",
3939
"bootilities": "^0.5.0",
4040
"jest": "^27.5.1",
41-
"postcss": "^8.4.12",
41+
"postcss": "^8.4.21",
4242
"prettier": "^2.4.1",
4343
"sass": "^1.43.4",
4444
"ts-jest": "^27.1.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,10 +3231,10 @@ mustache@^4.2.0:
32313231
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
32323232
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
32333233

3234-
nanoid@^3.3.1:
3235-
version "3.3.1"
3236-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
3237-
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
3234+
nanoid@^3.3.4:
3235+
version "3.3.4"
3236+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
3237+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
32383238

32393239
natural-compare@^1.4.0:
32403240
version "1.4.0"
@@ -3529,12 +3529,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
35293529
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
35303530
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
35313531

3532-
postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.6:
3533-
version "8.4.12"
3534-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
3535-
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
3532+
postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.21, postcss@^8.4.6:
3533+
version "8.4.21"
3534+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
3535+
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
35363536
dependencies:
3537-
nanoid "^3.3.1"
3537+
nanoid "^3.3.4"
35383538
picocolors "^1.0.0"
35393539
source-map-js "^1.0.2"
35403540

0 commit comments

Comments
 (0)