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

This commit is contained in:
Renovate Bot 2025-01-18 02:03:17 +00:00
parent af640ea87c
commit 6efd7da9e1
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@ -29,7 +29,7 @@
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.4", "eslint-config-next": "15.1.4",
"postcss": "8.4.49", "postcss": "8.5.1",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.3.3", "turbo": "2.3.3",
"typescript": "5.7.3" "typescript": "5.7.3"
@ -5268,15 +5268,16 @@
} }
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "3.3.7", "version": "3.3.8",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/ai" "url": "https://github.com/sponsors/ai"
} }
], ],
"license": "MIT",
"bin": { "bin": {
"nanoid": "bin/nanoid.cjs" "nanoid": "bin/nanoid.cjs"
}, },
@ -5703,9 +5704,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.49", "version": "8.5.1",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -5722,7 +5723,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.8",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"source-map-js": "^1.2.1" "source-map-js": "^1.2.1"
}, },

View File

@ -30,7 +30,7 @@
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.4", "eslint-config-next": "15.1.4",
"postcss": "8.4.49", "postcss": "8.5.1",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.3.3", "turbo": "2.3.3",
"typescript": "5.7.3" "typescript": "5.7.3"