From 8306822be0db7f4eafea2e81d46668dc9a3163ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:25:53 +0000 Subject: [PATCH] Bump postcss from 8.4.49 to 8.5.3 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.3. - [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.49...8.5.3) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... 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 ef5aed9..2032ce2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "19.0.2", "@types/uuid": "^10.0.0", "dotenv-cli": "^8.0.0", - "postcss": "8.4.49", + "postcss": "8.5.3", "tailwind-config": "workspace:*", "tailwindcss": "^3.4.17", "tsconfig": "workspace:*"