From 76a88ffdc1a6da3e97e8bd170e68c2aa0e89664f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:04:03 +0000 Subject: [PATCH] chore(deps-dev): bump postcss in /packages/cli/plugin-tailwind Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. - [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.21...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/cli/plugin-tailwind/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/plugin-tailwind/package.json b/packages/cli/plugin-tailwind/package.json index f199b7a72592..5f01626607e1 100644 --- a/packages/cli/plugin-tailwind/package.json +++ b/packages/cli/plugin-tailwind/package.json @@ -71,7 +71,7 @@ "tailwindcss": "^3.2.4", "jest": "^29", "react": "^18", - "postcss": "8.4.21", + "postcss": "8.4.31", "@scripts/jest-config": "workspace:*" }, "peerDependencies": {