From 7454e215339ee76c1609b2fae1477b53a7a1b279 Mon Sep 17 00:00:00 2001 From: Paolo Sinelli Date: Mon, 4 Aug 2014 18:01:55 +0100 Subject: [PATCH] fixed body-parser version to play well with multipart forms --- app/templates/_package.json | 2 +- test/fixtures/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/_package.json b/app/templates/_package.json index c27c7595d..bce70445c 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -5,7 +5,7 @@ "dependencies": { "express": "~4.0.0", "morgan": "~1.0.0", - "body-parser": "~1.0.0", + "body-parser": "~1.5.0", "method-override": "~1.0.0", "static-favicon": "~1.0.1", "cookie-parser": "~1.0.1", diff --git a/test/fixtures/package.json b/test/fixtures/package.json index 7715ab39c..bd2b41da9 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -3,7 +3,7 @@ "dependencies": { "express": "~4.0.0", "morgan": "~1.0.0", - "body-parser": "~1.0.0", + "body-parser": "~1.5.0", "method-override": "~1.0.0", "static-favicon": "~1.0.1", "cookie-parser": "~1.0.1",