From abf8d435e35b4a70c1b286e18de7686756e9df67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 19:04:41 +0000 Subject: [PATCH] chore(deps): bump @oclif/config from 1.17.0 to 1.18.2 Bumps [@oclif/config](https://github.com/oclif/config) from 1.17.0 to 1.18.2. - [Release notes](https://github.com/oclif/config/releases) - [Changelog](https://github.com/oclif/config/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/config/commits) --- updated-dependencies: - dependency-name: "@oclif/config" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce88c1de..61d66553 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/envoy/plugin-warn-if-update-available/issues", "dependencies": { "@oclif/command": "^1.6.0", - "@oclif/config": "^1.12.8", + "@oclif/config": "^1.18.2", "@oclif/errors": "^1.3.5", "chalk": "^4.1.2", "fs-extra": "^9.0.1", diff --git a/yarn.lock b/yarn.lock index 4537e709..d21a7864 100644 --- a/yarn.lock +++ b/yarn.lock @@ -107,10 +107,10 @@ debug "^4.1.1" semver "^7.3.2" -"@oclif/config@^1.12.8", "@oclif/config@^1.15.1", "@oclif/config@^1.17.0": - 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== +"@oclif/config@^1.15.1", "@oclif/config@^1.17.0", "@oclif/config@^1.18.2": + version "1.18.2" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe" + integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA== dependencies: "@oclif/errors" "^1.3.3" "@oclif/parser" "^3.8.0"