From ecd3cf0aa55439e7422d3b1969c01ae6f837c69b Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 05:30:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f00637..2866270 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "pad": "0.0.5", "bytes": "^1.0.0", "ansi": "^0.3.0", - "inquirer": "^0.6.0", + "inquirer": "^0.12.0", "ascii-art": "0.0.2-alpha", "node-sass": "*", "opener": "^1.4.0",