From 71455bea7fc05a7d94204b587607abfe708a5407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:06:22 +0000 Subject: [PATCH] Bump postcss from 8.5.6 to 8.5.8 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.8. - [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.8) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-patch ... 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 111a0f2..4a300b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint": "9.39.3", "eslint-plugin-react": "7.37.5", "globals": "17.4.0", - "postcss": "8.5.6", + "postcss": "8.5.8", "prettier": "^3.8.1", "tailwindcss": "^4.2.1", "typescript": "5.9.3", @@ -5991,9 +5991,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.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", + "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fc0c775..6074f28 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "9.39.3", "eslint-plugin-react": "7.37.5", "globals": "17.4.0", - "postcss": "8.5.6", + "postcss": "8.5.8", "prettier": "^3.8.1", "tailwindcss": "^4.2.1", "typescript": "5.9.3",