From ec14386f2878282c36daa262170bdcb4452b00be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:00:01 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 3 updates Bumps the production-dependencies group with 3 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [openai](https://github.com/openai/openai-node) and [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin). 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.22.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.22.0) Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/eslint-plugin) --- 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.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 844ecc7..04a7989 100644 --- a/package.json +++ b/package.json @@ -59,17 +59,17 @@ "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.22.0", "zod": "^4.3.6" }, "devDependencies": { "@types/bun": "^1.1.14", "@types/node": "^25.2.0", - "@typescript-eslint/eslint-plugin": "8.54.0", + "@typescript-eslint/eslint-plugin": "8.55.0", "@typescript-eslint/parser": "^8.54.0", "@vitest/coverage-v8": "^4.0.18", "eslint": "^9.39.2",