From b55fc320541cd88f9cb361c2ce24c86056d577e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 03:52:41 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/config from 1.18.5 to 1.18.6 Bumps [@oclif/config](https://github.com/oclif/config) from 1.18.5 to 1.18.6. - [Release notes](https://github.com/oclif/config/releases) - [Changelog](https://github.com/oclif/config/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/config/compare/1.18.5...1.18.6) --- updated-dependencies: - dependency-name: "@oclif/config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 04b08839..c8ba211a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@oclif/config": "^1.18.5", + "@oclif/config": "^1.18.6", "@oclif/plugin-commands": "^2.2.1", "@oclif/plugin-help": "^5.1.18", "@oclif/test": "^1.2.9", diff --git a/yarn.lock b/yarn.lock index 21c770ea..1dbb28d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -448,13 +448,13 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/config@^1.18.5": - version "1.18.5" - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.5.tgz#926cab40679e8f9190d1240a25bbcc0894b38d3f" - integrity sha512-R6dBedaUVn5jtAh79aaRm7jezx4l3V7Im9NORlLmudz5BL1foMeuXEvnqm+bMiejyexVA+oi9mto6YKZPzo/5Q== +"@oclif/config@^1.18.6": + version "1.18.6" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.6.tgz#37367026b3110a2f04875509b1920a8ee4489f21" + integrity sha512-OWhCpdu4QqggOPX1YPZ4XVmLLRX+lhGjXV6RNA7sogOwLqlEmSslnN/lhR5dkhcWZbKWBQH29YCrB3LDPRu/IA== dependencies: "@oclif/errors" "^1.3.6" - "@oclif/parser" "^3.8.8" + "@oclif/parser" "^3.8.9" debug "^4.3.4" globby "^11.1.0" is-wsl "^2.1.1" @@ -510,15 +510,15 @@ resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/parser@^3.8.8": - version "3.8.8" - resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.8.tgz#6c2309111ca06ed5262bb38e4ab4343656460e3b" - integrity sha512-OgqQAtpyq1XFJG3dvLl9aqiO+F5pubkzt7AivUDkNoa6/hNgVZ79vvTO8sqo5XAAhOm/fcTSerZ35OTnTJb1ng== +"@oclif/parser@^3.8.9": + version "3.8.9" + resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.9.tgz#9399041ada7e465043f34b24f4d82a8beb68a023" + integrity sha512-1j/kThdse7yHQz6+c3v8RA1I3gD6+SGt2O7IAb/MAMoxqyBrFQDabQHH2UU4eVFGMLN7U91AiYJp11zJ9LcQAg== dependencies: "@oclif/errors" "^1.3.6" "@oclif/linewrap" "^1.0.0" chalk "^4.1.0" - tslib "^2.3.1" + tslib "^2.4.1" "@oclif/plugin-commands@^2.2.1": version "2.2.1"