From 319f930a11a045c896e337a049d7432f20703b02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 13:24:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae95b09f06..387e302b6d 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "gulp-less": "^3.3.2", "gulp-load-plugins": "~1.5.0", "gulp-ng-annotate": "~2.0.0", - "gulp-nodemon": "^2.2.1", + "gulp-nodemon": "^2.5.0", "gulp-refresh": "^1.1.0", "gulp-rename": "~1.2.2", "gulp-rev": "~8.0.0", - "gulp-sass": "^3.1.0", + "gulp-sass": "^5.0.0", "gulp-uglify": "~3.0.0", "helmet": "^3.8.2", "imagemin-pngquant": "~5.0.0",