From e74a8ed467878dbbdc1ec1222c6605c8b8831039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:24:01 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.4 to 8.5.6 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.4 to 8.5.6. - [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.4...8.5.6) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.6 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 13aa109d2..256bad33b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "lint-staged": "16.1.2", "npm-check-updates": "18.0.1", "plop": "3.1.2", - "postcss": "8.5.4", + "postcss": "8.5.6", "postcss-advanced-variables": "5.0.0", "postcss-cli": "11.0.1", "postcss-custom-properties": "14.0.5", @@ -15377,9 +15377,9 @@ } }, "node_modules/postcss": { - "version": "8.5.4", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.4.tgz", - "integrity": "sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 44f408196..d98627869 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "lint-staged": "16.1.2", "npm-check-updates": "18.0.1", "plop": "3.1.2", - "postcss": "8.5.4", + "postcss": "8.5.6", "postcss-advanced-variables": "5.0.0", "postcss-cli": "11.0.1", "postcss-custom-properties": "14.0.5",