From 577ca7d8a7854ccd37c38934478a0882cf308e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:45:07 +0000 Subject: [PATCH] Bump body-parser from 1.20.4 to 2.2.2 in /Dapr/bindings/nodejs Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.4 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.20.4...v2.2.2) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dapr/bindings/nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dapr/bindings/nodejs/package.json b/Dapr/bindings/nodejs/package.json index 9c49134..edca17e 100644 --- a/Dapr/bindings/nodejs/package.json +++ b/Dapr/bindings/nodejs/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^2.2.2", "express": "^4.17.1", "parse5": "^6.0.1", "request": "^2.88.2"