diff --git a/examples/auth/hono/package-lock.json b/examples/auth/hono/package-lock.json index faba41b7e305d..6c26166e892cc 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.7" }, "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.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", + "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/auth/hono/package.json b/examples/auth/hono/package.json index a4673fa7470c5..85d98ca297e21 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.7" }, "devDependencies": { "@hono/vite-build": "^1.1.0",