Bump @hono/node-server from 1.19.14 to 2.0.10 (#513)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-01 08:20:04 -07:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 0f994f89ac
commit 733f2e5929
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -17266,7 +17266,7 @@
"version": "0.2.1", "version": "0.2.1",
"dependencies": { "dependencies": {
"@hono/mcp": "^0.2.3", "@hono/mcp": "^0.2.3",
"@hono/node-server": "^1.19.13", "@hono/node-server": "^2.0.10",
"@modelcontextprotocol/sdk": "^1.26.0", "@modelcontextprotocol/sdk": "^1.26.0",
"hono": "^4.12.27", "hono": "^4.12.27",
"zod": "^3.25.76" "zod": "^3.25.76"
@@ -17276,6 +17276,18 @@
"typescript": "^5.9.3" "typescript": "^5.9.3"
} }
}, },
"plugins-external/mcp-server/node_modules/@hono/node-server": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.10.tgz",
"integrity": "sha512-ZcnNVhKTmyDJeg0UlnZjvM73JBsTAuhrH/J4fjwGOw59PwOW51r4J+p6CsKZWXdKSme4MFqU62CZMOsdDrU4CA==",
"license": "MIT",
"engines": {
"node": ">=20"
},
"peerDependencies": {
"hono": "^4"
}
},
"plugins/action-copy-curl": { "plugins/action-copy-curl": {
"name": "@yaak/action-copy-curl", "name": "@yaak/action-copy-curl",
"version": "0.1.0" "version": "0.1.0"
+1 -1
View File
@@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"@hono/mcp": "^0.2.3", "@hono/mcp": "^0.2.3",
"@hono/node-server": "^1.19.13", "@hono/node-server": "^2.0.10",
"@modelcontextprotocol/sdk": "^1.26.0", "@modelcontextprotocol/sdk": "^1.26.0",
"hono": "^4.12.27", "hono": "^4.12.27",
"zod": "^3.25.76" "zod": "^3.25.76"