From 1ac4a39cd2dd95b2ba655fbda1d0daff8eceab2f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 14:12:44 -0600 Subject: [PATCH] =?UTF-8?q?Update=20@oclif/config=20to=20the=20latest=20ve?= =?UTF-8?q?rsion=20=F0=9F=9A=80=20(#103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update @oclif/config to version 1.15.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: David Díaz --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 088bd6b..f5b126a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -895,9 +895,9 @@ } }, "@oclif/config": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.14.0.tgz", - "integrity": "sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.15.0.tgz", + "integrity": "sha512-MLA5yGJwJRIY1YJWbikAGV/ZELkmzi5BQVbudvQjnvDMnccWtZKZmPr2dkWU0kh/q5XLh4OQdiaVYpqtdteuKw==", "requires": { "@oclif/errors": "^1.0.0", "@oclif/parser": "^3.8.0", diff --git a/package.json b/package.json index 3bc48f7..2929275 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "/bin" ], "dependencies": { - "@oclif/config": "1.14.0", + "@oclif/config": "1.15.0", "@oclif/command": "1.5.19", "@oclif/plugin-help": "2.2.2", "@oclif/plugin-warn-if-update-available": "1.7.0",