diff --git a/package-lock.json b/package-lock.json index 9c6b319..2717eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@anthropic-ai/sdk": "^0.104.1", - "@huggingface/inference": "^4.13.18", + "@anthropic-ai/sdk": "^0.105.0", + "@huggingface/inference": "^4.13.19", "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.4.1", "cli-highlight": "^2.1.11", @@ -318,9 +318,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.104.1", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.104.1.tgz", - "integrity": "sha512-gGACa/+IaiXzRRmF96aOhamoBgapKRBiFWbmmTFP8aMkpaEcuStF+Q61bjo4vPxBM7gqWJNZqsngslRdnLHv0Q==", + "version": "0.105.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.105.0.tgz", + "integrity": "sha512-sDyu+aM9cE6uZE+HgRjjHRb+qqb87GHZOx+8bE0YlWetdL1YcVLxn8h9ltxGOflyChTe6PMEo50kMQV4cw0hfg==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1", @@ -1051,13 +1051,13 @@ } }, "node_modules/@huggingface/inference": { - "version": "4.13.18", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.13.18.tgz", - "integrity": "sha512-n0dP3FhmIqJoLU5yGoG6lBZVW50+IgeLDubLL1P28zG4Adp2rhKYQGt5j52JCwlmKDf2ruWjuIcfrjkobT0RlQ==", + "version": "4.13.19", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.13.19.tgz", + "integrity": "sha512-F2Jv7kCAGsdrUCCHMcyQev3ax9XVUdeYYng9bDPffRnnph55g9n0IzeK4ILUr5zRjifCK5ZWIu7VfIn9nQWcIw==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.9", - "@huggingface/tasks": "^0.21.1" + "@huggingface/tasks": "^0.21.11" }, "engines": { "node": ">=18" @@ -1073,9 +1073,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.21.1.tgz", - "integrity": "sha512-EGy9VE8h9d39JgyKY5+Nwl0mcGQOK3el8rlR9Y09KVCZOHsLHAsOP1e7D9M7P781dSObZW9lokdfT+Sm26Iv3g==", + "version": "0.21.13", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.21.13.tgz", + "integrity": "sha512-zW8gImE4dzConGeZdlGiLdTgb/mbFuuDdBNEe9fDsx8rv3KsG0OfDp0UY48+cYp/ZxYsBzNr890W22cKLvDLfA==", "license": "MIT" }, "node_modules/@humanfs/core": { diff --git a/package.json b/package.json index 7802fac..5e8e593 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,8 @@ "docs:preview": "vitepress preview" }, "dependencies": { - "@anthropic-ai/sdk": "^0.104.1", - "@huggingface/inference": "^4.13.18", + "@anthropic-ai/sdk": "^0.105.0", + "@huggingface/inference": "^4.13.19", "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.4.1", "cli-highlight": "^2.1.11",