Upgrade mysql package to mysql2 to support new auth methods

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
Michael Irwin
2022-11-22 23:12:30 -05:00
parent 1d79efa7fa
commit 726bfd126b
3 changed files with 73 additions and 62 deletions

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"express": "^4.18.2",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"sqlite3": "^5.1.2",
"uuid": "^9.0.0",
"wait-port": "^1.0.4"