Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1cc8169

Browse files
UlisesGascondougwilson
authored andcommittedMar 26, 2022
1 parent 9482b82 commit 1cc8169

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎History.md

Lines changed: 3 additions & 0 deletions
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+
* 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

‎package.json

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.