Skip to content

Commit f9359b8

Browse files
Update dependency express to v4.21.2
1 parent 1f196ce commit f9359b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sample/Archiving/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"body-parser": "^1.12.4",
1313
"ejs": "^2.5.5",
14-
"express": "^3.5.0"
14+
"express": "^4.21.2"
1515
}
1616
}

sample/Broadcast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"body-parser": "^1.12.4",
1313
"ejs": "^2.5.5",
14-
"express": "^3.5.0"
14+
"express": "^4.21.2"
1515
}
1616
}

sample/HelloWorld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"express": "^3.5.0",
12+
"express": "^4.21.2",
1313
"ejs": "^2.5.5"
1414
}
1515
}

sample/SipInterconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"body-parser": "~1.12.0",
1010
"ejs": "^2.5.5",
11-
"express": "~4.12.2",
11+
"express": "~4.21.2",
1212
"opentok": "^2.3.2",
1313
"request": "^2.73.0"
1414
}

0 commit comments

Comments
 (0)