diff --git a/package-lock.json b/package-lock.json index 1b8cfa12..5d3215b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ai-sdk/anthropic": "^2.0.40", "@ai-sdk/mistral": "^2.0.19", "@ai-sdk/openai": "^2.0.59", - "@anthropic-ai/sdk": "^0.67.0", + "@anthropic-ai/sdk": "^0.70.0", "@mistralai/mistralai": "^1.10.0", "@stripe/stripe-js": "^7.9.0", "@supabase/auth-helpers-nextjs": "^0.10.0", @@ -60,7 +60,7 @@ "@types/react-dom": "*", "@types/uuid": "^11.0.0", "eslint": "*", - "eslint-config-next": "latest", + "eslint-config-next": "*", "postcss": "*", "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.7.1", @@ -240,9 +240,9 @@ } }, "node_modules/@anthropic-ai/sdk": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.67.0.tgz", - "integrity": "sha512-Buxbf6jYJ+pPtfCgXe1pcFtZmdXPrbdqhBjiscFt9irS1G0hCsmR/fPA+DwKTk4GPjqeNnnCYNecXH6uVZ4G/A==", + "version": "0.70.0", + "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.70.0.tgz", + "integrity": "sha512-FYIuhF/lSCa+pgtaMGgsTF14aOIiWtBnu3azXITDOELv6yxsDNJwcjjt+Zr7vwyuTUjZJE/YL7s9m5r1jXkoeQ==", "license": "MIT", "dependencies": { "json-schema-to-ts": "^3.1.1" @@ -4308,13 +4308,6 @@ "@jridgewell/sourcemap-codec": "^1.5.5" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.15.tgz", - "integrity": "sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.16", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz", @@ -4628,13 +4621,6 @@ "tailwindcss": "4.1.16" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.1.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.15.tgz", - "integrity": "sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/typography": { "version": "0.5.19", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", diff --git a/package.json b/package.json index efcdd9d3..7c1bcbcd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@ai-sdk/anthropic": "^2.0.40", "@ai-sdk/mistral": "^2.0.19", "@ai-sdk/openai": "^2.0.59", - "@anthropic-ai/sdk": "^0.67.0", + "@anthropic-ai/sdk": "^0.70.0", "@mistralai/mistralai": "^1.10.0", "@stripe/stripe-js": "^7.9.0", "@supabase/auth-helpers-nextjs": "^0.10.0",