Skip to content

Commit 2306def

Browse files
committed
Bumps node modules
1 parent 8de075d commit 2306def

8 files changed

Lines changed: 155 additions & 155 deletions

File tree

basic/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
"dependencies": {
3838
"@aws-lambda-powertools/logger": "^2.24.1",
39-
"@aws-sdk/credential-provider-node": "^3.858.0",
39+
"@aws-sdk/credential-provider-node": "^3.859.0",
4040
"@langchain/anthropic": "^0.3.25",
41-
"@langchain/aws": "^0.1.12",
41+
"@langchain/aws": "^0.1.13",
4242
"@langchain/core": "^0.3.66",
4343
"@langchain/langgraph": "^0.2.74",
4444
"@langchain/openai": "^0.5.18",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"vitest": "^3.2.4"
3636
},
3737
"dependencies": {
38-
"@aws-sdk/client-bedrock-runtime": "^3.858.0",
38+
"@aws-sdk/client-bedrock-runtime": "^3.859.0",
3939
"@inquirer/prompts": "^7.8.0",
40-
"@langchain/aws": "^0.1.12",
40+
"@langchain/aws": "^0.1.13",
4141
"@langchain/core": "^0.3.66",
4242
"@langchain/langgraph": "^0.2.74",
4343
"@langchain/mcp-adapters": "^0.5.4",

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.858.0",
21+
"@aws-sdk/client-bedrock-runtime": "^3.859.0",
2222
"@inquirer/prompts": "^7.8.0",
2323
"@modelcontextprotocol/sdk": "^1.17.1",
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.858.0",
17+
"@aws-sdk/client-bedrock-runtime": "^3.859.0",
1818
"@inquirer/prompts": "^7.8.0",
1919
"@modelcontextprotocol/sdk": "^1.17.1",
2020
"dotenv": "^16.6.1"

mpc/servers/postgresql-http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
},
4444
"dependencies": {
4545
"@aws-lambda-powertools/logger": "^2.24.1",
46-
"@hono/node-server": "^1.18.0",
46+
"@hono/node-server": "^1.18.1",
4747
"@modelcontextprotocol/sdk": "^1.17.1",
4848
"@vercel/mcp-adapter": "^0.11.2",
49-
"hono": "^4.8.10",
49+
"hono": "^4.8.12",
5050
"pg": "^8.16.3",
5151
"zod": "^3.25.76"
5252
}

pnpm-lock.yaml

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

rag/batch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start": "node dist/index.js"
1515
},
1616
"dependencies": {
17-
"@langchain/aws": "^0.1.12",
17+
"@langchain/aws": "^0.1.13",
1818
"@langchain/community": "^0.3.49",
1919
"@langchain/core": "^0.3.66",
2020
"@langchain/langgraph": "^0.2.74",

rag/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@aws-lambda-powertools/logger": "^2.24.1",
38-
"@aws-sdk/credential-provider-node": "^3.858.0",
39-
"@langchain/aws": "^0.1.12",
38+
"@aws-sdk/credential-provider-node": "^3.859.0",
39+
"@langchain/aws": "^0.1.13",
4040
"@langchain/core": "^0.3.66",
4141
"@langchain/langgraph": "^0.2.74",
4242
"@langchain/openai": "^0.5.18",

0 commit comments

Comments
 (0)