From 2347d6a57d0ac3b00200007eb6f7a6372ba67fbc Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 21 Jun 2019 06:16:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SETVALUE-450213 --- 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"