From a26455c2de99ea9349d740e1a5e22b5b643840dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:20:34 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.10.5 to 4.11.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.10.5 to 4.11.0. - [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.10.5...4.11.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.0 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 fc294dca..1d743490 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.8.0", + "@oclif/core": "^4.11.0", "ansis": "^3.17.0", "debug": "^4.4.0", "npm": "^11.13.0", diff --git a/yarn.lock b/yarn.lock index 10672e1c..34dad5bc 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.8.0": - version "4.10.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51" - integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w== +"@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== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"