diff --git a/package-lock.json b/package-lock.json index cdc6d45..b99c347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "imagekit": "^6.0.0", "npm-check-updates": "^18.0.1", - "postcss": "^8.4.49", + "postcss": "^8.5.6", "react-masonry-css": "^1.0.16", "tailwindcss": "^4.1.7", "ts-node": "^10.9.2", @@ -12065,9 +12065,9 @@ } }, "node_modules/postcss": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", - "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "funding": [ { "type": "opencollective", @@ -12084,7 +12084,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.8", + "nanoid": "^3.3.11", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 32343e3..08671d5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "imagekit": "^6.0.0", "npm-check-updates": "^18.0.1", - "postcss": "^8.4.49", + "postcss": "^8.5.6", "react-masonry-css": "^1.0.16", "tailwindcss": "^4.1.7", "ts-node": "^10.9.2",