Update dependency postcss to v8.4.39

This commit is contained in:
renovate[bot]
2024-06-29 18:49:44 +00:00
parent 4a4b7148f4
commit 7e9db08b9c
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"eslint-config-next": "14.2.4", "eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"jest": "29.7.0", "jest": "29.7.0",
"postcss": "8.4.38", "postcss": "8.4.39",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "9.5.14", "postcss-preset-env": "9.5.14",
"prettier": "3.3.2", "prettier": "3.3.2",
@@ -11813,9 +11813,10 @@
} }
}, },
"node_modules/picocolors": { "node_modules/picocolors": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
"license": "ISC"
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "2.3.1", "version": "2.3.1",
@@ -11870,9 +11871,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.38", "version": "8.4.39",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@@ -11887,9 +11888,10 @@
"url": "https://github.com/sponsors/ai" "url": "https://github.com/sponsors/ai"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"picocolors": "^1.0.0", "picocolors": "^1.0.1",
"source-map-js": "^1.2.0" "source-map-js": "^1.2.0"
}, },
"engines": { "engines": {

View File

@@ -40,7 +40,7 @@
"eslint-config-next": "14.2.4", "eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"jest": "29.7.0", "jest": "29.7.0",
"postcss": "8.4.38", "postcss": "8.4.39",
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "9.5.14", "postcss-preset-env": "9.5.14",
"prettier": "3.3.2", "prettier": "3.3.2",