From 3622aad7b425f3c4b79504d762d69009afac7f55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 14:48:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b74f55..5d64e9f 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.4.31" }, "devDependencies": { "ava": "^0.14.0",