Update dependency postcss to v8.4.8

This commit is contained in:
Renovate Bot
2022-03-07 22:58:52 +00:00
committed by renovate[bot]
parent fef8a65d21
commit 2cf1419161
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

@@ -37,7 +37,7 @@
"eslint": "8.10.0", "eslint": "8.10.0",
"eslint-config-next": "12.1.0", "eslint-config-next": "12.1.0",
"jest": "27.5.1", "jest": "27.5.1",
"postcss": "8.4.7", "postcss": "8.4.8",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.4.2", "postcss-preset-env": "7.4.2",
"prettier": "2.5.1", "prettier": "2.5.1",