From b4d04cc0569642c051af4cb7cb7a563b3ffdedd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 04:16:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HONO-6672874 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34b1271..5fff9a9 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.2.7", "mysql2": "^3.5.2", "pg": "^8.11.1", "postgres": "^3.3.5",