From 7c24751132fde4e57aa40d6c5eed04bbab3b9f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 02:44:18 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.0.7 to 6.0.8 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.7 to 6.0.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.0.7...6.0.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cdb51eb9..7b4592e9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.1", - "@oclif/plugin-help": "^6.0.7", + "@oclif/plugin-help": "^6.0.8", "@salesforce/cli-plugins-testkit": "^5", "@salesforce/dev-scripts": "^8.1.2", "@salesforce/plugin-command-reference": "^3.0.54", diff --git a/yarn.lock b/yarn.lock index f21fcaf0..889e4e99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -806,7 +806,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0", "@oclif/core@^3.8.0": +"@oclif/core@^3.0.4", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0", "@oclif/core@^3.8.0": version "3.15.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb" integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ== @@ -861,12 +861,12 @@ dependencies: "@oclif/core" "^2.15.0" -"@oclif/plugin-help@^6.0.7": - version "6.0.7" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.7.tgz#0bad86335dbf687d0ba03c98f5e541109f9ac371" - integrity sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg== +"@oclif/plugin-help@^6.0.8": + version "6.0.8" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.8.tgz#9ad196f9ddbeae1f5353448d16e0cb68463bac31" + integrity sha512-q7OWy0JSrsZVynPkWQxmd3dEFA2czym9FdqS06YteRldIH/Csvovst+35KneM4iD8ewqPbY8KAMYZMkMavao0g== dependencies: - "@oclif/core" "^3.11.0" + "@oclif/core" "^3.14.1" "@oclif/plugin-not-found@^2.3.32": version "2.3.37"