update debug/express/basic-auth modules

This commit is contained in:
billchurch 2017-09-27 15:54:01 -04:00
parent 47268fcee7
commit ddb5969c36
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,9 @@
# Change Log # Change Log
## [0.1.3] TBD ## [0.1.3] TBD
### Changed ### Changed
- Revert to debug@2.6.9 to eliminate ReDoS in %o formatter - Upgrade to debug@3.1 to eliminate ReDoS in %o formatter
- Upgrade Express to 4.15.5 - Upgrade Express to 4.15.5 for ReDOS
- Upgrade basic-auth to v2.0
## [0.1.2] 2017-07-31 ## [0.1.2] 2017-07-31
### Added ### Added
- ssh.readyTimeout option in config.json (time in ms, default 20000, 20sec) - ssh.readyTimeout option in config.json (time in ms, default 20000, 20sec)

View file

@ -27,9 +27,9 @@
"url": "https://github.com/billchurch/WebSSH2/issues" "url": "https://github.com/billchurch/WebSSH2/issues"
}, },
"dependencies": { "dependencies": {
"basic-auth": "^1.1.0", "basic-auth": "^2.0.0",
"colors": "^1.1.2", "colors": "^1.1.2",
"debug": "^2.6.9", "debug": "^3.1.0",
"express": "^4.15.5", "express": "^4.15.5",
"express-session": "^1.15.5", "express-session": "^1.15.5",
"morgan": "^1.8.2", "morgan": "^1.8.2",