From 4bdd351f9f3ebf4785e10c0c96105defe554b129 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 04:11:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc18d62d4..ee1c94939 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ], "dependencies": { "chalk": "^1.0.0", - "gaze": "^0.5.1", + "gaze": "^1.1.0", "get-stdin": "^4.0.1", "meow": "^3.1.0", "mkdirp": "^0.5.0", @@ -54,7 +54,7 @@ "npmconf": "^2.1.1", "pangyp": "^2.1.0", "request": "^2.53.0", - "sass-graph": "^1.0.3" + "sass-graph": "^2.1.0" }, "devDependencies": { "coveralls": "^2.11.2",