From 559d22036a446992dc121b37f2055649bdd71245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 06:35:33 +0000 Subject: [PATCH] Bump body-parser from 1.15.2 to 1.20.3 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.15.2 to 1.20.3. - [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.3) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.3 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..fe20c34 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.3", "chokidar": "^1.7.0", "crypto": "^1.0.1", "express": "4.14.0",