From e7e2c25357e24f8095e6425c9374904cf02c3649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:26:20 +0000 Subject: [PATCH] chore(deps-dev): bump @oclif/plugin-help from 6.2.11 to 6.2.12 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.11 to 6.2.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.2.11...6.2.12) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development 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 1778a77d7..f59deab0c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@jayree/sfdx-plugin-source": "^1.3.77" }, "devDependencies": { - "@oclif/plugin-help": "^6.2.11", + "@oclif/plugin-help": "^6.2.12", "@salesforce/dev-scripts": "^10.2.10", "@salesforce/ts-sinon": "^1.4.27", "c8": "^10.1.2", diff --git a/yarn.lock b/yarn.lock index 050bc0558..21222bacc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1770,10 +1770,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.11": - version "6.2.11" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.11.tgz#4477cf02778c6051b91cf21add5593fea9c8418c" - integrity sha512-Vo854dALtNhA34g6m4T9uWIrYfm/JFM82LWa5gLrsJGwpUGgeBwBX4P64HLo5ro59LF3YO2xPWViLaoK6gkm3g== +"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.12": + version "6.2.12" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.12.tgz#73bdec08dbfc73621182854040ea5f4e9a5f4ab3" + integrity sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug== dependencies: "@oclif/core" "^4"