From 016d0c74457327d8ba79d3df9f13b275abf50a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 02:49:07 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.9.3 to 2.9.4 Bumps [@oclif/core](https://github.com/oclif/core) from 2.9.3 to 2.9.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.9.3...2.9.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 717c4e80..2d9b4bcf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "dependencies": { - "@oclif/core": "^2.8.11", + "@oclif/core": "^2.9.4", "@salesforce/core": "^4.3.11", "@salesforce/kit": "^3.0.3", "@salesforce/sf-plugins-core": "^3.0.4", diff --git a/yarn.lock b/yarn.lock index 15dfd759..d35e3b67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -714,10 +714,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3": - version "2.9.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496" - integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg== +"@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@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== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"