From 582e94112e16283df2063026be1fd20017550d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:06:40 +0000 Subject: [PATCH] fix(deps): bump @anthropic-ai/sdk in /frontend/nyaysetu-frontend Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.100.1 to 0.105.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.100.1...sdk-v0.105.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.104.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/nyaysetu-frontend/package-lock.json | 8 ++++---- frontend/nyaysetu-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",