From 4b159542896f4246104652b0a07d14a8f0f1b8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 06:02:41 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.0.21 to 6.0.22 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.21 to 6.0.22. - [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.21...6.0.22) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 60c7b742c..f1b0b118b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -744,7 +744,7 @@ node-gyp "^10.0.0" which "^4.0.0" -"@oclif/core@^3.25.2", "@oclif/core@^3.26.2", "@oclif/core@^3.26.5": +"@oclif/core@^3.25.2", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": version "3.26.6" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA== @@ -779,11 +779,11 @@ wrap-ansi "^7.0.0" "@oclif/plugin-help@^6": - version "6.0.21" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b" - integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw== + version "6.0.22" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.22.tgz#dca96ad1c28a68170e0bbf9f8f93f7dd171e4667" + integrity sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw== dependencies: - "@oclif/core" "^3.26.2" + "@oclif/core" "^3.26.6" "@oclif/plugin-plugins@^4": version "4.3.10"