diff --git a/package-lock.json b/package-lock.json index 006f42b..cb72358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.2.0", - "hono": "^4.5.4", + "hono": "^4.5.5", "i18next": "^23.12.2", "i18next-icu": "^2.3.0" }, @@ -5359,9 +5359,9 @@ } }, "node_modules/hono": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.4.tgz", - "integrity": "sha512-k2IguJfRgNCpDbAfpxk+o+fZBLFHl4+eIZUpjc1ItZWHeZ37SmT3efA1UpkIaC0hSf1NJg0E79/wWn6g9LQ4Cw==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.5.tgz", + "integrity": "sha512-fXBXHqaVfimWofbelLXci8pZyIwBMkDIwCa4OwZvK+xVbEyYLELVP4DfbGaj1aEM6ZY3hHgs4qLvCO2ChkhgQw==", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index c1fd675..53f4440 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@hono/sentry": "^1.2.0", "i18next": "^23.12.2", "i18next-icu": "^2.3.0", - "hono": "^4.5.4" + "hono": "^4.5.5" } }