From 2401a6963a288ab4fe5caadfad129fee9fe691ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:52:00 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.2.0 to 6.2.2 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.0 to 6.2.2. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.2.0...6.2.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c284f8c..15bbb4f8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@inquirer/input": "^2.1.9", "@inquirer/select": "^2.3.5", "@oclif/core": "^4", - "@oclif/plugin-help": "^6.2.0", + "@oclif/plugin-help": "^6.2.2", "@oclif/plugin-not-found": "^3.2.3", "@oclif/plugin-warn-if-update-available": "^3.0.19", "async-retry": "^1.3.3", diff --git a/yarn.lock b/yarn.lock index 509cf759..5abf26be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1564,10 +1564,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.0.tgz#4347379ee16ee49b8cb27eac48044165fc6830e4" - integrity sha512-LNTrAE3ZwTXJVAFuwx+jSMGJCYHHa7jjSZ+9PgJlHIIA9qC7XcTcORoBByw9otB9q3JcbWmbS0GNCGTvciRdaw== +"@oclif/plugin-help@^6.2.2": + version "6.2.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.2.tgz#d782f273693b19b6d78e7fbf696641d4ddfd8576" + integrity sha512-2n3QCeq0eaWR/RfwGaJ8LMbparsGktc63WNQfjBFLfGm7VLv3tR5JNYaUrMmL3zUd3emw1SObVXmH6oY0NPEnA== dependencies: "@oclif/core" "^4"