From d0a66ea1ae9d62351aee915442c88f4a4572c24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:16:08 +0000 Subject: [PATCH] Update @oclif/plugin-help requirement from ^5.2.15 to ^5.2.20 Updates the requirements on [@oclif/plugin-help](https://github.com/oclif/plugin-help) to permit the latest version. - [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.15...5.2.20) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b894106..b81cf53 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "dependencies": { "@oclif/core": "^1", - "@oclif/plugin-help": "^5.2.15", + "@oclif/plugin-help": "^5.2.20", "@oclif/plugin-not-found": "^2.3.34", "@oclif/plugin-update": "^3.1.16", "@oclif/plugin-warn-if-update-available": "^2.0.46",