From 7578d1e19b8821bc391352b7bd03bca3ba2c1c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 15:13:24 +0200 Subject: [PATCH] chore(deps): bump @oclif/config from 1.16.0 to 1.17.0 (#118) Bumps [@oclif/config](https://github.com/oclif/config) from 1.16.0 to 1.17.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.16.0...v1.17.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index a35c8688..cf99ab2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -98,16 +98,16 @@ semver "^5.6.0" "@oclif/config@^1.12.12", "@oclif/config@^1.15.1": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.16.0.tgz#fffe9939f1a7fac1e45e532b5c785381257f8aa6" - integrity sha512-vOnMPQcHokC03WBCuLipTxksTwgZcmDOnH2H0UHqndfKKN9GVDzpZTH6zaFVQBdjTME5VtRzg9A2UaNmq6OXWw== + version "1.17.0" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab" + integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA== dependencies: "@oclif/errors" "^1.3.3" "@oclif/parser" "^3.8.0" debug "^4.1.1" globby "^11.0.1" is-wsl "^2.1.1" - tslib "^1.9.3" + tslib "^2.0.0" "@oclif/dev-cli@^1.21.0": version "1.22.2"