From 50239c219d4ca135765a23c452590ec1b53c38b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 22:03:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f81da91d..b17e84901 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "async-foreach": "^0.1.3", "chalk": "^1.1.1", "cross-spawn": "^2.0.0", - "gaze": "^0.5.1", + "gaze": "^1.1.0", "get-stdin": "^4.0.1", "glob": "^5.0.14", "meow": "^3.3.0",