From 8c6d9fee5c083f1b0d649bbe2b31113b4cfc3140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:48:46 +0000 Subject: [PATCH] fix(deps): bump @inquirer/input from 2.2.4 to 2.2.7 Bumps [@inquirer/input](https://github.com/SBoudrias/Inquirer.js) from 2.2.4 to 2.2.7. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/input@2.2.4...@inquirer/input@2.2.7) --- updated-dependencies: - dependency-name: "@inquirer/input" 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 f9768b67..5c7316c1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { - "@inquirer/input": "^2.2.4", + "@inquirer/input": "^2.2.7", "@jsforce/jsforce-node": "^3.2.2", "@oclif/core": "^4", "@salesforce/core": "^8.2.7", diff --git a/yarn.lock b/yarn.lock index d9acaba2..74318bf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1048,10 +1048,10 @@ "@inquirer/core" "^9.0.7" "@inquirer/type" "^1.5.1" -"@inquirer/core@^9.0.2", "@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.2", "@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" @@ -1072,12 +1072,12 @@ resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790" integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA== -"@inquirer/input@^2.2.1", "@inquirer/input@^2.2.4": - version "2.2.4" - resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.4.tgz#5e98e7d24145ab9513374000f3de61f98b8c54f1" - integrity sha512-wvYnDITPQn+ltktj/O9kQjPxOvpmwcpxLWh8brAyD+jlEbihxtrx9cZdZcxqaCVQj3caw4eZa2Uq5xELo4yXkA== +"@inquirer/input@^2.2.1", "@inquirer/input@^2.2.7": + version "2.2.7" + resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.7.tgz#87a922243a6c833ee5f1d4a6102c68b3cee9f19d" + integrity sha512-QFk31Gq4Wr+Ve9ilMiFGGrSjGZQBilV0cgTN1zubD98Bx65fsNrh8++Biy/9mjNKRaqHFbZBw5baAcQvOmW8OQ== dependencies: - "@inquirer/core" "^9.0.5" + "@inquirer/core" "^9.0.8" "@inquirer/type" "^1.5.1" "@inquirer/password@^2.1.18":