diff --git a/package-lock.json b/package-lock.json index a1ef624f..9063120f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", "laravel-vite-plugin": "^1.0.3", - "postcss": "^8.4.32", + "postcss": "^8.4.49", "postcss-nesting": "^13.0.0", "tailwindcss": "^3.4.4", "vite": "^5.4.0" @@ -1706,9 +1706,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -1723,10 +1723,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 9bc4f1ae..fba91489 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", "laravel-vite-plugin": "^1.0.3", - "postcss": "^8.4.32", + "postcss": "^8.4.49", "postcss-nesting": "^13.0.0", "tailwindcss": "^3.4.4", "vite": "^5.4.0"