From 3d1acd772d71f7a5c10f515e4c8bf8386bcb71b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 20:08:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50c53f8b..f16d8f0a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "http-proxy": "^1.16.2", "is-glob": "^4.0.0", "lodash": "^4.17.2", - "micromatch": "^3.1.0" + "micromatch": "^4.0.0" }, "engines": { "node" : ">=4.0.0"