From 29268f3ce2fa275a20938b3190d8afcb262f7aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:27:25 +0000 Subject: [PATCH] Build(deps): bump the js-workspace group across 1 directory with 3 updates Bumps the js-workspace group with 3 updates in the / directory: [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript), [zod](https://github.com/colinhacks/zod) and [electron](https://github.com/electron/electron). Updates `@anthropic-ai/claude-agent-sdk` from 0.2.141 to 0.3.143 - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.2.141...v0.3.143) Updates `zod` from 3.25.76 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) Updates `electron` from 41.6.1 to 42.1.0 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v41.6.1...v42.1.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.3.143 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: js-workspace - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: js-workspace - dependency-name: electron dependency-version: 42.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: js-workspace ... Signed-off-by: dependabot[bot] --- examples/desktop/typescript/package.json | 2 +- packages/typescript/integrations/discovery/package.json | 2 +- packages/typescript/integrations/mcp-apps-bridge/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/desktop/typescript/package.json b/examples/desktop/typescript/package.json index 3f56949..58592cb 100644 --- a/examples/desktop/typescript/package.json +++ b/examples/desktop/typescript/package.json @@ -11,6 +11,6 @@ "@slop-ai/server": "workspace:*" }, "devDependencies": { - "electron": "^41.1.1" + "electron": "^42.1.0" } } diff --git a/packages/typescript/integrations/discovery/package.json b/packages/typescript/integrations/discovery/package.json index 50ba094..575aa4a 100644 --- a/packages/typescript/integrations/discovery/package.json +++ b/packages/typescript/integrations/discovery/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@slop-ai/consumer": "workspace:*", - "@anthropic-ai/claude-agent-sdk": "^0.2.114", + "@anthropic-ai/claude-agent-sdk": "^0.3.143", "@modelcontextprotocol/sdk": "^1.12.0", "ws": "^8.18.0", "zod": "^4.3.6" diff --git a/packages/typescript/integrations/mcp-apps-bridge/package.json b/packages/typescript/integrations/mcp-apps-bridge/package.json index 198a208..a841414 100644 --- a/packages/typescript/integrations/mcp-apps-bridge/package.json +++ b/packages/typescript/integrations/mcp-apps-bridge/package.json @@ -37,7 +37,7 @@ "@slop-ai/discovery": "workspace:*", "@modelcontextprotocol/ext-apps": "^1.7.0", "@modelcontextprotocol/sdk": "^1.12.0", - "zod": "^3.25.0" + "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.6.0"