From a9559adf65eebf0da93388618d127aabd1511873 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 00:12:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HONO-8220272 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34b1271..83489ce 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.6.5", "mysql2": "^3.5.2", "pg": "^8.11.1", "postgres": "^3.3.5",