From 823297deff237ac9a49b9e538817fd59d22298c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:33:21 +0000 Subject: [PATCH] build(deps): bump body-parser from 1.20.2 to 1.20.3 in /express Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.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.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express/package.json b/express/package.json index 67f97749..5d943c0e 100644 --- a/express/package.json +++ b/express/package.json @@ -30,7 +30,7 @@ "dependencies": { "accepts": "1.3.8", "array-flatten": "3.0.0", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "1.0.5", "cookie": "0.6.0",