diff --git a/package.json b/package.json index bab0fd2..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", @@ -44,13 +44,12 @@ }, "dependencies": { "axios": "1.13.5", - "uuid": "13.0.0", + "uuid": "^11.1.0", "internxt-crypto": "0.0.13" - }, "lint-staged": { "*.{js,jsx,tsx,ts}": [ "prettier --write" ] } -} +} \ No newline at end of file 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==