From 8989ddeb983c87f0cb924b1248c04102681a4d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:29:56 +0000 Subject: [PATCH] Bump postcss from 8.4.31 to 8.5.10 in /sample Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 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.4.31...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index a2d2c66..52a151b 100644 --- a/sample/package.json +++ b/sample/package.json @@ -8,7 +8,7 @@ "highlight.js": "^9.13.1", "parcel": "1.12.4", "parcel-bundler": "1.12.4", - "postcss": "8.4.31", + "postcss": "8.5.10", "postcss-flexbugs-fixes": "^4.1.0", "postcss-modules": "^1.4.1", "rimraf": "3.0.0",