From 93d26f7489a1a8122aac588912fe20de38fe0b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:57:57 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.16 to 4.11.4 in /examples/auth/hono Bumps [hono](https://github.com/honojs/hono) from 4.6.16 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.16...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/auth/hono/package-lock.json | 8 ++++---- examples/auth/hono/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/auth/hono/package-lock.json b/examples/auth/hono/package-lock.json index faba41b7e305d..905879831b757 100644 --- a/examples/auth/hono/package-lock.json +++ b/examples/auth/hono/package-lock.json @@ -9,7 +9,7 @@ "@hono/node-server": "^1.12.2", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.47.10", - "hono": "^4.5.10" + "hono": "^4.11.4" }, "devDependencies": { "@hono/vite-build": "^1.1.0", @@ -935,9 +935,9 @@ } }, "node_modules/hono": { - "version": "4.6.16", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.16.tgz", - "integrity": "sha512-iE6xOPwDYlfnZFwk6BfIMMIH4WZm3pPhz6rc1uJM/OPew0pjG5K6p8WTLaMBY1/szF/T0TaEjprMpwn16BA0NQ==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/auth/hono/package.json b/examples/auth/hono/package.json index a4673fa7470c5..473a0ca64c8bf 100644 --- a/examples/auth/hono/package.json +++ b/examples/auth/hono/package.json @@ -9,7 +9,7 @@ "@hono/node-server": "^1.12.2", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.47.10", - "hono": "^4.5.10" + "hono": "^4.11.4" }, "devDependencies": { "@hono/vite-build": "^1.1.0",