From e9bb572c8f6bf32dba6fa15c225d5c1ae9d77598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 02:37:25 +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 a05eef4..2f9100d 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" } }