From 68225066418857d30190d11fce3e203bb48be7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:05:27 +0000 Subject: [PATCH] :arrow_up: Bump inquirer from 9.3.6 to 9.3.7 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.3.6 to 9.3.7. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.6...inquirer@9.3.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 622d6f1a4..3762dc777 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "conf": "13.0.1", "execa": "^8.0.1", "fuse.js": "7.0.0", - "inquirer": "~9.3.6", + "inquirer": "~9.3.7", "inquirer-autocomplete-prompt": "^3.0.1", "meow": "^13.2.0", "node-fetch": "^3.3.2", diff --git a/yarn.lock b/yarn.lock index b233836a5..4f3d620a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3287,10 +3287,10 @@ inquirer-autocomplete-prompt@^3.0.1: run-async "^2.4.1" rxjs "^7.5.6" -inquirer@~9.3.6: - version "9.3.6" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.3.6.tgz#670f1e9408743c3ed23df576f94fe5369f353055" - integrity sha512-riK/iQB2ctwkpWYgjjWIRv3MBLt2gzb2Sj0JNQNbyTXgyXsLWcDPJ5WS5ZDTCx7BRFnJsARtYh+58fjP5M2Y0Q== +inquirer@~9.3.7: + version "9.3.7" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.3.7.tgz#0b562bf843812208844741c9aec9244c939b83d4" + integrity sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w== dependencies: "@inquirer/figures" "^1.0.3" ansi-escapes "^4.3.2"