Skip to content

Commit 298ae67

Browse files
arlac77dougwilson
authored andcommitted
1 parent 9c76f59 commit 298ae67

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
@@ -3,6 +3,9 @@
33

44
* Drop support for Node.js 0.6
55
* Remove `I'mateapot` export; use `ImATeapot` instead
6+
7+
- Replace internal `eval` usage with `Function` constructor
8+
- Use instance methods on `process` to check for listeners
69

710
2021-11-14 / 1.8.1
811
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"repository": "jshttp/http-errors",
1212
"dependencies": {
13-
"depd": "~1.1.2",
13+
"depd": "2.0.0",
1414
"inherits": "2.0.4",
1515
"setprototypeof": "1.2.0",
1616
"statuses": ">= 1.5.0 < 2",

0 commit comments

Comments
 (0)