diff options
author | Sheogorath | 2019-08-15 09:42:30 +0200 |
---|---|---|
committer | Sheogorath | 2019-08-15 23:14:53 +0200 |
commit | e574ae7588ef2981799ddefe3684809e27411204 (patch) | |
tree | f502b5f9dca13d8abce68d597fc91f64dd27043a /package.json | |
parent | c07ae7eda1b02203fc48783256b2b1881a587cb4 (diff) |
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 <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |