Skip to content

Commit 96df60f

Browse files
committedMar 14, 2022
deps: depd@2.0.0
1 parent 1040c7e commit 96df60f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ unreleased
33

44
* Prevent loss of async hooks context
55
* Prevent hanging when request already read
6+
* deps: depd@2.0.0
7+
- Replace internal `eval` usage with `Function` constructor
8+
- Use instance methods on `process` to check for listeners
69
* deps: http-errors@2.0.0
710
- deps: depd@2.0.0
811
- deps: statuses@2.0.1

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bytes": "3.1.2",
1313
"content-type": "~1.0.4",
1414
"debug": "2.6.9",
15-
"depd": "~1.1.2",
15+
"depd": "2.0.0",
1616
"http-errors": "2.0.0",
1717
"iconv-lite": "0.4.24",
1818
"on-finished": "2.4.1",

0 commit comments

Comments
 (0)
Please sign in to comment.