diff --git a/package-lock.json b/package-lock.json index fb4e3ba..e33e72c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.2.0", - "hono": "^4.5.7", + "hono": "^4.5.8", "i18next": "^23.14.0", "i18next-icu": "^2.3.0" }, @@ -5414,9 +5414,9 @@ } }, "node_modules/hono": { - "version": "4.5.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.7.tgz", - "integrity": "sha512-7GeBa+zuZ6rXQEcsYvoAafLNgDr3IMxoMlU1JUc23Buy99FaUpjB0viKIFOsfnzMdEp7RhPL6uLYsVuddjdMvw==", + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", + "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index a2cbf61..5d29220 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@hono/sentry": "^1.2.0", "i18next": "^23.14.0", "i18next-icu": "^2.3.0", - "hono": "^4.5.7" + "hono": "^4.5.8" } }