From 3e241fa312c6bbe461f1b52364cf440ad0a833cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 21:45:08 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-help from 6.0.21 to 6.0.22 (#1184) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.0.21 to 6.0.22. - [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/6.0.21...6.0.22) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 548c9cef1..f153d180b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.1.7", - "@oclif/plugin-help": "^6.0.20", + "@oclif/plugin-help": "^6.0.22", "@salesforce/cli-plugins-testkit": "^5.3.2", "@salesforce/dev-scripts": "^9.1.2", "@salesforce/plugin-command-reference": "^3.0.82", diff --git a/yarn.lock b/yarn.lock index 3ede10686..e2930fb1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1345,7 +1345,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": +"@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6": version "3.26.6" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA== @@ -1395,12 +1395,12 @@ semver "^7.6.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.0.20", "@oclif/plugin-help@^6.0.21": - version "6.0.21" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b" - integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw== +"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.0.22": + version "6.0.22" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.22.tgz#dca96ad1c28a68170e0bbf9f8f93f7dd171e4667" + integrity sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw== dependencies: - "@oclif/core" "^3.26.2" + "@oclif/core" "^3.26.6" "@oclif/plugin-not-found@^3.1.9": version "3.1.9"