From 522dee6ba224d5d4045dfc95025880aefc720148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:22:20 +0000 Subject: [PATCH] chore(deps): bump hono from 4.6.16 to 4.10.3 in /examples/auth/hono Bumps [hono](https://github.com/honojs/hono) from 4.6.16 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.16...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 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..55c424302f33d 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.10.3" }, "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.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/auth/hono/package.json b/examples/auth/hono/package.json index a4673fa7470c5..b895867dc7173 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.10.3" }, "devDependencies": { "@hono/vite-build": "^1.1.0",