diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 20b503411a..3d1a420dfc 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -18,7 +18,7 @@ "dotenv": "^16.4.7", "framer-motion": "^11.0.0", "lucide-react": "^0.475.0", - "postcss": "^8.4.35", + "postcss": "^8.5.10", "postcss-import": "^16.1.0", "prism-react-renderer": "^2.3.0", "react": "^19.0.0", @@ -14233,9 +14233,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.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", diff --git a/documentation/package.json b/documentation/package.json index 2e01bf0f95..eebb397df9 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -27,7 +27,7 @@ "dotenv": "^16.4.7", "framer-motion": "^11.0.0", "lucide-react": "^0.475.0", - "postcss": "^8.4.35", + "postcss": "^8.5.10", "postcss-import": "^16.1.0", "prism-react-renderer": "^2.3.0", "react": "^19.0.0",