]> git.example.dev Git - binbsis50.git/commitdiff
bumped some dependencies
authorLuigi Pinca <luigipinca@gmail.com>
Mon, 12 May 2014 08:40:29 +0000 (10:40 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Mon, 12 May 2014 08:40:29 +0000 (10:40 +0200)
package.json

index 663177711aa894e41411010fb78a7ef43f525304..c0f06b686993d7a1d3953ff4c2a2c4bcf3048d46 100644 (file)
@@ -2,11 +2,11 @@
   "analyze": false,
   "dependencies": {
     "async": "0.8.x",
-    "body-parser": "1.0.x",
+    "body-parser": "1.2.x",
     "canvas": "1.1.x",
     "connect-redis": "2.0.x",
     "cookie-parser": "1.0.x",
-    "express": "4.1.x",
+    "express": "4.2.x",
     "express-session": "1.0.x",
     "jade": "1.3.x",
     "nodemailer": "0.6.x",
@@ -34,5 +34,5 @@
     "start": "node app.js"
   },
   "subdomain": "binb",
-  "version": "0.4.8-1"
+  "version": "0.4.8-2"
 }