From 0725b35493a3058627c7f5e2a1bef611b62babec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 04:02:55 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.11.0 to 4.11.1 Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.0 to 4.11.1. - [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/4.11.0...4.11.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.1 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 327c3a6f..811179fc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": { - "@oclif/core": "^4.11.0", + "@oclif/core": "^4.11.1", "ansis": "^3.17.0", "debug": "^4.4.0", "npm": "^11.13.0", diff --git a/yarn.lock b/yarn.lock index 1bcc772e..6c00f966 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1735,10 +1735,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.0": - version "4.11.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a" - integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A== +"@oclif/core@^4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.1": + version "4.11.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.1.tgz#f72284b4e14c4a3f47a9952ed2234f000fc23536" + integrity sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"