Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2024
1 parent 192f8ec commit 61994b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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/oclif/plugin-not-found/issues",
"dependencies": {
"@inquirer/confirm": "^3.1.5",
"@inquirer/confirm": "^3.1.6",
"@oclif/core": "^3.26.4",
"chalk": "^5.3.0",
"fast-levenshtein": "^3.0.0"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,13 +1145,13 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@inquirer/confirm@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.5.tgz#21856f937bc8292eca4146c052271107f8ac949a"
integrity sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==
"@inquirer/confirm@^3.1.5", "@inquirer/confirm@^3.1.6":
version "3.1.6"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.6.tgz#e2b6bdfb2bf307a93024dc5325080b7b750c6c3f"
integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
dependencies:
"@inquirer/core" "^8.0.1"
"@inquirer/type" "^1.3.0"
"@inquirer/core" "^8.1.0"
"@inquirer/type" "^1.3.1"

"@inquirer/core@^7.1.2":
version "7.1.2"
Expand All @@ -1172,13 +1172,13 @@
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"

"@inquirer/core@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.0.1.tgz#ac3d9a34a6826dc193791b2feec19061a9c250ca"
integrity sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==
"@inquirer/core@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
dependencies:
"@inquirer/figures" "^1.0.1"
"@inquirer/type" "^1.3.0"
"@inquirer/type" "^1.3.1"
"@types/mute-stream" "^0.0.4"
"@types/node" "^20.12.7"
"@types/wrap-ansi" "^3.0.0"
Expand Down Expand Up @@ -1215,10 +1215,10 @@
chalk "^4.1.2"
figures "^3.2.0"

"@inquirer/type@^1.2.1", "@inquirer/type@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.0.tgz#9dcb4e0e8bbec03063aff7806072cc90eea2c61d"
integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
"@inquirer/type@^1.2.1", "@inquirer/type@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==

"@jridgewell/resolve-uri@^3.0.3":
version "3.1.0"
Expand Down

0 comments on commit 61994b4

Please sign in to comment.