From 7aff19bb89c21f2730561d22f5ccff617416e10b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 06:16:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- 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"