updated deps to make it work with node 10.x

This commit is contained in:
Nathan DECHER 2019-02-18 22:46:12 +01:00
parent c9fd7acf39
commit 69e3c6e5f5

View File

@ -15,7 +15,7 @@
},
"license": "MIT",
"dependencies": {
"bcrypt": "^1.0.3",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.2",
"express": "^4.16.1",
"express-handlebars": "^3.0.0",
@ -27,7 +27,7 @@
"multer": "^1.3.0",
"randomstring": "^1.1.5",
"sharp": "^0.21.0",
"sqlite3": "^3.1.13"
"sqlite3": "^4.0.6"
},
"devDependencies": {
"eslint": "^4.18.1",