This commit is contained in:
dependabot[bot] 2026-04-13 23:51:30 +00:00 • committed by GitHub
commit d2b7d4b011
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@hono/node-server": "1.19.6",
"@hono/node-server": "1.19.10",
"hono": "4.12.7"
},
"devDependencies": {
@ -456,9 +456,9 @@
}
},
"node_modules/@hono/node-server": {
"version": "1.19.6",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.6.tgz",
"integrity": "sha512-Shz/KjlIeAhfiuE93NDKVdZ7HdBVLQAfdbaXEaoAVO3ic9ibRSLGIQGkcBbFyuLr+7/1D5ZCINM8B+6IvXeMtw==",
"version": "1.19.10",
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.10.tgz",
"integrity": "sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==",
"license": "MIT",
"engines": {
"node": ">=18.14.1"

View file

@ -3,7 +3,7 @@
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@hono/node-server": "1.19.6",
"@hono/node-server": "1.19.10",
"hono": "4.12.7"
},
"devDependencies": {