From 0d34b284e965caae0029546b5827603e802178af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:27:43 +0000 Subject: [PATCH] chore(deps-dev): bump body-parser from 1.18.2 to 1.20.3 Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.18.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.18.2...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 6c7e308..3efbf2c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/node": "^18.14.4", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", - "body-parser": "1.18.2", + "body-parser": "1.20.3", "chai": "4.1.2", "chai-http": "^4.2.1", "eslint": "^8.34.0",