From f9f130babfc9bf628064b05beb4b7c1d00f4a08e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 21:38:17 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..e6ef0244 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": "^3.0.0", + "chokidar": "^3.0.0", "glob-parent": "^3.0.1", "gulp-util": "^3.0.7", "object-assign": "^4.1.0",