From 0a44643e308918484947c1e916e76f1012153fb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 23:08:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6861580 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03e1287..fbccb15 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "method-override": "^3.0.0", "moment": "^2.29.3", "multer": "^1.4.5-lts.1", - "mysql2": "^2.3.3", + "mysql2": "^3.9.8", "node-cron": "^3.0.1", "nodemailer": "^6.7.5", "nodemailer-express-handlebars": "^5.0.0",