From d085a277fc8f82064f2072550460e46b18c1eba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:56:47 +0000 Subject: [PATCH] :arrow_up: Bump inquirer from 9.2.6 to 9.2.7 Bumps [inquirer](/~https://github.com/SBoudrias/Inquirer.js) from 9.2.6 to 9.2.7. - [Release notes](/~https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](/~https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.6...inquirer@9.2.7) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1237a7a02..4348066ac 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "conf": "11.0.1", "execa": "^7.1.1", "fuse.js": "6.6.2", - "inquirer": "^9.2.6", + "inquirer": "^9.2.7", "inquirer-autocomplete-prompt": "^3.0.0", "meow": "^11.0.0", "node-fetch": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index acaddda1b..ee8e14eb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3320,10 +3320,10 @@ inquirer-autocomplete-prompt@^3.0.0: run-async "^2.4.1" rxjs "^7.5.6" -inquirer@^9.2.6: - version "9.2.6" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.6.tgz#802a61ee3eefbf1cb82a7fb6c2ae95a106050e01" - integrity sha512-y71l237eJJKS4rl7sQcEUiMhrR0pB/ZnRMMTxLpjJhWL4hdWCT03a6jJnC1w6qIPSRZWEozuieGt3v7XaEJYFw== +inquirer@^9.2.7: + version "9.2.7" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.7.tgz#61e00658efa9b4c76a83c2c3cb3ceb88fec70ac7" + integrity sha512-Bf52lnfvNxGPJPltiNO2tLBp3zC339KNlGMqOkW+dsvNikBhcVDK5kqU2lVX2FTPzuXUFX5WJDlsw//w3ZwoTw== dependencies: ansi-escapes "^4.3.2" chalk "^5.2.0"