From 92c17b0e4b45017b6a40d1a0e42a40a41f59b844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 03:43:58 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.2.4 to 6.2.7 (#1264) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.4 to 6.2.7. - [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.4...6.2.7) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3e5d4308..16ae0bc5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.2.9", - "@oclif/plugin-help": "^6.2.3", + "@oclif/plugin-help": "^6.2.7", "@salesforce/cli-plugins-testkit": "^5.3.20", "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-command-reference": "^3.1.10", diff --git a/yarn.lock b/yarn.lock index 690c4f0f..ed53d952 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1247,10 +1247,10 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.3": - version "6.2.4" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.4.tgz#9861e48da547e365275c6352f261ae9539229096" - integrity sha512-0UrLxHseBuwh3JVRluJFe1eT1OT5dBvbwcbAYVO8uNi/ctmaWCAw4j737l8BFnf01GpDsloSAWyEX4dtG0P1zg== +"@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.7": + version "6.2.7" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.7.tgz#d046b19ff51c13151c04fc55be686bf3022dea34" + integrity sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA== dependencies: "@oclif/core" "^4"