Skip to content

Commit

Permalink
Update dependency express to v4.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Dec 6, 2024
1 parent 1f196ce commit 0f10b76
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 @@ -11,6 +11,6 @@
"dependencies": {
"body-parser": "^1.12.4",
"ejs": "^2.5.5",
"express": "^3.5.0"
"express": "^4.21.2"
}
}
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.21.2",
"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.12.0",
"ejs": "^2.5.5",
"express": "~4.12.2",
"express": "~4.21.2",
"opentok": "^2.3.2",
"request": "^2.73.0"
}
Expand Down

0 comments on commit 0f10b76

Please sign in to comment.