Skip to content

Commit bb4ab79

Browse files
committed
Bumps node modules
1 parent 56f0307 commit bb4ab79

11 files changed

Lines changed: 241 additions & 242 deletions

File tree

agents/agent-langchain/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
3838
"@arizeai/openinference-instrumentation-langchain": "^3.4.6",
3939
"@aws-lambda-powertools/logger": "^2.30.0",
40-
"@aws-sdk/credential-provider-node": "^3.953.0",
40+
"@aws-sdk/credential-provider-node": "^3.954.0",
4141
"@langchain/aws": "^1.1.0",
4242
"@langchain/classic": "^1.0.6",
4343
"@langchain/core": "^1.1.6",
44-
"@langchain/langgraph": "^1.0.5",
44+
"@langchain/langgraph": "^1.0.7",
4545
"@langchain/mcp-adapters": "^1.1.0",
4646
"@langchain/openai": "^1.2.0",
4747
"@opentelemetry/api": "^1.9.0",

agents/agent-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vitest": "^4.0.16"
3535
},
3636
"dependencies": {
37-
"@anthropic-ai/claude-agent-sdk": "^0.1.71",
37+
"@anthropic-ai/claude-agent-sdk": "^0.1.72",
3838
"source-map-support": "^0.5.21",
3939
"uuid": "^13.0.0",
4040
"zod": "^4.2.1"

agents/agent-strands/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/aws-lambda": "^8.10.159",
1818
"@types/node": "24.10.1",
1919
"@vitest/eslint-plugin": "^1.5.2",
20-
"aws-cdk": "^2.1100.0",
20+
"aws-cdk": "^2.1100.1",
2121
"dotenv": "^17.2.3",
2222
"esbuild": "^0.25.12",
2323
"eslint": "^9.39.2",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@aws-lambda-powertools/logger": "^2.30.0",
37-
"@aws-sdk/credential-provider-node": "^3.953.0",
37+
"@aws-sdk/credential-provider-node": "^3.954.0",
3838
"@llm-ts-example/common-backend": "workspace:*",
3939
"@strands-agents/sdk": "^0.1.3",
4040
"aws-cdk-lib": "^2.232.2",

agents/agent-voltagent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"dependencies": {
1919
"@ai-sdk/amazon-bedrock": "^3.0.70",
2020
"@voltagent/cli": "^0.1.17",
21-
"@voltagent/core": "^1.2.21",
21+
"@voltagent/core": "^1.4.0",
2222
"@voltagent/libsql": "^1.0.14",
2323
"@voltagent/logger": "^1.0.4",
24-
"@voltagent/server-hono": "^1.2.8",
25-
"ai": "^5.0.114",
24+
"@voltagent/server-hono": "^1.2.9",
25+
"ai": "^5.0.115",
2626
"dotenv": "^16.6.1",
2727
"hono": "^4.11.1",
2828
"zod": "^4.2.1"

basic/cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/aws-lambda": "^8.10.159",
2020
"@types/node": "^24.10.4",
2121
"@vitest/eslint-plugin": "^1.5.2",
22-
"aws-cdk": "^2.1100.0",
22+
"aws-cdk": "^2.1100.1",
2323
"dotenv": "^17.2.3",
2424
"esbuild": "^0.25.12",
2525
"eslint": "^9.39.2",
@@ -38,11 +38,11 @@
3838
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
3939
"@arizeai/openinference-instrumentation-langchain": "^3.4.6",
4040
"@aws-lambda-powertools/logger": "^2.30.0",
41-
"@aws-sdk/credential-provider-node": "^3.953.0",
41+
"@aws-sdk/credential-provider-node": "^3.954.0",
4242
"@langchain/aws": "^1.1.0",
4343
"@langchain/classic": "^1.0.6",
4444
"@langchain/core": "^1.1.6",
45-
"@langchain/langgraph": "^1.0.5",
45+
"@langchain/langgraph": "^1.0.7",
4646
"@langchain/openai": "^1.2.0",
4747
"@llm-ts-example/common-backend": "workspace:*",
4848
"@opentelemetry/api": "^1.9.0",

common/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@stylistic/eslint-plugin": "^5.6.1",
2929
"@types/node": "^24.10.4",
3030
"@vitest/eslint-plugin": "^1.5.2",
31-
"aws-cdk": "^2.1100.0",
31+
"aws-cdk": "^2.1100.1",
3232
"eslint": "^9.39.2",
3333
"eslint-import-resolver-typescript": "^4.4.4",
3434
"eslint-plugin-import": "^2.32.0",

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.69.0",
21-
"@aws-sdk/client-bedrock-runtime": "^3.953.0",
21+
"@aws-sdk/client-bedrock-runtime": "^3.954.0",
2222
"@inquirer/prompts": "^8.1.0",
2323
"@modelcontextprotocol/sdk": "^1.25.1",
2424
"dotenv": "^17.2.3"

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.69.0",
17-
"@aws-sdk/client-bedrock-runtime": "^3.953.0",
17+
"@aws-sdk/client-bedrock-runtime": "^3.954.0",
1818
"@inquirer/prompts": "^8.1.0",
1919
"@modelcontextprotocol/sdk": "^1.25.1",
2020
"dotenv": "^17.2.3"

pnpm-lock.yaml

Lines changed: 223 additions & 224 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
@@ -18,7 +18,7 @@
1818
"@langchain/classic": "^1.0.6",
1919
"@langchain/community": "^1.1.0",
2020
"@langchain/core": "^1.1.6",
21-
"@langchain/langgraph": "^1.0.5",
21+
"@langchain/langgraph": "^1.0.7",
2222
"@langchain/openai": "^1.2.0",
2323
"@langchain/pinecone": "^1.0.1",
2424
"@pinecone-database/pinecone": "^6.1.3",

0 commit comments

Comments
 (0)