diff --git a/examples/todo-app/package-lock.json b/examples/todo-app/package-lock.json index 4019872..7309ef9 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.12", "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.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/examples/todo-app/package.json b/examples/todo-app/package.json index b8ca03a..9a81afb 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.12", "@hono/node-server": "^1.13.0", "better-sqlite3": "^11.7.0", "zod": "^3.24.0"