Skip to content

Commit

Permalink
chore(deps): update dependency express
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 3f2f080
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample/Archiving/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.5",
"express": "^3.5.0"
"express": "^4.16.0"
}
}
2 changes: 1 addition & 1 deletion sample/Broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.5",
"express": "^3.5.0"
"express": "^4.16.0"
}
}
2 changes: 1 addition & 1 deletion sample/HelloWorld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^3.5.0",
"express": "^4.16.0",
"ejs": "^2.5.5"
}
}
2 changes: 1 addition & 1 deletion sample/SipInterconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"body-parser": "~1.18.2",
"ejs": "^2.5.5",
"express": "~4.12.2",
"express": "~4.19.0",
"opentok": "^2.3.2",
"request": "^2.73.0"
}
Expand Down

0 comments on commit 3f2f080

Please sign in to comment.