From 75bf5ecc90720ca2db6af10a4ccb804c72e0843c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 17:09:00 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c415d4..f1eea50 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsonwebtoken": "^9.0.2", "mailgun.js": "^10.2.1", "microsoft-cognitiveservices-speech-sdk": "1.36.0", - "mysql2": "^3.9.3", + "mysql2": "^3.9.4", "nocache": "4.0.0", "passport": "^0.7.0", "passport-http-bearer": "^1.0.1",