From 34639c8ffd588136b7c4a6b3dd0b5eaadd37f086 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 21:51:35 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/chokidar/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/chokidar/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AhMyth-Server/app/node_modules/chokidar/package.json b/AhMyth-Server/app/node_modules/chokidar/package.json index 84bfce5c..aef641a2 100644 --- a/AhMyth-Server/app/node_modules/chokidar/package.json +++ b/AhMyth-Server/app/node_modules/chokidar/package.json @@ -54,7 +54,7 @@ "url": "http://github.com/paulmillr/chokidar/issues" }, "dependencies": { - "anymatch": "^1.3.0", + "anymatch": "^3.0.0", "async-each": "^1.0.0", "fsevents": "^1.0.0", "glob-parent": "^2.0.0", @@ -62,7 +62,7 @@ "is-binary-path": "^1.0.0", "is-glob": "^2.0.0", "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0" + "readdirp": "^3.0.0" }, "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", "devDependencies": {