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:
Egil 2021-02-14 20:18:20 +01:00 committed by Richard Hansen
parent 615e47114b
commit 9c7dcb1d0a
3 changed files with 67 additions and 16 deletions

View file

@ -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",