From 7df79f19fda106ac1ef0257408e77dba0ff07baa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 13:40:16 +0000 Subject: [PATCH] Bump body-parser from 1.12.4 to 1.19.0 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.12.4 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.12.4...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 effe382..f76623a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.12.4", + "body-parser": "~1.19.0", "cookie-parser": "~1.4.5", "debug": "~2.2.0", "express": "~4.12.4",