fix(deps): update dependency hono to ^4.5.10

This commit is contained in:
renovate[bot] 2024-08-31 03:59:27 +00:00
parent 6911e56574
commit 0b8ddee8f8
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.9", "hono": "^4.5.10",
"i18next": "^23.14.0", "i18next": "^23.14.0",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5380,9 +5380,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.5.9", "version": "4.5.10",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.9.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.10.tgz",
"integrity": "sha512-zz8ktqMDRrZETjxBrv8C5PQRFbrTRCLNVAjD1SNQyOzv4VjmX68Uxw83xQ6oxdAB60HiWnGEatiKA8V3SZLDkQ==", "integrity": "sha512-az6tdU1U8o/l0v8O37FIQuc+ER/TeD9vHt/qs8JnBDgMxw6Zu5L2AixUyHeXZNcu87r7iYo8Ey85R7IogOINKA==",
"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.9" "hono": "^4.5.10"
} }
} }