From 5a36b8b852f2d4a4d90539a3bc7e2982e55ea61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 03:47:52 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.2.3 to 6.2.5 (#464) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.3 to 6.2.5. - [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.3...6.2.5) --- 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 bf7155e..2460d68 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@commitlint/config-conventional": "^17.8.1", "@heroku-cli/plugin-apps": "^7.59.1", "@heroku-cli/plugin-status": "5.0.10", - "@oclif/plugin-help": "^6.2.3", + "@oclif/plugin-help": "^6.2.5", "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4", "@types/chai": "^4.3.11", diff --git a/yarn.lock b/yarn.lock index 2174751..60e66f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1873,10 +1873,10 @@ chalk "^4.1.0" tslib "^2.6.2" -"@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.3": - version "6.2.3" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.3.tgz#09e54a1816fe7c2ef02c8a40c59afc7754a6eaca" - integrity sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ== +"@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.5": + version "6.2.5" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.5.tgz#a1d8e8469b3447c055ca3ab5444388a822d06517" + integrity sha512-/NgP6j5THCWDxQj3Mba+IIidf8fBtOT5Wh6ygb2WdWLSxcsRXSQUiJKKOXu8e/N5+KQeuG2Yko2hFxd2cZUzMQ== dependencies: "@oclif/core" "^4"