From 62db8d4248389e33b243c85b14bee4579340e29f Mon Sep 17 00:00:00 2001 From: "fro-bot[bot]" <109017866+fro-bot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:45:41 +0000 Subject: [PATCH] fix(deps): update dependency @hono/node-server to v2 --- apps/workspace-agent/package.json | 2 +- bun.lock | 6 +++--- dist/THIRD_PARTY_NOTICES.txt | 2 +- packages/gateway/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/workspace-agent/package.json b/apps/workspace-agent/package.json index 1140fa022c..0f33d0aa0a 100644 --- a/apps/workspace-agent/package.json +++ b/apps/workspace-agent/package.json @@ -13,7 +13,7 @@ "test": "bunx vitest run --passWithNoTests src" }, "dependencies": { - "@hono/node-server": "1.19.14", + "@hono/node-server": "2.0.6", "hono": "4.12.27" }, "devDependencies": { diff --git a/bun.lock b/bun.lock index 45927c721f..4d3e60db79 100644 --- a/bun.lock +++ b/bun.lock @@ -53,7 +53,7 @@ "name": "@fro-bot/workspace-agent", "version": "0.0.0-development", "dependencies": { - "@hono/node-server": "1.19.14", + "@hono/node-server": "2.0.6", "hono": "4.12.27", }, "devDependencies": { @@ -65,7 +65,7 @@ "version": "0.0.0-development", "dependencies": { "@fro-bot/runtime": "workspace:*", - "@hono/node-server": "1.19.14", + "@hono/node-server": "2.0.6", "@octokit/core": "7.0.6", "discord.js": "14.26.4", "effect": "3.21.4", @@ -286,7 +286,7 @@ "@fro.bot/harness": ["@fro.bot/harness@workspace:packages/harness"], - "@hono/node-server": ["@hono/node-server@1.19.14", "", { "peerDependencies": { "hono": "^4" } }, "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw=="], + "@hono/node-server": ["@hono/node-server@2.0.6", "", { "peerDependencies": { "hono": "^4" } }, "sha512-7DeRlKG57JDBNZ5Qj2jwVdgwQy4b0tLubRLl3zCf91/rCf9i7p1V5FtW/yWibm1uUHE493ts9ZXH/7g/LQWl+g=="], "@humanfs/core": ["@humanfs/core@0.19.2", "", { "dependencies": { "@humanfs/types": "^0.15.0" } }, "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA=="], diff --git a/dist/THIRD_PARTY_NOTICES.txt b/dist/THIRD_PARTY_NOTICES.txt index 4575bd71fa..5a5b7eea97 100644 --- a/dist/THIRD_PARTY_NOTICES.txt +++ b/dist/THIRD_PARTY_NOTICES.txt @@ -6522,7 +6522,7 @@ Apache-2.0 limitations under the License. -@hono/node-server@1.19.14 +@hono/node-server@2.0.6 MIT MIT License diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 76e00ed802..7ac08d02f5 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@fro-bot/runtime": "workspace:*", - "@hono/node-server": "1.19.14", + "@hono/node-server": "2.0.6", "@octokit/core": "7.0.6", "discord.js": "14.26.4", "effect": "3.21.4",