Skip to content

Commit

Permalink
chore(deps): update dependency express to v4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Sep 24, 2024
1 parent d18c642 commit 05c825d
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": "^4.16.0"
"express": "^4.20.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": "^4.16.0"
"express": "^4.20.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": "^4.16.0",
"express": "^4.20.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.19.0",
"express": "~4.20.0",
"opentok": "^2.3.2",
"request": "^2.73.0"
}
Expand Down

0 comments on commit 05c825d

Please sign in to comment.