Skip to content

Commit

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

---
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 Jul 13, 2024
1 parent d14f119 commit dc0bf9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 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.7",
"@inquirer/checkbox": "^2.3.10",
"@inquirer/select": "^2.3.7",
"@oclif/core": "^4",
"@salesforce/core": "^8.1.1",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1422,16 +1422,16 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@inquirer/checkbox@^2.3.7":
version "2.3.7"
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.7.tgz#17bf59db4fb025096e12b2b437b90c47257af91a"
integrity sha512-CWzAu56xue6x3+3YwVJZAru4L9rjoOtZ7f+pUL4jL0YATxg/DgfWAt6PFYw645VJhzhGR7bix5I/eqKQMZrQ+A==
"@inquirer/checkbox@^2.3.10":
version "2.3.10"
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.10.tgz#b5165bfa744924cf8e9bb7b9138f23835c9028d8"
integrity sha512-CTc864M2/523rKc9AglIzAcUCuPXDZENgc5S2KZFVRbnMzpXcYTsUWmbqSeL0XLvtlvEtNevkkVbfVhJpruOyQ==
dependencies:
"@inquirer/core" "^8.2.4"
"@inquirer/core" "^9.0.2"
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.3.3"
"@inquirer/type" "^1.4.0"
ansi-escapes "^4.3.2"
picocolors "^1.0.1"
yoctocolors-cjs "^2.1.2"

"@inquirer/confirm@^3.1.11", "@inquirer/confirm@^3.1.9":
version "3.1.14"
Expand Down Expand Up @@ -1512,12 +1512,7 @@
ansi-escapes "^4.3.2"
picocolors "^1.0.1"

"@inquirer/type@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.3.tgz#26b2628630fd2381c7fa1e3ab396feb9bbc575da"
integrity sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==

"@inquirer/type@^1.4.0":
"@inquirer/type@^1.3.3", "@inquirer/type@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.4.0.tgz#3dd0c8f78c0548bbc18b9c07af16a86c4007e1f0"
integrity sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==
Expand Down

0 comments on commit dc0bf9c

Please sign in to comment.