From 4dce997f4e5b90f2f78f2bfc10adce26ebe24aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:54:41 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.5.6 to 8.5.10 in /documentation (#8820) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- documentation/package-lock.json | 8 ++++---- documentation/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",