From ad8a74ce38c492168d45a2a8319ae8573671c842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 07:53:10 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.0.11 to 6.0.12 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.11 to 6.0.12. - [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.0.11...6.0.12) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index ac3a0d9..33f674c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1131,11 +1131,11 @@ wrap-ansi "^7.0.0" "@oclif/plugin-help@^6", "@oclif/plugin-help@^6.0.9": - version "6.0.11" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.11.tgz#f287edbc16ab94e4395d36c827999b1be043cbd2" - integrity sha512-4O96jKw7E3c222jaS/s/zOCNghtw52fVpd/h7CaejmV/99bkLTCrN2haeNcIR5WbwhyhvkO+GQsLMurLGdfB2Q== + version "6.0.12" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.12.tgz#d71b84531644ecf65fcd8df671cff6f4aa178d42" + integrity sha512-KMxQ5Oli1tkWiWNSdrjNtiFIFZvX0+IsvuuGcDwJIn1Jm+SzEQF90vkK6WzIjFACmyKIwXbGMmimcFaLrslJPQ== dependencies: - "@oclif/core" "^3.16.0" + "@oclif/core" "^3.18.1" "@oclif/plugin-not-found@^3.0.8": version "3.0.9"