From 1477bfb5c8dfe7a77025858fccf2a22d7243c731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:21:16 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.6 to 8.5.10 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.10. - [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.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/mlut/package.json | 2 +- packages/plugins/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31bf25dc..81878724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13099,9 +13099,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.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "funding": [ { @@ -18832,7 +18832,7 @@ "@types/csso": "^5.0.4", "@types/node": "^20.10.5", "autoprefixer": "^10.4.19", - "postcss": "^8.4.39", + "postcss": "^8.5.10", "typescript": "^4.8.0" } }, @@ -18869,7 +18869,7 @@ "csso": "^5.0.5", "esbuild": "^0.25.0", "lightningcss": "^1.25.1", - "postcss": "^8.4.38", + "postcss": "^8.5.10", "typescript": "^5.8.0" } } diff --git a/packages/mlut/package.json b/packages/mlut/package.json index fd9d9e73..f887af07 100644 --- a/packages/mlut/package.json +++ b/packages/mlut/package.json @@ -46,7 +46,7 @@ "@types/csso": "^5.0.4", "@types/node": "^20.10.5", "autoprefixer": "^10.4.19", - "postcss": "^8.4.39", + "postcss": "^8.5.10", "typescript": "^4.8.0" }, "dependencies": { diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 684efce5..482ba1eb 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -47,7 +47,7 @@ "csso": "^5.0.5", "esbuild": "^0.25.0", "lightningcss": "^1.25.1", - "postcss": "^8.4.38", + "postcss": "^8.5.10", "typescript": "^5.8.0" }, "dependencies": {