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
7
7
* Ignore ` Object.prototype ` values in settings through ` app.set ` /` app.get `
8
8
* Invoke ` default ` with same arguments as types in ` res.format `
9
9
* 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
10
13
* deps: finalhandler@1.2.0
11
14
- Remove set content headers that break response
12
15
- deps: on-finished@2.4.1
Original file line number Diff line number Diff line change 36
36
"cookie" : " 0.4.2" ,
37
37
"cookie-signature" : " 1.0.6" ,
38
38
"debug" : " 2.6.9" ,
39
- "depd" : " ~1.1.2 " ,
39
+ "depd" : " 2.0.0 " ,
40
40
"encodeurl" : " ~1.0.2" ,
41
41
"escape-html" : " ~1.0.3" ,
42
42
"etag" : " ~1.8.1" ,
You can’t perform that action at this time.
0 commit comments