Skip to content

Commit 453a547

Browse files
Update dependency express
1 parent 1f196ce commit 453a547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample/Archiving/package.json

+1-1
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.15.5"
1515
}
1616
}

sample/HelloWorld/package.json

+1-1
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.20.0",
1313
"ejs": "^2.5.5"
1414
}
1515
}

sample/SipInterconnect/package.json

+1-1
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.20.0",
1212
"opentok": "^2.3.2",
1313
"request": "^2.73.0"
1414
}

0 commit comments

Comments
 (0)