From 995d51f10ebad0bcb9805d1c91a255a5dccdf128 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 05:37:26 +0000 Subject: [PATCH] Bump body-parser from 1.15.2 to 1.19.0 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.15.2 to 1.19.0. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.15.2...1.19.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7655164..b9fe363 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "base64-stream": "^0.1.3", - "body-parser": "~1.15.1", + "body-parser": "~1.19.0", "cookie-parser": "~1.4.3", "cors": "^2.8.1", "debug": "~2.2.0",