From fbb64d0dc9efcd2d733f6155e5ea0f0a268cd9c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jun 2021 04:34:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 118bd04c38..f81aabeef8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "gulp-if": "^2.0.0", "gulp-minify-css": "^1.2.1", "gulp-replace": "^0.5.4", - "gulp-sass": "^2.0.4", + "gulp-sass": "^5.0.0", "gulp-uglify": "^1.4.2", "js-yaml": "^3.4.3" },