From 72e8dac7a4a64b56a30c155069e6fcab862b7e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:27:20 +0000 Subject: [PATCH] build(deps): bump postcss from 8.5.6 to 8.5.10 Bumps [postcss](https://github.com/postcss/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 ... 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 9b9d7bf..34fba49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@tailwindcss/postcss": "4.1.17", "geist": "1.5.1", "next": "^16.1.5", - "postcss": "8.5.6", + "postcss": "8.5.10", "react": "19.2.0", "react-dom": "19.2.0", "tailwindcss": "4.1.17", @@ -5071,9 +5071,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 cd22acf..98d84af 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/postcss": "4.1.17", "geist": "1.5.1", "next": "^16.1.5", - "postcss": "8.5.6", + "postcss": "8.5.10", "react": "19.2.0", "react-dom": "19.2.0", "tailwindcss": "4.1.17",