diff --git a/bun.lock b/bun.lock index e4fb5a74..00f7db34 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.2", "@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.2", "", { "peerDependencies": { "hono": "^4" } }, "sha512-tXlTi1h/4V7sDe7i97IVP+9re9ZU7wXZZggnR5ucCRclf1+AX6YhGStrR5w8bLj+3Mlyl0pKfBh9gqTqqnGKfQ=="], "@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 cf6de6b7..51255e8f 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.2" }, "devDependencies": { "@cloudflare/workers-types": "4.20260417.1",