From 4ce15c9a0342d963c06e132f24add86e88a39962 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 02:52:57 -0400 Subject: [PATCH 1/2] fix: upgrade @oclif/config from 1.13.3 to 1.15.1 Snyk has created this PR to upgrade @oclif/config from 1.13.3 to 1.15.1. See this package in NPM: https://www.npmjs.com/package/@oclif/config See this project in Snyk: https://app.snyk.io/org/steelarc/project/696b18e3-2e01-4f73-b92b-c410fab555ce?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 2fb1729..e2d9281 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@oclif/command": "^1.5.19", - "@oclif/config": "^1.13.3", + "@oclif/config": "^1.15.1", "@oclif/plugin-help": "^2.2.3", "@types/fs-extra": "^8.0.1", "@types/yeoman-environment": "^2.3.2", From fd14a61551437318d3668b93e47e96ddd0f01554 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 02:52:58 -0400 Subject: [PATCH 2/2] fix: upgrade @oclif/config from 1.13.3 to 1.15.1 Snyk has created this PR to upgrade @oclif/config from 1.13.3 to 1.15.1. See this package in NPM: https://www.npmjs.com/package/@oclif/config See this project in Snyk: https://app.snyk.io/org/steelarc/project/696b18e3-2e01-4f73-b92b-c410fab555ce?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8fb2a6..1af589c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,10 +123,11 @@ } }, "@oclif/config": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.13.3.tgz", - "integrity": "sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg==", + "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"