From 70869a238f9849180232f5301bcbbe05c2b17ab1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 07:15:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b52839558..2d619f52c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "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",