Skip to content

Commit 025878d

Browse files
fix(deps): bump @inquirer/password from 2.1.14 to 2.1.17
Bumps [@inquirer/password](https://github.com/SBoudrias/Inquirer.js) from 2.1.14 to 2.1.17. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/password@2.1.14...@inquirer/password@2.1.17) --- 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 589f09d commit 025878d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.17",
48-
"@inquirer/password": "^2.1.14",
48+
"@inquirer/password": "^2.1.17",
4949
"@oclif/core": "^4.0.12",
5050
"@salesforce/core": "^8.1.1",
5151
"@salesforce/kit": "^3.1.6",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"@inquirer/core" "^9.0.5"
430430
"@inquirer/type" "^1.5.1"
431431

432-
"@inquirer/core@^9.0.2", "@inquirer/core@^9.0.5":
432+
"@inquirer/core@^9.0.5":
433433
version "9.0.5"
434434
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.5.tgz#b5e14d80e87419231981f48fa86f63d15cb8805b"
435435
integrity sha512-QWG41I7vn62O9stYKg/juKXt1PEbr/4ZZCPb4KgXDQGwgA9M5NBTQ7FnOvT1ridbxkm/wTxLCNraUs7y47pIRQ==
@@ -453,16 +453,16 @@
453453
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
454454
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
455455

456-
"@inquirer/password@^2.1.14":
457-
version "2.1.14"
458-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.14.tgz#06621f547b0b05ad4303700f13892cabd3a366ee"
459-
integrity sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==
456+
"@inquirer/password@^2.1.17":
457+
version "2.1.17"
458+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.17.tgz#0fe306721360b53bf172a66f4c48780039f91061"
459+
integrity sha512-/u6DM/fDHXoBWyA+9aRhghkeo5smE7wO9k4E2UoJbgiRCkt3JjBEuBqLOJNrz8E16M0ez4UM1vd5cXrmICHW+A==
460460
dependencies:
461-
"@inquirer/core" "^9.0.2"
462-
"@inquirer/type" "^1.4.0"
461+
"@inquirer/core" "^9.0.5"
462+
"@inquirer/type" "^1.5.1"
463463
ansi-escapes "^4.3.2"
464464

465-
"@inquirer/type@^1.3.3", "@inquirer/type@^1.4.0", "@inquirer/type@^1.5.1":
465+
"@inquirer/type@^1.3.3", "@inquirer/type@^1.5.1":
466466
version "1.5.1"
467467
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.1.tgz#cdd36732e38ea5d2b1a4336aada65ebe7d2765e0"
468468
integrity sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==

0 commit comments

Comments
 (0)