From 3703cf25c36e7b739df77baaad57a3fb2611f534 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 14:05:19 +0000 Subject: [PATCH] Bump inquirer from 7.0.6 to 7.1.0 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.0.6 to 7.1.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.0.6...inquirer@7.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 977cedc2..e693937c 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "eslint-plugin-prettier": "3.1.2", "eslint-plugin-react": "7.19.0", "husky": "4.2.3", - "inquirer": "7.0.6", + "inquirer": "7.1.0", "node-addon-api": "2.0.0", "node-gyp": "6.1.0", "null-loader": "3.0.0", diff --git a/yarn.lock b/yarn.lock index e0342489..86027ede 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4455,10 +4455,10 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== -inquirer@7.0.6, inquirer@^7.0.0: - version "7.0.6" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.6.tgz#ee4ff0ea7ecda5324656fe665878790f66df7d0c" - integrity sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w== +inquirer@7.1.0, inquirer@^7.0.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29" + integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== dependencies: ansi-escapes "^4.2.1" chalk "^3.0.0"