opentok-node
opentok-node copied to clipboard
Update dependency ejs to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| ejs | dependencies | major | ^2.5.5 -> ^3.1.7 |
By merging this PR, the issue #273 will be automatically resolved and closed:
| Severity | CVE | |
|---|---|---|
High |
9.8 | CVE-2022-29078 |
High |
9.8 | WS-2021-0153 |
Release Notes
mde/ejs
v3.1.7
Version 3.1.7
v3.1.6
Version 3.1.6
v3.1.5
Version 3.1.5
v3.1.3
v3.1.2
v3.0.2
v3.0.1
- Removed require.extensions (@mde)
v2.7.4
Bug fixes
v2.7.3
Bug fixes
- Made the post-install message more discreet by following the example of opencollective-postinstall (
228d8e4, @mde)
v2.7.2
Features
- Added support for destructuring locals (#452, @ExE-Boss)
- Added support for disabling legacy
includedirectives (#458, #459, @ExE-Boss) - Compiled functions are now shown in the debugger (#456, @S2-)
function.nameis now set to the file base name in environments that support this (#466, @ExE-Boss)
Bug Fixes
- The error message when
async != truenow correctly mention the existence of theasyncoption (#460, @ExE-Boss) - Improved performance of HTML output generation (#470, @nwoltman)
v2.7.1
- Added deprecation notice for use of require.extensions (@mde)
v2.6.2
-
Correctly pass custom escape function to includes (@alecgibson)
- Fixes for rmWhitespace (@nwoltman)
- Examples for client-side EJS compiled with Express middleware (@mjgs)
- Make Template constructor public (@ThisNameWasTaken)
- Added
removefunction to cache (@S2-)
- Recognize both 'Nix and Windows absolute paths (@mde)
v2.6.1
- Async rendering (@Viko)
v2.5.9
v2.5.8
- Fixed special case for Express caching (@mde)
- Added Promise/async-await support to
renderFile(@mde) - Added notes on IDE support to README (@Betanu701)
v2.5.7
- Pass configured escape function to
rethrow(@straker)
- Added vulnerabilities info into README (@mde)
- Avoid creating function object in hot execution path (@User4martin)
- Added benchmark (@User4martin)
- Tests for looped includes (@User4martin)
v2.5.6
- Use configured escape function for filenames in errors (@mde)
- Make file-loader configurable to allow template pre-processing (@hacke2)
- Improved
renderFileperformance (@nwoltman)
- [ ] If you want to rebase/retry this PR, click this checkbox.
High