Skip to content

Commit adcaab1

Browse files
fix(deps): bump @inquirer/password from 2.1.18 to 2.1.20
Bumps [@inquirer/password](https://github.com/SBoudrias/Inquirer.js) from 2.1.18 to 2.1.20. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/password@2.1.18...@inquirer/password@2.1.20) --- updated-dependencies: - dependency-name: "@inquirer/password" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d8038e commit adcaab1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@inquirer/confirm": "^3.1.20",
48-
"@inquirer/password": "^2.1.18",
48+
"@inquirer/password": "^2.1.20",
4949
"@oclif/core": "^4.0.15",
5050
"@salesforce/core": "^8.2.7",
5151
"@salesforce/kit": "^3.2.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"@inquirer/core" "^9.0.8"
404404
"@inquirer/type" "^1.5.1"
405405

406-
"@inquirer/core@^9.0.6", "@inquirer/core@^9.0.8":
406+
"@inquirer/core@^9.0.8":
407407
version "9.0.8"
408408
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.8.tgz#18458c637879f1ea0c7919b7e9a8786fa2082db9"
409409
integrity sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==
@@ -427,12 +427,12 @@
427427
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
428428
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
429429

430-
"@inquirer/password@^2.1.18":
431-
version "2.1.18"
432-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.18.tgz#7d204649b65ed3094508ba34211eedce0d1307fb"
433-
integrity sha512-cHa3BgT88aJLOUrdzU7KZYT3PsuH0vrCmULQAHP6SHIhui50qwHISQCT0QilonUxmOCRGUFhKgXa6/qSu6IAhA==
430+
"@inquirer/password@^2.1.20":
431+
version "2.1.20"
432+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.20.tgz#834d9cd5448299715927122914089840b7036b00"
433+
integrity sha512-il2TG7xDlfiLE3cnOCxfDfrwvsiSmXjVd26hvf4tdzHvdisgLiEjbN6mi51/TnlSQ+2Qc69+9jIq3ws93nhS2w==
434434
dependencies:
435-
"@inquirer/core" "^9.0.6"
435+
"@inquirer/core" "^9.0.8"
436436
"@inquirer/type" "^1.5.1"
437437
ansi-escapes "^4.3.2"
438438

0 commit comments

Comments
 (0)