Skip to content

Commit 4277654

Browse files
fix(deps): bump @inquirer/select from 5.0.4 to 5.1.0
Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 5.0.4 to 5.1.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/select@5.0.4...@inquirer/select@5.1.0) --- updated-dependencies: - dependency-name: "@inquirer/select" dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ede0fb6 commit 4277654

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@inquirer/select": "^5.0.4",
8+
"@inquirer/select": "^5.1.0",
99
"@oclif/core": "^4",
1010
"@salesforce/core": "^8.25.1",
1111
"@salesforce/kit": "^3.2.1",

yarn.lock

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,18 +1084,18 @@
10841084
wrap-ansi "^6.2.0"
10851085
yoctocolors-cjs "^2.1.3"
10861086

1087-
"@inquirer/core@^11.1.1":
1088-
version "11.1.1"
1089-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.1.tgz#7cf708b350f9e73b01ccb4b61ecf3016d3de1b0d"
1090-
integrity sha512-hV9o15UxX46OyQAtaoMqAOxGR8RVl1aZtDx1jHbCtSJy1tBdTfKxLPKf7utsE4cRy4tcmCQ4+vdV+ca+oNxqNA==
1087+
"@inquirer/core@^11.1.5":
1088+
version "11.1.5"
1089+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.5.tgz#781a7c5d56c12961870e4f0521ff881a85c81b7e"
1090+
integrity sha512-QQPAX+lka8GyLcZ7u7Nb1h6q72iZ/oy0blilC3IB2nSt1Qqxp7akt94Jqhi/DzARuN3Eo9QwJRvtl4tmVe4T5A==
10911091
dependencies:
10921092
"@inquirer/ansi" "^2.0.3"
10931093
"@inquirer/figures" "^2.0.3"
10941094
"@inquirer/type" "^4.0.3"
10951095
cli-width "^4.1.0"
1096+
fast-wrap-ansi "^0.2.0"
10961097
mute-stream "^3.0.0"
10971098
signal-exit "^4.1.0"
1098-
wrap-ansi "^9.0.2"
10991099

11001100
"@inquirer/core@^9.1.0":
11011101
version "9.2.1"
@@ -1250,13 +1250,13 @@
12501250
"@inquirer/type" "^3.0.10"
12511251
yoctocolors-cjs "^2.1.3"
12521252

1253-
"@inquirer/select@^5.0.4":
1254-
version "5.0.4"
1255-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-5.0.4.tgz#11249c7091946681d394f649b00844f8fda38d7a"
1256-
integrity sha512-s8KoGpPYMEQ6WXc0dT9blX2NtIulMdLOO3LA1UKOiv7KFWzlJ6eLkEYTDBIi+JkyKXyn8t/CD6TinxGjyLt57g==
1253+
"@inquirer/select@^5.1.0":
1254+
version "5.1.0"
1255+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-5.1.0.tgz#02be4e8a2c53cd72a7bf4685be6eac5497bd4c5c"
1256+
integrity sha512-OyYbKnchS1u+zRe14LpYrN8S0wH1vD0p2yKISvSsJdH2TpI87fh4eZdWnpdbrGauCRWDph3NwxRmM4Pcm/hx1Q==
12571257
dependencies:
12581258
"@inquirer/ansi" "^2.0.3"
1259-
"@inquirer/core" "^11.1.1"
1259+
"@inquirer/core" "^11.1.5"
12601260
"@inquirer/figures" "^2.0.3"
12611261
"@inquirer/type" "^4.0.3"
12621262

@@ -4222,11 +4222,30 @@ fast-safe-stringify@^2.1.1:
42224222
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
42234223
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
42244224

4225+
fast-string-truncated-width@^3.0.2:
4226+
version "3.0.3"
4227+
resolved "https://registry.yarnpkg.com/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz#23afe0da67d752ca0727538f1e6967759728ce49"
4228+
integrity sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==
4229+
4230+
fast-string-width@^3.0.2:
4231+
version "3.0.2"
4232+
resolved "https://registry.yarnpkg.com/fast-string-width/-/fast-string-width-3.0.2.tgz#16dbabb491ce5585b5ecb675b65c165d71688eeb"
4233+
integrity sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==
4234+
dependencies:
4235+
fast-string-truncated-width "^3.0.2"
4236+
42254237
fast-uri@^3.0.1:
42264238
version "3.1.0"
42274239
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
42284240
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
42294241

4242+
fast-wrap-ansi@^0.2.0:
4243+
version "0.2.0"
4244+
resolved "https://registry.yarnpkg.com/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz#c0ae3f3982d061c3d657ec927196fbb47e22fe64"
4245+
integrity sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==
4246+
dependencies:
4247+
fast-string-width "^3.0.2"
4248+
42304249
fast-xml-parser@5.3.6:
42314250
version "5.3.6"
42324251
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz#85a69117ca156b1b3c52e426495b6de266cb6a4b"

0 commit comments

Comments
 (0)