diff options
author | Houssam Haidar <houssam@sdelements.com> | 2016-04-03 19:22:06 -0500 |
---|---|---|
committer | Houssam Haidar <houssam@sdelements.com> | 2016-04-03 19:22:06 -0500 |
commit | 9dcc1dfb51dc71efcf1389b0cf185d109453fa5b (patch) | |
tree | f0321758a61996b04e995878fbd4250e8e12397f | |
parent | 8101501af4d62166b3c7d76abc6202196cd4ddb2 (diff) | |
download | lets-chat-9dcc1dfb51dc71efcf1389b0cf185d109453fa5b.zip lets-chat-9dcc1dfb51dc71efcf1389b0cf185d109453fa5b.tar.gz lets-chat-9dcc1dfb51dc71efcf1389b0cf185d109453fa5b.tar.bz2 |
Update packages
-rw-r--r-- | package.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/package.json b/package.json index 21374aa..ad717b1 100644 --- a/package.json +++ b/package.json @@ -62,45 +62,45 @@ }, "homepage": "https://github.com/sdelements/lets-chat", "dependencies": { - "async": "^1.4.2", - "bcryptjs": "~2.2.2", + "async": "^2.0.0-rc.2", + "bcryptjs": "^2.3.0", "body-parser": "^1.14.0", "colors": "~1.1.2", "compression": "^1.5.2", "connect-assets": "^5.0.1", - "connect-mongo": "^0.8.2", + "connect-mongo": "^1.1.0", "cookie-parser": "^1.4.0", - "express.oi": "^0.0.19", - "helmet": "^0.11.0", - "i18n": "^0.5.0", + "express.oi": "0.0.20", + "helmet": "^1.3.0", + "i18n": "^0.8.1", "js-yaml": "^3.4.2", "less": "^2.5.1", - "lodash": "^3.10.1", + "lodash": "^4.7.0", "md5": "^2.0.0", "migroose": "^0.5.0", "migroose-cli": "^0.1.0", - "moment": "^2.10.6", - "mongoose": "~4.1.8", - "mongoose-unique-validator": "~0.4.1", + "moment": "^2.12.0", + "mongoose": "^4.4.11", + "mongoose-unique-validator": "^1.0.2", "mongoose-validate": "0.0.5", - "multer": "^0.1.8", + "multer": "^1.1.0", "node-uuid": "^1.4.3", - "node-xmpp-server": "2.1.0", + "node-xmpp-server": "^2.1.2", "node_hash": "^0.2.0", - "nunjucks": "^1.3.4", + "nunjucks": "^2.4.1", "on-finished": "^2.3.0", - "passport": "0.2.2", - "passport-http": "0.2.2", + "passport": "^0.3.2", + "passport-http": "0.3.0", "passport-http-bearer": "1.0.1", "passport-local": "1.0.0", - "passport.socketio": "3.5.1", + "passport.socketio": "3.6.1", "require-directory": "~2.1.1", "require-tree": "^1.1.1" }, "devDependencies": { + "eslint": "^2.6.0", "grunt": "~0.4.5", - "grunt-bower": "~0.20.0", - "grunt-bower-task": "~0.4.0", - "eslint": "^1.5.0" + "grunt-bower": "^0.21.0", + "grunt-bower-task": "~0.4.0" } } |