Update dependency postcss to v8.4.24

This commit is contained in:
renovate[bot]
2023-05-28 11:02:16 +00:00
parent 8646fec9f3
commit 87ce7de42f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"eslint-config-next": "13.3.4", "eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.8.0", "eslint-config-prettier": "8.8.0",
"jest": "29.5.0", "jest": "29.5.0",
"postcss": "8.4.23", "postcss": "8.4.24",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.4.1", "postcss-preset-env": "8.4.1",
"prettier": "2.8.8", "prettier": "2.8.8",
@@ -9719,9 +9719,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.23", "version": "8.4.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
"integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@@ -19276,9 +19276,9 @@
} }
}, },
"postcss": { "postcss": {
"version": "8.4.23", "version": "8.4.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
"integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
"requires": { "requires": {
"nanoid": "^3.3.6", "nanoid": "^3.3.6",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",

View File

@@ -39,7 +39,7 @@
"eslint-config-next": "13.3.4", "eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.8.0", "eslint-config-prettier": "8.8.0",
"jest": "29.5.0", "jest": "29.5.0",
"postcss": "8.4.23", "postcss": "8.4.24",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.4.1", "postcss-preset-env": "8.4.1",
"prettier": "2.8.8", "prettier": "2.8.8",