From 61bcfd338b9a126993963158e73354a82e541869 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 12:43:27 +0000 Subject: [PATCH] Bump inquirer from 7.3.3 to 8.0.0 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.0.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3288fcd..6af2b65 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hapi/hapi": "^19.0.5", "axios": "^0.19.0", "conf": "^6.2.0", - "inquirer": "^7.0.0", + "inquirer": "^8.0.0", "is-port-reachable": "^3.0.0", "localtunnel": "^2.0.0", "open": "^7.0.0",