From b524e5570ace34f89e0fb8f122b6dcb592674522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 05:48:01 +0000 Subject: [PATCH] fix(deps): bump @inquirer/select from 2.4.2 to 2.4.5 Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 2.4.2 to 2.4.5. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/select@2.4.2...@inquirer/select@2.4.5) --- updated-dependencies: - dependency-name: "@inquirer/select" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0de5b261..98f01164 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@inquirer/confirm": "^3.1.14", "@inquirer/input": "^2.2.4", - "@inquirer/select": "^2.4.2", + "@inquirer/select": "^2.4.5", "@oclif/core": "^4", "@salesforce/core": "^8.2.8", "@salesforce/kit": "^3.1.6", diff --git a/yarn.lock b/yarn.lock index 884d28c6..c30817fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1287,10 +1287,10 @@ "@inquirer/core" "^9.0.7" "@inquirer/type" "^1.5.1" -"@inquirer/core@^9.0.5", "@inquirer/core@^9.0.7": - version "9.0.7" - resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.7.tgz#ec529c2e8b531d574155f12615fbff42bb615da4" - integrity sha512-wyqnTmlnd9p7cX6tfMlth+/Nx7vV2t/FvtO9VMSi2XjBkNy0MkPr19RSOyP3qrywdlJT+BQbEnXLPqq0wFMw3A== +"@inquirer/core@^9.0.5", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8": + version "9.0.8" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.8.tgz#18458c637879f1ea0c7919b7e9a8786fa2082db9" + integrity sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw== dependencies: "@inquirer/figures" "^1.0.5" "@inquirer/type" "^1.5.1" @@ -1328,12 +1328,12 @@ "@inquirer/type" "^1.5.1" ansi-escapes "^4.3.2" -"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.2": - version "2.4.2" - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.2.tgz#d76a7a4ced94ddf195942133cc40e63f92d97035" - integrity sha512-r78JlgShqRxyAtBDeBHSDtfrOhSQwm2ecWGGaxe7kD9JwgL3UN563G1ncVRYdsWD7/tigflcskfipVeoDLhLJg== +"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.5": + version "2.4.5" + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.5.tgz#365341ee5c2f80ed48b8ed5cf2bdd6c456067ab8" + integrity sha512-DbCthH3l7vrrK+Ewll3bgzxC3dzMle8xkWYta4if31p9NOmFNhZKhSfdYMjaOtGFBCUEwo4D5LMgN6sPKgUWIw== dependencies: - "@inquirer/core" "^9.0.5" + "@inquirer/core" "^9.0.8" "@inquirer/figures" "^1.0.5" "@inquirer/type" "^1.5.1" ansi-escapes "^4.3.2"