From b1bb01b4615ff61f31516e4f4621fd61770e5e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:56:05 +0000 Subject: [PATCH] build(deps): bump the compatible-runtime-updates group across 1 directory with 2 updates Bumps the compatible-runtime-updates group with 2 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [@n8n/workflow-sdk](https://github.com/n8n-io/n8n). Updates `@anthropic-ai/sdk` from 0.115.0 to 0.116.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.115.0...sdk-v0.116.0) Updates `@n8n/workflow-sdk` from 0.24.3 to 0.27.2 - [Release notes](https://github.com/n8n-io/n8n/releases) - [Commits](https://github.com/n8n-io/n8n/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.116.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible-runtime-updates - dependency-name: "@n8n/workflow-sdk" dependency-version: 0.27.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: compatible-runtime-updates ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 186bda0..6717910 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "db:seed:admin-demo": "bun run scripts/seed-admin-demo.ts" }, "dependencies": { - "@anthropic-ai/sdk": "^0.115.0", + "@anthropic-ai/sdk": "^0.116.0", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", @@ -278,7 +278,7 @@ "zustand": "^5.0.14" }, "devDependencies": { - "@n8n/workflow-sdk": "^0.24.3", + "@n8n/workflow-sdk": "^0.27.2", "@playwright/test": "^1.61.1", "@tailwindcss/postcss": "^4.3.2", "@types/node": "^24.13.3",