From 96d8b68ecd666326202ec4d5dac9fb1a98d29489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 05:47:01 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.11.5 to 2.11.7 Bumps [@oclif/core](https://github.com/oclif/core) from 2.11.5 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.11.5...2.11.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 22deee9..987ea55 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { - "@oclif/core": "^2.11.5", + "@oclif/core": "^2.11.7", "@salesforce/core": "^4.3.7", "@salesforce/kit": "^3.0.8", "@salesforce/sf-plugins-core": "^3.1.8", diff --git a/yarn.lock b/yarn.lock index 27e23ea..bcaf770 100644 --- a/yarn.lock +++ b/yarn.lock @@ -723,10 +723,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.11.1", "@oclif/core@^2.11.5", "@oclif/core@^2.8.4", "@oclif/core@^2.9.4": - version "2.11.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.5.tgz#3e278957d605399a0fe7700b26dcab64f6ee4608" - integrity sha512-ALv0YyaMwfy+LRGigKoqST/It8uYBwp1+3F4OpwmPpQl7BiRCGbOBnJSrWNNCAEMZiYpWNgF/3WQVB5VUQlYbQ== +"@oclif/core@^2.11.1", "@oclif/core@^2.11.7", "@oclif/core@^2.8.4", "@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"