From 052638a09033f28bf8edef294acfa5a5d9b3e632 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 09:02:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HONO-12668833 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34b1271..e719953 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dirname-filename-esm": "^1.1.1", "dotenv": "^16.3.1", "drizzle-orm": "^0.27.2", - "hono": "^3.3.0", + "hono": "^4.9.7", "mysql2": "^3.5.2", "pg": "^8.11.1", "postgres": "^3.3.5",