mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 15:21:33 +00:00
updated deps to make it work with node 10.x
This commit is contained in:
parent
c9fd7acf39
commit
69e3c6e5f5
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^1.0.3",
|
"bcrypt": "^3.0.4",
|
||||||
"body-parser": "^1.18.2",
|
"body-parser": "^1.18.2",
|
||||||
"express": "^4.16.1",
|
"express": "^4.16.1",
|
||||||
"express-handlebars": "^3.0.0",
|
"express-handlebars": "^3.0.0",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"multer": "^1.3.0",
|
"multer": "^1.3.0",
|
||||||
"randomstring": "^1.1.5",
|
"randomstring": "^1.1.5",
|
||||||
"sharp": "^0.21.0",
|
"sharp": "^0.21.0",
|
||||||
"sqlite3": "^3.1.13"
|
"sqlite3": "^4.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^4.18.1",
|
"eslint": "^4.18.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user