From f89193c9be8100e2150913c6470b713e55a0b714 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 01:09:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- 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" } }