From b9a45290675a5ee1fbb98f4afc06293b65833b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:35:32 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 5.2.14 to 5.2.15 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.14 to 5.2.15. - [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.14...5.2.15) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index fbac087..20c30ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -644,10 +644,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": - version "2.11.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.1.tgz#69c3cfd3d9b2df9fe94c6d16a3c5da59706f078a" - integrity sha512-/DHDtm/PoSNvWdJtTv1GUYnrCrlTsEQd1CsXKNfMSylpkeOjbDIbt1w4NYZ50BfAWxpCunf7RmbwxFBpDa5lHQ== +"@oclif/core@^2", "@oclif/core@^2.11.1", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": + version "2.11.6" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.6.tgz#38f6b9cba33fc922b0c53cf15e981027ac710a22" + integrity sha512-i5LXd+VCjoidlVWD1AF9ZWP7S3iP5WoeUNYXnJGoBeZcgqaAYVdONkBoIann0zFpdImuxNrkdHYnAhfLlPvdzQ== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -681,11 +681,11 @@ wrap-ansi "^7.0.0" "@oclif/plugin-help@^5", "@oclif/plugin-help@^5.2.14": - version "5.2.14" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.14.tgz#c89f623712fc7d74f01fd2c9d909434b335a2e7b" - integrity sha512-7hMLc6zqxeRfG4nvHHQPpbaBj60efM3ULFkCpHZkdLms/ezIkNo40F661QuraIjMP/NN+U6VSfBCGuPkRyxVkA== + version "5.2.15" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.15.tgz#3880e02689db948a868d2a6ce413fa667f189a2e" + integrity sha512-q3gC4kIRlTilA8sG/9Eq2BEW2wo2KWV0ZbQ+8i3uQCvrgY4qoCIp5JTfsbbKR5XWaqPDdZPWhWuS1Rveu5V4FA== dependencies: - "@oclif/core" "^2.9.3" + "@oclif/core" "^2.11.1" "@oclif/plugin-not-found@^2.3.32": version "2.3.32"