diff --git a/HISTORY.md b/HISTORY.md index 45c0d8d1..f7ef805b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +unreleased +========== + + * deps: debug@2.6.1 + - Fix deprecation messages in WebStorm and other editors + - Undeprecate `DEBUG_FD` set to `1` or `2` + 1.16.0 / 2017-01-17 =================== diff --git a/package.json b/package.json index 13022ba1..eca47b10 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "bytes": "2.4.0", "content-type": "~1.0.2", - "debug": "2.6.0", + "debug": "2.6.1", "depd": "~1.1.0", "http-errors": "~1.5.1", "iconv-lite": "0.4.15",