Update dependency hono to ^3.12.8

This commit is contained in:
renovate[bot] 2024-01-27 17:38:16 +00:00
parent 77af3756d8
commit 3e5b5f6e08
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.7"
"hono": "^3.12.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240117.0",
@ -4491,9 +4491,9 @@
}
},
"node_modules/hono": {
"version": "3.12.7",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.7.tgz",
"integrity": "sha512-jfyIoE8D5I1PGj0tXAGqpQ2miAWBBuHFjJsWjh0hbBVludQ8QO4lF6KTbPvjMi4venp8Q6DyMoJ51CwP6L5LNA==",
"version": "3.12.8",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.8.tgz",
"integrity": "sha512-vnOEIRdqsp4uHE/dkOBr9EYmTsR86sD/FyG2xhfAQzR9udDRglN1nuO7SGc/7U3HfSorc6PSCNGN6upnVtCmfg==",
"engines": {
"node": ">=16.0.0"
}

View file

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