0.4.4
Fixes
- Add ./node_modules to .dockerignore #240 thanks @UncleSamSwiss
- validator to 13.7.0 to mitigate potential Regular Expression Denial of Service (ReDoS)
- cidr-matcher should be re-installed to pickup >[email protected] due to prototype pollution vulnerability
- Update xterm.js to 4.15.0 #261
- Replace deprecated term.setOptions with term.options
Changes
- update README.md for additional Docker methods thanks @Utopiah