From 7e65bf29179b5cad5a602ca0b3e096613c449859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:17:03 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.4.0 to 4.4.1 Bumps [@oclif/core](https://github.com/oclif/core) from 4.4.0 to 4.4.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.4.0...4.4.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.4.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 867d3816..65ed1147 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@internxt/inxt-js": "2.2.2", "@internxt/lib": "1.3.1", "@internxt/sdk": "1.10.3", - "@oclif/core": "4.4.0", + "@oclif/core": "4.4.1", "@types/validator": "13.15.2", "async": "3.2.6", "axios": "1.10.0", diff --git a/yarn.lock b/yarn.lock index ef547414..7219d05f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1478,10 +1478,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@4.4.0", "@oclif/core@^4", "@oclif/core@^4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2" - integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ== +"@oclif/core@4.4.1", "@oclif/core@^4", "@oclif/core@^4.4.0": + version "4.4.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.1.tgz#359d4df4f066529f3f4b44652db2d3dceb723823" + integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"