From 7171f2f5912c189152ab50ebbb5201ebc0d81581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:36:08 +0000 Subject: [PATCH] Bump postcss from 8.5.6 to 8.5.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.13. - [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.13) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:development ... 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 e989b7720a6..df182025366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "husky": "^8.0.3", "less": "^4.3.0", "lint-staged": "^16.1.4", - "postcss": "^8.5.3", + "postcss": "^8.5.13", "prettier": "^3.5.3", "tailwindcss": "^3.4.17", "vite": "^8.0.0-beta.14", @@ -5680,9 +5680,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.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", + "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 6fd66cf3e91..2c0778f5e60 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "husky": "^8.0.3", "less": "^4.3.0", "lint-staged": "^16.1.4", - "postcss": "^8.5.3", + "postcss": "^8.5.13", "prettier": "^3.5.3", "tailwindcss": "^3.4.17", "vite": "^8.0.0-beta.14",