Update dependency hono to ^3.12.7

This commit is contained in:
renovate[bot] 2024-01-25 03:55:17 +00:00
parent d64ac93ed3
commit 651e29572e
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.6"
"hono": "^3.12.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240117.0",
@ -4491,9 +4491,9 @@
}
},
"node_modules/hono": {
"version": "3.12.6",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.6.tgz",
"integrity": "sha512-nnLMJbBA8k+tW8XD1Xt0BfNmJswppYF2pSOVo5U3DdU72SPYUjFkPg7/Q9KfkNcsrXzxFdJQ00JYjPGancmOOA==",
"version": "3.12.7",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.7.tgz",
"integrity": "sha512-jfyIoE8D5I1PGj0tXAGqpQ2miAWBBuHFjJsWjh0hbBVludQ8QO4lF6KTbPvjMi4venp8Q6DyMoJ51CwP6L5LNA==",
"engines": {
"node": ">=16.0.0"
}

View file

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