diff --git a/sample/Archiving/package.json b/sample/Archiving/package.json index cdd99f88..3740b2c4 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.18.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",