fix(deps): update dependency hono to ^4.5.8

This commit is contained in:
renovate[bot] 2024-08-22 09:27:57 +00:00
parent 3bf1986b52
commit bbe2bc6bfb
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.2.0", "@hono/sentry": "^1.2.0",
"hono": "^4.5.7", "hono": "^4.5.8",
"i18next": "^23.14.0", "i18next": "^23.14.0",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5414,9 +5414,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.5.7", "version": "4.5.8",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.7.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz",
"integrity": "sha512-7GeBa+zuZ6rXQEcsYvoAafLNgDr3IMxoMlU1JUc23Buy99FaUpjB0viKIFOsfnzMdEp7RhPL6uLYsVuddjdMvw==", "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.2.0", "@hono/sentry": "^1.2.0",
"i18next": "^23.14.0", "i18next": "^23.14.0",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.5.7" "hono": "^4.5.8"
} }
} }