diff --git a/package-lock.json b/package-lock.json index 40d03fd..519e81f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "next": "15.0.3", "next-auth": "4.24.10", "pg": "^8.12.0", - "postcss": "8.4.47", + "postcss": "8.4.48", "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "3.4.14", @@ -6647,9 +6647,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.48", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.48.tgz", + "integrity": "sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA==", "funding": [ { "type": "opencollective", @@ -6664,10 +6664,9 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { diff --git a/package.json b/package.json index 8bf2e6f..9740985 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "next": "15.0.3", "next-auth": "4.24.10", "pg": "^8.12.0", - "postcss": "8.4.47", + "postcss": "8.4.48", "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "3.4.14",