Skip to content

Commit

Permalink
Merge pull request #1114 from salesforcecli/dependabot-npm_and_yarn-i…
Browse files Browse the repository at this point in the history
…nquirer-checkbox-2.4.5

fix(deps): bump @inquirer/checkbox from 2.3.10 to 2.4.5
  • Loading branch information
svc-cli-bot authored Aug 3, 2024
2 parents 612a880 + f5a0530 commit bdc57af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.10",
"@inquirer/checkbox": "^2.4.5",
"@inquirer/select": "^2.4.2",
"@oclif/core": "^4",
"@salesforce/core": "^8.2.7",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1042,14 +1042,14 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@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" "^9.0.2"
"@inquirer/figures" "^1.0.3"
"@inquirer/type" "^1.4.0"
"@inquirer/checkbox@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.4.5.tgz#9ac5391a3d9b8d6fb8f5bfa4f6d85ac157aae190"
integrity sha512-+YlCyS6JBWeZugIvReh/YL5HJcowlklz5RykQuYKQfgWQeCJh5Us0nWcRddvIVkjmYa0I/8bwWioSLu850J8sA==
dependencies:
"@inquirer/core" "^9.0.8"
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.1"
ansi-escapes "^4.3.2"
yoctocolors-cjs "^2.1.2"

Expand All @@ -1061,10 +1061,10 @@
"@inquirer/core" "^9.0.7"
"@inquirer/type" "^1.5.1"

"@inquirer/core@^9.0.2", "@inquirer/core@^9.0.4", "@inquirer/core@^9.0.5", "@inquirer/core@^9.0.7":
version "9.0.7"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.7.tgz#ec529c2e8b531d574155f12615fbff42bb615da4"
integrity sha512-wyqnTmlnd9p7cX6tfMlth+/Nx7vV2t/FvtO9VMSi2XjBkNy0MkPr19RSOyP3qrywdlJT+BQbEnXLPqq0wFMw3A==
"@inquirer/core@^9.0.4", "@inquirer/core@^9.0.5", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8":
version "9.0.8"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.8.tgz#18458c637879f1ea0c7919b7e9a8786fa2082db9"
integrity sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==
dependencies:
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.1"
Expand All @@ -1080,7 +1080,7 @@
wrap-ansi "^6.2.0"
yoctocolors-cjs "^2.1.2"

"@inquirer/figures@^1.0.3", "@inquirer/figures@^1.0.5":
"@inquirer/figures@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
Expand Down Expand Up @@ -1113,7 +1113,7 @@
ansi-escapes "^4.3.2"
yoctocolors-cjs "^2.1.2"

"@inquirer/type@^1.4.0", "@inquirer/type@^1.5.0", "@inquirer/type@^1.5.1":
"@inquirer/type@^1.5.0", "@inquirer/type@^1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.1.tgz#cdd36732e38ea5d2b1a4336aada65ebe7d2765e0"
integrity sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==
Expand Down

0 comments on commit bdc57af

Please sign in to comment.