Skip to content

Commit 895e2fa

Browse files
committed
Bumps node modules
1 parent 856400d commit 895e2fa

16 files changed

Lines changed: 603 additions & 598 deletions

File tree

.amazonq/rules/review-rules.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,12 @@
33
- Comments should be provided in Japanese by default, while maintaining English-based technical analysis to ensure review quality.
44
- When you find a problem, suggest a solution.
55
- If you find a problem that is not in the code, point it out.
6+
7+
## Security review
8+
69
- Always evaluate security implications of code changes.
710
- Check for potential vulnerabilities and secure coding practices.
8-
- Check for hardcoded credentials, API keys, and sensitive data
911
- Verify no hardcoded credentials or secrets
1012
- Ensure proper input validation and sanitization
1113
- Check dependencies for known vulnerabilities
12-
- Verify proper input validation and sanitization
13-
- Ensure secure communication protocols (HTTPS, TLS)
14-
- Review permission and access control implementations
15-
- Check for proper error handling of security-related operations
16-
- Validate secure storage of sensitive data
17-
- Check for proper WebView configuration.
18-
- Secure data storage using Android Keystore, and safe handling of Intent data.
19-
- Since this is a Device Flow client, please verify OAuth 2.0 Device Flow-specific security considerations.
20-
- Ensure that proper PKCE implementation is in place
21-
- Ensure that secure token handling is implemented
22-
- Ensure that state verification is performed
23-
- Verify secure random number generation for state and PKCE values
24-
- Check for proper timing attack mitigations in token comparisons
14+
- Use GitHub Dependabot alerts and `pnpm audit`

agents/agent-mastra/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@ai-sdk/amazon-bedrock": "^3.0.19",
1818
"@ai-sdk/azure": "^2.0.28",
19-
"@mastra/core": "^0.16.2",
20-
"@mastra/libsql": "^0.14.0",
19+
"@mastra/core": "^0.16.3",
20+
"@mastra/libsql": "^0.14.1",
2121
"@mastra/loggers": "^0.10.11",
2222
"@mastra/mcp": "^0.11.4",
2323
"@mastra/memory": "^0.14.4",
@@ -33,7 +33,7 @@
3333
"eslint-import-resolver-typescript": "^4.4.4",
3434
"eslint-plugin-import": "^2.32.0",
3535
"eslint-plugin-promise": "^7.2.1",
36-
"mastra": "^0.12.2",
36+
"mastra": "^0.12.3",
3737
"pnpm": "^10.15.1",
3838
"typescript": "^5.9.2",
3939
"typescript-eslint": "^8.43.0"

agents/langgraph-deep-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"vitest": "^3.2.4"
3030
},
3131
"dependencies": {
32-
"@aws-sdk/credential-provider-node": "^3.886.0",
32+
"@aws-sdk/credential-provider-node": "^3.887.0",
3333
"@langchain/anthropic": "^0.3.27",
3434
"@langchain/aws": "^0.1.15",
3535
"@langchain/community": "^0.3.55",

basic/cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^22.18.1",
2121
"@types/uuid": "^10.0.0",
2222
"@vitest/eslint-plugin": "^1.3.9",
23-
"aws-cdk": "^2.1029.0",
23+
"aws-cdk": "^2.1029.1",
2424
"dotenv": "^16.6.1",
2525
"eslint": "^9.35.0",
2626
"eslint-import-resolver-typescript": "^4.4.4",
@@ -34,8 +34,8 @@
3434
"vitest": "^3.2.4"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^2.25.2",
38-
"@aws-sdk/credential-provider-node": "^3.886.0",
37+
"@aws-lambda-powertools/logger": "^2.26.0",
38+
"@aws-sdk/credential-provider-node": "^3.887.0",
3939
"@langchain/anthropic": "^0.3.27",
4040
"@langchain/aws": "^0.1.15",
4141
"@langchain/core": "^0.3.75",

common/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint-fix": "eslint . --fix"
2525
},
2626
"dependencies": {
27-
"@aws-lambda-powertools/logger": "^2.25.2",
27+
"@aws-lambda-powertools/logger": "^2.26.0",
2828
"@langchain/aws": "^0.1.15",
2929
"@langchain/core": "^0.3.75",
3030
"@langchain/openai": "^0.5.18",

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.3.1",
2929
"@types/node": "^22.18.1",
3030
"@vitest/eslint-plugin": "^1.3.9",
31-
"aws-cdk": "^2.1029.0",
31+
"aws-cdk": "^2.1029.1",
3232
"eslint": "^9.35.0",
3333
"eslint-import-resolver-typescript": "^4.4.4",
3434
"eslint-plugin-import": "^2.32.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"vitest": "^3.2.4"
3636
},
3737
"dependencies": {
38-
"@aws-sdk/client-bedrock-runtime": "^3.886.0",
38+
"@aws-sdk/client-bedrock-runtime": "^3.887.0",
3939
"@inquirer/prompts": "^7.8.4",
4040
"@langchain/aws": "^0.1.15",
4141
"@langchain/core": "^0.3.75",
4242
"@langchain/langgraph": "^0.4.9",
4343
"@langchain/mcp-adapters": "^0.6.0",
4444
"@langchain/openai": "^0.6.11",
45-
"@modelcontextprotocol/sdk": "^1.17.5",
45+
"@modelcontextprotocol/sdk": "^1.18.0",
4646
"@smithy/eventstream-codec": "^4.1.1",
4747
"dotenv": "^16.6.1",
4848
"langchain": "^0.3.33",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@ai-sdk/amazon-bedrock": "^2.2.12",
2121
"@ai-sdk/azure": "^1.3.25",
22-
"@mastra/core": "^0.16.2",
22+
"@mastra/core": "^0.16.3",
2323
"@mastra/loggers": "^0.10.11",
2424
"@mastra/mcp": "^0.12.0",
2525
"langfuse-vercel": "^3.38.5",
@@ -34,7 +34,7 @@
3434
"eslint-import-resolver-typescript": "^4.4.4",
3535
"eslint-plugin-import": "^2.32.0",
3636
"eslint-plugin-promise": "^7.2.1",
37-
"mastra": "^0.12.2",
37+
"mastra": "^0.12.3",
3838
"tsx": "^4.20.5",
3939
"typescript": "^5.9.2",
4040
"typescript-eslint": "^8.43.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"license": "ISC",
1919
"dependencies": {
2020
"@anthropic-ai/sdk": "^0.39.0",
21-
"@aws-sdk/client-bedrock-runtime": "^3.886.0",
21+
"@aws-sdk/client-bedrock-runtime": "^3.887.0",
2222
"@inquirer/prompts": "^7.8.4",
23-
"@modelcontextprotocol/sdk": "^1.17.5",
23+
"@modelcontextprotocol/sdk": "^1.18.0",
2424
"dotenv": "^16.6.1"
2525
},
2626
"devDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"@anthropic-ai/sdk": "^0.39.0",
17-
"@aws-sdk/client-bedrock-runtime": "^3.886.0",
17+
"@aws-sdk/client-bedrock-runtime": "^3.887.0",
1818
"@inquirer/prompts": "^7.8.4",
19-
"@modelcontextprotocol/sdk": "^1.17.5",
19+
"@modelcontextprotocol/sdk": "^1.18.0",
2020
"dotenv": "^16.6.1"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)