From 7a8d5a0ca5367fd0330e943480be491a155cc09b Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:10:52 +0000 Subject: [PATCH] chore(deps): update dependency body-parser to ^1.20.3 --- sample/Archiving/package.json | 2 +- sample/Broadcast/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/Archiving/package.json b/sample/Archiving/package.json index 1092724..18daac8 100644 --- a/sample/Archiving/package.json +++ b/sample/Archiving/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^1.20.3", "ejs": "^2.5.5", "express": "^4.16.0" } diff --git a/sample/Broadcast/package.json b/sample/Broadcast/package.json index a5634b0..8f22ab3 100644 --- a/sample/Broadcast/package.json +++ b/sample/Broadcast/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^1.20.3", "ejs": "^2.5.5", "express": "^4.16.0" }