diff --git a/package-lock.json b/package-lock.json index 82bf7aa..48e0b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "dikw-web", "version": "0.8.10", "dependencies": { - "@anthropic-ai/sdk": "^0.105.0", + "@anthropic-ai/sdk": "^0.116.0", "@google/adk": "^1.2.0", "@google/genai": "^2.10.0", "@mikro-orm/core": "^6.6.14", @@ -131,9 +131,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.105.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.105.0.tgz", - "integrity": "sha512-sDyu+aM9cE6uZE+HgRjjHRb+qqb87GHZOx+8bE0YlWetdL1YcVLxn8h9ltxGOflyChTe6PMEo50kMQV4cw0hfg==", + "version": "0.116.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.116.0.tgz", + "integrity": "sha512-4UEapYQ+epLEMsAuLZDvW8ExVSOtHD8a7zTyLzhw0H9RXJ1eilPgmqhjwgcdg22diwx13spw6fJ4rONZ+bS7Ww==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1", diff --git a/package.json b/package.json index 79c673f..2c620a1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "verify": "npm run lint && npm run format:check && npm run typecheck && npm run test:coverage && npm run build && npm run test:e2e" }, "dependencies": { - "@anthropic-ai/sdk": "^0.105.0", + "@anthropic-ai/sdk": "^0.116.0", "@google/adk": "^1.2.0", "@google/genai": "^2.10.0", "@mikro-orm/core": "^6.6.14",