From 4267c3b5c9cd6f1b0969e495dae2e9ecb06c9b55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 15:23:10 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/gulp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- AhMyth-Server/app/node_modules/gulp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/gulp/package.json b/AhMyth-Server/app/node_modules/gulp/package.json index 256684af3..61e9951df 100644 --- a/AhMyth-Server/app/node_modules/gulp/package.json +++ b/AhMyth-Server/app/node_modules/gulp/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "glob-watcher": "^5.0.3", - "gulp-cli": "^2.2.0", + "gulp-cli": "^3.0.0", "undertaker": "^1.2.1", "vinyl-fs": "^3.0.0" },