From a77ab61453964a33135abc44fdd44d5a4630bd78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 02:35:01 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 5.2.17 to 5.2.20 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.17 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.17...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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index aacf81bd6..a7c3ea067 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^4.0.14", - "@oclif/plugin-help": "^5.2.17", + "@oclif/plugin-help": "^5.2.20", "@salesforce/cli-plugins-testkit": "^4.4.8", "@salesforce/dev-config": "^4.0.1", "@salesforce/dev-scripts": "^5.11.0", diff --git a/yarn.lock b/yarn.lock index 36f481517..dd45df1e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -807,12 +807,12 @@ ts-json-schema-generator "^1.3.0" tslib "^2.6.2" -"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.17": - 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.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.11.8" + "@oclif/core" "^2.15.0" "@oclif/plugin-not-found@^2.3.32": version "2.3.32"