From 84407d65f3baa2af5beaa91da12e1a7b3c6e1752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Apr 2021 22:23:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b74f55..8229d0a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "homepage": "https://github.com/lutien/postcss-extract-value", "dependencies": { - "postcss": "^5.0.21" + "postcss": "^8.2.13" }, "devDependencies": { "ava": "^0.14.0",