From b59e8ad06711cda6c12dfaf823b0d555b9b3e938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:50:51 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.8.3 to 4.9.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.8.3 to 4.9.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.8.3...4.9.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a8b68b03..8ce22437 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@internxt/inxt-js": "2.3.1", "@internxt/lib": "1.4.1", "@internxt/sdk": "1.15.3", - "@oclif/core": "4.8.3", + "@oclif/core": "4.9.0", "@oclif/plugin-autocomplete": "3.2.40", "axios": "1.13.6", "better-sqlite3": "12.6.2", diff --git a/yarn.lock b/yarn.lock index 43f9ca87..a410f81d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1693,10 +1693,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.8.0": - version "4.8.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785" - integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw== +"@oclif/core@4.9.0", "@oclif/core@^4", "@oclif/core@^4.8.0": + version "4.9.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c" + integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" @@ -1708,7 +1708,7 @@ indent-string "^4.0.0" is-wsl "^2.2.0" lilconfig "^3.1.3" - minimatch "^9.0.5" + minimatch "^10.2.4" semver "^7.7.3" string-width "^4.2.3" supports-color "^8" @@ -5938,7 +5938,7 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.4, minimatch@^9.0.5: +minimatch@^9.0.4: version "9.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==