Skip to content

Commit 7ec06cf

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

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
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.14",
48-
"@inquirer/password": "^2.1.9",
48+
"@inquirer/password": "^2.1.14",
4949
"@oclif/core": "^4.0.8",
5050
"@salesforce/core": "^8.0.1",
5151
"@salesforce/kit": "^3.1.6",

yarn.lock

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -429,25 +429,6 @@
429429
"@inquirer/core" "^9.0.2"
430430
"@inquirer/type" "^1.4.0"
431431

432-
"@inquirer/core@^8.2.2":
433-
version "8.2.2"
434-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.2.tgz#797b1e71b920c9788b9d26d89c8b334149852d52"
435-
integrity sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==
436-
dependencies:
437-
"@inquirer/figures" "^1.0.3"
438-
"@inquirer/type" "^1.3.3"
439-
"@types/mute-stream" "^0.0.4"
440-
"@types/node" "^20.12.13"
441-
"@types/wrap-ansi" "^3.0.0"
442-
ansi-escapes "^4.3.2"
443-
chalk "^4.1.2"
444-
cli-spinners "^2.9.2"
445-
cli-width "^4.1.0"
446-
mute-stream "^1.0.0"
447-
signal-exit "^4.1.0"
448-
strip-ansi "^6.0.1"
449-
wrap-ansi "^6.2.0"
450-
451432
"@inquirer/core@^9.0.2":
452433
version "9.0.2"
453434
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.2.tgz#8be8782266f00129acb5c804537d1231b2fe3ac6"
@@ -472,13 +453,13 @@
472453
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
473454
integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==
474455

475-
"@inquirer/password@^2.1.9":
476-
version "2.1.9"
477-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.9.tgz#8d464c17cb67beabb309a039229ff1b0a6337294"
478-
integrity sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==
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==
479460
dependencies:
480-
"@inquirer/core" "^8.2.2"
481-
"@inquirer/type" "^1.3.3"
461+
"@inquirer/core" "^9.0.2"
462+
"@inquirer/type" "^1.4.0"
482463
ansi-escapes "^4.3.2"
483464

484465
"@inquirer/type@^1.3.3", "@inquirer/type@^1.4.0":
@@ -810,7 +791,7 @@
810791
dependencies:
811792
"@types/node" "*"
812793

813-
"@types/node@*", "@types/node@^20.12.13":
794+
"@types/node@*":
814795
version "20.13.0"
815796
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
816797
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
@@ -1396,7 +1377,7 @@ chalk@^2.0.0:
13961377
escape-string-regexp "^1.0.5"
13971378
supports-color "^5.3.0"
13981379

1399-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
1380+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
14001381
version "4.1.2"
14011382
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
14021383
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==

0 commit comments

Comments
 (0)