From 561093fc4267a4ae317d63bc9f103020fad88802 Mon Sep 17 00:00:00 2001 From: Joe Graham Date: Thu, 17 Oct 2019 10:35:51 -0400 Subject: [PATCH] Upgrade: bump inquirer to ^7.0.0 (#12440) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fde3e45f3ba..7783651947b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,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",