From: Luigi Pinca Date: Sat, 6 Dec 2014 10:50:19 +0000 (+0100) Subject: bumped body-parser to version 1.10.x and jade to version 1.8.x X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=575b72bf8cda384280cefe9d143454512795f233;p=binbsis50.git bumped body-parser to version 1.10.x and jade to version 1.8.x --- diff --git a/package.json b/package.json index 7c1f7cb..b475aa8 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,14 @@ "analyze": false, "dependencies": { "async": "0.9.x", - "body-parser": "1.9.x", + "body-parser": "1.10.x", "canvas": "1.1.x", "connect-redis": "2.1.x", "cookie-parser": "1.3.x", "express": "4.10.x", "express-session": "1.9.x", "forwarded-for": "0.1.x", - "jade": "1.7.x", + "jade": "1.8.x", "nodemailer": "1.3.x", "primus": "2.4.x", "primus-emitter": "3.0.x",