From a204bf5d290b20080857bdd8717c93f066ad17a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:32:22 +0000 Subject: [PATCH] Bump postcss from 8.4.41 to 8.4.47 in /packages/tailwind-config Bumps [postcss](https://github.com/postcss/postcss) from 8.4.41 to 8.4.47. - [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.41...8.4.47) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7c75de8..44869ae 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -33,7 +33,7 @@ "eslint": "8.57.0", "graphql": "16.9.0", "npm-package-json-lint": "8.0.0", - "postcss": "8.4.41", + "postcss": "8.4.47", "prettier": "3.3.3", "react": "18.3.1", "tailwindcss": "3.4.10",