From b7fe4322a90160ff27591b65537cc133f63bd62a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 22:49:26 +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 f42c0b3..35093ee 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/node": "^12.20.25", "debug": "^4.3.2", "dotenv": "^8.6.0", - "mysql2": "^2.2.5", + "mysql2": "^3.9.4", "pg": "^8.5.1", "reflect-metadata": "^0.1.10", "telegraf": "^4.4.2",