From ad71242f34c41648bef99d1b038e287219686553 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 07:09:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 560efe219..384605fc7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "escape-string-regexp": "^1.0.3", "get-function-arguments": "^1.0.0", "glob": "^6.0.1", - "inquirer": "^0.11.0", + "inquirer": "^0.12.0", "js-function-reflector": "^1.3.0", "mkdirp": "^0.5.1", "mocha": "^3.1.2",