From 5630683635914ff49998da74dad15161a9222cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:02:29 +0000 Subject: [PATCH] chore(deps-dev): bump postcss in /packages/treeshake-frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.18. - [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.10...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/treeshake-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/treeshake-frontend/package.json b/packages/treeshake-frontend/package.json index f6ec6c0a4e6..2a5748872ab 100644 --- a/packages/treeshake-frontend/package.json +++ b/packages/treeshake-frontend/package.json @@ -84,7 +84,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.12.0", - "postcss": "8.5.10", + "postcss": "8.5.18", "tailwindcss": "v3.4.16", "typescript": "^6.0.3", "typescript-eslint": "^8.15.0"