From be3417846b3e4fabb20ed0e2510f7ccd60410ea2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 07:16:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6670046 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f42c0b3..21c0fcf 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.7", "pg": "^8.5.1", "reflect-metadata": "^0.1.10", "telegraf": "^4.4.2",