Skip to content

Commit 0141830

Browse files
committed
Bumps node modules
1 parent e51c9d2 commit 0141830

22 files changed

Lines changed: 1082 additions & 1122 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-latest: true
2424
package-manager-cache: false
2525

26-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
26+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2727
name: Install pnpm
2828
with:
2929
run_install: |

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
31+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
36+
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
39+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
check-latest: true
4444
package-manager-cache: false
4545

46-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
46+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
4747
name: Install pnpm
4848
with:
4949
run_install: |
5050
- recursive: true
5151
args: [--no-frozen-lockfile]
5252
- args: [--global, aws-cdk, esbuild]
5353
54-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
54+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
5555
name: Install pnpm
5656
with:
5757
run_install: |
@@ -105,7 +105,7 @@ jobs:
105105
check-latest: true
106106
package-manager-cache: false
107107

108-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
108+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
109109
name: Install pnpm
110110
with:
111111
run_install: |
@@ -152,7 +152,7 @@ jobs:
152152
check-latest: true
153153
package-manager-cache: false
154154

155-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
155+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
156156
name: Install pnpm
157157
with:
158158
run_install: |

.github/workflows/opencode.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

agents/agent-ai-sdk/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@stylistic/eslint-plugin": "^5.10.0",
1919
"@types/aws-lambda": "^8.10.161",
2020
"@types/node": "^24.12.0",
21-
"@vitest/eslint-plugin": "^1.6.12",
21+
"@vitest/eslint-plugin": "^1.6.13",
2222
"aws-cdk": "2.1105.0",
2323
"esbuild": "^0.27.4",
2424
"eslint": "^9.39.4",
@@ -35,14 +35,14 @@
3535
"vitest": "^4.1.0"
3636
},
3737
"dependencies": {
38-
"@ai-sdk/amazon-bedrock": "^4.0.77",
39-
"@ai-sdk/azure": "^3.0.42",
38+
"@ai-sdk/amazon-bedrock": "^4.0.82",
39+
"@ai-sdk/azure": "^3.0.48",
4040
"@llm-ts-example/common-backend-core": "workspace:*",
4141
"@llm-ts-example/common-core": "workspace:*",
4242
"@smithy/eventstream-codec": "^4.2.12",
43-
"ai": "^6.0.116",
44-
"aws-cdk-lib": "^2.243.0",
45-
"constructs": "^10.5.1",
43+
"ai": "^6.0.134",
44+
"aws-cdk-lib": "^2.244.0",
45+
"constructs": "^10.6.0",
4646
"dotenv": "^17.3.1",
4747
"zod": "^4.3.6"
4848
}

agents/agent-claude-agent-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint/js": "^10.0.1",
1919
"@stylistic/eslint-plugin": "^5.10.0",
2020
"@types/node": "^24.12.0",
21-
"@vitest/eslint-plugin": "^1.6.12",
21+
"@vitest/eslint-plugin": "^1.6.13",
2222
"dotenv": "^17.3.1",
2323
"esbuild": "^0.27.4",
2424
"eslint": "^9.39.4",
@@ -34,7 +34,7 @@
3434
"vitest": "^4.1.0"
3535
},
3636
"dependencies": {
37-
"@anthropic-ai/claude-agent-sdk": "^0.2.79",
37+
"@anthropic-ai/claude-agent-sdk": "^0.2.81",
3838
"source-map-support": "^0.5.21",
3939
"uuid": "^13.0.0",
4040
"zod": "^4.3.6"

agents/agent-langchain-nextjs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"lint-fix": "eslint --fix"
1111
},
1212
"dependencies": {
13-
"@ai-sdk/langchain": "^2.0.122",
14-
"@ai-sdk/react": "^3.0.118",
13+
"@ai-sdk/langchain": "^2.0.140",
14+
"@ai-sdk/react": "^3.0.136",
1515
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
1616
"@arizeai/openinference-instrumentation-langchain": "^4.0.6",
17-
"@aws-lambda-powertools/logger": "^2.31.0",
18-
"@aws-sdk/credential-provider-node": "^3.972.22",
17+
"@aws-lambda-powertools/logger": "^2.32.0",
18+
"@aws-sdk/credential-provider-node": "^3.972.24",
1919
"@langchain/aws": "^1.3.3",
2020
"@langchain/classic": "^1.0.24",
21-
"@langchain/core": "^1.1.34",
22-
"@langchain/langgraph": "^1.2.3",
21+
"@langchain/core": "^1.1.35",
22+
"@langchain/langgraph": "^1.2.5",
2323
"@langchain/mcp-adapters": "^1.1.3",
2424
"@opentelemetry/api": "^1.9.0",
2525
"@opentelemetry/api-logs": "^0.213.0",
@@ -58,18 +58,18 @@
5858
"@streamdown/math": "^1.0.2",
5959
"@streamdown/mermaid": "^1.0.2",
6060
"@xyflow/react": "^12.10.1",
61-
"ai": "^6.0.116",
61+
"ai": "^6.0.134",
6262
"ansi-to-react": "^6.2.6",
6363
"class-variance-authority": "^0.7.1",
6464
"clsx": "^2.1.1",
6565
"cmdk": "^1.1.1",
6666
"embla-carousel-react": "^8.6.0",
67-
"langchain": "^1.2.35",
67+
"langchain": "^1.2.36",
6868
"lucide-react": "^0.563.0",
69-
"media-chrome": "^4.18.1",
69+
"media-chrome": "^4.18.2",
7070
"motion": "^12.38.0",
7171
"nanoid": "^5.1.7",
72-
"next": "^16.2.0",
72+
"next": "^16.2.1",
7373
"react": "19.2.3",
7474
"react-dom": "19.2.3",
7575
"shiki": "^3.23.0",
@@ -88,7 +88,7 @@
8888
"@types/react": "^19.2.14",
8989
"@types/react-dom": "^19.2.3",
9090
"eslint": "^9.39.4",
91-
"eslint-config-next": "^16.2.0",
91+
"eslint-config-next": "^16.2.1",
9292
"eslint-import-resolver-typescript": "^4.4.4",
9393
"eslint-plugin-import": "^2.32.0",
9494
"eslint-plugin-promise": "^7.2.1",

agents/agent-langchain/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@stylistic/eslint-plugin": "^5.10.0",
2020
"@types/aws-lambda": "^8.10.161",
2121
"@types/node": "^24.12.0",
22-
"@vitest/eslint-plugin": "^1.6.12",
22+
"@vitest/eslint-plugin": "^1.6.13",
2323
"dotenv": "^17.3.1",
2424
"eslint": "^9.39.4",
2525
"eslint-import-resolver-typescript": "^4.4.4",
@@ -36,12 +36,12 @@
3636
"dependencies": {
3737
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
3838
"@arizeai/openinference-instrumentation-langchain": "^4.0.6",
39-
"@aws-lambda-powertools/logger": "^2.31.0",
40-
"@aws-sdk/credential-provider-node": "^3.972.22",
39+
"@aws-lambda-powertools/logger": "^2.32.0",
40+
"@aws-sdk/credential-provider-node": "^3.972.24",
4141
"@langchain/aws": "^1.3.3",
4242
"@langchain/classic": "^1.0.24",
43-
"@langchain/core": "^1.1.34",
44-
"@langchain/langgraph": "^1.2.3",
43+
"@langchain/core": "^1.1.35",
44+
"@langchain/langgraph": "^1.2.5",
4545
"@langchain/mcp-adapters": "^1.1.3",
4646
"@langchain/openai": "^1.3.0",
4747
"@opentelemetry/api": "^1.9.0",
@@ -54,8 +54,8 @@
5454
"@opentelemetry/sdk-trace-node": "^2.6.0",
5555
"@opentelemetry/semantic-conventions": "^1.40.0",
5656
"@smithy/eventstream-codec": "^4.2.12",
57-
"constructs": "^10.5.1",
58-
"langchain": "^1.2.35",
57+
"constructs": "^10.6.0",
58+
"langchain": "^1.2.36",
5959
"source-map-support": "^0.5.21",
6060
"uuid": "^13.0.0",
6161
"zod": "^4.3.6"

agents/agent-mastra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"license": "ISC",
1515
"type": "module",
1616
"dependencies": {
17-
"@ai-sdk/amazon-bedrock": "^4.0.77",
18-
"@ai-sdk/azure": "^3.0.42",
17+
"@ai-sdk/amazon-bedrock": "^4.0.82",
18+
"@ai-sdk/azure": "^3.0.48",
1919
"@mastra/core": "^0.24.9",
2020
"@mastra/libsql": "^0.16.4",
2121
"@mastra/loggers": "^0.10.19",

agents/agent-strands/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@stylistic/eslint-plugin": "^5.10.0",
1717
"@types/aws-lambda": "^8.10.161",
1818
"@types/node": "24.10.1",
19-
"@vitest/eslint-plugin": "^1.6.12",
19+
"@vitest/eslint-plugin": "^1.6.13",
2020
"aws-cdk": "^2.1112.0",
2121
"dotenv": "^17.3.1",
2222
"esbuild": "^0.25.12",
@@ -33,12 +33,12 @@
3333
"vitest": "^4.1.0"
3434
},
3535
"dependencies": {
36-
"@aws-lambda-powertools/logger": "^2.31.0",
37-
"@aws-sdk/credential-provider-node": "^3.972.22",
36+
"@aws-lambda-powertools/logger": "^2.32.0",
37+
"@aws-sdk/credential-provider-node": "^3.972.24",
3838
"@llm-ts-example/common-backend-core": "workspace:*",
3939
"@strands-agents/sdk": "^0.1.6",
40-
"aws-cdk-lib": "^2.243.0",
41-
"constructs": "^10.5.1",
40+
"aws-cdk-lib": "^2.244.0",
41+
"constructs": "^10.6.0",
4242
"uuid": "^13.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)