From 8b8540a0aab88dda174c56276798674661fe7c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:02:55 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.6 to 8.5.8 (#1134) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1404918..c0c1975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-prettier": "10.1.8", "eslint-plugin-i18next": "6.1.3", "json": "11.0.0", - "postcss": "8.5.6", + "postcss": "8.5.8", "prettier": "3.8.1", "prettier-plugin-tailwindcss": "0.7.2", "release-it": "19.2.4", @@ -7013,9 +7013,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": [ { @@ -7031,6 +7031,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index aae91f5..bbdda83 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-prettier": "10.1.8", "eslint-plugin-i18next": "6.1.3", "json": "11.0.0", - "postcss": "8.5.6", + "postcss": "8.5.8", "prettier": "3.8.1", "prettier-plugin-tailwindcss": "0.7.2", "release-it": "19.2.4",