diff --git a/examples/todo-app/package-lock.json b/examples/todo-app/package-lock.json index 4019872..d973225 100644 --- a/examples/todo-app/package-lock.json +++ b/examples/todo-app/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.23", "zod": "^3.24.0" }, "devDependencies": { @@ -1295,9 +1295,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index b8ca03a..2de1f3d 100644 --- a/examples/todo-app/package.json +++ b/examples/todo-app/package.json @@ -12,7 +12,7 @@ "start": "tsx src/server.ts" }, "dependencies": { - "hono": "^4.6.0", + "hono": "^4.12.23", "@hono/node-server": "^1.13.0", "better-sqlite3": "^11.7.0", "zod": "^3.24.0"