Update dependency hono to ^3.12.10

This commit is contained in:
renovate[bot] 2024-02-02 13:38:35 +00:00
parent edadb5549f
commit 41e2fd30e3
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@hono/sentry": "^1.0.0",
"hono": "^3.12.9"
"hono": "^3.12.10"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
@ -4547,9 +4547,9 @@
}
},
"node_modules/hono": {
"version": "3.12.9",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.9.tgz",
"integrity": "sha512-JhurtI3+VspowZoP3dv6BylhUPIpTWNRlBsVfb5UbI/tmMGqd6RpeexGO7RjnrSG9Vqwb1ydKp7HHTTcYJU5Zw==",
"version": "3.12.10",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.10.tgz",
"integrity": "sha512-cPfwx4Khp+sUUjwH770UHVXmKN5CsCj/G15oUXZIpKMO2EdyTovSef9ptXSlvR6hz0yZSWorypIfwO6n2K0gFQ==",
"engines": {
"node": ">=16.0.0"
}

View file

@ -39,6 +39,6 @@
},
"dependencies": {
"@hono/sentry": "^1.0.0",
"hono": "^3.12.9"
"hono": "^3.12.10"
}
}