From 619a0708ca68825ada16d05de964d3f0f9d2ef88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 16:28:56 +0000 Subject: [PATCH] chore(deps): bump postcss-clean from 1.2.0 to 1.2.2 in /install Bumps [postcss-clean](https://github.com/leodido/postcss-clean) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/leodido/postcss-clean/releases) - [Changelog](https://github.com/leodido/postcss-clean/blob/master/CHANGELOG.md) - [Commits](https://github.com/leodido/postcss-clean/commits/v1.2.2) --- updated-dependencies: - dependency-name: postcss-clean dependency-type: direct:production update-type: version-update:semver-patch ... 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 03bfc1a907..31b700f185 100644 --- a/install/package.json +++ b/install/package.json @@ -109,7 +109,7 @@ "pg": "8.7.3", "pg-cursor": "2.7.3", "postcss": "8.4.14", - "postcss-clean": "1.2.0", + "postcss-clean": "1.2.2", "prompt": "1.3.0", "ioredis": "5.2.2", "request": "2.88.2",