From 3a32fc8f263a2dbd33f6b1d008f12ed2af8b88a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:01:43 -0500 Subject: [PATCH] fix(deps): update dependency postcss to v8.4.33 (#12264) Co-authored-by: renovate[bot] <29139614+renovate[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 0b46b4a3ca..6ee55be865 100644 --- a/install/package.json +++ b/install/package.json @@ -115,7 +115,7 @@ "passport-local": "1.0.0", "pg": "8.11.3", "pg-cursor": "2.10.3", - "postcss": "8.4.32", + "postcss": "8.4.33", "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0",