From 8751129f07ed23da802fedffd3b4c341bd1e46af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Dec 2020 06:16:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CACHEBASE-1054631 --- 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"