From a6b8a854870fa9b68bb47028d6b9797d822dcb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:38:14 +0000 Subject: [PATCH] deps(express4-test): bump body-parser in /test/support/express4 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.18.3 to 2.2.0. - [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.18.3...v2.2.0) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/support/express4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/express4/package.json b/test/support/express4/package.json index f1db45c..7cc5173 100644 --- a/test/support/express4/package.json +++ b/test/support/express4/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.18.3", + "body-parser": "~2.2.0", "cookie-parser": "~1.4.3", "debug": "~3.1.0", "express": "~4.16.3",