diff --git a/package-lock.json b/package-lock.json index c603230..b57d7a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.4", "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": "^0.82.0", + "@anthropic-ai/sdk": "^0.91.1", "@modelcontextprotocol/sdk": "^1.27.1", "chalk": "^5.4.0", "commander": "^14.0.3", @@ -38,9 +38,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.82.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.82.0.tgz", - "integrity": "sha512-xdHTjL1GlUlDugHq/I47qdOKp/ROPvuHl7ROJCgUQigbvPu7asf9KcAcU1EqdrP2LuVhEKaTs7Z+ShpZDRzHdQ==", + "version": "0.91.1", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.91.1.tgz", + "integrity": "sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1" diff --git a/package.json b/package.json index f783b1c..4925944 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prepublishOnly": "bun build src/index.ts --outdir dist --target node --minify" }, "dependencies": { - "@anthropic-ai/sdk": "^0.82.0", + "@anthropic-ai/sdk": "^0.91.1", "@modelcontextprotocol/sdk": "^1.27.1", "chalk": "^5.4.0", "commander": "^14.0.3",