Merge pull request #184 from natnat-mc/up-to-date

updated deps to make it work with node 10.x
This commit is contained in:
Kana 2019-02-20 23:55:42 +09:00 committed by GitHub
commit 3fe0b274b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",