Skip to content

Commit 1cc8169

Browse files
UlisesGascondougwilson
authored andcommitted
1 parent 9482b82 commit 1cc8169

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: History.md

+3
Original file line numberDiff line numberDiff 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+
11+
- Replace internal `eval` usage with `Function` constructor
12+
- Use instance methods on `process` to check for listeners
1013
1114
- Remove set content headers that break response
1215

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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",

0 commit comments

Comments
 (0)