From 921838b5a34d4b4aa5267334667b7a1c44a76fda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 02:57:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fec6b3d..34c05b6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gulp-ng-html2js": "^0.2.0", "gulp-notify": "^2.0.0", "gulp-phpcs": "^1.0.0", - "gulp-sass": "^2.3.2", + "gulp-sass": "^5.0.0", "gulp-sourcemaps": "^1", "gulp-uglify": "^1", "gulp-util": "^3.0.3",