From 34bf24982eecdb048c83af00a2f72bfe46fc9bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:30:25 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.9.4 to 2.11.7 Bumps [@oclif/core](https://github.com/oclif/core) from 2.9.4 to 2.11.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.9.4...2.11.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f31170e..7377399e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js", "dependencies": { - "@oclif/core": "^2.8.11", + "@oclif/core": "^2.11.7", "@salesforce/core": "^4.3.11", "@salesforce/kit": "^3.0.4", "@salesforce/sf-plugins-core": "^3.1.12", diff --git a/yarn.lock b/yarn.lock index ec3a5d8d..47ab4f11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -762,10 +762,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.8.11", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": - version "2.9.4" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.4.tgz#5b22415e238fc3e0db08b0350b85b417ead6e6ff" - integrity sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag== +"@oclif/core@^2.11.7", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": + version "2.11.7" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.7.tgz#7781a4dc65597ed9d8fda39cb1b209efca1c2d24" + integrity sha512-0jbHePVekndUTd+Wee0+pnCpRhuHJrKiG9OtMqf4JSBCxp5Q8V+ACf8QKN4gNH9ppbGORfnTIYtXWh60+DcIiw== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"