File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ unreleased
77 * Ignore ` Object.prototype ` values in settings through ` app.set ` /` app.get `
88 * Invoke ` default ` with same arguments as types in ` res.format `
99 * Support proper 205 responses using ` res.send `
10+ * deps: depd@2.0.0
11+ - Replace internal ` eval ` usage with ` Function ` constructor
12+ - Use instance methods on ` process ` to check for listeners
1013 * deps: finalhandler@1.2.0
1114 - Remove set content headers that break response
1215 - deps: on-finished@2.4.1
Original file line number Diff line number Diff line change 3636 "cookie" : " 0.4.2" ,
3737 "cookie-signature" : " 1.0.6" ,
3838 "debug" : " 2.6.9" ,
39- "depd" : " ~1.1.2 " ,
39+ "depd" : " 2.0.0 " ,
4040 "encodeurl" : " ~1.0.2" ,
4141 "escape-html" : " ~1.0.3" ,
4242 "etag" : " ~1.8.1" ,
You can’t perform that action at this time.
0 commit comments