From 050f53d90918ed36a2ff39e1b28ccf31541fc23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:24:02 +0200 Subject: [PATCH] chore(deps): Bump @oclif/plugin-autocomplete from 1.3.5 to 1.3.10 (#2451) Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 1.3.5 to 1.3.10. - [Release notes](https://github.com/oclif/plugin-autocomplete/releases) - [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-autocomplete/compare/1.3.5...1.3.10) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2b3e999b1..694ffed7e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/parser": "^3.8.7", - "@oclif/plugin-autocomplete": "^1.3.5", + "@oclif/plugin-autocomplete": "^1.3.10", "@oclif/plugin-help": "^5", "@oclif/plugin-update": "^1.5.0", "@octokit/rest": "^19.0.5", diff --git a/yarn.lock b/yarn.lock index d996ba403..a44a15676 100644 --- a/yarn.lock +++ b/yarn.lock @@ -749,7 +749,7 @@ is-wsl "^2.1.1" tslib "^2.3.1" -"@oclif/core@^1.1.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.4", "@oclif/core@^1.24.0": +"@oclif/core@^1.1.1", "@oclif/core@^1.20.4", "@oclif/core@^1.23.1", "@oclif/core@^1.24.0": version "1.24.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50" integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA== @@ -854,12 +854,12 @@ chalk "^4.1.0" tslib "^2.4.1" -"@oclif/plugin-autocomplete@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.5.tgz#8b913279e198928e7a52c5de189d1fcbe2e1ad9c" - integrity sha512-86vKJATapihZohK81oLZKqxGebYvRQ4cK61sM68sKUsznfECevz7m3VHUDxhH/TwXttKc8Dv0LbBPBM/FiNAfQ== +"@oclif/plugin-autocomplete@^1.3.10": + version "1.3.10" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-1.3.10.tgz#3b6ff23ca03513f05b6719ddf51f01b35bd8bf69" + integrity sha512-oQl7ZqXhXJUOH26mDPcqcMGmcdIoK/uQPSpUBrfLa1iaQ30slTs0T7KOzg+vwKuPqIIF1nTCPuH67lE8GvUPTw== dependencies: - "@oclif/core" "^1.20.0" + "@oclif/core" "^1.23.1" chalk "^4.1.0" debug "^4.3.4" fs-extra "^9.0.1"