From 09463da8e100cbfe3be31af50f3882fbec665194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 05:25:30 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.2.18 to 5.2.20 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.18 to 5.2.20. - [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.18...5.2.20) --- 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 214dd28b..be9781b5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", - "@oclif/plugin-help": "^5.2.18", + "@oclif/plugin-help": "^5.2.20", "@oclif/test": "^2.5.6", "@types/chai": "^4.3.6", "@types/glob": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index a4386841..442933c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -930,7 +930,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.11.10", "@oclif/core@^2.15.0", "@oclif/core@^2.8.4": +"@oclif/core@^2.15.0", "@oclif/core@^2.8.4": version "2.15.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA== @@ -969,12 +969,12 @@ resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.18": - version "5.2.18" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.18.tgz#6fa44c1bda0b9d59af4c981bceaa6fb4491cb1fa" - integrity sha512-0JjupXUuDzlI0Ojj7/YL42btfUNuvSgZxdi8ZfeYt/uhC1/zvsSkO29KjffPxKEnbhr6jrkjOgy/Vly5JquYLg== +"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.20": + version "5.2.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc" + integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ== dependencies: - "@oclif/core" "^2.11.10" + "@oclif/core" "^2.15.0" "@oclif/plugin-not-found@^2.3.7": version "2.3.15"