From 1b25f77f311792e71913cda3fd14d6c4e1c4a975 Mon Sep 17 00:00:00 2001 From: Joe Graham Date: Tue, 15 Oct 2019 15:57:13 -0400 Subject: [PATCH] [Security] 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 39d8967d7785..9c96914c1a6a 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",