From c1b2f1e9783ace5d458baf98bfd1fd7d25b057e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 05:45:06 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.2.7 to 6.2.8 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.7 to 6.2.8. - [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.7...6.2.8) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development 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 c5c76b35..e892df2d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "handlebars": "^4.7.8" }, "devDependencies": { - "@oclif/plugin-help": "^6.2.7", + "@oclif/plugin-help": "^6.2.8", "@salesforce/dev-scripts": "^10.2.9", "@salesforce/plugin-auth": "^3.6.42", "@salesforce/plugin-user": "^3.5.20", diff --git a/yarn.lock b/yarn.lock index fd574242..7b20bc08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1585,10 +1585,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@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== +"@oclif/plugin-help@^6.2.7", "@oclif/plugin-help@^6.2.8": + version "6.2.8" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.8.tgz#cbaea5ef886d76e75dbab6e77e34012889e924b5" + integrity sha512-QRpFYlBeJffl4cXGBi8e+EfGogDmU7y8do1ZHxmPKZ5eZ0mfeKiqq2WA9dwRMZJriy1qSaGsbkOYgYQWlOYhSg== dependencies: "@oclif/core" "^4"