From 6c8fe052e2b305950077990e28f1fb0858e32b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:11:00 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 3 updates Bumps the minor-and-patch group with 3 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@daytonaio/sdk](https://github.com/daytonaio/daytona) and [weave](https://github.com/wandb/weave). Updates `@anthropic-ai/sdk` from 0.72.1 to 0.80.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.72.1...sdk-v0.80.0) Updates `@daytonaio/sdk` from 0.152.1 to 0.153.0 - [Release notes](https://github.com/daytonaio/daytona/releases) - [Commits](https://github.com/daytonaio/daytona/compare/v0.152.1...v0.153.0) Updates `weave` from 0.11.1 to 0.12.1 - [Release notes](https://github.com/wandb/weave/releases) - [Changelog](https://github.com/wandb/weave/blob/master/dev_docs/RELEASE.md) - [Commits](https://github.com/wandb/weave/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@daytonaio/sdk" dependency-version: 0.153.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: weave dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc9ac33..a08d2b2 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "redis:init": "tsx scripts/init-redis.ts" }, "dependencies": { - "@anthropic-ai/sdk": "^0.72.1", + "@anthropic-ai/sdk": "^0.80.0", "@browserbasehq/sdk": "^2.6.0", "@browserbasehq/stagehand": "^3.0.8", - "@daytonaio/sdk": "^0.152.0", + "@daytonaio/sdk": "^0.153.0", "@google/generative-ai": "^0.24.1", "@modelcontextprotocol/sdk": "^1.25.3", "@octokit/rest": "^22.0.1", @@ -50,7 +50,7 @@ "swr": "^2.2.5", "tailwind-merge": "^2.2.1", "uuid": "^13.0.0", - "weave": "^0.11.0", + "weave": "^0.12.1", "zod": "^3.25.76" }, "devDependencies": {