summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-11 01:20:07 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-11 01:20:07 +0100
commit7b6a999eb2ae4ade37acd045cf8f806b4021d4c1 (patch)
treeb3e07bd29476658d18e5e2d976fa116147517da2 /package.json
parent0120735ce102421a2d5178e4293f244c9225c114 (diff)
fix mongo version
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8bbda50..d3ab72d 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,7 @@
"knex": "^0.8.6",
"knox": "^0.9.2",
"lodash": "^3.10.1",
+ "mongodb": "^2.2.33",
"multer": "^1.0.3",
"multiparty": "^4.1.2",
"mysql2": "^0.15.8",
@@ -33,7 +34,7 @@
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
- "sessionstore": "^1.2.5",
+ "sessionstore": "^1.2.18",
"skipper": "^0.5.5"
}
}