From 9939e419d8d34b189fed24749403dcb61ba60dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:40:27 +0000 Subject: [PATCH] Bump the prod-deps group with 1 update Bumps the prod-deps group with 1 update: [@oclif/plugin-help](https://github.com/oclif/plugin-help). - [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.6...6.0.7) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 721914dc..695dd6d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2673,11 +2673,11 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.0.6", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.6.tgz", - "integrity": "sha512-MBk0147mpub3NXKTqchjXon4ufhz8keDv9u2IlVKg4MfZSDesljEckot+MCgtDl5k24jCMubrkJQId1g5Ay70w==", + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.7.tgz", + "integrity": "sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==", "dependencies": { - "@oclif/core": "^3.10.8" + "@oclif/core": "^3.11.0" }, "engines": { "node": ">=18.0.0" @@ -16364,11 +16364,11 @@ } }, "@oclif/plugin-help": { - "version": "6.0.6", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.6.tgz", - "integrity": "sha512-MBk0147mpub3NXKTqchjXon4ufhz8keDv9u2IlVKg4MfZSDesljEckot+MCgtDl5k24jCMubrkJQId1g5Ay70w==", + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.7.tgz", + "integrity": "sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==", "requires": { - "@oclif/core": "^3.10.8" + "@oclif/core": "^3.11.0" } }, "@oclif/plugin-not-found": {