From 937f5cd4f60a6e3c327c92750daa59caf421bddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:33:21 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.2.19 to 6.2.20 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.19 to 6.2.20. - [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.19...6.2.20) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" 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 fa0dc00..b920675 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.19", + "@oclif/plugin-help": "^6.2.20", "@salesforce/core": "^6.7.1", "@salesforce/kit": "^3.2.0", "@salesforce/sf-plugins-core": "^7.1.16", diff --git a/yarn.lock b/yarn.lock index 2af77a6..698c2bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1556,10 +1556,10 @@ semver "^7.6.3" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.19": - version "6.2.19" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.19.tgz#24ae926f2944628dd62a6bbfc495f85fc8e43b13" - integrity sha512-q2fIACWHJehppWTTgJm/llleKDgxt42IBVcK6Rp4H6qzET24t2zs0vbALx5XxsNCKl3/UuJhyW2XXQqvGmvWJQ== +"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.20": + version "6.2.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.20.tgz#05de43a710f038419d3ded11a59e8481408a9e9e" + integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw== dependencies: "@oclif/core" "^4"