update debug/express/basic-auth modules
This commit is contained in:
parent
47268fcee7
commit
ddb5969c36
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Change Log
|
||||
## [0.1.3] TBD
|
||||
### Changed
|
||||
- Revert to debug@2.6.9 to eliminate ReDoS in %o formatter
|
||||
- Upgrade Express to 4.15.5
|
||||
- Upgrade to debug@3.1 to eliminate ReDoS in %o formatter
|
||||
- Upgrade Express to 4.15.5 for ReDOS
|
||||
- Upgrade basic-auth to v2.0
|
||||
## [0.1.2] 2017-07-31
|
||||
### Added
|
||||
- ssh.readyTimeout option in config.json (time in ms, default 20000, 20sec)
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
"url": "https://github.com/billchurch/WebSSH2/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"basic-auth": "^1.1.0",
|
||||
"basic-auth": "^2.0.0",
|
||||
"colors": "^1.1.2",
|
||||
"debug": "^2.6.9",
|
||||
"debug": "^3.1.0",
|
||||
"express": "^4.15.5",
|
||||
"express-session": "^1.15.5",
|
||||
"morgan": "^1.8.2",
|
||||
|
|
Loading…
Reference in a new issue