From ee1cbaa7765bdff30b5bf2f7a2ee0c711d2149c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 23:54:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6591084 - https://snyk.io/vuln/SNYK-JS-MYSQL2-6591300 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 979f883..ae242de 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.4", "nodemailer": "^6.7.8", "sequelize": "^6.21.4", "socket.io": "^4.5.2"