From 0b006801ebf4272eb5ee5ff1fced32d1c9d8eb0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:42:17 +0000 Subject: [PATCH] Bump body-parser in /chatbot-amazon-lex-lambda-js/hello-world Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.6. - [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.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbot-amazon-lex-lambda-js/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot-amazon-lex-lambda-js/hello-world/package.json b/chatbot-amazon-lex-lambda-js/hello-world/package.json index f46f7ad..45bc951 100644 --- a/chatbot-amazon-lex-lambda-js/hello-world/package.json +++ b/chatbot-amazon-lex-lambda-js/hello-world/package.json @@ -10,7 +10,7 @@ "@aws-sdk/client-lex-runtime-v2": "^3.226.0", "aws-serverless-express": "3.4.0", "axios": "^1.2.1", - "body-parser": "1.20.1", + "body-parser": "1.20.6", "express": "4.18.2", "express-x-hub": "1.0.4", "uuid": "9.0.0"