From d16b9029c35a11a5aeb9690b4062b2db91f1d631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:57:06 +0000 Subject: [PATCH] Bump body-parser from 1.20.4 to 2.2.1 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.4 to 2.2.1. - [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.4...v2.2.1) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc70568..47e5082 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "adraimun", "license": "ISC", "dependencies": { - "body-parser": "^1.20.3", + "body-parser": "^2.2.1", "cjs": "^0.0.11", "dotenv": "^16.4.7", "express": "^4.21.2",