From a311a0818f838a196f7d1bda075ae1383f0f05d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:20:31 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 5.2.10 to 5.2.19 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.10 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.10...5.2.19) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9dbe4d0..448bd7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -557,10 +557,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.8.7": - version "2.8.7" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.7.tgz#e3fb73477cfb9e72c89bc68701d04953c084c0e8" - integrity sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA== +"@oclif/core@^2", "@oclif/core@^2.15.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5": + version "2.15.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" + integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -571,7 +571,6 @@ cli-progress "^3.12.0" debug "^4.3.4" ejs "^3.1.8" - fs-extra "^9.1.0" get-package-type "^0.1.0" globby "^11.1.0" hyperlinker "^1.0.0" @@ -581,7 +580,7 @@ natural-orderby "^2.0.3" object-treeify "^1.1.33" password-prompt "^1.1.2" - semver "^7.3.7" + slice-ansi "^4.0.0" string-width "^4.2.3" strip-ansi "^6.0.1" supports-color "^8.1.1" @@ -598,11 +597,11 @@ integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== "@oclif/plugin-help@^5", "@oclif/plugin-help@^5.1.19": - version "5.2.10" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.10.tgz#f31b35409c8b523d72d5f901efe85dd8ab396635" - integrity sha512-l3hnloPkXOLGGrepLLdj8NsBpVhhEpg4jclIeIBaZzIo6+c+/uqcL2LjvOogmSEf5g4zooRtxivwUpcFiBSaBg== + 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.8.7" + "@oclif/core" "^2.15.0" "@oclif/plugin-not-found@^2.3.7": version "2.3.9"