From 6182dd13fbaf4b11ae19397a16d4b8a4673868ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:54:26 +0000 Subject: [PATCH] Bump body-parser from 1.10.2 to 1.20.3 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.10.2 to 1.20.3. - [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.10.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c58f28e..8cac314 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-polyfill": "6.3.14", "babel-preset-es2015": "6.3.13", "babel-register": "6.9.0", - "body-parser": "1.10.2", + "body-parser": "1.20.3", "cors": "2.7.1", "debug": "3.0.1", "email-regex": "1.0.0",