From 4ec4227d1068c76e40042c9d6e8fb28aa31747d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:37:36 +0000 Subject: [PATCH] Bump @oclif/plugin-help from 2.2.0 to 2.2.1 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/master/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/v2.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3eeaa4f..5627d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -449,9 +449,9 @@ } }, "@oclif/plugin-help": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.0.tgz", - "integrity": "sha512-56iIgE7NQfwy/ZrWrvrEfJGb5rrMUt409yoQGw4feiU101UudA1btN1pbUbcKBr7vY9KFeqZZcftXEGxOp7zBg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.1.tgz", + "integrity": "sha512-psEA3t41MSGBErLk6xCaAq2jKrRtx3Br+kHpd43vZeGEeZ7Gos4wgK0JAaHBbvhvUQskCHg8dzoqv4XEeTWeVQ==", "requires": { "@oclif/command": "^1.5.13", "chalk": "^2.4.1", @@ -463,27 +463,6 @@ "wrap-ansi": "^4.0.0" }, "dependencies": { - "@oclif/command": { - "version": "1.5.16", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.5.16.tgz", - "integrity": "sha512-bzqNz9/EblkohokXbico/14r05oRe8aa06S3MLEo4GlmyOce2abIOx1oZfUDl8ekQuKO+Ycw9Jco+hN2aL423A==", - "requires": { - "@oclif/errors": "^1.2.2", - "@oclif/parser": "^3.7.3", - "debug": "^4.1.1", - "semver": "^5.6.0" - } - }, - "@oclif/parser": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.1.tgz", - "integrity": "sha512-0OavFuLj6FBTdZDD6DXdNqH4qdLFLQD/PKK1OvNZhUd4/5v/lp6Ftzilwmirf549naNHq0u15uk1YCBvym5tNQ==", - "requires": { - "@oclif/linewrap": "^1.0.0", - "chalk": "^2.4.2", - "tslib": "^1.9.3" - } - }, "ansi-regex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",