Update dependency hono to ^3.11.10

This commit is contained in:
renovate[bot] 2023-12-24 09:02:11 +00:00
parent 26dcda4284
commit 3794eaacab
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.11.9"
"hono": "^3.11.10"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
@ -4412,9 +4412,9 @@
}
},
"node_modules/hono": {
"version": "3.11.9",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.9.tgz",
"integrity": "sha512-vjwVHw/y9xXPf7a87XjAPE9d3NFLyDiDBHmTU5SsGiJoe4BSiU/Yiu5UB9orhP+YGkSwD7fzXmuG7lpvKnr15w==",
"version": "3.11.10",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.10.tgz",
"integrity": "sha512-vizPp5PfVq5dwgN+EM+8v7RHlvrrEbnpkHtM2GMsl6KICA/MvWcnEMJ5L8SjYPxueB8VJMwc6nzzgKj5Vovp7g==",
"engines": {
"node": ">=16.0.0"
}

View file

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