From b2eeeb90b42195624d9b0ebe2eea52a394708264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:57:07 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.6.2 to 2.6.4 Bumps [@oclif/core](https://github.com/oclif/core) from 2.6.2 to 2.6.4. - [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.6.2...2.6.4) --- 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 9dcb51b1..51c0e8d2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": { - "@oclif/core": "^2.6.2", + "@oclif/core": "^2.6.4", "chalk": "^4.1.0", "debug": "^4.1.0", "fs-extra": "^9.0.1", diff --git a/yarn.lock b/yarn.lock index 53565daf..0e746df5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -306,10 +306,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.0.3", "@oclif/core@^2.3.0", "@oclif/core@^2.6.2": - version "2.6.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88" - integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g== +"@oclif/core@^2.0.3", "@oclif/core@^2.3.0", "@oclif/core@^2.6.4": + version "2.6.4" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b" + integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"