fix(deps): update dependency hono to ^4.4.9

This commit is contained in:
renovate[bot] 2024-06-27 10:17:41 +00:00
parent b788c526bf
commit e29db0c577
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.1.0", "@hono/sentry": "^1.1.0",
"hono": "^4.4.8", "hono": "^4.4.9",
"i18next": "^23.11.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5361,9 +5361,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.4.8", "version": "4.4.9",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.8.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.4.9.tgz",
"integrity": "sha512-eewnSgTzdWgFVn97kPV24h+9UVNUQ+9mj6IRxr7dBseTaTBSHtFo/T/vRNcqJkQFysVoXyecflr3Xe/fdvzEpQ==", "integrity": "sha512-VW1hnYipHL/XsnSYiCTLJ+Z7iisZYWwSOiKXm9RBV2NKPxNqjfaHqeMFiDl11fK893ofmErvRpX20+FTNjZIjA==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"

View file

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