Skip to content

Commit

Permalink
chore(deps): Bump @oclif/plugin-autocomplete from 1.0.0 to 1.1.0 (#1942)
Browse files Browse the repository at this point in the history
Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/oclif/plugin-autocomplete/releases)
- [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-autocomplete@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-autocomplete"
  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 Jan 6, 2022
1 parent be0effc commit 11197ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/parser": "^3.8.6",
"@oclif/plugin-autocomplete": "^1.0.0",
"@oclif/plugin-autocomplete": "^1.1.0",
"@oclif/plugin-help": "^3",
"@oclif/plugin-update": "^2.1.3",
"@octokit/rest": "^18.12.0",
Expand Down
18 changes: 6 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.10", "@oclif/core@^1.0.8":
"@oclif/core@^1.0.11", "@oclif/core@^1.0.8":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.11.tgz#5ad1258c0c756073744ac8b9403e9314757d949f"
integrity sha512-CQw9dbzh+BTF73cp53mnDZnTJF4hth7oab761Si4pEW18PDYDLyOv7TnEtJkvPu4rlTaGBh2jge9BDXgwye4vQ==
Expand Down Expand Up @@ -717,17 +717,16 @@
chalk "^4.1.0"
tslib "^2.0.0"

"@oclif/plugin-autocomplete@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.0.0.tgz#12456e413d6e14d171672388a0287822227c4c57"
integrity sha512-UuuNo1AYTP0n72UAuOlZQ156E+cK71WOrO2Lata01D8BXlvZjiYsZF3B+DfyHEi7gmRNOKBHHLr5st+Lof3EYg==
"@oclif/plugin-autocomplete@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.1.0.tgz#473d82f3be1c5dcffbeebc827c13749631e6b9c5"
integrity sha512-DsIizXpse9DAILCPaN1GZVeD5d6Du1Okuu3ZZvcQObQ/za8cLVO63AX26K7CmRynGw7Kbofmg7TQyacYXWb3qQ==
dependencies:
"@oclif/core" "^1.0.10"
"@oclif/core" "^1.0.11"
chalk "^4.1.0"
cli-ux "^5.6.6"
debug "^4.0.0"
fs-extra "^9.0.1"
moment "^2.22.1"

"@oclif/[email protected]", "@oclif/plugin-help@^3":
version "3.2.18"
Expand Down Expand Up @@ -4929,11 +4928,6 @@ mock-stdin@^1.0.0:
resolved "https://registry.yarnpkg.com/mock-stdin/-/mock-stdin-1.0.0.tgz#efcfaf4b18077e14541742fd758b9cae4e5365ea"
integrity sha512-tukRdb9Beu27t6dN+XztSRHq9J0B/CoAOySGzHfn8UTfmqipA5yNT/sDUEyYdAV3Hpka6Wx6kOMxuObdOex60Q==

moment@^2.22.1:
version "2.28.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.28.0.tgz#cdfe73ce01327cee6537b0fafac2e0f21a237d75"
integrity sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
Expand Down

0 comments on commit 11197ae

Please sign in to comment.