chore(deps): update dependency postcss to v8.5.4
All checks were successful
Lint / Lint (push) Successful in 28s

This commit is contained in:
Renovate Bot 2025-05-31 02:08:17 +00:00
parent 01c7e41535
commit ce0258e831
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@types/react-dom": "19.1.5",
"eslint": "8.57.1",
"eslint-config-next": "15.3.2",
"postcss": "8.5.3",
"postcss": "8.5.4",
"tailwindcss": "4.1.7",
"turbo": "2.5.3",
"typescript": "5.8.3"
@ -5394,9 +5394,9 @@
"dev": true
},
"node_modules/nanoid": {
"version": "3.3.8",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
"funding": [
{
"type": "github",
@ -5789,9 +5789,9 @@
}
},
"node_modules/postcss": {
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"version": "8.5.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz",
"integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==",
"funding": [
{
"type": "opencollective",
@ -5808,7 +5808,7 @@
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.8",
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},

View File

@ -29,7 +29,7 @@
"@types/react-dom": "19.1.5",
"eslint": "8.57.1",
"eslint-config-next": "15.3.2",
"postcss": "8.5.3",
"postcss": "8.5.4",
"tailwindcss": "4.1.7",
"turbo": "2.5.3",
"typescript": "5.8.3"