diff --git a/apps/remix/package.json b/apps/remix/package.json index c6b77bc6c9..68fc210201 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -45,7 +45,7 @@ "colord": "^2.9.3", "content-disposition": "^1.0.1", "framer-motion": "^12.23.24", - "hono": "^4.12.18", + "hono": "^4.12.25", "hono-react-router-adapter": "^0.6.5", "input-otp": "^1.4.2", "isbot": "^5.1.32", diff --git a/package-lock.json b/package-lock.json index 19be299052..1c0017b2ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -440,7 +440,7 @@ "colord": "^2.9.3", "content-disposition": "^1.0.1", "framer-motion": "^12.23.24", - "hono": "^4.12.18", + "hono": "^4.12.25", "hono-react-router-adapter": "^0.6.5", "input-otp": "^1.4.2", "isbot": "^5.1.32", @@ -22317,9 +22317,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.12.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", - "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -33600,7 +33600,7 @@ "@oslojs/encoding": "^1.1.0", "@simplewebauthn/server": "^13.2.2", "arctic": "^3.7.0", - "hono": "^4.12.18", + "hono": "^4.12.25", "luxon": "^3.7.2", "nanoid": "^5.1.6", "ts-pattern": "^5.9.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index 6134827838..3fca3a8ffd 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -17,7 +17,7 @@ "@oslojs/encoding": "^1.1.0", "@simplewebauthn/server": "^13.2.2", "arctic": "^3.7.0", - "hono": "^4.12.18", + "hono": "^4.12.25", "luxon": "^3.7.2", "nanoid": "^5.1.6", "ts-pattern": "^5.9.0",