From d7dd061c8073aaa64f9dd4a245d84ac3060f9f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:46:04 +0000 Subject: [PATCH] Bump body-parser from 1.20.0 to 1.20.3 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.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.20.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.3 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 ece59ad66b..af1a6c8d2d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "axios-rate-limit": "1.3.0", "base64-async": "2.1.3", "bcryptjs": "2.3.0", - "body-parser": "1.20.0", + "body-parser": "1.20.3", "commander": "9.4.0", "connect-flash": "0.1.1", "cookie-session": "2.0.0",