From f70cfad03454083477be4fb9a5008a9b8496d09a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 03:37:04 +0000 Subject: [PATCH] fix: upgrade @oclif/plugin-help from 2.2.1 to 2.2.3 Snyk has created this PR to upgrade @oclif/plugin-help from 2.2.1 to 2.2.3. See this package in NPM: https://www.npmjs.com/package/@oclif/plugin-help See this project in Snyk: https://app.snyk.io/org/ashishpatel0720/project/0091b3e6-b5d6-4b68-92c4-691707a12a44?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 774d1c6..7bd73c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -565,13 +565,13 @@ } }, "@oclif/plugin-help": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.1.tgz", - "integrity": "sha512-psEA3t41MSGBErLk6xCaAq2jKrRtx3Br+kHpd43vZeGEeZ7Gos4wgK0JAaHBbvhvUQskCHg8dzoqv4XEeTWeVQ==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.3.tgz", + "integrity": "sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g==", "requires": { "@oclif/command": "^1.5.13", "chalk": "^2.4.1", - "indent-string": "^3.2.0", + "indent-string": "^4.0.0", "lodash.template": "^4.4.0", "string-width": "^3.0.0", "strip-ansi": "^5.0.0", @@ -589,6 +589,11 @@ "supports-color": "^5.3.0" } }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, "string-width": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", diff --git a/package.json b/package.json index d5fea0d..c137269 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@oclif/command": "^1.5.19", "@oclif/config": "^1.13.3", "@oclif/plugin-autocomplete": "^0.1.4", - "@oclif/plugin-help": "^2.2.1", + "@oclif/plugin-help": "^2.2.3", "@oclif/plugin-not-found": "^1.2.3", "@oclif/plugin-warn-if-update-available": "^1.7.0", "avsc": "^5.4.18",