From 4b8cd20e6ce6780581c892597d50a694f628772a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:31:14 -0400 Subject: [PATCH] build(deps): Bump inquirer from 6.5.1 to 7.0.0 (#178) Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 6.5.1 to 7.0.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.5.1...inquirer@7.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10c57908..abed743c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4275,9 +4275,9 @@ "dev": true }, "inquirer": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.1.tgz", - "integrity": "sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.0.tgz", + "integrity": "sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==", "requires": { "ansi-escapes": "^4.2.1", "chalk": "^2.4.2", diff --git a/package.json b/package.json index f361fe02..4a8d0a76 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "download": "^7.1.0", "fs-extra": "^8.1.0", "hasbin": "^1.2.3", - "inquirer": "^6.5.1", + "inquirer": "^7.0.0", "js-yaml": "^3.13.1", "jsonfile": "^5.0.0", "md5-file": "^4.0.0",