From 02e1915efb192ac3e20db16a36580173e7644e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:18:00 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) and [openai](https://github.com/openai/openai-node). Updates `@anthropic-ai/sdk` from 0.72.1 to 0.74.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.74.0) Updates `openai` from 6.17.0 to 6.18.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: openai dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 844ecc7..63aa7d1 100644 --- a/package.json +++ b/package.json @@ -59,11 +59,11 @@ "README.md" ], "dependencies": { - "@anthropic-ai/sdk": "0.72.1", + "@anthropic-ai/sdk": "0.74.0", "@google/generative-ai": "0.24.1", "chalk": "^5.3.0", "commander": "^14.0.3", - "openai": "6.17.0", + "openai": "6.18.0", "zod": "^4.3.6" }, "devDependencies": {