From 9fbf80a33398993be4f11592d4c66af6835bb316 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 8 Jan 2018 14:05:37 +0000 Subject: [PATCH] fix(package): update inquirer to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0b1214..136a114 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "app-root-path": "^2.0.1", "chalk": "^2.3.0", "coveralls": "^3.0.0", - "inquirer": "^4.0.1", + "inquirer": "^5.0.0", "lodash": "^4.17.4", "mkdirp": "^0.5.1" },