From 5240caff0275a36dd9eefa4c645821637875b2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:44:18 -0600 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.0.12 to 6.0.14 (#1108) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.12 to 6.0.14. - [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.12...6.0.14) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development 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 27afa4466..4bd871784 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.8", - "@oclif/plugin-help": "^6.0.12", + "@oclif/plugin-help": "^6.0.14", "@salesforce/cli-plugins-testkit": "^5.1.9", "@salesforce/dev-scripts": "^8.4.1", "@salesforce/plugin-command-reference": "^3.0.69", diff --git a/yarn.lock b/yarn.lock index 3d798d80b..738dc1e19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1492,12 +1492,12 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.0" -"@oclif/plugin-help@^6.0.12": - version "6.0.12" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.12.tgz#d71b84531644ecf65fcd8df671cff6f4aa178d42" - integrity sha512-KMxQ5Oli1tkWiWNSdrjNtiFIFZvX0+IsvuuGcDwJIn1Jm+SzEQF90vkK6WzIjFACmyKIwXbGMmimcFaLrslJPQ== +"@oclif/plugin-help@^6.0.12", "@oclif/plugin-help@^6.0.14": + version "6.0.14" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.14.tgz#9e572fb8394e9cbe2da3465c029eb9521f9c9198" + integrity sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ== dependencies: - "@oclif/core" "^3.18.1" + "@oclif/core" "^3.19.2" "@oclif/plugin-not-found@^3.0.9": version "3.0.9"