Skip to content

Commit e4daa11

Browse files
committed
Bumps node modules
1 parent 53d9407 commit e4daa11

7 files changed

Lines changed: 115 additions & 115 deletions

File tree

basic/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@arizeai/openinference-instrumentation-bedrock": "^0.4.1",
4040
"@arizeai/openinference-instrumentation-langchain": "^3.4.4",
4141
"@aws-lambda-powertools/logger": "^2.28.1",
42-
"@aws-sdk/credential-provider-node": "^3.918.0",
42+
"@aws-sdk/credential-provider-node": "^3.919.0",
4343
"@langchain/anthropic": "^1.0.0",
4444
"@langchain/aws": "^1.0.0",
4545
"@langchain/classic": "1.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vitest": "^3.2.4"
3636
},
3737
"dependencies": {
38-
"@aws-sdk/client-bedrock-runtime": "^3.918.0",
38+
"@aws-sdk/client-bedrock-runtime": "^3.919.0",
3939
"@inquirer/prompts": "^7.9.0",
4040
"@langchain/aws": "^1.0.0",
4141
"@langchain/core": "^1.0.2",

mcp/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.918.0",
21+
"@aws-sdk/client-bedrock-runtime": "^3.919.0",
2222
"@inquirer/prompts": "^7.9.0",
2323
"@modelcontextprotocol/sdk": "^1.20.2",
2424
"dotenv": "^16.6.1"

mcp/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.918.0",
17+
"@aws-sdk/client-bedrock-runtime": "^3.919.0",
1818
"@inquirer/prompts": "^7.9.0",
1919
"@modelcontextprotocol/sdk": "^1.20.2",
2020
"dotenv": "^16.6.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"keywords": [],
1313
"author": "",
1414
"license": "ISC",
15-
"packageManager": "pnpm@10.19.0",
15+
"packageManager": "pnpm@10.20.0",
1616
"devDependencies": {
1717
"@llm-ts-example/common-backend": "workspace:*",
1818
"@llm-ts-example/common-core": "workspace:*",

pnpm-lock.yaml

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

rag/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@aws-lambda-powertools/logger": "^2.28.1",
40-
"@aws-sdk/credential-provider-node": "^3.918.0",
40+
"@aws-sdk/credential-provider-node": "^3.919.0",
4141
"@langchain/aws": "^1.0.0",
4242
"@langchain/core": "1.0.0",
4343
"@langchain/openai": "^1.0.0",

0 commit comments

Comments
 (0)