Update dependency hono to ^3.11.2

This commit is contained in:
renovate[bot] 2023-12-05 11:47:03 +00:00
parent e127af81fd
commit 8888653483
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.1" "hono": "^3.11.2"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0", "@cloudflare/workers-types": "^4.20231121.0",
@ -4390,9 +4390,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.11.1", "version": "3.11.2",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.1.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.2.tgz",
"integrity": "sha512-8FNUh8p/dkw8qYFxy8IJA500iW9NSeuvuwRfLw0FGkE/blCxtqWqxWTB+NaLSK3qGpaudzKur6s40Q0kpO0E+w==", "integrity": "sha512-UysqMvSVFBPoUvN8veT7w+lgVjbRYafZNsVQqrs1Ssrx8oByPBq9jwWaCLnjkGbfTydfDxILnPEf5/kbu8Wl/A==",
"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.1" "hono": "^3.11.2"
} }
} }