From c2fc842e03ee343a978526a0d1bebd86e258220b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Oct 2018 08:07:47 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b52839558..4ac3cb512 100644 --- a/package.json +++ b/package.json @@ -45,11 +45,11 @@ "dependencies": { "chalk": "^0.5.1", "cross-spawn": "^0.2.3", - "gaze": "^0.5.1", + "gaze": "^1.1.0", "get-stdin": "^3.0.0", "meow": "^2.0.0", "mkdirp": "^0.5.0", - "mocha": "^2.0.1", + "mocha": "^3.0.0", "nan": "^1.3.0", "npmconf": "^2.1.1", "object-assign": "^2.0.0",