From bc250cc2f06d85c5571d60cfe16841ecb60212f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 19:53:46 +0000 Subject: [PATCH] fix: upgrade postcss from 8.4.5 to 8.4.14 Snyk has created this PR to upgrade postcss from 8.4.5 to 8.4.14. See this package in npm: https://www.npmjs.com/package/postcss See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/97bb87fb-00a2-4539-9e94-d8ce6a58d61a?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 ef8a0c572ea60..b44c97424af55 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ncp": "^2.0.0", "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", - "postcss": "^8.4.5", + "postcss": "^8.4.14", "sass": "^1.49.0", "semver": "^7.3.5", "strftime": "^0.10.1"