Skip to content

Commit f007190

Browse files
committed
Bumps node modules
1 parent 895e2fa commit f007190

5 files changed

Lines changed: 110 additions & 176 deletions

File tree

agents/agent-mastra/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"type": "module",
1616
"dependencies": {
1717
"@ai-sdk/amazon-bedrock": "^3.0.19",
18-
"@ai-sdk/azure": "^2.0.28",
18+
"@ai-sdk/azure": "^2.0.29",
1919
"@mastra/core": "^0.16.3",
2020
"@mastra/libsql": "^0.14.1",
2121
"@mastra/loggers": "^0.10.11",
22-
"@mastra/mcp": "^0.11.4",
23-
"@mastra/memory": "^0.14.4",
22+
"@mastra/mcp": "^0.12.0",
23+
"@mastra/memory": "^0.15.1",
2424
"langfuse-vercel": "^3.38.5",
2525
"zod": "^3.25.76"
2626
},
@@ -34,9 +34,8 @@
3434
"eslint-plugin-import": "^2.32.0",
3535
"eslint-plugin-promise": "^7.2.1",
3636
"mastra": "^0.12.3",
37-
"pnpm": "^10.15.1",
37+
"pnpm": "^10.16.0",
3838
"typescript": "^5.9.2",
3939
"typescript-eslint": "^8.43.0"
40-
},
41-
"packageManager": "pnpm@10.14.0"
40+
}
4241
}

mpc/clients/mastra-mcp-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"node": ">=20.9.0"
1818
},
1919
"dependencies": {
20-
"@ai-sdk/amazon-bedrock": "^2.2.12",
21-
"@ai-sdk/azure": "^1.3.25",
20+
"@ai-sdk/amazon-bedrock": "^3.0.19",
21+
"@ai-sdk/azure": "^2.0.29",
2222
"@mastra/core": "^0.16.3",
2323
"@mastra/loggers": "^0.10.11",
2424
"@mastra/mcp": "^0.12.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"keywords": [],
1313
"author": "",
1414
"license": "ISC",
15-
"packageManager": "pnpm@10.15.1",
15+
"packageManager": "pnpm@10.16.0",
1616
"devDependencies": {
1717
"@llm-ts-example/common-backend": "workspace:*",
1818
"@llm-ts-example/common-core": "workspace:*",
19-
"pnpm": "^10.15.1"
19+
"pnpm": "^10.16.0"
2020
}
2121
}

0 commit comments

Comments
 (0)