From 387944d79109579abd554c39c8709498d37d6e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:02:18 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.2.33 to 6.2.34 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.33 to 6.2.34. - [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.33...6.2.34) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.34 dependency-type: direct:production 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 3f5fda72..485f02b1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/salesforcecli/plugin-analytics/issues", "dependencies": { "@oclif/core": "^3.27.0", - "@oclif/plugin-help": "^6.2.32", + "@oclif/plugin-help": "^6.2.34", "@salesforce/core": "^6.7.1", "@salesforce/kit": "^3.2.4", "@salesforce/sf-plugins-core": "^7.1.16", diff --git a/yarn.lock b/yarn.lock index a91afdd4..bc99e980 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1898,10 +1898,10 @@ semver "^7.7.3" ts-json-schema-generator "^1.5.1" -"@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== +"@oclif/plugin-help@^6.2.33", "@oclif/plugin-help@^6.2.34": + version "6.2.34" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.34.tgz#8e25d2e23279848acf81b6c1328fd96442bed8e4" + integrity sha512-RvcDSp1PcXFuPJx8IvkI1sQKAPp7TuR+4QVg+uS+Dv3xG6QSqGW5IMNBdvfmB2NLrvSeIiDHadLv/bz9n4iQWQ== dependencies: "@oclif/core" "^4"