Skip to content

Commit

Permalink
chore(deps): update dependency body-parser to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jun 3, 2024
1 parent fa8570c commit 9e590bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/Archiving/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"ejs": "^2.5.5",
"express": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sample/Broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"ejs": "^2.5.5",
"express": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sample/SipInterconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.18.2",
"body-parser": "~1.19.0",
"ejs": "^2.5.5",
"express": "~4.12.2",
"opentok": "^2.3.2",
Expand Down

0 comments on commit 9e590bf

Please sign in to comment.