Update dependency hono to ^3.10.5

This commit is contained in:
renovate[bot] 2023-12-03 20:27:54 +00:00
parent 1bd803a837
commit fd610d9757
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.4"
"hono": "^3.10.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
@ -4390,9 +4390,9 @@
}
},
"node_modules/hono": {
"version": "3.10.4",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.10.4.tgz",
"integrity": "sha512-2LJd+a3qyvSuyFlyJSRN1CeH5wg6/Rjua/5L5gdT1W+4U7EUZtnHph74klbyysGg69sfZNXsIrR7PJWSjf2Vww==",
"version": "3.10.5",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.10.5.tgz",
"integrity": "sha512-qNKibuEs+xzFVcKD9HHzAs2nUXQniQgXU6q9FRIwd7TFpkI9dGtkSHddWxdNoxX/7MGd7unaIisVOGMqiER4pw==",
"engines": {
"node": ">=16.0.0"
}

View file

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