From 62c62955c69cb60d72ac211335955cfe95ba341f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:12:01 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.11.4 to 4.11.7 Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.4 to 4.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/4.11.4...4.11.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.7 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 fcc7b29f..bebf3d57 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/plugin-not-found/issues", "dependencies": { "@inquirer/prompts": "^7.10.1", - "@oclif/core": "^4.11.4", + "@oclif/core": "^4.11.7", "ansis": "^3.17.0", "fast-levenshtein": "^3.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8706dfce..3f07abb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1181,10 +1181,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.11.4": - version "4.11.4" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0" - integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ== +"@oclif/core@^4", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7": + version "4.11.7" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.7.tgz#40dbe261aca1eb9e7ac8bc8f1bbb837017c4db96" + integrity sha512-LHii7kSaLvv5bpbS09I7BlI1AQa3Kak/QDyyZOik79ET8tQyt1U5O38al+sYkMxi139105w5gS+aWe+5BlJ0yQ== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"