From 078b5d9d29c44328d78529e2d0e6a6acce4ba72b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 01:15:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HONO-14927373 - https://snyk.io/vuln/SNYK-JS-HONO-14927374 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb8018318..6ef1444b1 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "fastify": "^4.26.2", "file-loader": "^6.2.0", "finalhandler": "^1.2.0", - "hono": "^4.10.2", + "hono": "^4.11.4", "husky": "^9.0.10", "jest": "^29.3.1", "joi": "^17.12.2",