Skip to content

Commit 8b47eb8

Browse files
Update dependency body-parser to v1.20.3
1 parent 1f196ce commit 8b47eb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/Archiving/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"body-parser": "^1.12.4",
12+
"body-parser": "^1.20.3",
1313
"ejs": "^2.5.5",
1414
"express": "^3.5.0"
1515
}

sample/Broadcast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"body-parser": "^1.12.4",
12+
"body-parser": "^1.20.3",
1313
"ejs": "^2.5.5",
1414
"express": "^3.5.0"
1515
}

sample/SipInterconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node app.js"
77
},
88
"dependencies": {
9-
"body-parser": "~1.12.0",
9+
"body-parser": "~1.20.3",
1010
"ejs": "^2.5.5",
1111
"express": "~4.12.2",
1212
"opentok": "^2.3.2",

0 commit comments

Comments
 (0)