From 1cffbb1e087bac3c02b8fc790f178526899c23fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 01:24:00 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/matchdep/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- AhMyth-Server/app/node_modules/matchdep/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AhMyth-Server/app/node_modules/matchdep/package.json b/AhMyth-Server/app/node_modules/matchdep/package.json index 85ab66955..9a4202995 100644 --- a/AhMyth-Server/app/node_modules/matchdep/package.json +++ b/AhMyth-Server/app/node_modules/matchdep/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", + "micromatch": "^4.0.0", "resolve": "^1.4.0", "stack-trace": "0.0.10" },