From 1f682463191671f286ef663d01fca4c8c3f258f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 19:49:11 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.4.23 to 8.4.31 in /install Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 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.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index b507d1b03b9e..975edc4ab44e 100644 --- a/install/package.json +++ b/install/package.json @@ -112,7 +112,7 @@ "passport-local": "1.0.0", "pg": "8.10.0", "pg-cursor": "2.9.0", - "postcss": "8.4.23", + "postcss": "8.4.31", "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0",