mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
eejs: Upgrade ejs to the latest version
The type of ejs's `__output` variable is now string instead of array of strings, so the handling of `__output` had to change.
This commit is contained in:
parent
615e47114b
commit
9c7dcb1d0a
3 changed files with 67 additions and 16 deletions
|
@ -36,7 +36,7 @@
|
|||
"cheerio": "0.22.0",
|
||||
"clean-css": "4.2.3",
|
||||
"cookie-parser": "1.4.5",
|
||||
"ejs": "2.6.1",
|
||||
"ejs": "^3.1.6",
|
||||
"etherpad-require-kernel": "1.0.9",
|
||||
"etherpad-yajsml": "0.0.2",
|
||||
"express": "4.17.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue