Update dependency postcss to v8.4.27

This commit is contained in:
renovate[bot]
2023-07-21 14:14:54 +00:00
parent 8b7c55dec9
commit edae2332dd
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.1",
"postcss": "8.4.26",
"postcss": "8.4.27",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.5.1",
"prettier": "2.8.8",
@@ -9764,9 +9764,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.26",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz",
"integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==",
"version": "8.4.27",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz",
"integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==",
"funding": [
{
"type": "opencollective",
@@ -19351,9 +19351,9 @@
}
},
"postcss": {
"version": "8.4.26",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz",
"integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==",
"version": "8.4.27",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz",
"integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==",
"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.1",
"postcss": "8.4.26",
"postcss": "8.4.27",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.5.1",
"prettier": "2.8.8",