From b4ac938e6ba08503872ec1298c79e88ac0723e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:49:34 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [openai](https://github.com/openai/openai-node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [memfs](https://github.com/streamich/memfs). Updates `@anthropic-ai/sdk` from 0.72.1 to 0.78.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.78.0) Updates `openai` from 6.17.0 to 6.27.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.27.0) Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.56.1 - [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.56.1/packages/eslint-plugin) Updates `memfs` from 4.56.10 to 4.56.11 - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/memfs/compare/v4.56.10...v4.56.11) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: openai dependency-version: 6.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: memfs dependency-version: 4.56.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 844ecc7..f6f93c8 100644 --- a/package.json +++ b/package.json @@ -59,21 +59,21 @@ "README.md" ], "dependencies": { - "@anthropic-ai/sdk": "0.72.1", + "@anthropic-ai/sdk": "0.78.0", "@google/generative-ai": "0.24.1", "chalk": "^5.3.0", "commander": "^14.0.3", - "openai": "6.17.0", + "openai": "6.27.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.56.1", "@typescript-eslint/parser": "^8.54.0", "@vitest/coverage-v8": "^4.0.18", "eslint": "^9.39.2", - "memfs": "4.56.10", + "memfs": "4.56.11", "typescript": "^5.7.2", "vitest": "^4.0.18" }