From 42385f20a2a6fa7d8bef5c86153e11c9fd7c4148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 06:01:15 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.1.19 to 5.1.20 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.1.19 to 5.1.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.1.19...5.1.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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 511dc090d..feafaa963 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", - "@oclif/plugin-help": "^5.1.19", + "@oclif/plugin-help": "^5.1.20", "@oclif/plugin-plugins": "^2.1.8", "@oclif/test": "^2.2.13", "@types/ansi-styles": "^3.2.1", diff --git a/yarn.lock b/yarn.lock index 632463961..638c891cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -479,12 +479,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": - version "5.1.19" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.19.tgz#43051772fefafe9bfe8823e2298103feb351b9c7" - integrity sha512-eQVRCFJOwRj8Tbqz8Lzd9GN38egwLCg+ohJ0xfg12CoXml03WqkfcFiAWkVwSWmLVrZUlUVrxfXKKkmpUaXZHg== +"@oclif/plugin-help@^5.1.20": + version "5.1.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.20.tgz#eba25a93266c271c7bbd08034bf53975f022476e" + integrity sha512-N8xRxE/isFcdBDI8cobixEZA5toxIK5jbxpwALNTr4s8KNAtBA3ORQrSiY0fWGkcv0sCGMwZw7rJ0Izh18JPsw== dependencies: - "@oclif/core" "^1.20.4" + "@oclif/core" "^1.21.0" "@oclif/plugin-plugins@^2.1.8": version "2.1.8"