Skip to content

Commit 5687ce5

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

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

package.json

+1-1
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/checkbox": "^2.4.7",
8+
"@inquirer/checkbox": "^2.5.0",
99
"@inquirer/select": "^2.4.7",
1010
"@oclif/core": "^4",
1111
"@salesforce/core": "^8.5.1",

yarn.lock

+29-17
Original file line numberDiff line numberDiff line change
@@ -1035,14 +1035,14 @@
10351035
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
10361036
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
10371037

1038-
"@inquirer/checkbox@^2.4.7":
1039-
version "2.4.7"
1040-
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.4.7.tgz#0a2867a3a8c5853c79e43e99634e80c1721934ca"
1041-
integrity sha512-5YwCySyV1UEgqzz34gNsC38eKxRBtlRDpJLlKcRtTjlYA/yDKuc1rfw+hjw+2WJxbAZtaDPsRl5Zk7J14SBoBw==
1038+
"@inquirer/checkbox@^2.5.0":
1039+
version "2.5.0"
1040+
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.5.0.tgz#41c5c9dd332c0a8fa159be23982ce080d0b199d4"
1041+
integrity sha512-sMgdETOfi2dUHT8r7TT1BTKOwNvdDGFDXYWtQ2J69SvlYNntk9I/gJe7r5yvMwwsuKnYbuRs3pNhx4tgNck5aA==
10421042
dependencies:
1043-
"@inquirer/core" "^9.0.10"
1043+
"@inquirer/core" "^9.1.0"
10441044
"@inquirer/figures" "^1.0.5"
1045-
"@inquirer/type" "^1.5.2"
1045+
"@inquirer/type" "^1.5.3"
10461046
ansi-escapes "^4.3.2"
10471047
yoctocolors-cjs "^2.1.2"
10481048

@@ -1054,15 +1054,15 @@
10541054
"@inquirer/core" "^9.0.10"
10551055
"@inquirer/type" "^1.5.2"
10561056

1057-
"@inquirer/core@^9.0.10":
1058-
version "9.0.10"
1059-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
1060-
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
1057+
"@inquirer/core@^9.0.10", "@inquirer/core@^9.1.0":
1058+
version "9.1.0"
1059+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.1.0.tgz#158b82dc44564a1abd0ce14723d50c3efa0634a2"
1060+
integrity sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==
10611061
dependencies:
10621062
"@inquirer/figures" "^1.0.5"
1063-
"@inquirer/type" "^1.5.2"
1063+
"@inquirer/type" "^1.5.3"
10641064
"@types/mute-stream" "^0.0.4"
1065-
"@types/node" "^22.1.0"
1065+
"@types/node" "^22.5.2"
10661066
"@types/wrap-ansi" "^3.0.0"
10671067
ansi-escapes "^4.3.2"
10681068
cli-spinners "^2.9.2"
@@ -1106,10 +1106,10 @@
11061106
ansi-escapes "^4.3.2"
11071107
yoctocolors-cjs "^2.1.2"
11081108

1109-
"@inquirer/type@^1.5.2":
1110-
version "1.5.2"
1111-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
1112-
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
1109+
"@inquirer/type@^1.5.2", "@inquirer/type@^1.5.3":
1110+
version "1.5.3"
1111+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.3.tgz#220ae9f3d5ae17dd3b2ce5ffd6b48c4a30c73181"
1112+
integrity sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==
11131113
dependencies:
11141114
mute-stream "^1.0.0"
11151115

@@ -2132,7 +2132,7 @@
21322132
dependencies:
21332133
"@types/node" "*"
21342134

2135-
"@types/node@*", "@types/node@^22.1.0":
2135+
"@types/node@*":
21362136
version "22.2.0"
21372137
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
21382138
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
@@ -2151,6 +2151,13 @@
21512151
dependencies:
21522152
undici-types "~5.26.4"
21532153

2154+
"@types/node@^22.5.2":
2155+
version "22.5.4"
2156+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
2157+
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
2158+
dependencies:
2159+
undici-types "~6.19.2"
2160+
21542161
"@types/normalize-package-data@^2.4.0":
21552162
version "2.4.4"
21562163
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
@@ -7329,6 +7336,11 @@ undici-types@~6.13.0:
73297336
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
73307337
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
73317338

7339+
undici-types@~6.19.2:
7340+
version "6.19.8"
7341+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
7342+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
7343+
73327344
unicorn-magic@^0.1.0:
73337345
version "0.1.0"
73347346
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"

0 commit comments

Comments
 (0)