From e3bbdef3a8bab38bea99ef110af728d608bdd036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 05:45:03 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.8.5 to 2.8.7 Bumps [@oclif/core](https://github.com/oclif/core) from 2.8.5 to 2.8.7. - [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/2.8.5...2.8.7) --- 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 e6f555de..5fad7e46 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "dependencies": { - "@oclif/core": "^2.8.5", + "@oclif/core": "^2.8.7", "@salesforce/core": "^4.0.1", "@salesforce/kit": "^3.0.3", "@salesforce/sf-plugins-core": "^3.0.4", diff --git a/yarn.lock b/yarn.lock index 7aec3821..b024c727 100644 --- a/yarn.lock +++ b/yarn.lock @@ -709,10 +709,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.8.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5": - version "2.8.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.5.tgz#7964057bbee5e91dae8b35e030e767f38e50a19e" - integrity sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ== +"@oclif/core@^2.8.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.7": + version "2.8.7" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.7.tgz#e3fb73477cfb9e72c89bc68701d04953c084c0e8" + integrity sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"