Update dependency hono to ^3.10.3

This commit is contained in:
renovate[bot] 2023-11-28 10:32:20 +00:00
parent 824e8f97cc
commit b0f27bc631
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.10.2"
"hono": "^3.10.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
@ -4390,9 +4390,9 @@
}
},
"node_modules/hono": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.10.2.tgz",
"integrity": "sha512-QwJLjWs3e+nZ3b5nQrrdJpYCJqiTK744jeYhX7yhZdxwcQ3KIohBfzI2dA8gSF6HEZkmFUdiKL1BelJ8utIm4w==",
"version": "3.10.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.10.3.tgz",
"integrity": "sha512-44YzAp+rydwGWqW+VRivuOWpGWug8zCSy1Gd6gBLAlclIVlPjZAYXfSNqlhSIvd6ZyseM4aP9SDDNmwXceIy+A==",
"engines": {
"node": ">=16.0.0"
}

View file

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