build(deps): bump hono from 4.12.12 to 4.12.14

Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.14.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.14)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-16 02:20:25 +00:00
committed by GitHub
parent 3bfae8f182
commit 01c356a669
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"grammy": "^1.42.0",
"hono": "^4.12.12"
"hono": "^4.12.14"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.14.2",
@@ -1901,9 +1901,9 @@
}
},
"node_modules/hono": {
"version": "4.12.12",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz",
"integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==",
"version": "4.12.14",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz",
"integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==",
"license": "MIT",
"engines": {
"node": ">=16.9.0"

View File

@@ -23,7 +23,7 @@
"homepage": "https://github.com/tiennm99/claude-status-webhook#readme",
"dependencies": {
"grammy": "^1.42.0",
"hono": "^4.12.12"
"hono": "^4.12.14"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.14.2",