From 7a31a45bde5ebc93460f9e84bc5bb8eee685468b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 22:33:45 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa2fd92..9e0197d 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "dependencies": { "chai": "^4.1.2", "mocha": "^5.0.3", - "postcss": "^7.0.26", + "postcss": "^8.4.31", "postcss-nested": "https://github.com/sparkbox/postcss-nested/tarball/master", "postcss-nested-vars": "^1.0.0", - "postcss-scss": "^0.4.0" + "postcss-scss": "^3.0.0" }, "repository": { "url": "git@github.com:sparkbox/splinter.git",