diff --git a/package.json b/package.json index 02da451..d6c1a39 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "test:integration": "vitest run test/integration.test.ts" }, "dependencies": { - "@hono/node-server": "^1.14.1", + "@hono/node-server": "^2.0.10", "@modelcontextprotocol/sdk": "^1.10.0", "axios": "^1.9.0", "fetch-to-node": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index d2c1471..446e2fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -154,11 +154,16 @@ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz#8fe30b3088b89b4873c3a6cc87597ae3920c0a8b" integrity sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg== -"@hono/node-server@^1.14.1", "@hono/node-server@^1.19.9": +"@hono/node-server@^1.19.9": version "1.19.13" resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-1.19.13.tgz#4838c766a1237253d4dde3281cf7d5c65186fd32" integrity sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ== +"@hono/node-server@^2.0.10": + version "2.0.10" + resolved "https://registry.yarnpkg.com/@hono/node-server/-/node-server-2.0.10.tgz#cead0d97639ab138c2f5a38128931763e992afd5" + integrity sha512-ZcnNVhKTmyDJeg0UlnZjvM73JBsTAuhrH/J4fjwGOw59PwOW51r4J+p6CsKZWXdKSme4MFqU62CZMOsdDrU4CA== + "@jridgewell/sourcemap-codec@^1.5.5": version "1.5.5" resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz"