From e3933f79a83b8f792055395b227d8a8d4360a210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:26:41 +0000 Subject: [PATCH] chore(deps): bump @oclif/plugin-help from 6.2.28 to 6.2.29 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.28 to 6.2.29. - [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.28...6.2.29) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89ec70aa..421349fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "^11.3.2", "@oclif/core": "^4.3.1", - "@oclif/plugin-help": "^6.2.28", + "@oclif/plugin-help": "^6.2.29", "@oclif/plugin-update": "^4.6.42", "graphql": "^16.11.0", "packageurl-js": "^2.0.1", @@ -3707,9 +3707,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.28", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.28.tgz", - "integrity": "sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg==", + "version": "6.2.29", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz", + "integrity": "sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==", "license": "MIT", "dependencies": { "@oclif/core": "^4" diff --git a/package.json b/package.json index 7b7f5719..87e10c01 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@apollo/client": "^3.13.8", "@cyclonedx/cdxgen": "^11.3.2", "@oclif/core": "^4.3.1", - "@oclif/plugin-help": "^6.2.28", + "@oclif/plugin-help": "^6.2.29", "@oclif/plugin-update": "^4.6.42", "graphql": "^16.11.0", "packageurl-js": "^2.0.1",