Skip to content

Commit

Permalink
fix(deps): bump inquirer-autocomplete-standalone from 0.7.0 to 0.8.1 (#…
Browse files Browse the repository at this point in the history
…253)

Bumps [inquirer-autocomplete-standalone](https://github.com/mokkabonna/inquirer-autocomplete-prompt) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/mokkabonna/inquirer-autocomplete-prompt/releases)
- [Commits](https://github.com/mokkabonna/inquirer-autocomplete-prompt/commits)

---
updated-dependencies:
- dependency-name: inquirer-autocomplete-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
1 parent 421044e commit 2356785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/plugin-search/issues",
"dependencies": {
"@oclif/core": "^3.5.0",
"inquirer-autocomplete-standalone": "^0.7.0"
"inquirer-autocomplete-standalone": "^0.8.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3416,10 +3416,10 @@ ini@^1.3.4:
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==

inquirer-autocomplete-standalone@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.7.0.tgz#745530460deee05470988fc6a9bee9933637fec9"
integrity sha512-DZ3abNGnQ6DmmCJiwpkljMZNE5Zwx3U8ZqUzl4aW9pV3ooXySERRL2PTYlCoG26qwCzEwTrftfN1QQz5cenwPw==
inquirer-autocomplete-standalone@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/inquirer-autocomplete-standalone/-/inquirer-autocomplete-standalone-0.8.1.tgz#540ac162d5dd01f83d0f4016b76bf0bb64e2fff8"
integrity sha512-mlzwCTiXDX1Cw4yJL5PCq32k23XYLTK8K6BDFoL1a76iJeFB5ul6IoMU9spgdDagl2SM7P6ZaCNjj8VNXRDPOQ==
dependencies:
"@inquirer/core" "^3.1.1"
"@inquirer/type" "^1.1.2"
Expand Down

0 comments on commit 2356785

Please sign in to comment.