From 4ca877537dc209460701b6179cbcea53ca3a690a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Jun 2025 18:52:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aac49e..8d3329c 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,12 @@ "gulp-jade": "1.1.0", "gulp-jasmine": "2.4.2", "gulp-jshint": "2.0.4", - "gulp-less": "3.3.0", + "gulp-less": "4.0.0", "gulp-mocha": "3.0.1", "gulp-plumber": "^1.1.0", "gulp-rename": "1.2.2", "gulp-strip-debug": "1.1.0", - "gulp-uglify": "2.0.1", + "gulp-uglify": "3.0.0", "jshint": "2.9.4", "lodash": "^4.17.2", "moment": "2.19.3",