From 4f0865e68c281089dfa9ce58f1eb53cd0e43f77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:26:38 +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 6f7c5672..5b77f3ab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", "dependencies": { - "@oclif/core": "^2.8.5", + "@oclif/core": "^2.8.7", "chalk": "^4.1.2", "just-diff": "^5.2.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 1059be68..845e2ecf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,10 +655,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.8.0", "@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.4", "@oclif/core@^2.8.5", "@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"