Skip to content

Commit 856400d

Browse files
committed
Bumps node modules
1 parent 196f831 commit 856400d

11 files changed

Lines changed: 986 additions & 929 deletions

File tree

agents/agent-mastra/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"license": "ISC",
1515
"type": "module",
1616
"dependencies": {
17-
"@ai-sdk/amazon-bedrock": "^3.0.18",
18-
"@ai-sdk/azure": "^2.0.27",
19-
"@mastra/core": "^0.16.0",
17+
"@ai-sdk/amazon-bedrock": "^3.0.19",
18+
"@ai-sdk/azure": "^2.0.28",
19+
"@mastra/core": "^0.16.2",
2020
"@mastra/libsql": "^0.14.0",
2121
"@mastra/loggers": "^0.10.11",
2222
"@mastra/mcp": "^0.11.4",
@@ -33,7 +33,7 @@
3333
"eslint-import-resolver-typescript": "^4.4.4",
3434
"eslint-plugin-import": "^2.32.0",
3535
"eslint-plugin-promise": "^7.2.1",
36-
"mastra": "^0.12.0",
36+
"mastra": "^0.12.2",
3737
"pnpm": "^10.15.1",
3838
"typescript": "^5.9.2",
3939
"typescript-eslint": "^8.43.0"

agents/langgraph-deep-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"vitest": "^3.2.4"
3030
},
3131
"dependencies": {
32-
"@aws-sdk/credential-provider-node": "^3.883.0",
32+
"@aws-sdk/credential-provider-node": "^3.886.0",
3333
"@langchain/anthropic": "^0.3.27",
3434
"@langchain/aws": "^0.1.15",
3535
"@langchain/community": "^0.3.55",

basic/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
},
3636
"dependencies": {
3737
"@aws-lambda-powertools/logger": "^2.25.2",
38-
"@aws-sdk/credential-provider-node": "^3.883.0",
38+
"@aws-sdk/credential-provider-node": "^3.886.0",
3939
"@langchain/anthropic": "^0.3.27",
4040
"@langchain/aws": "^0.1.15",
4141
"@langchain/core": "^0.3.75",
4242
"@langchain/langgraph": "^0.4.9",
4343
"@langchain/openai": "^0.6.11",
4444
"@llm-ts-example/common-backend": "workspace:*",
45-
"@smithy/eventstream-codec": "^4.1.0",
45+
"@smithy/eventstream-codec": "^4.1.1",
4646
"aws-cdk-lib": "^2.214.0",
4747
"constructs": "^10.4.2",
4848
"langfuse": "^3.38.5",

mpc/clients/langgraph-mpc-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"vitest": "^3.2.4"
3636
},
3737
"dependencies": {
38-
"@aws-sdk/client-bedrock-runtime": "^3.883.0",
38+
"@aws-sdk/client-bedrock-runtime": "^3.886.0",
3939
"@inquirer/prompts": "^7.8.4",
4040
"@langchain/aws": "^0.1.15",
4141
"@langchain/core": "^0.3.75",
4242
"@langchain/langgraph": "^0.4.9",
4343
"@langchain/mcp-adapters": "^0.6.0",
4444
"@langchain/openai": "^0.6.11",
4545
"@modelcontextprotocol/sdk": "^1.17.5",
46-
"@smithy/eventstream-codec": "^4.1.0",
46+
"@smithy/eventstream-codec": "^4.1.1",
4747
"dotenv": "^16.6.1",
4848
"langchain": "^0.3.33",
4949
"langfuse": "^3.38.5",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"dependencies": {
2020
"@ai-sdk/amazon-bedrock": "^2.2.12",
2121
"@ai-sdk/azure": "^1.3.25",
22-
"@mastra/core": "^0.16.0",
22+
"@mastra/core": "^0.16.2",
2323
"@mastra/loggers": "^0.10.11",
24-
"@mastra/mcp": "^0.11.4",
24+
"@mastra/mcp": "^0.12.0",
2525
"langfuse-vercel": "^3.38.5",
2626
"zod": "^3.25.76"
2727
},
@@ -34,7 +34,7 @@
3434
"eslint-import-resolver-typescript": "^4.4.4",
3535
"eslint-plugin-import": "^2.32.0",
3636
"eslint-plugin-promise": "^7.2.1",
37-
"mastra": "^0.12.0",
37+
"mastra": "^0.12.2",
3838
"tsx": "^4.20.5",
3939
"typescript": "^5.9.2",
4040
"typescript-eslint": "^8.43.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "ISC",
1919
"dependencies": {
2020
"@anthropic-ai/sdk": "^0.39.0",
21-
"@aws-sdk/client-bedrock-runtime": "^3.883.0",
21+
"@aws-sdk/client-bedrock-runtime": "^3.886.0",
2222
"@inquirer/prompts": "^7.8.4",
2323
"@modelcontextprotocol/sdk": "^1.17.5",
2424
"dotenv": "^16.6.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"@anthropic-ai/sdk": "^0.39.0",
17-
"@aws-sdk/client-bedrock-runtime": "^3.883.0",
17+
"@aws-sdk/client-bedrock-runtime": "^3.886.0",
1818
"@inquirer/prompts": "^7.8.4",
1919
"@modelcontextprotocol/sdk": "^1.17.5",
2020
"dotenv": "^16.6.1"

mpc/servers/postgresql-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@aws-lambda-powertools/logger": "^2.25.2",
46-
"@hono/node-server": "^1.19.1",
46+
"@hono/node-server": "^1.19.2",
4747
"@modelcontextprotocol/sdk": "^1.17.5",
4848
"@vercel/mcp-adapter": "^0.11.2",
4949
"hono": "^4.9.6",

node-llama-cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"html-to-text": "^9.0.5",
3636
"jsdom": "^26.1.0",
3737
"langchain": "^0.3.33",
38-
"node-llama-cpp": "^3.12.4",
38+
"node-llama-cpp": "^3.13.0",
3939
"uuid": "^11.1.0"
4040
}
4141
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)