Update dependency hono to ^3.11.1

This commit is contained in:
renovate[bot] 2023-12-04 13:45:27 +00:00
parent 50c759de41
commit 493ebd4006
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.0"
"hono": "^3.11.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
@ -4356,9 +4356,9 @@
}
},
"node_modules/hono": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.0.tgz",
"integrity": "sha512-B9E29kt1Zw1m6uA9oGjK8T0NPVBsqG+rKZakb+LwnUvVD0EfHW6UimenSGDh85RlgVk23GDMhikMc9c9pD8HDA==",
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.1.tgz",
"integrity": "sha512-8FNUh8p/dkw8qYFxy8IJA500iW9NSeuvuwRfLw0FGkE/blCxtqWqxWTB+NaLSK3qGpaudzKur6s40Q0kpO0E+w==",
"engines": {
"node": ">=16.0.0"
}

View file

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