From: Luigi Pinca Date: Thu, 16 Oct 2014 19:14:20 +0000 (+0200) Subject: bumped body-parser to version 1.9.x X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=72b4d7b3f9c62cfc3850a79e2bd6d52ae1c92751;p=binbsis50.git bumped body-parser to version 1.9.x --- diff --git a/package.json b/package.json index 99d88bd..f4b5b6f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "analyze": false, "dependencies": { "async": "0.9.x", - "body-parser": "1.8.x", + "body-parser": "1.9.x", "canvas": "1.1.x", "connect-redis": "2.1.x", "cookie-parser": "1.3.x", @@ -35,5 +35,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.5.3-6" + "version": "0.5.3-7" }