From 734bb6f57c3432365b5e0196ec3b244f8fd96f44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Mar 2023 23:48:08 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.14 to 8.4.21 Snyk has created this PR to upgrade postcss from 8.4.14 to 8.4.21. See this package in npm: https://www.npmjs.com/package/postcss See this project in Snyk: https://app.snyk.io/org/jwood3794/project/9c1bf1a1-1336-46d8-92fb-762bbcd1baee?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 427dadd7bc7bf..1882e57a1217e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "ncp": "^2.0.0", "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.14", + "postcss": "^8.4.21", "sass": "^1.53.0", "semver": "^7.3.7", "strftime": "^0.10.1"