From d58ad6af9bf5f17b0972fb0cda1e18545b3b1021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:07:24 +0000 Subject: [PATCH] Bump body-parser from 1.11.0 to 1.20.3 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.11.0 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.11.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 286c0ca9..5e582b83 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Daniel Hindi", "license": "ISC", "devDependencies": { - "body-parser": "1.11.0", + "body-parser": "1.20.3", "chai": "^3.3.0", "eslint": "^6.8.0", "express": "^4.0.0",