fix(deps): update dependency hono to ^4.4.0

This commit is contained in:
renovate[bot] 2024-05-27 11:16:52 +00:00
parent a7ba999e11
commit c43efad043
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.3.11",
"hono": "^4.4.0",
"i18next": "^23.11.5",
"i18next-icu": "^2.3.0"
},
@ -5323,9 +5323,9 @@
}
},
"node_modules/hono": {
"version": "4.3.11",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.11.tgz",
"integrity": "sha512-Hle1uNqJJKkebFkFEEWr3UAElJP922Xy0STfl8c+1PH1q+l6WrmhwAJFS6YH8ZWJY4z46qJtssbyVwwPm3dP5w==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.0.tgz",
"integrity": "sha512-Bb2GHk8jmlLIuxc3U+7UBGOoA5lByJTAFnRdH2N2fqEVy9TEQzJ9saIJUQ/ZqBvEvgEFe7UjPFNSFi8cyeU+3Q==",
"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.3.11"
"hono": "^4.4.0"
}
}