From c7ce1da0018344facb398732f046940f8e250805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 02:06:32 +0000 Subject: [PATCH] Bump postcss in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / 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:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b950b3..938d266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.2", "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", + "postcss": "^8.5.10", "tailwindcss": "^3.4.17", "typescript": "5.6.3", "vite": "^7.3.2" @@ -5549,9 +5549,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/package.json b/package.json index e695bf5..20fdaf8 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.2", "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", + "postcss": "^8.5.10", "tailwindcss": "^3.4.17", "typescript": "5.6.3", "vite": "^7.3.2"