From e574ae7588ef2981799ddefe3684809e27411204 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 15 Aug 2019 09:42:30 +0200 Subject: Switch mysql library to mysql2 The recent sequelize upgrade introduced some other dependencies, this is one of them. This patch replaces the old `mysql` library with `mysql2`. Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2649d5af..cf062e54 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "minio": "^6.0.0", "moment": "^2.17.1", "morgan": "^1.7.0", - "mysql": "^2.12.0", + "mysql2": "^1.6.5", "passport": "^0.4.0", "passport-dropbox-oauth2": "^1.1.0", "passport-facebook": "^2.1.1", -- cgit v1.2.3