From ba4e4b7e50ab572c7b402db6c2fb25be94562cef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 05:44:42 +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 449e40fb..e8f61401 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "http-proxy": "^1.14.0", "is-glob": "^2.0.1", "lodash": "^4.14.2", - "micromatch": "^2.3.11" + "micromatch": "^3.1.1" } }