From fe8a0c9cf6c08256e5123b83a8226405031387ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:31:59 +0000 Subject: [PATCH] chore(deps): bump body-parser in /docs/getting-started/snippets/base Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.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.19.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/getting-started/snippets/base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/snippets/base/package.json b/docs/getting-started/snippets/base/package.json index 9d1d033f4ee..cba2e3cda98 100644 --- a/docs/getting-started/snippets/base/package.json +++ b/docs/getting-started/snippets/base/package.json @@ -31,7 +31,7 @@ "@tsed/platform-express": "6.11.3", "@tsed/swagger": "6.11.3", "@types/swagger-schema-official": "2.0.21", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "cors": "2.8.5", "compression": "1.7.4", "concurrently": "5.3.0",