From 24dbfb44d7cd7e7384dc4c7032f49251dcb7e6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:26:52 +0000 Subject: [PATCH] Bump postcss from 8.4.24 to 8.4.31 in /packages/clients/web Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 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.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/clients/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clients/web/package.json b/packages/clients/web/package.json index fd7411e..62a12ff 100644 --- a/packages/clients/web/package.json +++ b/packages/clients/web/package.json @@ -44,7 +44,7 @@ "eslint": "^8.42.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.1", - "postcss": "8.4.24", + "postcss": "8.4.31", "tailwindcss": "3.3.2", "typescript": "^5.1.3", "vitest": "0.32.0",