From 15a6f6e7f9d9e7a66edadab75fbf26522b361aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:03:21 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.2.53 to 6.2.55 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.53 to 6.2.55. - [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.53...6.2.55) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.55 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 266cd787..bf7323ee 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.53", + "@oclif/plugin-help": "^6.2.55", "@salesforce/core": "^6.7.1", "@salesforce/kit": "^3.2.6", "@salesforce/sf-plugins-core": "^7.1.16", diff --git a/yarn.lock b/yarn.lock index 47c65853..d2ff0806 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1215,10 +1215,10 @@ semver "^7.8.5" ts-json-schema-generator "^2.9.0" -"@oclif/plugin-help@^6.2.53": - version "6.2.53" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.53.tgz#41798c3c4bcf363558bdf528514e40cac78c406c" - integrity sha512-njx2nTH87EQEEuz4ShNtL0gzzN981MRkDPqScbu+Tkd7NpIv30OHdTjQK1GzGtkf+V2RvSYIrX+LrLsUVh9DJw== +"@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@^6.2.55": + version "6.2.55" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.55.tgz#c1cf8571fbb255c4d47663da4c372f6e04e3a17c" + integrity sha512-IamFqLPoD8KTZbGSAu24EFe2kNibMrL/WA8+4EvnbdkYqZGUcizVqeXUIxzns3SES99wgqOtsK3DtLB3V3kIJQ== dependencies: "@oclif/core" "^4"