Skip to content

Commit

Permalink
Revert "deps: depd@~2.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 0069789.
  • Loading branch information
dougwilson committed May 3, 2019
1 parent 964921a commit e6844c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
unreleased
==========

* deps: depd@~2.0.0
- Replace internal `eval` usage with `Function` constructor
- Use instance methods on `process` to check for listeners
* deps: http-errors@~1.7.2
- Set constructor name when possible
- Use `toidentifier` module to make class names
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"debug": "2.6.9",
"depd": "~2.0.0",
"depd": "~1.1.2",
"destroy": "~1.0.4",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
Expand Down

0 comments on commit e6844c4

Please sign in to comment.