Update dependency hono to ^3.11.5

This commit is contained in:
renovate[bot] 2023-12-13 00:42:13 +00:00
parent a74dca656e
commit 01dbcab239
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hono/sentry": "^1.0.0", "@hono/sentry": "^1.0.0",
"hono": "^3.11.4" "hono": "^3.11.5"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0", "@cloudflare/workers-types": "^4.20231121.0",
@ -4356,9 +4356,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.11.4", "version": "3.11.5",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.4.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.5.tgz",
"integrity": "sha512-lU8Et1Nkpa4RqgBvjGUGyu8/2QNdAOR9EqFzNCoP7wM+xtcq2v/DHi9CMJ/ixVxRU9Q2uAh0G3xIKTVYzzC4dg==", "integrity": "sha512-6PBpy83kxi41ByBBSOrJ57XUWIFF2NHmQFdKMjm+y+lkERMhPqSEQMBRYIrJb7y1me2Ou10luE5cbS8OmygLQA==",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"
} }

View file

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