From 2946bb1679e6b547303abce6b556f9fd12c4171a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 13:14:25 -0500 Subject: [PATCH] fix(deps): update dependency postcss to v8.1.7 (#8866) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index b9cadf33ff..24b010ac9c 100644 --- a/install/package.json +++ b/install/package.json @@ -114,7 +114,7 @@ "passport-local": "1.0.0", "pg": "^8.0.2", "pg-cursor": "^2.1.9", - "postcss": "8.1.6", + "postcss": "8.1.7", "postcss-clean": "1.1.0", "promise-polyfill": "^8.1.3", "prompt": "^1.0.0",