From 14d2eb9e48d1771db829b34b653216501e386ed8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 09:34:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6670046 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc9f07d..fa1fca6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "express": "~4.16.1", "http-errors": "~1.6.3", "morgan": "~1.9.1", - "mysql2": "^2.1.0", + "mysql2": "^3.9.7", "sequelize": "^5.21.3", "sequelize-cli": "^5.5.1" }