From c3d3e5114e73dccd4f8d8ac62011ce42b053f39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 04:32:39 +0000 Subject: [PATCH] Bump body-parser from 1.6.3 to 1.20.3 in /lib/gleaner-frontend Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.6.3 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.6.3...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/gleaner-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gleaner-frontend/package.json b/lib/gleaner-frontend/package.json index 8512029..8388c1c 100644 --- a/lib/gleaner-frontend/package.json +++ b/lib/gleaner-frontend/package.json @@ -8,7 +8,7 @@ "easy-collections": "anserran/easy-collections.git#9e13c0a551360997334342bb13161650bbbc0a77", "express": "4.8.x", "express-session": "1.7.x", - "body-parser": "1.6.3", + "body-parser": "1.20.3", "cookie-parser": "1.3.x", "jade": "1.5.x", "mongodb": "1.4.8",