From 854ba4dc0026a366a0e1be65c4365c26a5753394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:55:43 +0000 Subject: [PATCH] Bump postcss from 8.5.9 to 8.5.10 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.9 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.9...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba73e0a..dfe46fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "autoprefixer": "10.4.27", "cross-env": "10.1.0", "npm-run-all2": "8.0.4", - "postcss": "8.5.9", + "postcss": "8.5.10", "postcss-cli": "11.0.1", "remark-cli": "12.0.1", "remark-lint": "10.0.1", @@ -2858,9 +2858,9 @@ } }, "node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 5bfba15..9dce9de 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "rtlcss": "4.3.0", "sass": "1.99.0", "npm-run-all2": "8.0.4", - "postcss": "8.5.9", + "postcss": "8.5.10", "postcss-cli": "11.0.1", "remark-cli": "12.0.1", "remark-lint": "10.0.1",