Update dependency postcss to v8.4.25

This commit is contained in:
renovate[bot]
2023-07-06 13:31:01 +00:00
parent 075bd8b7bf
commit 4c65685f5f
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-prettier": "8.8.0",
"jest": "29.6.0",
"postcss": "8.4.24",
"postcss": "8.4.25",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.5.1",
"prettier": "2.8.8",
@@ -9758,9 +9758,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
"integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
"version": "8.4.25",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz",
"integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==",
"funding": [
{
"type": "opencollective",
@@ -19342,9 +19342,9 @@
}
},
"postcss": {
"version": "8.4.24",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz",
"integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==",
"version": "8.4.25",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz",
"integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==",
"requires": {
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",

View File

@@ -39,7 +39,7 @@
"eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.8.0",
"jest": "29.6.0",
"postcss": "8.4.24",
"postcss": "8.4.25",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.5.1",
"prettier": "2.8.8",