mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
deps: debug@3.1.0
This commit is contained in:
parent
62e12fe710
commit
a163e2cdf4
|
|
@ -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
|
||||
==========================
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user