diff --git a/examples/auth/hono-full/package-lock.json b/examples/auth/hono-full/package-lock.json index 0845eac4371b0..2d3c478e5484c 100644 --- a/examples/auth/hono-full/package-lock.json +++ b/examples/auth/hono-full/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "hono-vite-jsx", "dependencies": { - "@hono/node-server": "^1.12.2", + "@hono/node-server": "^1.19.10", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.47.10", "hono": "^4.9.7" @@ -410,9 +410,9 @@ } }, "node_modules/@hono/node-server": { - "version": "1.13.7", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.13.7.tgz", - "integrity": "sha512-kTfUMsoloVKtRA2fLiGSd9qBddmru9KadNyhJCwgKBxTiNkaAJEwkVN9KV/rS4HtmmNRtUh6P+YpmjRMl0d9vQ==", + "version": "1.19.10", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.10.tgz", + "integrity": "sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==", "license": "MIT", "engines": { "node": ">=18.14.1" diff --git a/examples/auth/hono-full/package.json b/examples/auth/hono-full/package.json index 395dcb74dad88..3c92830cabce3 100644 --- a/examples/auth/hono-full/package.json +++ b/examples/auth/hono-full/package.json @@ -6,7 +6,7 @@ "build": "vite build --mode client && vite build" }, "dependencies": { - "@hono/node-server": "^1.12.2", + "@hono/node-server": "^1.19.10", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.47.10", "hono": "^4.9.7"