From 84047356bb2b2182f49dcfd60cb6b3dec25de413 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Oct 2020 01:05:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- 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" },