diff --git a/backend/database_handler/migration/requirements.txt b/backend/database_handler/migration/requirements.txt index f1f961e1..cce7870f 100644 --- a/backend/database_handler/migration/requirements.txt +++ b/backend/database_handler/migration/requirements.txt @@ -7,5 +7,5 @@ eth-hash[pycryptodome] jsonschema==4.23.0 aiohttp==3.11.11 openai==1.59.7 -anthropic==0.42.0 +anthropic==0.43.0 python-dotenv==1.0.1 \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d9fa8733..1d996fc7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1970,9 +1970,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.16", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.16.tgz", - "integrity": "sha512-9Sgft7Qavcd+sN0V25xVyo0nfmcZXBuODy3FVG7BMWTg1HMLm8wwG5tNlLlmSic1u7l1v786oavn+STiFaPH2g==", + "version": "5.64.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.64.0.tgz", + "integrity": "sha512-/MPJt/AaaMzdWJZTafgMyYhEX/lGjQrNz8+NDQSk8fNoU5PHqh05FhQaBrEQafW2PeBHsRbefEf//qKMiSAbQQ==", "license": "MIT", "funding": { "type": "github", @@ -1989,13 +1989,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.62.16", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.62.16.tgz", - "integrity": "sha512-QVx/tAexhAN+q0IbwyhVXu3f3hujfvhqLlZMNAWKTrDSUcp2BxJNjPyiti5gcaDhQwBUK9BdSXIFFYLcjYWvvA==", + "version": "5.64.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.64.0.tgz", + "integrity": "sha512-Ci9jRmvTS5cwPfeDbHuZFGgfjDvWsz93yBHXBD5eQnh9xiGDkSF76SjnK6+fjbFryVfY4E7ARraRhD5mR7trFg==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.62.16", + "@tanstack/query-core": "5.64.0", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" }, @@ -9075,11 +9075,15 @@ } }, "node_modules/splitpanes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-3.1.5.tgz", - "integrity": "sha512-r3Mq2ITFQ5a2VXLOy4/Sb2Ptp7OfEO8YIbhVJqJXoFc9hc5nTXXkCvtVDjIGbvC0vdE7tse+xTM9BMjsszP6bw==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/splitpanes/-/splitpanes-3.1.7.tgz", + "integrity": "sha512-qkHt1z/LY9KzuTzPC/t6w7bNj6Lvv4zMyneEgzsMap8GMjBI2qa4unmKSoGO88umVVOE+g2puVyAjx7x5TONEA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antoniandre" + }, + "peerDependencies": { + "vue": "^3.2.0" } }, "node_modules/stackback": { diff --git a/webrequest/requirements.txt b/webrequest/requirements.txt index 92563c8d..1d22a3db 100644 --- a/webrequest/requirements.txt +++ b/webrequest/requirements.txt @@ -3,6 +3,6 @@ Flask[async]==3.1.0 python-dotenv==1.0.1 aiohttp==3.11.11 openai==1.59.7 -anthropic==0.42.0 +anthropic==0.43.0 httpx==0.28.1