From dda92705f988bf052c8fb70578545211cc7ec7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:25:06 +0000 Subject: [PATCH] chore(deps-dev): bump @anthropic-ai/sdk Bumps the npm_and_yarn group with 1 update in the /pkg/@eser/ai directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript). Updates `@anthropic-ai/sdk` from 0.80.0 to 0.82.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.80.0...sdk-v0.82.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.82.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- pkg/@eser/ai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/@eser/ai/package.json b/pkg/@eser/ai/package.json index dcce49d5..52cb5f3c 100644 --- a/pkg/@eser/ai/package.json +++ b/pkg/@eser/ai/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@std/assert": "npm:@jsr/std__assert@^1.0.16", "@std/testing": "npm:@jsr/std__testing@^1.0.16", - "@anthropic-ai/sdk": "^0.80.0", + "@anthropic-ai/sdk": "^0.82.0", "openai": "^6.33.0", "@google/genai": "^1.47.0" }