From 75933a3c00dcba75c8ee945882f3ea76cef47415 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 20:31:35 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/gulp-watch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- AhMyth-Server/app/node_modules/gulp-watch/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AhMyth-Server/app/node_modules/gulp-watch/package.json b/AhMyth-Server/app/node_modules/gulp-watch/package.json index 68964e81..8f695128 100644 --- a/AhMyth-Server/app/node_modules/gulp-watch/package.json +++ b/AhMyth-Server/app/node_modules/gulp-watch/package.json @@ -64,8 +64,8 @@ "url": "https://github.com/floatdrop/gulp-watch/issues" }, "dependencies": { - "anymatch": "^1.3.0", - "chokidar": "^1.6.1", + "anymatch": "^2.0.0", + "chokidar": "^3.0.0", "glob-parent": "^3.0.1", "gulp-util": "^3.0.7", "object-assign": "^4.1.0",