From 652948930ed471b65b5d05ca80c35a2975a5f779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:43:20 +0000 Subject: [PATCH] chore(deps): bump body-parser Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 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.1...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/packages/services/simulation-manager/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packages/services/simulation-manager/package.json b/source/packages/services/simulation-manager/package.json index 03c3bab7..c62a69fe 100644 --- a/source/packages/services/simulation-manager/package.json +++ b/source/packages/services/simulation-manager/package.json @@ -18,7 +18,7 @@ "aws-sdk": "2.1386.0", "aws-serverless-express": "3.3.6", "@awssolutions/cdf-config-inject": "workspace:^2.6.4", - "body-parser": "1.20.1", + "body-parser": "1.20.3", "express": "4.19.2", "handlebars": "4.7.7", "inversify": "6.0.1",