diff --git a/frontend/nyaysetu-frontend/package-lock.json b/frontend/nyaysetu-frontend/package-lock.json index 2f46cbd79..5c6eadc20 100644 --- a/frontend/nyaysetu-frontend/package-lock.json +++ b/frontend/nyaysetu-frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "nyaysetu-frontend", "version": "1.0.0", "dependencies": { - "@anthropic-ai/sdk": "^0.100.1", + "@anthropic-ai/sdk": "^0.105.0", "@react-three/drei": "^9.117.3", "@react-three/fiber": "^8.17.10", "aos": "^2.3.4", @@ -57,9 +57,9 @@ "license": "MIT" }, "node_modules/@anthropic-ai/sdk": { - "version": "0.100.1", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.100.1.tgz", - "integrity": "sha512-RANcEe7LpiLczkKGOwoXOTuFdPhuubS0i4xaAKOMpcqc55YO0mukgxppV7eygx3DXNjxWT6RYOLPyOy0aIAmwg==", + "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", diff --git a/frontend/nyaysetu-frontend/package.json b/frontend/nyaysetu-frontend/package.json index 32e25fa73..d59a31945 100644 --- a/frontend/nyaysetu-frontend/package.json +++ b/frontend/nyaysetu-frontend/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@anthropic-ai/sdk": "^0.100.1", + "@anthropic-ai/sdk": "^0.105.0", "@react-three/drei": "^9.117.3", "@react-three/fiber": "^8.17.10", "aos": "^2.3.4",