From 9115d0aaa5488760f8fedf2ae675b99a5394b4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 08:01:39 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.0.7 to 2.0.8 Bumps [@oclif/core](https://github.com/oclif/core) from 2.0.7 to 2.0.8. - [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.0.7...2.0.8) --- 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 3c76f839..e8c15449 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.0.3", + "@oclif/core": "^2.0.8", "chalk": "^4.1.2", "just-diff": "^5.2.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 261871fc..afbb44cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -655,10 +655,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.0.3", "@oclif/core@^2.0.7": - version "2.0.7" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.7.tgz#a17a85dfa105dda120fbc5647432010feaa97a9e" - integrity sha512-pj7hIH8SBeH3qha47fmyqdaBdNVEqesRgnKFh8Ytdb4S41/4BYOiQuyQGuvnKgvicH6DMxp4FbM9EQEW46V9xw== +"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.8.tgz#81c79f051ffb326b7c9999463ae9547a7e799316" + integrity sha512-jt06vEZfpazkR0C8vYuVMKmsxjky52y1B1oFGPnCa6/17qH+PByd5knQP6/QbRoE5OT9RAf4zzpxx2wcihVslw== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"