From aa7ec006921747ea566d4b560870ab44c9f54d22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 04:27:46 +0500 Subject: [PATCH 1/2] fix: upgrade @oclif/plugin-help from 2.1.6 to 2.2.3 Snyk has created this PR to upgrade @oclif/plugin-help from 2.1.6 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/endykaufman/project/d088b985-e847-4959-aeae-fc4a36077670?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4a0dad..ee5a554 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@oclif/color": "0.0.0", "@oclif/command": "^1.5.8", "@oclif/config": "^1.12.4", - "@oclif/plugin-help": "^2.1.6", + "@oclif/plugin-help": "^2.2.3", "@types/cli-progress": "^1.8.0", "@types/git-branch": "^2.0.1", "@types/gitconfiglocal": "^2.0.0", From e37a348bdc9d97e10c329e2b3c191e850f9aa29b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 May 2020 04:27:47 +0500 Subject: [PATCH 2/2] fix: upgrade @oclif/plugin-help from 2.1.6 to 2.2.3 Snyk has created this PR to upgrade @oclif/plugin-help from 2.1.6 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/endykaufman/project/d088b985-e847-4959-aeae-fc4a36077670?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 64 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 718aeb1..99cbc00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -249,13 +249,13 @@ } }, "@oclif/plugin-help": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.1.6.tgz", - "integrity": "sha512-M4kTERpPWNSM1Mga7K/zo9DWHLCVf2FRaIeXPoytmTPd+0kSvG3TR0Vc1bwx9/cxXoYyYGgEejwNlrfayr8FZw==", + "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.8", + "@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", @@ -263,6 +263,60 @@ "wrap-ansi": "^4.0.0" }, "dependencies": { + "@oclif/command": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.6.0.tgz", + "integrity": "sha512-jHLlsi8WzCNTlbSWFBkpNkYdhg7tOV7aV4Kfig+2hbFxuwgf8HTRVzVKBLDmhySWdbzjg1Z7yOpne8rU4hVc8g==", + "requires": { + "@oclif/config": "^1.15.1", + "@oclif/errors": "^1.2.2", + "@oclif/parser": "^3.8.3", + "debug": "^4.1.1", + "semver": "^5.6.0" + } + }, + "@oclif/config": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.1.tgz", + "integrity": "sha512-GdyHpEZuWlfU8GSaZoiywtfVBsPcfYn1KuSLT1JTfvZGpPG6vShcGr24YZ3HG2jXUFlIuAqDcYlTzOrqOdTPNQ==", + "requires": { + "@oclif/errors": "^1.0.0", + "@oclif/parser": "^3.8.0", + "debug": "^4.1.1", + "tslib": "^1.9.3" + } + }, + "@oclif/parser": { + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.4.tgz", + "integrity": "sha512-cyP1at3l42kQHZtqDS3KfTeyMvxITGwXwH1qk9ktBYvqgMp5h4vHT+cOD74ld3RqJUOZY/+Zi9lb4Tbza3BtuA==", + "requires": { + "@oclif/linewrap": "^1.0.0", + "chalk": "^2.4.2", + "tslib": "^1.9.3" + } + }, + "@oclif/plugin-help": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.0.0.tgz", + "integrity": "sha512-mrV1O1VXy+ssW0kmIvFYkuEEPYZWKpyqydyHbKa316esAHatsZlrw6cRItf3TuKHTAqeGuXPctPV4mO2e21F9w==", + "requires": { + "@oclif/command": "^1.5.20", + "@oclif/config": "^1.15.1", + "chalk": "^2.4.1", + "indent-string": "^4.0.0", + "lodash.template": "^4.4.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0", + "widest-line": "^2.0.1", + "wrap-ansi": "^4.0.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",