From 3c3a2764cbfdb9c995ee4ba9fa01ce6f8802708b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 05:37:44 +0000 Subject: [PATCH] fix(deps): bump @oclif/config from 1.18.12 to 1.18.14 Bumps [@oclif/config](https://github.com/oclif/config) from 1.18.12 to 1.18.14. - [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.12...1.18.14) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1a3d3b0..260759a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/help/issues", "dependencies": { - "@oclif/config": "1.18.12", + "@oclif/config": "1.18.14", "@oclif/errors": "1.3.6", "chalk": "^4.1.2", "indent-string": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index a55d24c..0657db8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -329,13 +329,13 @@ debug "^4.1.1" semver "^7.3.2" -"@oclif/config@1.18.12", "@oclif/config@^1.18.2": - version "1.18.12" - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.12.tgz#3f8e8d332ce0e7f371ab649c5b1f58b409c43a16" - integrity sha512-hbZv4N3J9pE4yzQIqrklJFgXhqYiQTN3uV5uBC8VaIZ1qEPzZv6lN9rDmcYIuEOBPzQvvSIBuaH/IDzo3F71PQ== +"@oclif/config@1.18.14", "@oclif/config@^1.18.2": + version "1.18.14" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.14.tgz#b7569b92b0501fd34244c210ccae3ca4eee8a753" + integrity sha512-cLT/deFDm6A69LjAfV5ZZMMvMDlPt7sjMHYBrsOgQ5Upq5kDMgbaZM3hEbw74DmYIsuhq2E2wYrPD+Ax2qAfkA== dependencies: "@oclif/errors" "^1.3.6" - "@oclif/parser" "^3.8.13" + "@oclif/parser" "^3.8.14" debug "^4.3.4" globby "^11.1.0" is-wsl "^2.1.1" @@ -376,10 +376,10 @@ resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== -"@oclif/parser@^3.8.13", "@oclif/parser@^3.8.6": - version "3.8.13" - resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.13.tgz#339bbf6cf06b99fe45f453f188740a64929bf512" - integrity sha512-M4RAB4VB5DuPF3ZoVJlXyemyxhflYBKrvP0cBI/ZJVelrfR7Z1fB/iUSrw7SyFvywI13mHmtEQ8Xz0bSUs7g8A== +"@oclif/parser@^3.8.14", "@oclif/parser@^3.8.6": + version "3.8.15" + resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.15.tgz#b5581c288543a4a7f59e61cb186109715819b1d0" + integrity sha512-M7ljUexkyJkR2efqG+PL31fAWyWDW1dczaMKoY+sOVqk78sm23iDMOJj/1vkfUrhO+W8dhseoPFnpSB6Hewfyw== dependencies: "@oclif/errors" "^1.3.6" "@oclif/linewrap" "^1.0.0"