From fd23dea3dacdaf35617c12d79c5e5c1529876158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 22:30:06 +0000 Subject: [PATCH] build(deps): bump postcss Bumps the npm_and_yarn group with 1 update in the /website directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.6 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index dd1b5f77f..a6c0bd388 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -25,7 +25,7 @@ "docusaurus-plugin-openapi-docs": "^4.7.1", "docusaurus-theme-openapi-docs": "^4.3.1", "embla-carousel-react": "^8.5.2", - "postcss": "^8.4.49", + "postcss": "^8.5.10", "postcss-import": "^16.1.1", "prism-react-renderer": "^2.3.1", "react": "^18.3.1", @@ -20496,9 +20496,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/website/package.json b/website/package.json index de2cc16f1..9e1e0e202 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ "docusaurus-plugin-openapi-docs": "^4.7.1", "docusaurus-theme-openapi-docs": "^4.3.1", "embla-carousel-react": "^8.5.2", - "postcss": "^8.4.49", + "postcss": "^8.5.10", "postcss-import": "^16.1.1", "prism-react-renderer": "^2.3.1", "react": "^18.3.1",