From a90fc1497fcc8801cf45e65c06e9ec49684caf8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 20:55:39 +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 1e3fc19a..26e114ce 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "markdown-it": "^8.0.1", "moment": "^2.14.1", "morgan": "^1.7.0", - "mysql2": "^1.3.5", + "mysql2": "^3.9.4", "nodemailer": "^4.0.1", "pug": "^2.0.1", "qiniu": "^7.1.3",