From d36bb17662457235fb13ce5093982f71bf40fd2a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 11:59:03 +0000 Subject: [PATCH] fix(package): update inquirer to version 7.0.1 Closes #201 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 182b64b2..c2661674 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@babel/runtime": "^7.2.0", "async": "^3.0.1", "chalk": "^3.0.0", - "inquirer": "^6.2.1", + "inquirer": "^7.0.1", "json-fixer": "^1.3.1-0", "lodash": "^4.11.2", "pify": "^4.0.1",