From 92e26dd17a4e24cd3dcb1e50d45a88c2d5e62302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:25:22 +0000 Subject: [PATCH] Bump @oclif/plugin-help from 6.2.7 to 6.2.8 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.7 to 6.2.8. - [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.2.7...6.2.8) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d485bcf77..7b5a125d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4441,9 +4441,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.7", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.7.tgz", - "integrity": "sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA==", + "version": "6.2.8", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.8.tgz", + "integrity": "sha512-QRpFYlBeJffl4cXGBi8e+EfGogDmU7y8do1ZHxmPKZ5eZ0mfeKiqq2WA9dwRMZJriy1qSaGsbkOYgYQWlOYhSg==", "dependencies": { "@oclif/core": "^4" },