From d7694bff676732c765aa8c1c7c302c07a3c5e6c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 20:48:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c019c4..7556cc5 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "connect-modrewrite": "^0.8.2", "del": "^2.0.2", "gulp": "^3.9.0", - "gulp-sass": "^2.0.4" + "gulp-sass": "^5.0.0" } }