Skip to content

Commit 7142470

Browse files
fix(deps): bump @inquirer/password from 2.1.9 to 2.1.11
Bumps [@inquirer/password](https://github.com/SBoudrias/Inquirer.js) from 2.1.9 to 2.1.11. - [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.11) --- 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 ef88f94 commit 7142470

File tree

2 files changed

+26
-14
lines changed

2 files changed

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

yarn.lock

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -429,21 +429,21 @@
429429
"@inquirer/core" "^8.2.2"
430430
"@inquirer/type" "^1.3.3"
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==
432+
"@inquirer/core@^8.2.2", "@inquirer/core@^8.2.4":
433+
version "8.2.4"
434+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.4.tgz#300de755849d3166d15127e2341cef6aa4bd031d"
435+
integrity sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==
436436
dependencies:
437437
"@inquirer/figures" "^1.0.3"
438438
"@inquirer/type" "^1.3.3"
439439
"@types/mute-stream" "^0.0.4"
440-
"@types/node" "^20.12.13"
440+
"@types/node" "^20.14.9"
441441
"@types/wrap-ansi" "^3.0.0"
442442
ansi-escapes "^4.3.2"
443-
chalk "^4.1.2"
444443
cli-spinners "^2.9.2"
445444
cli-width "^4.1.0"
446445
mute-stream "^1.0.0"
446+
picocolors "^1.0.1"
447447
signal-exit "^4.1.0"
448448
strip-ansi "^6.0.1"
449449
wrap-ansi "^6.2.0"
@@ -453,12 +453,12 @@
453453
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
454454
integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==
455455

456-
"@inquirer/password@^2.1.9":
457-
version "2.1.9"
458-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.9.tgz#8d464c17cb67beabb309a039229ff1b0a6337294"
459-
integrity sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==
456+
"@inquirer/password@^2.1.11":
457+
version "2.1.11"
458+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.11.tgz#ff76bbbad7bbf908950e7594d7f05cd7abd1df6e"
459+
integrity sha512-8B17+1eBvBHANmgypLBxxASJiHEP3PFMVDuKYINtoGnUsiY13wdHktc2aavWihXCJhaHRo2l+DX2oea2RfB5cg==
460460
dependencies:
461-
"@inquirer/core" "^8.2.2"
461+
"@inquirer/core" "^8.2.4"
462462
"@inquirer/type" "^1.3.3"
463463
ansi-escapes "^4.3.2"
464464

@@ -789,7 +789,7 @@
789789
dependencies:
790790
"@types/node" "*"
791791

792-
"@types/node@*", "@types/node@^20.12.13":
792+
"@types/node@*":
793793
version "20.13.0"
794794
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
795795
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
@@ -803,6 +803,13 @@
803803
dependencies:
804804
undici-types "~5.26.4"
805805

806+
"@types/node@^20.14.9":
807+
version "20.14.9"
808+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
809+
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
810+
dependencies:
811+
undici-types "~5.26.4"
812+
806813
"@types/normalize-package-data@^2.4.0":
807814
version "2.4.1"
808815
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -1368,7 +1375,7 @@ chalk@^2.0.0:
13681375
escape-string-regexp "^1.0.5"
13691376
supports-color "^5.3.0"
13701377

1371-
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
1378+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
13721379
version "4.1.2"
13731380
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
13741381
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -4060,6 +4067,11 @@ picocolors@^1.0.0:
40604067
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
40614068
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
40624069

4070+
picocolors@^1.0.1:
4071+
version "1.0.1"
4072+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4073+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4074+
40634075
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
40644076
version "2.3.1"
40654077
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)