Skip to content

Commit 00bae7c

Browse files
committed
Bumps node modules
1 parent 6ddd8f7 commit 00bae7c

21 files changed

Lines changed: 408 additions & 429 deletions

File tree

agents/agent-mastra/package.json

Lines changed: 3 additions & 3 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": "^3.0.17",
18-
"@ai-sdk/azure": "^2.0.26",
17+
"@ai-sdk/amazon-bedrock": "^3.0.18",
18+
"@ai-sdk/azure": "^2.0.27",
1919
"@mastra/core": "^0.16.0",
2020
"@mastra/libsql": "^0.14.0",
2121
"@mastra/loggers": "^0.10.11",
@@ -36,7 +36,7 @@
3636
"mastra": "^0.12.0",
3737
"pnpm": "^10.15.1",
3838
"typescript": "^5.9.2",
39-
"typescript-eslint": "^8.42.0"
39+
"typescript-eslint": "^8.43.0"
4040
},
4141
"packageManager": "pnpm@10.14.0"
4242
}

agents/langgraph-deep-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-promise": "^7.2.1",
2424
"tsx": "^4.20.5",
2525
"typescript": "^5.9.2",
26-
"typescript-eslint": "^8.42.0",
26+
"typescript-eslint": "^8.43.0",
2727
"vite": "^6.3.6",
2828
"vite-tsconfig-paths": "^5.1.4",
2929
"vitest": "^3.2.4"

basic/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"jsdom": "^25.0.1",
3636
"solid-refresh": "^0.7.5",
3737
"typescript": "^5.9.2",
38-
"typescript-eslint": "^8.42.0",
38+
"typescript-eslint": "^8.43.0",
3939
"vite": "^6.3.6",
4040
"vite-plugin-solid": "^2.11.8"
4141
}

basic/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-promise": "^7.2.1",
2929
"tsx": "^4.20.5",
3030
"typescript": "^5.9.2",
31-
"typescript-eslint": "^8.42.0",
31+
"typescript-eslint": "^8.43.0",
3232
"vite": "^6.3.6",
3333
"vite-tsconfig-paths": "^5.1.4",
3434
"vitest": "^3.2.4"

common/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"eslint-plugin-import": "^2.32.0",
4242
"eslint-plugin-promise": "^7.2.1",
4343
"typescript": "^5.9.2",
44-
"typescript-eslint": "^8.42.0"
44+
"typescript-eslint": "^8.43.0"
4545
}
4646
}

common/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"eslint-plugin-import": "^2.32.0",
3535
"eslint-plugin-promise": "^7.2.1",
3636
"typescript": "^5.9.2",
37-
"typescript-eslint": "^8.42.0"
37+
"typescript-eslint": "^8.43.0"
3838
}
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-promise": "^7.2.1",
3030
"source-map-support": "^0.5.21",
3131
"typescript": "^5.9.2",
32-
"typescript-eslint": "^8.42.0",
32+
"typescript-eslint": "^8.43.0",
3333
"vite": "^6.3.6",
3434
"vite-tsconfig-paths": "^5.1.4",
3535
"vitest": "^3.2.4"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"mastra": "^0.12.0",
3838
"tsx": "^4.20.5",
3939
"typescript": "^5.9.2",
40-
"typescript-eslint": "^8.42.0"
40+
"typescript-eslint": "^8.43.0"
4141
}
4242
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"eslint-plugin-promise": "^7.2.1",
3535
"tsx": "^4.20.5",
3636
"typescript": "^5.9.2",
37-
"typescript-eslint": "^8.42.0"
37+
"typescript-eslint": "^8.43.0"
3838
}
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"eslint-plugin-import": "^2.32.0",
3030
"eslint-plugin-promise": "^7.2.1",
3131
"typescript": "^5.9.2",
32-
"typescript-eslint": "^8.42.0"
32+
"typescript-eslint": "^8.43.0"
3333
}
3434
}

0 commit comments

Comments
 (0)