aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKana <[email protected]>2019-02-20 23:55:42 +0900
committerGitHub <[email protected]>2019-02-20 23:55:42 +0900
commit3fe0b274b7838607cbcce9dd90414e2694230637 (patch)
tree840391612967cd31533e331d104806b65cd5580c
parentMerge pull request #182 from hyperdefined/master (diff)
parentupdated deps to make it work with node 10.x (diff)
downloadhost.fuwn.me-3fe0b274b7838607cbcce9dd90414e2694230637.tar.xz
host.fuwn.me-3fe0b274b7838607cbcce9dd90414e2694230637.zip
Merge pull request #184 from natnat-mc/up-to-date
updated deps to make it work with node 10.x
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3e1dde6..a64cb30 100644
--- a/package.json
+++ b/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",