From ed79972840ccefc110aa9684edad5d8dbb290565 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 03:41:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc2d6a2..6023e56 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gulp-util": "~2.2.13", "instrumentjs": "0.0.2", "jade": "~1.1.4", - "multimatch": "~0.3.0", + "multimatch": "~2.1.0", "through2": "~0.4.0", "underscore": "~1.5.2" },