From 6ae6360203336f463e9c9635fdb8c34e9261db3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:01:32 +0000 Subject: [PATCH] Bump @hono/node-server from 1.19.11 to 2.0.2 Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.11 to 2.0.2. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.11...v2.0.2) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- packages/backend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",