From 911de07ed5f2b740c3fc96c89da4367ace598d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:32:06 +0000 Subject: [PATCH] Bump @oclif/plugin-help from 5.2.20 to 6.2.25 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.20 to 6.2.25. - [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/5.2.20...6.2.25) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 5192263..bb20587 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@oclif/plugin-help": "^5", + "@oclif/plugin-help": "^6", "@oclif/test": "^2.5.6", "@types/chai": "^4", "@types/diff": "^5.2.1", diff --git a/yarn.lock b/yarn.lock index 13e39e1..15bbe52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1370,17 +1370,10 @@ resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/plugin-help@^5": - version "5.2.20" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc" - integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ== - dependencies: - "@oclif/core" "^2.15.0" - -"@oclif/plugin-help@^6.2.10": - version "6.2.23" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.23.tgz#e2ffdc8c94235d99ae4c3f5825006cf75343515b" - integrity sha512-BA0h1fbheN74cdrITKIwqfsRtnw/G+oysHbn+IsqWcsecgy5HZwI37/cCRLXZSZQndsgoYAhqvVpyleXv3g83A== +"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.10": + version "6.2.25" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.25.tgz#9c3c5f9ec84b933d42fb13f7155e786684bbdc0e" + integrity sha512-1WPSzSvlYaIFlGGKbefldpx49uTAtsOFuHTbjeBuzSR/MLmooQGHzluvwm2W5/vyoi4AGG+PdiDJFH/b+h+BGA== dependencies: "@oclif/core" "^4"