From fb815e83ac87c2211d0c800f559c6094014e4c8e Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:23:52 +0000 Subject: [PATCH] Update dependency body-parser --- sample/Archiving/package.json | 2 +- sample/SipInterconnect/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/Archiving/package.json b/sample/Archiving/package.json index cdd99f88..1f8b605a 100644 --- a/sample/Archiving/package.json +++ b/sample/Archiving/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.12.4", + "body-parser": "^1.17.2", "ejs": "^2.5.5", "express": "^3.5.0" } diff --git a/sample/SipInterconnect/package.json b/sample/SipInterconnect/package.json index 31a3f942..e77825b0 100755 --- a/sample/SipInterconnect/package.json +++ b/sample/SipInterconnect/package.json @@ -6,7 +6,7 @@ "start": "node app.js" }, "dependencies": { - "body-parser": "~1.12.0", + "body-parser": "~1.20.3", "ejs": "^2.5.5", "express": "~4.12.2", "opentok": "^2.3.2",