From a40e064448e5d5e185b01f87b44300ea14553735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:02:01 +0530 Subject: [PATCH] chore(deps): bump postcss (#8931) Bumps the npm_and_yarn group with 1 update in the /packages/tailwind-config directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.6 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.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/tailwind-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index b99a90f9c5..485735464f 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@tailwindcss/postcss": "4.1.17", - "postcss": "8.5.6" + "postcss": "8.5.10" }, "devDependencies": { "tailwindcss": "4.1.17"