From 301874b4ccb56734d33e4e9d2517f307f2ade8d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 00:37:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- 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",