From 8b1af08784b655cd04f2a54fc397325b5d57b3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:45:49 +0000 Subject: [PATCH] Bump body-parser from 1.19.0 to 1.20.6 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 to 1.20.6. - [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.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 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 8670502850..e7e637bf93 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "adm-zip": "^0.4.13", "archiver": "^3.0.0", "bcryptjs": "2.4.3", - "body-parser": "1.19.0", + "body-parser": "1.20.6", "commander": "2.20.0", "deepcopy": "2.0.0", "express": "4.17.1",