replace mysql module with mysql2

mysql is deprecated since years now
This commit is contained in:
Girish Ramakrishnan
2025-06-19 12:31:54 +02:00
parent 313c90ff85
commit 1672217dd9
7 changed files with 102 additions and 117 deletions

View File

@@ -43,7 +43,7 @@
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"mysql2": "^3.14.1",
"nodemailer": "^7.0.3",
"oidc-provider": "^9.1.3",
"ovh": "^2.0.3",