diff --git a/package-lock.json b/package-lock.json index 59f7792..192a5f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.8", "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": "^0.95.1", + "@anthropic-ai/sdk": "^0.96.0", "@google/genai": "^2.0.1", "openai": "^6.37.0" }, @@ -23,12 +23,15 @@ "eslint-plugin-security": "^4.0.0", "fast-check": "^4.7.0", "release-it": "^20.0.1" + }, + "engines": { + "node": ">=22.13.0" } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.95.1", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.95.1.tgz", - "integrity": "sha512-OO9AF7hmAoU492c/mD7Q2cPqI2WNAj7rAPHlawgBeUgpwiboLRiDs+grsErGWeHHP9ZRWfzq2OVrODTt8aITVg==", + "version": "0.96.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.96.0.tgz", + "integrity": "sha512-KlCsODtTyb17bLUVCSDC2HtSvAbJf60sEiPEax9dInF+aDF92vS4TZJ5XD7YCQXNb1/5icYaw8Y7wMjPlIV9Zg==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1", diff --git a/package.json b/package.json index 443f9d4..6095309 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "license": "MIT", "dependencies": { - "@anthropic-ai/sdk": "^0.95.1", + "@anthropic-ai/sdk": "^0.96.0", "@google/genai": "^2.0.1", "openai": "^6.37.0" },