From 803193103088f3ed0f7e8cf149640b098c43c20d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Sep 2021 23:38:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-535505 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a05eef4..af94cad 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": "^3.0.0" } }