Browse Source

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

updated deps to make it work with node 10.x
Kana 5 years ago
parent
commit
3fe0b274b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

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