Skip to content

Commit

Permalink
chore(deps): update dependency ejs to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jun 3, 2024
1 parent 6addc7b commit 9700f47
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 @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.5",
"ejs": "^3.1.10",
"express": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion sample/Broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.5",
"ejs": "^3.1.10",
"express": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion sample/HelloWorld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "ISC",
"dependencies": {
"express": "^3.5.0",
"ejs": "^2.5.5"
"ejs": "^3.1.10"
}
}
2 changes: 1 addition & 1 deletion sample/SipInterconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"body-parser": "~1.18.2",
"ejs": "^2.5.5",
"ejs": "^3.1.10",
"express": "~4.12.2",
"opentok": "^2.3.2",
"request": "^2.73.0"
Expand Down

0 comments on commit 9700f47

Please sign in to comment.