From 1cb1e72fc163740ce94cd0fb0f91df10dd4e5488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 08:44:10 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.26.3 to 3.26.4 Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.3 to 3.26.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/3.26.3...3.26.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 e878953e..e6eab3ac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@inquirer/input": "^2.1.5", - "@oclif/core": "^3.26.3", + "@oclif/core": "^3.26.4", "@salesforce/core": "^7.0.1", "@salesforce/kit": "^3.1.0", "@salesforce/sf-plugins-core": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index a668c8d5..11762828 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1572,10 +1572,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3": - version "3.26.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2" - integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg== +"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4": + version "3.26.4" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61" + integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"