From b94cf36fa62265d81b5bd0d8c97a70e540567b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:21:10 +0000 Subject: [PATCH] Bump @oclif/plugin-help from 5.2.11 to 5.2.18 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.11 to 5.2.18. - [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.11...5.2.18) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 25feedd..111a3c6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "dependencies": { "@oclif/core": "^1.26.2", - "@oclif/plugin-help": "^5.2.11", + "@oclif/plugin-help": "^5.2.18", "@oclif/plugin-plugins": "^2.4.7", "aws-sdk": "^2.1409.0", "template-file": "^6.0.1" diff --git a/yarn.lock b/yarn.lock index 67821e1..a07162a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -558,10 +558,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.8.11", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.7": - version "2.8.11" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.11.tgz#fbdf8b5b74a8b2012f2fcd5a30a515d327b54482" - integrity sha512-9wYW6KRSWfB/D+tqeyl/jxmEz/xPXkFJGVWfKaptqHz6FPWNJREjAM945MuJL2Y8NRhMe+ScRlZ3WpdToX5aVQ== +"@oclif/core@^2.11.10", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.8.11", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4": + version "2.11.11" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.11.tgz#7c0444905a6f03c26fb88e7275ca70cbb59066a7" + integrity sha512-B0yaeJhdaLlPU0i95mHItV6C7xtoGFBNZrrd0IQzxKhdMhRxzmCmJyoVh8YaZVlsdsT/cjVAZ/6Aoctg3G4MmQ== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -583,6 +583,7 @@ object-treeify "^1.1.33" password-prompt "^1.1.2" semver "^7.5.3" + slice-ansi "^4.0.0" string-width "^4.2.3" strip-ansi "^6.0.1" supports-color "^8.1.1" @@ -598,12 +599,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.11": - version "5.2.11" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.11.tgz#4dc5cf12e11d49ecdbdb3d59958673eb091f3a19" - integrity sha512-B2cGOyRskorr8NiGrmIBYxEK0c4laJo+W16VeEblLVDW8w6BvnSwC6K4Vd6rkKmPHRsgqoYrA5BCfPTwvUdSCg== +"@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== dependencies: - "@oclif/core" "^2.8.11" + "@oclif/core" "^2.11.10" "@oclif/plugin-not-found@^2.3.7": version "2.3.22"