diff --git a/examples/trail/package-lock.json b/examples/trail/package-lock.json index 043e04f..ac3bafd 100644 --- a/examples/trail/package-lock.json +++ b/examples/trail/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@hono/node-server": "^1.13.0", "better-sqlite3": "^11.7.0", - "hono": "^4.6.0", + "hono": "^4.12.26", "zod": "^3.24.0" }, "devDependencies": { @@ -1321,9 +1321,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.12.23", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", - "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", + "version": "4.12.26", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", + "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/trail/package.json b/examples/trail/package.json index 01ae61d..c73436c 100644 --- a/examples/trail/package.json +++ b/examples/trail/package.json @@ -12,7 +12,7 @@ "start": "tsx src/server.ts" }, "dependencies": { - "hono": "^4.6.0", + "hono": "^4.12.26", "@hono/node-server": "^1.13.0", "better-sqlite3": "^11.7.0", "zod": "^3.24.0"