From 643d6beb577ae526a1cfdefe956c25727bb9c6c1 Mon Sep 17 00:00:00 2001 From: Joe Graham Date: Tue, 15 Oct 2019 15:57:13 -0400 Subject: [PATCH] Upgrade: bump inquirer to ^7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39d8967d778..9c96914c1a6 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", - "inquirer": "^6.4.1", + "inquirer": "^7.0.0", "is-glob": "^4.0.0", "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1",