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",