diff --git a/package-lock.json b/package-lock.json index 12bf954..e3599a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "dotenv": "^17.2.3", "gh-pages": "^6.1.1", "lighthouse": "^12.1.0", - "postcss": "^8.4.47", + "postcss": "^8.5.9", "tailwindcss": "^3.4.12" }, "engines": { @@ -22186,9 +22186,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.9", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", + "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", "funding": [ { "type": "opencollective", @@ -22203,6 +22203,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 908704e..5051455 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "dotenv": "^17.2.3", "gh-pages": "^6.1.1", "lighthouse": "^12.1.0", - "postcss": "^8.4.47", + "postcss": "^8.5.9", "tailwindcss": "^3.4.12" }, "browserslist": {