From 85f314c9ad72b53fb9848f64c1345190109835fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Apr 2024 01:46:45 +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 0e00843..6c7e453 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cors": "^2.8.5", "express": "^4.18.2", "jest": "^29.7.0", - "mysql2": "^3.6.1", + "mysql2": "^3.9.4", "nodemon": "^3.0.1", "sequelize": "^6.33.0", "supertest": "^6.3.3"