From 6885e924b3693e252e9ff1869c8dca9e3a25b203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:06:33 +0000 Subject: [PATCH] Bump postcss from 8.5.3 to 8.5.10 in /csharp/web-ui/reactexample Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 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.3...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- csharp/web-ui/reactexample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/web-ui/reactexample/package.json b/csharp/web-ui/reactexample/package.json index 0ef03f066..8567aeb56 100644 --- a/csharp/web-ui/reactexample/package.json +++ b/csharp/web-ui/reactexample/package.json @@ -58,7 +58,7 @@ "eslint": "9.24.0", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.19", - "postcss": "8.5.3", + "postcss": "8.5.10", "tailwindcss": "3.4.14", "ts-node": "10.9.2", "typescript": "5.6.3",