From 9e2f3f3447c6312b15648906a1b6fd3c62a4326c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:29:40 +0000 Subject: [PATCH] chore(deps): bump @oclif/core from 1.14.1 to 1.14.2 Bumps [@oclif/core](https://github.com/oclif/core) from 1.14.1 to 1.14.2. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/v1.14.1...v1.14.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... 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 f6f88d96..01d6143e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { - "@oclif/core": "^1.14.1", + "@oclif/core": "^1.14.2", "@salesforce/core": "^3.26.2", "@salesforce/kit": "^1.6.0", "@salesforce/sf-plugins-core": "^1.13.2", diff --git a/yarn.lock b/yarn.lock index 64f293b1..7c9e900e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -657,10 +657,10 @@ is-wsl "^2.1.1" tslib "^2.0.0" -"@oclif/core@^1.0.8", "@oclif/core@^1.13.9", "@oclif/core@^1.14.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.4", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4": - version "1.14.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.14.1.tgz#b9e186f4ea5a14451c5f75a7c7ecee3eeaee5fdd" - integrity sha512-FgAjfY3Cvzj+i8j08WiD/8adJhZvclFESXAE8Kcp7qglErFKUFK9XY9BS2NyIzLN1NCKc52A64pWunVvPv8g3w== +"@oclif/core@^1.0.8", "@oclif/core@^1.13.9", "@oclif/core@^1.14.2", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.4", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4": + version "1.14.2" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.14.2.tgz#c6e4873f3ffde81a771d06e86c8e5bdfb189dbf2" + integrity sha512-Q16f/1FUPrtEYDyGYtuzNDZ3Q3RxYCHOnm9YJRg2VwSVqPOOo2Geoxh6Clo8cgin5NlFgs1wZEH+m+ABPr+RqA== dependencies: "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^3.0.2"