From 248395373f676f73a982febd60b620b946fd13aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 10:05:11 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.1.15 to 5.1.16 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.1.15 to 5.1.16. - [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.15...5.1.16) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8790f723..94db096e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@oclif/config": "^1.18.5", "@oclif/plugin-commands": "^2.1.0", - "@oclif/plugin-help": "^5.1.15", + "@oclif/plugin-help": "^5.1.16", "@oclif/test": "^1.2.9", "@types/chai": "^4.3.0", "@types/fast-levenshtein": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index d9b7515f..e1640fb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -460,7 +460,7 @@ is-wsl "^2.1.1" tslib "^2.3.1" -"@oclif/core@^1.0.8", "@oclif/core@^1.16.5", "@oclif/core@^1.19.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.6.4": +"@oclif/core@^1.0.8", "@oclif/core@^1.19.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.6.4": version "1.19.1" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.1.tgz#6dba92cfb7f1412e43068db3e9716215786f85a3" integrity sha512-+LtMYQNzfLoYUcBTsWSFQ/4mqiA70XRU6tP+lDNmQQTrB5FHzDoBbyYvdjvMeS42izg78gjlN++rLUaAUCloNw== @@ -528,12 +528,12 @@ "@oclif/core" "^1.2.0" lodash "^4.17.11" -"@oclif/plugin-help@^5.1.11", "@oclif/plugin-help@^5.1.15": - version "5.1.15" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.15.tgz#c9466d3efc694cfd0e83eaca565b8799b477549c" - integrity sha512-RfLo7vOTga/02w7jTAHFOi3m4X34Xbfyl20spg4Jq7NM6WduDaIj2auXrHW3w8OkEi4Zl/g0AvB4PIyLr+NYYw== +"@oclif/plugin-help@^5.1.11", "@oclif/plugin-help@^5.1.16": + version "5.1.16" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.1.16.tgz#b55376e50007ba6b73819b11d02232288203fb70" + integrity sha512-30uy/bRUzptI4mFf6re1imTBxJJB2r9pQyZ7sbr8zn0oymLZX4dMArlMDi/LwpPqEtIN3fivXgDkjcoKO8ezGQ== dependencies: - "@oclif/core" "^1.16.5" + "@oclif/core" "^1.19.1" "@oclif/plugin-not-found@^2.3.1": version "2.3.1"