From 92b2413aa414a122b43bb6396d9122a02241a5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 03:11:04 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.2.35 to 6.2.36 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.35 to 6.2.36. - [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.35...6.2.36) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.36 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 72b770f6..e0e6cc4d 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.35", + "@oclif/plugin-help": "^6.2.36", "@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 b243bac6..0b78f3e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1572,10 +1572,10 @@ semver "^7.7.3" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@^6.2.35": - version "6.2.35" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.35.tgz#0e11e0c8eff9eb0eef46f2e5d429f95504eea947" - integrity sha512-ZMcQTsHaiCEOZIRZoynUQ+98fyM1Adoqx4LbOgYWRVKXKbavHPCZKm6F+/y0GpWscXVoeGnvJO6GIBsigrqaSA== +"@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@^6.2.36": + version "6.2.36" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.36.tgz#8d6aaba7b9b934bcb92da9d8e527fc6617cd9fe0" + integrity sha512-NBQIg5hEMhvdbi4mSrdqRGl5XJ0bqTAHq6vDCCCDXUcfVtdk3ZJbSxtRVWyVvo9E28vwqu6MZyHOJylevqcHbA== dependencies: "@oclif/core" "^4"