From d7a4ae1f9c1e9153dd7ec3e156684e2224ddf9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:22:18 -0500 Subject: [PATCH] chore(deps): bump postcss from 8.4.7 to 8.4.8 in /install (#10372) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8. - [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.7...8.4.8) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a2f9a8d6e4..7902a85bc3 100644 --- a/install/package.json +++ b/install/package.json @@ -106,7 +106,7 @@ "passport-local": "1.0.0", "pg": "8.7.3", "pg-cursor": "2.7.3", - "postcss": "8.4.7", + "postcss": "8.4.8", "postcss-clean": "1.2.0", "prompt": "1.2.2", "ioredis": "4.28.5",