From 54fecf4c2a21551a2fc9755c472ea96762ff806d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:28:59 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.16 to 4.10.2 in /examples/auth/hono Bumps [hono](https://github.com/honojs/hono) from 4.6.16 to 4.10.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.16...v4.10.2) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.2 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..cadffb44bb43b 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.2" }, "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.2", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.2.tgz", + "integrity": "sha512-p6fyzl+mQo6uhESLxbF5WlBOAJMDh36PljwlKtP5V1v09NxlqGru3ShK+4wKhSuhuYf8qxMmrivHOa/M7q0sMg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/auth/hono/package.json b/examples/auth/hono/package.json index a4673fa7470c5..f3df819111b3f 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.2" }, "devDependencies": { "@hono/vite-build": "^1.1.0",