From 5c1431aff11f9a6c871dccc79bf9b0c933b25afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 14:54:02 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.2.27 to 6.2.28 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.27 to 6.2.28. - [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.27...6.2.28) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.28 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 e360a28d..e3cdea9c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "handlebars": "^4.7.8" }, "devDependencies": { - "@oclif/plugin-help": "^6.2.27", + "@oclif/plugin-help": "^6.2.28", "@salesforce/dev-scripts": "^11.0.2", "@salesforce/plugin-auth": "^3.6.116", "@salesforce/plugin-user": "^3.6.20", diff --git a/yarn.lock b/yarn.lock index 4923a8b2..81a33ba3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1589,10 +1589,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^6.2.27": - version "6.2.27" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.27.tgz#a3a49c3751d9f4bd66af11621017ec1e8cddcf10" - integrity sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA== +"@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.28": + version "6.2.28" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.28.tgz#acb361d7577008b0b6e3dd028bfd9f052b2dc217" + integrity sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg== dependencies: "@oclif/core" "^4"