From 0f972eb0f75df48d64e640fa730002518b561a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 01:37:41 +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 75460ca2cbb3..50c509ce7fc3 100644 --- a/install/package.json +++ b/install/package.json @@ -107,7 +107,7 @@ "pg": "8.7.3", "pg-cursor": "2.7.3", "postcss": "8.4.12", - "postcss-clean": "1.2.0", + "postcss-clean": "1.2.2", "prompt": "1.2.2", "ioredis": "5.0.4", "request": "2.88.2",