From 0d458ac03384d8eb9f703c43374df824e7c49eef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jun 2019 05:02:07 +0000 Subject: [PATCH] chore(deps): update dependency inquirer to v6.4.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9241e2b7..e3707077 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "4.19.1", "eslint-config-mailonline": "9.0.0", "husky": "0.14.3", - "inquirer": "6.3.1", + "inquirer": "6.4.0", "minimist": "1.2.0", "pkg": "4.4.0", "rimraf": "2.6.3", diff --git a/yarn.lock b/yarn.lock index 91bbb1ce..2c4fc8a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3205,9 +3205,9 @@ inquirer@3.0.6: strip-ansi "^3.0.0" through "^2.3.6" -inquirer@6.3.1: - version "6.3.1" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.3.1.tgz#7a413b5e7950811013a3db491c61d1f3b776e8e7" +inquirer@6.4.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.4.0.tgz#6f9284047c4e48b76b169e46b3ae3b2171ce30a2" dependencies: ansi-escapes "^3.2.0" chalk "^2.4.2"