diff --git a/package-lock.json b/package-lock.json index 6a51e14e63..71baf73235 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21861,13 +21861,6 @@ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "license": "MIT" }, - "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/validator": { "version": "13.15.10", "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.15.10.tgz", @@ -25487,9 +25480,9 @@ } }, "node_modules/axios": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", - "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -62381,7 +62374,7 @@ "@walletconnect/sign-client": "2.19.2", "@walletconnect/universal-provider": "2.21.9", "@walletconnect/utils": "2.19.2", - "axios": "^1.7.9", + "axios": "^1.15.2", "cd": "^0.3.3", "chai": "^4.3.8", "chai-as-promised": "^7.1.1", @@ -62392,7 +62385,6 @@ "long": "^4.0.0", "reflect-metadata": "^0.2.2", "tsyringe": "^4.8.0", - "uuid": "^14.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1" }, @@ -62404,7 +62396,6 @@ "@hashgraph/eslint-config": "*", "@types/jest": "^29.2.6", "@types/node": "^18.11.18", - "@types/uuid": "^9.0.0", "babel-jest": "^30.1.2", "jest": "^29.6.4", "npm-run-all": "^4.1.5", @@ -62754,19 +62745,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "packages/ats/sdk/node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist-node/bin/uuid" - } - }, "packages/ats/sdk/node_modules/write-file-atomic": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", diff --git a/packages/ats/sdk/package.json b/packages/ats/sdk/package.json index eb6fbfa43a..626c9048fd 100644 --- a/packages/ats/sdk/package.json +++ b/packages/ats/sdk/package.json @@ -74,7 +74,7 @@ "@walletconnect/sign-client": "2.19.2", "@walletconnect/universal-provider": "2.21.9", "@walletconnect/utils": "2.19.2", - "axios": "^1.7.9", + "axios": "^1.15.2", "cd": "^0.3.3", "chai": "^4.3.8", "chai-as-promised": "^7.1.1",