From 3e63c719ecabc1e00eb50344d263d65cd8542388 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:42:21 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/anymatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- AhMyth-Server/app/node_modules/anymatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/anymatch/package.json b/AhMyth-Server/app/node_modules/anymatch/package.json index 946d0d18..f10bd6a3 100644 --- a/AhMyth-Server/app/node_modules/anymatch/package.json +++ b/AhMyth-Server/app/node_modules/anymatch/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "arrify": "^1.0.0", - "micromatch": "^2.1.5" + "micromatch": "^3.0.0" }, "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions", "devDependencies": {