From 819e7df8f459e8c86ecb80c612fcad708ad5c3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:17:15 +0000 Subject: [PATCH] Bump body-parser from 1.19.0 to 1.20.3 in /functions Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 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.19.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 493d1ed3d..3a5cf6f03 100644 --- a/functions/package.json +++ b/functions/package.json @@ -5,7 +5,7 @@ "node": "10" }, "dependencies": { - "body-parser": "1.19.0", + "body-parser": "1.20.3", "cookie-parser": "^1.4.5", "cors": "2.8.5", "elasticsearch": "^15.5.0",