Update dependency hono to ^3.11.0

This commit is contained in:
renovate[bot] 2023-12-04 10:10:45 +00:00
parent 8fb711d9d3
commit 50c759de41
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.10.5" "hono": "^3.11.0"
}, },
"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.10.5", "version": "3.11.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.10.5.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.0.tgz",
"integrity": "sha512-qNKibuEs+xzFVcKD9HHzAs2nUXQniQgXU6q9FRIwd7TFpkI9dGtkSHddWxdNoxX/7MGd7unaIisVOGMqiER4pw==", "integrity": "sha512-B9E29kt1Zw1m6uA9oGjK8T0NPVBsqG+rKZakb+LwnUvVD0EfHW6UimenSGDh85RlgVk23GDMhikMc9c9pD8HDA==",
"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.10.5" "hono": "^3.11.0"
} }
} }