diff --git a/package.json b/package.json index fb7f74d0..d8bd9368 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.8", diff --git a/yarn.lock b/yarn.lock index c07238d1..062a2451 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":