From 8f186d97b31ab742e8aa49c092de2af42d040245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 10:56:54 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.8.2 to 2.8.5 Bumps [@oclif/core](https://github.com/oclif/core) from 2.8.2 to 2.8.5. - [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.2...2.8.5) --- 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 89a8df9f..a2ddbe34 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/core": "^2.8.0" + "@oclif/core": "^2.8.5" }, "devDependencies": { "@oclif/plugin-plugins": "^2.4.7", diff --git a/yarn.lock b/yarn.lock index f9821856..d4a698e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -498,10 +498,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.8.0", "@oclif/core@^2.8.2": - version "2.8.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.2.tgz#86fc31f20419dbb3cd25f89f4f1d83760c60f7c0" - integrity sha512-g50NrCdEcFlBfuwZb9RxLmxPNQ9wIaBPOiwbxlGYRkHMnsC6LNHcvVtyDnmndU8qoXrmCOZ6ocSZenOMlG+G1w== +"@oclif/core@^2.8.0", "@oclif/core@^2.8.2", "@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== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"