From 9b7ac5f8e034bd9e81f9b8e735cd7c93be6908f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:47:49 +0000 Subject: [PATCH] fix(deps): bump @oclif/config from 1.18.2 to 1.18.4 Bumps [@oclif/config](https://github.com/oclif/config) from 1.18.2 to 1.18.4. - [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/1.18.4) --- updated-dependencies: - dependency-name: "@oclif/config" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b3dcc4b..c1947d3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/command/issues", "dependencies": { - "@oclif/config": "^1.18.2", + "@oclif/config": "^1.18.4", "@oclif/errors": "^1.3.6", "@oclif/parser": "^3.8.8", "@oclif/help": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 6a9c207..741ff77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -295,7 +295,7 @@ debug "^4.1.1" semver "^7.3.2" -"@oclif/config@1.18.2", "@oclif/config@^1.18.2": +"@oclif/config@1.18.2": version "1.18.2" resolved "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe" integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA== @@ -307,6 +307,18 @@ is-wsl "^2.1.1" tslib "^2.0.0" +"@oclif/config@^1.18.2", "@oclif/config@^1.18.4": + version "1.18.4" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.4.tgz#6358136199b033a69ebad0a724971252be19d3e3" + integrity sha512-jiz3f+C0+YE/WqXj+srhK5b4GkTHStXPpTDSt4XhuOY+bMDeH46rzjknGxNeNzNTQEAjJPH8euCgPap4eHsl0A== + dependencies: + "@oclif/errors" "^1.3.6" + "@oclif/parser" "^3.8.7" + debug "^4.3.4" + globby "^11.1.0" + is-wsl "^2.1.1" + tslib "^2.3.1" + "@oclif/errors@1.3.5": version "1.3.5" resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c" @@ -349,7 +361,7 @@ resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.6", "@oclif/parser@^3.8.8": +"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.6", "@oclif/parser@^3.8.7", "@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== @@ -1155,10 +1167,10 @@ debug@4.3.1: dependencies: ms "2.1.2" -debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3: - version "4.3.3" - resolved "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" - integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== +debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2"