diff --git a/package.json b/package.json index 2d555d2..3f28105 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "tsheredoc": "^1.0.1" }, "devDependencies": { - "@oclif/plugin-help": "^5", + "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "2.4.7", "@oclif/test": "^3.2.15", "@types/mocha": "^10.0.10", diff --git a/yarn.lock b/yarn.lock index 05077b9..6ea2d7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1344,7 +1344,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.15.0", "@oclif/core@^2.16.0", "@oclif/core@^2.8.2": +"@oclif/core@^2.16.0", "@oclif/core@^2.8.2": version "2.16.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.16.0.tgz#e6f3c6c359d4313a15403d8652bbdd0e99ce4b3a" integrity sha512-dL6atBH0zCZl1A1IXCKJgLPrM/wR7K+Wi401E/IvqsK8m2iCHW+0TEOGrans/cuN3oTW+uxIyJFHJ8Im0k4qBw== @@ -1441,17 +1441,10 @@ resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/plugin-help@^5": - 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.15.0" - -"@oclif/plugin-help@^6.2.25": - version "6.2.26" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.26.tgz#16d4c5d538e1ed2864a3ca8fd59331694b5f86d2" - integrity sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw== +"@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.25": + version "6.2.33" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.33.tgz#931dc79b09e11ba50186a9846a2cf5a42a99e1ea" + integrity sha512-9L07S61R0tuXrURdLcVtjF79Nbyv3qGplJ88DVskJBxShbROZl3hBG7W/CNltAK3cnMPlXV8K3kKh+C0N0p4xw== dependencies: "@oclif/core" "^4"