We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c76f59 commit 298ae67Copy full SHA for 298ae67
HISTORY.md
@@ -3,6 +3,9 @@
3
4
* Drop support for Node.js 0.6
5
* Remove `I'mateapot` export; use `ImATeapot` instead
6
+ * deps: [email protected]
7
+ - Replace internal `eval` usage with `Function` constructor
8
+ - Use instance methods on `process` to check for listeners
9
10
2021-11-14 / 1.8.1
11
==================
package.json
@@ -10,7 +10,7 @@
"license": "MIT",
"repository": "jshttp/http-errors",
12
"dependencies": {
13
- "depd": "~1.1.2",
+ "depd": "2.0.0",
14
"inherits": "2.0.4",
15
"setprototypeof": "1.2.0",
16
"statuses": ">= 1.5.0 < 2",
0 commit comments