Skip to content

Commit

Permalink
deps: depd@2.0.0
Browse files Browse the repository at this point in the history
closes #72
  • Loading branch information
arlac77 authored and dougwilson committed Nov 15, 2021
1 parent 9c76f59 commit 298ae67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Expand Up @@ -3,6 +3,9 @@

* Drop support for Node.js 0.6
* Remove `I'mateapot` export; use `ImATeapot` instead
* deps: depd@2.0.0
- Replace internal `eval` usage with `Function` constructor
- Use instance methods on `process` to check for listeners

2021-11-14 / 1.8.1
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": "jshttp/http-errors",
"dependencies": {
"depd": "~1.1.2",
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": ">= 1.5.0 < 2",
Expand Down

0 comments on commit 298ae67

Please sign in to comment.