From fc211ba0b603a783b1ac103d93635da3db85ef3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:45:59 -0600 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.0.12 to 6.0.14 (#374) 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: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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 04007f6d..8c10f2a4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/salesforcecli/plugin-analytics/issues", "dependencies": { "@oclif/core": "^3.18.2", - "@oclif/plugin-help": "^6.0.10", + "@oclif/plugin-help": "^6.0.14", "@salesforce/core": "^6.4.6", "@salesforce/kit": "^3.0.15", "@salesforce/sf-plugins-core": "^7.1.10", diff --git a/yarn.lock b/yarn.lock index 3b1aba27..2aa22dd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1795,7 +1795,7 @@ read-package-json-fast "^3.0.0" which "^3.0.0" -"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6": +"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6": version "3.19.6" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09" integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw== @@ -1843,12 +1843,12 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.0" -"@oclif/plugin-help@^6.0.10", "@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.10": version "3.0.10"