Update dependency postcss to v8.4.12

This commit is contained in:
Renovate Bot
2022-03-17 22:40:52 +00:00
committed by Thomas Ruoff
parent 9f0d53916d
commit c6158f602f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8218,9 +8218,9 @@
}
},
"postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.4.12",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
"integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
"dev": true,
"requires": {
"nanoid": "^3.3.1",

View File

@@ -37,7 +37,7 @@
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"jest": "27.5.1",
"postcss": "8.4.8",
"postcss": "8.4.12",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.4.2",
"prettier": "2.6.0",