diff --git a/bun.lock b/bun.lock index b2434f33..ce5f30e9 100644 --- a/bun.lock +++ b/bun.lock @@ -25,7 +25,7 @@ "packages/backend": { "name": "nordcraft-backend", "dependencies": { - "@hono/node-server": "1.19.11", + "@hono/node-server": "2.0.4", "@nordcraft/core": "workspace:*", "@nordcraft/ssr": "workspace:*", "hono": "4.12.14", @@ -201,7 +201,7 @@ "@happy-dom/global-registrator": ["@happy-dom/global-registrator@20.8.9", "", { "dependencies": { "@types/node": ">=20.0.0", "happy-dom": "^20.8.9" } }, "sha512-DtZeRRHY9A/bisTJziUBBPrdnPui7+R185G/hzi6/Boymhqh7/wi53AY+IvQHS1+7OPaqfO/1XNpngNwthLz+A=="], - "@hono/node-server": ["@hono/node-server@1.19.11", "", { "peerDependencies": { "hono": "^4" } }, "sha512-dr8/3zEaB+p0D2n/IUrlPF1HZm586qgJNXK1a9fhg/PzdtkK7Ksd5l312tJX2yBuALqDYBlG20QEbayqPyxn+g=="], + "@hono/node-server": ["@hono/node-server@2.0.4", "", { "peerDependencies": { "hono": "^4" } }, "sha512-Ut3y0dMMPWy6bZ2kVfx25EOVbZlm15dhF4mOsezMlhpNHy+4MkU1qN9Y6lnruYi4wPmFzimGX2X7LF/FwHli4A=="], "@html-eslint/core": ["@html-eslint/core@0.60.0", "", { "dependencies": { "@html-eslint/types": "^0.60.0", "html-standard": "^0.0.13" } }, "sha512-P2+ymEBt7EZ8sh1xc4XNA1/zSyDhSA1ppWyBBwPvGfY8VnDfmtd5UKr6AD24htABwzNJ6WcBIV3lAx5crtozfg=="], diff --git a/packages/backend/package.json b/packages/backend/package.json index b9e4b8b2..af8cc9b2 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -36,7 +36,7 @@ "@nordcraft/core": "workspace:*", "@nordcraft/ssr": "workspace:*", "hono": "4.12.14", - "@hono/node-server": "1.19.11" + "@hono/node-server": "2.0.4" }, "devDependencies": { "@cloudflare/workers-types": "4.20260519.1",