From d65e73225840ff1907b3b482e2edd5f4c10d2fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:22:49 +0000 Subject: [PATCH] Bump postcss from 8.5.6 to 8.5.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.14. - [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.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00066e727a4..ff8f55b8b15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "material-shadows": "^3.0.1", "npm-check-updates": "^19.3.1", "npm-run-all": "^4.1.5", - "postcss": "^8.5.6", + "postcss": "^8.5.14", "postcss-dir-pseudo-class": "^9.0.1", "postcss-inline-svg": "^6.0.0", "postcss-logical": "5.0.4", @@ -6151,9 +6151,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.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ { @@ -6169,7 +6169,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -13033,9 +13032,9 @@ "dev": true }, "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.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "requires": { "nanoid": "^3.3.11", diff --git a/package.json b/package.json index 2f71d73fabc..c96971fcb09 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "material-shadows": "^3.0.1", "npm-check-updates": "^19.3.1", "npm-run-all": "^4.1.5", - "postcss": "^8.5.6", + "postcss": "^8.5.14", "postcss-dir-pseudo-class": "^9.0.1", "postcss-inline-svg": "^6.0.0", "postcss-logical": "5.0.4",