From 8be802735a7c6de5a7fe8749124766f8e4d216da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 11:26:23 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.2.9 to 5.2.10 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.9 to 5.2.10. - [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.9...5.2.10) --- 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 f4d09ebd..24ef021c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", - "@oclif/plugin-help": "^5.2.9", + "@oclif/plugin-help": "^5.2.10", "@oclif/test": "^2.3.23", "@types/chai": "^4.3.5", "@types/mocha": "^8", diff --git a/yarn.lock b/yarn.lock index ddeee89f..040c3df9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,7 +655,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.8.0", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.8.7": +"@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.8.7": version "2.8.7" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.7.tgz#e3fb73477cfb9e72c89bc68701d04953c084c0e8" integrity sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA== @@ -695,12 +695,12 @@ resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.9": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.9.tgz#badbafdfe3f98ac78a5a3b79582e081d4b64c4b7" - integrity sha512-0J3oowPURZJ4Dn1p1WpQ46E4+CoV20KTn1cvsNiDl6Hmbw+qoljKQnArJJzNFeZQxWo4R7/S42PrzKJTVYh68Q== +"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.10": + version "5.2.10" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.10.tgz#f31b35409c8b523d72d5f901efe85dd8ab396635" + integrity sha512-l3hnloPkXOLGGrepLLdj8NsBpVhhEpg4jclIeIBaZzIo6+c+/uqcL2LjvOogmSEf5g4zooRtxivwUpcFiBSaBg== dependencies: - "@oclif/core" "^2.8.0" + "@oclif/core" "^2.8.7" "@oclif/plugin-not-found@^2.3.7": version "2.3.15"