From 9f331cf77b703087ef96fc0ae3e9cbe751c3c5fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 15:41:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6591085 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd3ca41..cb17fd5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "express": "^4.13.3", "jsonwebtoken": "^7.4.1", "mysql": "^2.9.0", - "mysql2": "^1.3.6", + "mysql2": "^3.9.4", "sequelize": "^4.3.2", "socket.io": "^1.5.1" },