Experimental: upgrade to node 6.9.2 (latest LTS release)

This commit is contained in:
Shane Kilkelly 2016-12-21 10:23:42 +00:00
parent bcf9a17fb3
commit 64f69069b2
4 changed files with 2703 additions and 3804 deletions

1
services/web/.nvmrc Normal file
View file

@ -0,0 +1 @@
6.9.2

View file

@ -1,6 +1,6 @@
Settings = require "settings-sharelatex"
mongojs = require "mongojs"
db = mongojs.connect(Settings.mongo.url, ["projects", "users"])
db = mongojs(Settings.mongo.url, ["projects", "users"])
module.exports =
db: db
ObjectId: mongojs.ObjectId

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@
"async": "0.6.2",
"base64-stream": "^0.1.2",
"basic-auth-connect": "^1.0.0",
"bcrypt": "0.8.5",
"bcrypt": "1.0.1",
"body-parser": "^1.13.1",
"bufferedstream": "1.6.0",
"connect-redis": "^3.1.0",
@ -39,7 +39,7 @@
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.6.0",
"mimelib": "0.2.14",
"mocha": "1.17.1",
"mongojs": "0.18.2",
"mongojs": "2.4.0",
"mongoose": "4.1.0",
"multer": "^0.1.8",
"node-uuid": "1.4.1",