From 6dda386fb8f8a6dca46cf3a3cc9b7f47cf347efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:24:33 +0000 Subject: [PATCH] Bump @anthropic-ai/sdk from 0.71.2 to 0.73.0 Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.71.2 to 0.73.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.71.2...sdk-v0.73.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49cacc94..dfd24646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ai-sdk/anthropic": "^3.0.29", "@ai-sdk/mistral": "^3.0.14", "@ai-sdk/openai": "^3.0.21", - "@anthropic-ai/sdk": "^0.71.2", + "@anthropic-ai/sdk": "^0.73.0", "@mistralai/mistralai": "^1.13.0", "@stripe/stripe-js": "^7.9.0", "@supabase/auth-helpers-nextjs": "^0.15.0", @@ -55,13 +55,13 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/node": "latest", + "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", "@types/uuid": "^11.0.0", "eslint": "*", - "eslint-config-next": "latest", - "postcss": "latest", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^4.1.18", @@ -218,9 +218,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.71.2", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.71.2.tgz", - "integrity": "sha512-TGNDEUuEstk/DKu0/TflXAEt+p+p/WhTlFzEnoosvbaDU2LTjm42igSdlL0VijrKpWejtOKxX0b8A7uc+XiSAQ==", + "version": "0.73.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.73.0.tgz", + "integrity": "sha512-URURVzhxXGJDGUGFunIOtBlSl7KWvZiAAKY/ttTkZAkXT9bTPqdk2eK0b8qqSxXpikh3QKPnPYpiyX98zf5ebw==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1" diff --git a/package.json b/package.json index d6e6214b..3d925903 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@ai-sdk/anthropic": "^3.0.29", "@ai-sdk/mistral": "^3.0.14", "@ai-sdk/openai": "^3.0.21", - "@anthropic-ai/sdk": "^0.71.2", + "@anthropic-ai/sdk": "^0.73.0", "@mistralai/mistralai": "^1.13.0", "@stripe/stripe-js": "^7.9.0", "@supabase/auth-helpers-nextjs": "^0.15.0",