From 9630d7837e5e9d70bc850ffcfe7dd6c501f2f130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:54:20 +0000 Subject: [PATCH] Bump body-parser in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [body-parser](https://github.com/expressjs/body-parser). Updates `body-parser` from 1.9.3 to 2.2.2 - [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.9.3...v2.2.2) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 689dd3a..40cb6cc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "server.js", "dependencies": { "bcrypt-nodejs": "0.0.3", - "body-parser": "~1.9.3", + "body-parser": "~2.2.2", "bookshelf": "^0.9.1", "express": "4.10.3", "jsonwebtoken": "^5.4.1",