From 70794a9015f906a6f72a1d87ef6d9262da3783d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 14:01:55 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.2.32 to 6.2.33 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.32 to 6.2.33. - [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.32...6.2.33) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.33 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 23cb8464..3e8c8594 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "handlebars": "^4.7.8" }, "devDependencies": { - "@oclif/plugin-help": "^6.2.32", + "@oclif/plugin-help": "^6.2.33", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-auth": "^3.9.7", "@salesforce/plugin-user": "^3.6.38", diff --git a/yarn.lock b/yarn.lock index 7d2f940c..5cec4868 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1419,10 +1419,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6.2.32": - version "6.2.32" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.32.tgz#b903d845b271737811383fed879cf6c379bf23fa" - integrity sha512-LrmMdo9EMJciOvF8UurdoTcTMymv5npKtxMAyonZvhSvGR8YwCKnuHIh00+SO2mNtGOYam7f4xHnUmj2qmanyA== +"@oclif/plugin-help@^6.2.32", "@oclif/plugin-help@^6.2.33": + version "6.2.33" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.33.tgz#931dc79b09e11ba50186a9846a2cf5a42a99e1ea" + integrity sha512-9L07S61R0tuXrURdLcVtjF79Nbyv3qGplJ88DVskJBxShbROZl3hBG7W/CNltAK3cnMPlXV8K3kKh+C0N0p4xw== dependencies: "@oclif/core" "^4"