From 74ae3485753dedc158b1f37096c8495195e7a92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:53:36 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.22 to 8.5.23 in /packages/ui Bumps [postcss](https://github.com/postcss/postcss) from 8.5.22 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.22...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index c4678d5..b80733c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -18,7 +18,7 @@ "@types/react": "^19.0.7", "@types/node": "22.10.10", "autoprefixer": "10.4.27", - "postcss": "8.5.22", + "postcss": "8.5.23", "tailwindcss": "3.4.19", "typescript": "5.7.3" },