fix(deps): update dependency hono to ^4.5.0

This commit is contained in:
renovate[bot] 2024-07-16 19:21:11 +00:00
parent 6f8aafa278
commit 75f337fe37
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.2.0",
"hono": "^4.4.13",
"hono": "^4.5.0",
"i18next": "^23.12.1",
"i18next-icu": "^2.3.0"
},
@ -5407,9 +5407,9 @@
}
},
"node_modules/hono": {
"version": "4.4.13",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.13.tgz",
"integrity": "sha512-c6qqenclmQ6wpXzqiElMa2jt423PVCmgBreDfC5s2lPPpGk7d0lOymd8QTzFZyYC5mSSs6imiTMPip+gLwuW/g==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.0.tgz",
"integrity": "sha512-ZbezypZfn4odyApjCCv+Fw5OgweBqRLA/EsMyc4FUknFvBJcBIKhHy4sqmD1rWpBc/3wUlaQ6tqOPjk36R1ckg==",
"license": "MIT",
"engines": {
"node": ">=16.0.0"

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.2.0",
"i18next": "^23.12.1",
"i18next-icu": "^2.3.0",
"hono": "^4.4.13"
"hono": "^4.5.0"
}
}