Skip to content

Commit 57d7058

Browse files
Bump the npm_and_yarn group across 1 directory with 2 updates (#30827)
Bumps the npm_and_yarn group with 2 updates in the / directory: [hono](https://github.com/honojs/hono) and [@hono/node-server](https://github.com/honojs/node-server). Updates `hono` from 4.12.9 to 4.12.12 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.9...v4.12.12) Updates `@hono/node-server` from 1.19.11 to 1.19.13 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.11...v1.19.13) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@hono/node-server" dependency-version: 1.19.13 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05d314e commit 57d7058

6 files changed

Lines changed: 113 additions & 198 deletions

File tree

bedrock/agentcore-runtime-agent-example/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@mastra/loggers": "^0.10.19",
2929
"@mastra/mcp": "^0.14.5",
3030
"@mastra/memory": "^0.15.13",
31-
"hono": "^4.12.9",
31+
"hono": "^4.12.12",
3232
"zod": "^4.3.6"
3333
},
3434
"devDependencies": {

bedrock/agentcore-runtime-mcp-example/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@eslint/compat": "^2.0.3",
1515
"@eslint/js": "^9.39.4",
1616
"@hono/mcp": "^0.2.4",
17-
"@hono/node-server": "^1.19.11",
17+
"@hono/node-server": "^1.19.13",
1818
"@stylistic/eslint-plugin": "^5.10.0",
1919
"@types/node": "^24.12.0",
2020
"eslint": "^9.39.4",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@modelcontextprotocol/sdk": "^1.28.0",
3131
"fastmcp": "^3.34.0",
32-
"hono": "^4.12.9",
32+
"hono": "^4.12.12",
3333
"zod": "^4.3.6"
3434
}
3535
}

codeconections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tsx": "^4.21.0",
2222
"typescript": "^5.9.3",
2323
"typescript-eslint": "^8.57.2",
24-
"vite": "^6.4.2",
24+
"vite": "^7.3.2",
2525
"vite-tsconfig-paths": "^5.1.4",
2626
"vitest": "^4.1.2"
2727
},

lambda/hello-mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@eslint/compat": "^1.4.1",
2020
"@eslint/js": "^9.39.4",
21-
"@hono/node-server": "^1.19.11",
21+
"@hono/node-server": "^1.19.13",
2222
"@stylistic/eslint-plugin": "^5.10.0",
2323
"@types/aws-lambda": "^8.10.161",
2424
"@types/express": "^5.0.6",
@@ -43,7 +43,7 @@
4343
"aws-cdk-lib": "^2.245.0",
4444
"constructs": "^10.6.0",
4545
"dotenv": "^16.6.1",
46-
"hono": "^4.12.9",
46+
"hono": "^4.12.12",
4747
"zod": "3.25.76"
4848
}
4949
}

lambda/rust-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tsx": "^4.21.0",
3131
"typescript": "^5.9.3",
3232
"typescript-eslint": "^8.57.2",
33-
"vite": "^6.4.2",
33+
"vite": "^7.3.2",
3434
"vite-tsconfig-paths": "^5.1.4",
3535
"vitest": "^4.1.2"
3636
},

0 commit comments

Comments
 (0)