Skip to content

Commit 6b0f630

Browse files
fix(deps): update ai sdk
1 parent 3cb6182 commit 6b0f630

3 files changed

Lines changed: 38 additions & 38 deletions

File tree

apps/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"proxy-nginx-subdir": "docker run --name trilium-nginx-subdir --rm --network=host -v ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro nginx:latest"
3434
},
3535
"dependencies": {
36-
"@ai-sdk/anthropic": "4.0.29",
37-
"@ai-sdk/google": "4.0.32",
38-
"@ai-sdk/openai": "4.0.28",
36+
"@ai-sdk/anthropic": "4.0.30",
37+
"@ai-sdk/google": "4.0.34",
38+
"@ai-sdk/openai": "4.0.30",
3939
"@anthropic-ai/claude-agent-sdk": "^0.3.207",
4040
"@modelcontextprotocol/sdk": "^1.12.1",
41-
"ai": "7.0.50",
41+
"ai": "7.0.52",
4242
"better-sqlite3": "13.0.2",
4343
"html-to-text": "10.0.0",
4444
"i18next": "26.3.6",

pnpm-lock.yaml

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ overrides:
3535
# copies in the tree mean two declarations of the `unique symbol` that marks a `Schema`, so a tool
3636
# built by one provider stops being assignable to the ToolSet `ai` expects (TS2322 on the Anthropic
3737
# web-search tool). Pin the version `ai` itself is built against, and raise it with the next bump.
38-
"@ai-sdk/provider-utils": "5.0.19"
38+
"@ai-sdk/provider-utils": "5.0.21"
3939
"mermaid": "11.16.0"
4040
"preact": "10.29.8"
4141
"roughjs": "4.6.6"

0 commit comments

Comments
 (0)