From 7f6de2b5b36e48fa4542ee596d37b2388b7fd75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:46:02 -0500 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.0.20 to 6.0.21 (#429) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.20 to 6.0.21. - [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.0.20...6.0.21) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5ad19ff..03956ca 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/salesforcecli/plugin-analytics/issues", "dependencies": { "@oclif/core": "^3.26.4", - "@oclif/plugin-help": "^6.0.20", + "@oclif/plugin-help": "^6.0.21", "@salesforce/core": "^6.7.1", "@salesforce/kit": "^3.0.15", "@salesforce/sf-plugins-core": "^7.1.16", diff --git a/yarn.lock b/yarn.lock index 110efaa..34302b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1617,12 +1617,12 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.0.18", "@oclif/plugin-help@^6.0.20": - version "6.0.20" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.20.tgz#e4a640505508224d7b9c0e61711ae4dad3f4782b" - integrity sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA== +"@oclif/plugin-help@^6.0.18", "@oclif/plugin-help@^6.0.21": + version "6.0.21" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b" + integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw== dependencies: - "@oclif/core" "^3.26.0" + "@oclif/core" "^3.26.2" "@oclif/plugin-not-found@^3.0.14": version "3.0.14"