From 0a6c46a10fc7fa90321b81993a8b6647616b34a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 04:13:15 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.10.1 to 4.10.4 Bumps [@oclif/core](https://github.com/oclif/core) from 4.10.1 to 4.10.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/4.10.1...4.10.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 32 ++++---------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index 89454386..1092ea5f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@internxt/inxt-js": "3.0.2", "@internxt/lib": "1.4.1", "@internxt/sdk": "1.15.7", - "@oclif/core": "4.10.1", + "@oclif/core": "4.10.4", "@oclif/plugin-autocomplete": "3.2.41", "axios": "1.14.0", "better-sqlite3": "12.8.0", diff --git a/yarn.lock b/yarn.lock index b86a73ca..b41b5f06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1754,10 +1754,10 @@ "@noble/curves" "~2.0.0" "@noble/hashes" "~2.0.0" -"@oclif/core@4.10.1": - version "4.10.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.1.tgz#66d252ac8d29a6c556b73d8397619cb8a839edf9" - integrity sha512-SeT6K9arGKh6IJ585gC+ueCS9xZfbsO+k6UEjVO6H3vElrOEWOWLI0KYnSl0rmg6MOXqM5fSiqIQZtDeJuIXlw== +"@oclif/core@4.10.4", "@oclif/core@^4", "@oclif/core@^4.10.2": + version "4.10.4" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.4.tgz#39b594476320bea71f88e56ddd87589f843ce3bb" + integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" @@ -1802,30 +1802,6 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.10.2": - version "4.10.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb" - integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA== - dependencies: - ansi-escapes "^4.3.2" - ansis "^3.17.0" - clean-stack "^3.0.1" - cli-spinners "^2.9.2" - debug "^4.4.3" - ejs "^3.1.10" - get-package-type "^0.1.0" - indent-string "^4.0.0" - is-wsl "^2.2.0" - lilconfig "^3.1.3" - minimatch "^10.2.4" - semver "^7.7.3" - string-width "^4.2.3" - supports-color "^8" - tinyglobby "^0.2.14" - widest-line "^3.1.0" - wordwrap "^1.0.0" - wrap-ansi "^7.0.0" - "@oclif/plugin-autocomplete@3.2.41": version "3.2.41" resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.41.tgz#8048d306b6660011217b3dce1b95a5103eb89470"