From 723d323b3d2b96581aae5a9949b040fc0fb15a56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 06:43:43 +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 979f883..161b084 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "joi": "^17.6.0", "jsonwebtoken": "^8.5.1", "leo-profanity": "^1.6.1", - "mysql2": "^2.3.3", + "mysql2": "^3.9.7", "nodemailer": "^6.7.8", "sequelize": "^6.21.4", "socket.io": "^4.5.2"