From 649e51a6dae9a3d58dc7f225f738692c6a0cded7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 18:17:28 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.2.19 to 5.2.20 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.19 to 5.2.20. - [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.19...5.2.20) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b63bbbd6..edf7d52f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^4.0.14", - "@oclif/plugin-help": "^5.2.19", + "@oclif/plugin-help": "^5.2.20", "@salesforce/cli-plugins-testkit": "^4.3.6", "@salesforce/dev-config": "^4.0.1", "@salesforce/dev-scripts": "^5.10.0", diff --git a/yarn.lock b/yarn.lock index 0fbb5dd2..1fb246ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -701,10 +701,10 @@ ts-json-schema-generator "^1.3.0" tslib "^2.6.2" -"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.19": - version "5.2.19" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.19.tgz#be8019730c6540eefeb30e95fe13ff0b91364bf0" - integrity sha512-gf6/dFtzMJ8RA4ovlBCBGJsZsd4jPXhYWJho+Gh6KmA+Ev9LupoExbE0qT+a2uHJyHEvIg4uX/MBW3qdERD/8g== +"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.20": + version "5.2.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc" + integrity sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ== dependencies: "@oclif/core" "^2.15.0"