Skip to content

Commit

Permalink
fix(deps): bump @inquirer/checkbox from 2.3.5 to 2.3.6
Browse files Browse the repository at this point in the history
Bumps [@inquirer/checkbox](https://github.com/SBoudrias/Inquirer.js) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/checkbox@2.3.5...@inquirer/checkbox@2.3.6)

---
updated-dependencies:
- dependency-name: "@inquirer/checkbox"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent 2fe8c2a commit 5b0ba76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@inquirer/checkbox": "^2.3.5",
"@inquirer/checkbox": "^2.3.6",
"@inquirer/select": "^2.3.5",
"@oclif/core": "^4",
"@salesforce/core": "^8.0.1",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1477,12 +1477,12 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@inquirer/checkbox@^2.3.5":
version "2.3.5"
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.5.tgz#835699f49b932de1b94bc797f26991250fe65932"
integrity sha512-3V0OSykTkE/38GG1DhxRGLBmqefgzRg2EK5A375zz+XEvIWfAHcac31e+zlBDPypRHxhmXc/Oh6v9eOPbH3nAg==
"@inquirer/checkbox@^2.3.6":
version "2.3.6"
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.6.tgz#c49919951812aa69bd2bdd42d558e7db0b066879"
integrity sha512-BziU88BEwBaGclY0RM59QOop2zyPgAr1EH/czvW6/J9ELXYN4vbGTI4KM/ogNnh+Y0yNnVvKxAQqFsI2Ra2BtA==
dependencies:
"@inquirer/core" "^8.2.2"
"@inquirer/core" "^8.2.3"
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.3.3"
ansi-escapes "^4.3.2"
Expand All @@ -1496,15 +1496,15 @@
"@inquirer/core" "^8.2.2"
"@inquirer/type" "^1.3.3"

"@inquirer/core@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.2.tgz#797b1e71b920c9788b9d26d89c8b334149852d52"
integrity sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==
"@inquirer/core@^8.2.2", "@inquirer/core@^8.2.3":
version "8.2.3"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.3.tgz#e1986ae0e7de4c1dee72d34dcf0f9a3587709eff"
integrity sha512-WrpDVPAaxJQjHid3Ra4FhUO70YBzkHSYVyW5X48L5zHYdudoPISJqTRRWSeamHfaXda7PNNaC5Py5MEo7QwBNA==
dependencies:
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.3.3"
"@types/mute-stream" "^0.0.4"
"@types/node" "^20.12.13"
"@types/node" "^20.14.6"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
chalk "^4.1.2"
Expand Down Expand Up @@ -2640,7 +2640,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^20.12.13":
"@types/node@*":
version "20.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
Expand All @@ -2659,6 +2659,13 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.14.6":
version "20.14.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.7.tgz#342cada27f97509eb8eb2dbc003edf21ce8ab5a8"
integrity sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down

0 comments on commit 5b0ba76

Please sign in to comment.