From ca17db892b0437fabb1f8b9438a5c3eeb4056d0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Sep 2021 03:44:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-540974 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c019c4..5e5ab02 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" } }