From 358e2b402ea2f6ebd7996b50e07231ce5b4c474d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:23:19 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.15 to 8.5.23 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.23. - [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.15...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 9234f3fdf969..be6b61ab186a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -111,7 +111,7 @@ "normalize.css": "8.0.1", "oxlint": "1.77.0", "oxlint-tsgolint": "7.0.2001", - "postcss": "8.5.15", + "postcss": "8.5.23", "sass": "1.70.0", "solid-devtools": "0.34.5", "solid-js": "1.9.13",