Skip to content

Commit

Permalink
deps: debug@3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 12, 2018
1 parent ddb4bcc commit 0aef6c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ unreleased
==========

* Drop support for Node.js below 0.10
* deps: debug@3.1.0
- Add `DEBUG_HIDE_DATE` environment variable
- Change timer to per-namespace instead of global
- Change non-TTY date format
- Remove `DEBUG_FD` environment variable support
- Support 256 namespace colors

2.3.10 / 2017-09-27
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"repository": "expressjs/method-override",
"dependencies": {
"debug": "2.6.9",
"debug": "3.1.0",
"methods": "~1.1.2",
"parseurl": "~1.3.2",
"vary": "~1.1.2"
Expand Down

0 comments on commit 0aef6c8

Please sign in to comment.