diff --git a/package-lock.json b/package-lock.json index f3dc25a..fd3b0ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/sentry": "^1.2.0", - "hono": "^4.5.5", + "hono": "^4.5.6", "i18next": "^23.13.0", "i18next-icu": "^2.3.0" }, @@ -5363,9 +5363,9 @@ } }, "node_modules/hono": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.5.tgz", - "integrity": "sha512-fXBXHqaVfimWofbelLXci8pZyIwBMkDIwCa4OwZvK+xVbEyYLELVP4DfbGaj1aEM6ZY3hHgs4qLvCO2ChkhgQw==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.6.tgz", + "integrity": "sha512-9SuUC/zLQv8YAcnIxJko0KCeLI0Q6menPsDWuJ9jaH+r8ZkVXeLqeLs1QJXCPKKbURAWj9x0SJBSFh803EnAUw==", "license": "MIT", "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index 2b6b212..33fe07d 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@hono/sentry": "^1.2.0", "i18next": "^23.13.0", "i18next-icu": "^2.3.0", - "hono": "^4.5.5" + "hono": "^4.5.6" } }