summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 8 insertions, 11 deletions
diff --git a/package.json b/package.json
index f6efb1e8..7ff38787 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,7 @@
"lodash": "^4.17.11",
"lutim": "^1.0.2",
"lz-string": "git+https://github.com/hackmdio/lz-string.git",
+ "mariadb": "^2.1.2",
"markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^2.0.0",
@@ -88,7 +89,7 @@
"minio": "^6.0.0",
"moment": "^2.17.1",
"morgan": "^1.7.0",
- "mysql2": "^1.6.5",
+ "mysql2": "^2.0.0",
"passport": "^0.4.0",
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1",
@@ -102,8 +103,8 @@
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.7.0",
"pdfobject": "^2.0.201604172",
- "pg": "^6.1.2",
- "pg-hstore": "^2.3.2",
+ "pg": "^7.12.1",
+ "pg-hstore": "^2.3.3",
"prismjs": "^1.6.0",
"randomcolor": "^0.5.3",
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
@@ -113,16 +114,16 @@
"scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",
- "sequelize": "^5.15.1",
+ "sequelize": "^5.21.1",
"sequelize-cli": "^5.5.1",
"shortid": "2.2.8",
"socket.io": "~2.1.1",
"socket.io-client": "~2.1.1",
"spin.js": "^2.3.2",
- "sqlite3": "^4.0.7",
+ "sqlite3": "^4.1.0",
"store": "^2.0.12",
"string": "^3.3.3",
- "tedious": "^1.14.0",
+ "tedious": "^6.6.0",
"toobusy-js": "^0.5.1",
"turndown": "^5.0.1",
"uuid": "^3.1.0",
@@ -175,14 +176,12 @@
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
- "ejs-loader": "^0.3.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
- "exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"html-webpack-plugin": "4.0.0-beta.2",
@@ -197,12 +196,10 @@
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",
"style-loader": "^0.21.0",
- "uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.1.0",
- "webpack-merge": "^4.1.4",
- "webpack-parallel-uglify-plugin": "^1.1.0"
+ "webpack-merge": "^4.1.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",