Skip to content

Commit

Permalink
chore(deps): update dependency express (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] authored Jun 3, 2024
1 parent c500871 commit 094995b
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.19.0",
"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.19.0",
"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.19.0",
"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 094995b

Please sign in to comment.