From a6f530e1c713b7a30154d9565c27cfd02f801dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 00:40:12 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.1.0 to 6.2.0 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.1.0 to 6.2.0. - [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.1.0...6.2.0) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d52066..92dd4af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3148,27 +3148,27 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.1.0.tgz", - "integrity": "sha512-U+LNKKaZBroHqoSGIpYbQmkTl8aW0NJcO9tr091LJOZ74iqEDiupfBTCMuklW9uTZdWFYApqTmshDuB/I41jxQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.0.tgz", + "integrity": "sha512-LNTrAE3ZwTXJVAFuwx+jSMGJCYHHa7jjSZ+9PgJlHIIA9qC7XcTcORoBByw9otB9q3JcbWmbS0GNCGTvciRdaw==", "dependencies": { - "@oclif/core": "^4.0.0-beta.13" + "@oclif/core": "^4" }, "engines": { "node": ">=18.0.0" } }, "node_modules/@oclif/plugin-help/node_modules/@oclif/core": { - "version": "4.0.0-beta.13", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.0-beta.13.tgz", - "integrity": "sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz", + "integrity": "sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==", "dependencies": { "ansi-escapes": "^4.3.2", - "ansis": "^3.0.1", + "ansis": "^3.1.1", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", "cosmiconfig": "^9.0.0", - "debug": "^4.3.4", + "debug": "^4.3.5", "ejs": "^3.1.10", "get-package-type": "^0.1.0", "globby": "^11.1.0", @@ -3176,7 +3176,7 @@ "is-wsl": "^2.2.0", "minimatch": "^9.0.4", "string-width": "^4.2.3", - "supports-color": "^9.4.0", + "supports-color": "^8", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" @@ -3185,17 +3185,6 @@ "node": ">=18.0.0" } }, - "node_modules/@oclif/plugin-help/node_modules/supports-color": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz", - "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/@oclif/plugin-not-found": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.1.tgz",