From 77398087b303954034053b611186caaa4d09c5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 05:27:12 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.2.17 to 5.2.18 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.17 to 5.2.18. - [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.17...5.2.18) --- 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 dbda661..69d3a19 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", - "@oclif/plugin-help": "5.2.17", + "@oclif/plugin-help": "5.2.18", "@oclif/test": "^2.5.1", "@types/chai": "^4.3.5", "@types/mocha": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index ff8d18e..6b50945 100644 --- a/yarn.lock +++ b/yarn.lock @@ -622,7 +622,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.11.8", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": +"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": version "2.11.10" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.10.tgz#638128034b8b4bdf4b23480a7278426f85130170" integrity sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA== @@ -658,12 +658,12 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-help@5.2.17", "@oclif/plugin-help@^5.2.14": - version "5.2.17" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.17.tgz#72c549b1db8e16060ee4f320db96291ca341430f" - integrity sha512-8dhvATZZnkD8uq3etsvbVjjpdxiTqXTPjkMlU8ToQz09DL5BBzYApm65iTHFE0Vn9DPbKcNxX1d8YiF3ilgMOQ== +"@oclif/plugin-help@5.2.18", "@oclif/plugin-help@^5.2.14": + version "5.2.18" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.18.tgz#6fa44c1bda0b9d59af4c981bceaa6fb4491cb1fa" + integrity sha512-0JjupXUuDzlI0Ojj7/YL42btfUNuvSgZxdi8ZfeYt/uhC1/zvsSkO29KjffPxKEnbhr6jrkjOgy/Vly5JquYLg== dependencies: - "@oclif/core" "^2.11.8" + "@oclif/core" "^2.11.10" "@oclif/plugin-not-found@^2.3.32": version "2.3.33"