Upgrade all ORM/database related packages

This patch provides some major upgrades to all database backend library.
It also fixes an issues that appears since the change from sequelize v3
to v5 where mariadb was originally handled by mysql2 and is now handled
by an own mariadb library.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2019-10-28 01:41:43 +01:00
parent d19c8102a3
commit 402dc7095e
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18
2 changed files with 398 additions and 172 deletions

View file

@ -65,6 +65,7 @@
"lodash": "^4.17.11", "lodash": "^4.17.11",
"lutim": "^1.0.2", "lutim": "^1.0.2",
"lz-string": "git+https://github.com/hackmdio/lz-string.git", "lz-string": "git+https://github.com/hackmdio/lz-string.git",
"mariadb": "^2.1.2",
"markdown-it": "^10.0.0", "markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4", "markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^2.0.0", "markdown-it-container": "^2.0.0",
@ -88,7 +89,7 @@
"minio": "^6.0.0", "minio": "^6.0.0",
"moment": "^2.17.1", "moment": "^2.17.1",
"morgan": "^1.7.0", "morgan": "^1.7.0",
"mysql2": "^1.6.5", "mysql2": "^2.0.0",
"passport": "^0.4.0", "passport": "^0.4.0",
"passport-dropbox-oauth2": "^1.1.0", "passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1", "passport-facebook": "^2.1.1",
@ -102,8 +103,8 @@
"passport-twitter": "^1.0.4", "passport-twitter": "^1.0.4",
"passport.socketio": "^3.7.0", "passport.socketio": "^3.7.0",
"pdfobject": "^2.0.201604172", "pdfobject": "^2.0.201604172",
"pg": "^6.1.2", "pg": "^7.12.1",
"pg-hstore": "^2.3.2", "pg-hstore": "^2.3.3",
"prismjs": "^1.6.0", "prismjs": "^1.6.0",
"randomcolor": "^0.5.3", "randomcolor": "^0.5.3",
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael", "raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
@ -113,16 +114,16 @@
"scrypt-async": "^2.0.1", "scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1", "scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify", "select2": "^3.5.2-browserify",
"sequelize": "^5.15.1", "sequelize": "^5.21.1",
"sequelize-cli": "^5.5.1", "sequelize-cli": "^5.5.1",
"shortid": "2.2.8", "shortid": "2.2.8",
"socket.io": "~2.1.1", "socket.io": "~2.1.1",
"socket.io-client": "~2.1.1", "socket.io-client": "~2.1.1",
"spin.js": "^2.3.2", "spin.js": "^2.3.2",
"sqlite3": "^4.0.7", "sqlite3": "^4.1.0",
"store": "^2.0.12", "store": "^2.0.12",
"string": "^3.3.3", "string": "^3.3.3",
"tedious": "^1.14.0", "tedious": "^6.6.0",
"toobusy-js": "^0.5.1", "toobusy-js": "^0.5.1",
"turndown": "^5.0.1", "turndown": "^5.0.1",
"uuid": "^3.1.0", "uuid": "^3.1.0",

557
yarn.lock

File diff suppressed because it is too large Load diff