From 71ef8c80a0ca79c9a8504e517423609c5775a4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:21:54 +0000 Subject: [PATCH] Bump @anthropic-ai/sdk Bumps the npm_and_yarn group with 1 update in the /triage/server 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:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- triage/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triage/server/package.json b/triage/server/package.json index 9cc7b28..ba6692e 100644 --- a/triage/server/package.json +++ b/triage/server/package.json @@ -12,7 +12,7 @@ "license": "ISC", "description": "", "dependencies": { - "@anthropic-ai/sdk": "^0.80.0", + "@anthropic-ai/sdk": "^0.82.0", "@hono/node-server": "^1.19.11", "@worldcoin/agentkit": "^0.1.5", "@worldcoin/idkit-server": "^1.0.0",