deps: debug@3.1.0

This commit is contained in:
Douglas Christopher Wilson 2017-10-13 22:57:58 -04:00
parent 62e12fe710
commit a163e2cdf4
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ This incorporates all changes after 4.15.5 up to 4.16.2.
* remove:
- `path-to-regexp` dependency
* 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
5.0.0-alpha.6 / 2017-09-24
==========================

View File

@ -34,7 +34,7 @@
"content-type": "~1.0.4",
"cookie": "0.3.1",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"debug": "3.1.0",
"depd": "~1.1.1",
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",