From b387cb59667d40124137c0c7aeb6cfeed5121343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:56:34 +0000 Subject: [PATCH] Bump body-parser from 1.15.2 to 1.20.6 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.15.2 to 1.20.6. - [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.15.2...1.20.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 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 c1f0f0d..8442837 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "BACK4APP SERVICOS DIGITAIS LTDA", "license": "MIT", "dependencies": { - "body-parser": "1.15.2", + "body-parser": "1.20.6", "chokidar": "^1.7.0", "crypto": "^1.0.1", "express": "4.14.0",