From 67df78a3f200dfc1a833d61459f1d49508f21941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:28:31 +0000 Subject: [PATCH] build(deps): bump @agentclientprotocol/sdk in /backend Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.22.1 to 1.2.1. - [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases) - [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentclientprotocol/typescript-sdk/compare/v0.22.1...v1.2.1) --- updated-dependencies: - dependency-name: "@agentclientprotocol/sdk" dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 268042ef6..ea9043868 100644 --- a/backend/package.json +++ b/backend/package.json @@ -17,7 +17,7 @@ "email": "email dev --dir src/emails --port 3000" }, "dependencies": { - "@agentclientprotocol/sdk": "^0.22.1", + "@agentclientprotocol/sdk": "^1.2.1", "@better-auth/api-key": "^1.6.9", "@better-auth/sso": "^1.6.9", "@electric-sql/pglite": "^0.5.4",