From ee3735200ff2d025f9d0b28c42b3b5616549c744 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 23:50:39 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/gulp-less/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 --- AhMyth-Server/app/node_modules/gulp-less/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/gulp-less/package.json b/AhMyth-Server/app/node_modules/gulp-less/package.json index b55c5703..22f616bc 100644 --- a/AhMyth-Server/app/node_modules/gulp-less/package.json +++ b/AhMyth-Server/app/node_modules/gulp-less/package.json @@ -55,7 +55,7 @@ "dependencies": { "accord": "^0.26.3", "gulp-util": "^3.0.7", - "less": "2.6.x || ^2.7.1", + "less": "3.12.0", "object-assign": "^4.0.1", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0"