From d660e23c0ceac37bd0f3eff73b0f0ac3de60a9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:37:05 +0000 Subject: [PATCH] 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb8b947..c65f2a4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "esbuild-plugin-inline-import": "^1.1.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", - "postcss": "^8.5.3", + "postcss": "^8.5.6", "postcss-url": "^10.1.3" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index d45e6b2..8bc8aed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -976,10 +976,10 @@ postcss-url@^10.1.3: minimatch "~3.0.4" xxhashjs "~0.2.2" -postcss@^8.5.3: - version "8.5.4" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4.tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0" - integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w== +postcss@^8.5.6: + version "8.5.6" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c" + integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== dependencies: nanoid "^3.3.11" picocolors "^1.1.1"