fix(deps): update dependency hono to ^4.4.4

This commit is contained in:
renovate[bot] 2024-06-06 15:23:48 +00:00
parent df0831e9df
commit e6a6122d2b
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.1.0",
"hono": "^4.4.3",
"hono": "^4.4.4",
"i18next": "^23.11.5",
"i18next-icu": "^2.3.0"
},
@ -5323,9 +5323,9 @@
}
},
"node_modules/hono": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.3.tgz",
"integrity": "sha512-G7rTruKzrHXPz1KB4B50deKydPA9+aeei+WC1hikP0abN9N+a6yORuweageaqWocYfYNkpoqA5ezGV2mzQasvw==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.4.tgz",
"integrity": "sha512-zO5+4K8yf1iuKhBZhwmpZ/0LzPMr8Zt1RugEGM1xvOqgh9DyLb7tslOtoBks4bmm5bIcLtzLCXUpYpXOkwpABA==",
"license": "MIT",
"engines": {
"node": ">=16.0.0"

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.1.0",
"i18next": "^23.11.5",
"i18next-icu": "^2.3.0",
"hono": "^4.4.3"
"hono": "^4.4.4"
}
}