From de3d684bc5a18658f4a3b1f53b6c963c078cdf93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 10:17:01 +0000 Subject: [PATCH] Bump @oclif/config from 1.13.3 to 1.14.0 Bumps [@oclif/config](https://github.com/oclif/config) from 1.13.3 to 1.14.0. - [Release notes](https://github.com/oclif/config/releases) - [Changelog](https://github.com/oclif/config/blob/master/CHANGELOG.md) - [Commits](https://github.com/oclif/config/compare/v1.13.3...v1.14.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 ++++--- yarn.lock | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4811187..dcd384f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -509,10 +509,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/yarn.lock b/yarn.lock index f100e1c..0962e8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -238,10 +238,11 @@ semver "^5.6.0" "@oclif/config@^1", "@oclif/config@^1.12.12": - version "1.13.3" - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.13.3.tgz#1b13e18d0e4242ddbd9cbd100f0eec819aa2bf8c" - integrity sha512-qs5XvGRw+1M41abOKCjd0uoeHCgsMxa2MurD2g2K8CtQlzlMXl0rW5idVeimIg5208LLuxkfzQo8TKAhhRCWLg== + version "1.14.0" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.14.0.tgz#0af93facd5c5087f804489f1603c4f3bc0c45014" + integrity sha512-KsOP/mx9lzTah+EtGqLUXN3PDL0J3zb9/dTneFyiUK2K6T7vFEGhV6OasmqTh4uMZHGYTGrNPV8x/Yw6qZNL6A== dependencies: + "@oclif/errors" "^1.0.0" "@oclif/parser" "^3.8.0" debug "^4.1.1" tslib "^1.9.3" @@ -264,7 +265,7 @@ qqjs "^0.3.10" tslib "^1.9.3" -"@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2": +"@oclif/errors@^1.0.0", "@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2": version "1.2.2" resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.2.2.tgz#9d8f269b15f13d70aa93316fed7bebc24688edc2" integrity sha512-Eq8BFuJUQcbAPVofDxwdE0bL14inIiwt5EaKRVY9ZDIG11jwdXZqiQEECJx0VfnLyUZdYfRd/znDI/MytdJoKg==