From a1b342fd3f117aabf299798c86a9cf46239b5dce Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 18:04:47 -0600 Subject: [PATCH] =?UTF-8?q?Update=20@oclif/config=20to=20the=20latest=20ve?= =?UTF-8?q?rsion=20=F0=9F=9A=80=20(#97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update @oclif/config to version 1.14.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4df489..7288e21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -464,10 +464,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.14.0", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz", + "integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==", "requires": { + "@oclif/errors": "^1.0.0", "@oclif/parser": "^3.8.0", "debug": "^4.1.1", "tslib": "^1.9.3" diff --git a/package.json b/package.json index 53f0e35..4c743ca 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "/bin" ], "dependencies": { - "@oclif/config": "1.13.3", + "@oclif/config": "1.14.0", "@oclif/command": "1.5.19", "@oclif/plugin-help": "2.2.2", "@oclif/plugin-warn-if-update-available": "1.7.0",