From 5d887c28bf42f99fecc171b71059bd8525b1a528 Mon Sep 17 00:00:00 2001 From: jzunigax2 <125698953+jzunigax2@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:32:46 -0600 Subject: [PATCH 1/2] chore: update uuid dependency to version ^11.1.0 in package.json --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bab0fd2..e8a7471 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "axios": "1.13.5", - "uuid": "13.0.0", + "uuid": "^11.1.0", "internxt-crypto": "0.0.13" }, diff --git a/yarn.lock b/yarn.lock index 84dc0b6..1927def 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2207,7 +2207,12 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@13.0.0, uuid@^13.0.0: +uuid@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" + integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== + +uuid@^13.0.0: version "13.0.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== From 828e3c45d0cd57a1955a0cee8e3a6fa0f45da28f Mon Sep 17 00:00:00 2001 From: jzunigax2 <125698953+jzunigax2@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:33:23 -0600 Subject: [PATCH 2/2] chore: bump version to 1.14.3 in package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e8a7471..2696049 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@internxt/sdk", "author": "Internxt ", - "version": "1.14.2", + "version": "1.14.3", "description": "An sdk for interacting with Internxt's services", "repository": { "type": "git", @@ -46,11 +46,10 @@ "axios": "1.13.5", "uuid": "^11.1.0", "internxt-crypto": "0.0.13" - }, "lint-staged": { "*.{js,jsx,tsx,ts}": [ "prettier --write" ] } -} +} \ No newline at end of file