From 719d1b8238ad9ad6cf8b7acfa75171762b6071de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 06:05:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e60243..bef68c5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "node-fetch": "^1.7.1", "parse-numeric-range": "^0.0.2", "postcss-cssnext": "^2.11.0", - "postcss-inherit": "git+https://github.com/saurabharch/postcss-inherit#build3", + "postcss-inherit": "4.1.0", "postcss-simple-vars": "^4.0.0", "prep-cloud": "^0.0.8", "prismjs": "^1.6.0",