diff --git a/package-lock.json b/package-lock.json index 6a51e14e63..a05aa07f32 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,12 +25480,12 @@ } }, "node_modules/axios": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", - "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", "proxy-from-env": "^2.1.0" } @@ -34727,9 +34720,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", @@ -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.16.0", "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..d1335cc6a4 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.16.0", "cd": "^0.3.3", "chai": "^4.3.8", "chai-as-promised": "^7.1.1",