From e0a432c2b28877413e32fbfd3e89c180b295be34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:45:46 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.2.17 to 5.2.19 (#632) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.17 to 5.2.19. - [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/5.2.17...5.2.19) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c0942cc8..87b03309 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "tar-fs": "^2.1.1" }, "devDependencies": { - "@oclif/plugin-help": "^5.2.17", + "@oclif/plugin-help": "^5.2.19", "@oclif/test": "^2.5.4", "@types/chai": "^4.3.6", "@types/cross-spawn": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index c36726dc..f88ba2fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -491,12 +491,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.17": - version "5.2.17" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.17.tgz#72c549b1db8e16060ee4f320db96291ca341430f" - integrity sha512-8dhvATZZnkD8uq3etsvbVjjpdxiTqXTPjkMlU8ToQz09DL5BBzYApm65iTHFE0Vn9DPbKcNxX1d8YiF3ilgMOQ== +"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.19": + version "5.2.19" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.19.tgz#be8019730c6540eefeb30e95fe13ff0b91364bf0" + integrity sha512-gf6/dFtzMJ8RA4ovlBCBGJsZsd4jPXhYWJho+Gh6KmA+Ev9LupoExbE0qT+a2uHJyHEvIg4uX/MBW3qdERD/8g== dependencies: - "@oclif/core" "^2.11.8" + "@oclif/core" "^2.15.0" "@oclif/plugin-not-found@^2.3.32": version "2.3.33"