From 93ca48d3dc547730360e2687fc80871cc79fec21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 06:34:02 +0000 Subject: [PATCH] Update inquirer requirement from ^6.3.1 to ^7.0.0 Updates the requirements on [inquirer](https://github.com/SBoudrias/Inquirer.js) to permit the latest version. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.3.1...inquirer@7.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 0203bfd..f794464 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "file-system": "^2.2.2", "helmet": "^3.18.0", "http-errors": "^1.7.2", - "inquirer": "^6.3.1", + "inquirer": "^7.0.0", "kue": "^0.11.6", "mongodb": "^3.2.6", "mongoose": "^5.5.11",