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

This commit is contained in:
Renovate Bot 2025-05-31 01:08:29 +00:00
parent 42461db280
commit e5bfb3a125
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", "@types/react-dom": "19.1.5",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.2", "eslint-config-next": "15.3.2",
"postcss": "8.5.3", "postcss": "8.5.4",
"tailwindcss": "4.1.7", "tailwindcss": "4.1.7",
"turbo": "2.5.3", "turbo": "2.5.3",
"typescript": "5.8.3" "typescript": "5.8.3"
@ -5394,9 +5394,9 @@
"dev": true "dev": true
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "3.3.8", "version": "3.3.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -5789,9 +5789,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.5.3", "version": "8.5.4",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz",
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", "integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -5808,7 +5808,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.8", "nanoid": "^3.3.11",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"source-map-js": "^1.2.1" "source-map-js": "^1.2.1"
}, },

View File

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