diff --git a/HISTORY.md b/HISTORY.md index ed3ecef3..915b397c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ unreleased ========== + * deps: debug@2.6.0 + - Allow colors in workers + - Deprecated `DEBUG_FD` environment variable + - Fix error when running under React Native + - Use same color for same namespace + - deps: ms@0.7.2 * deps: http-errors@~1.5.1 - deps: inherits@2.0.3 - deps: setprototypeof@1.0.2 diff --git a/package.json b/package.json index 9f4af448..edf9b9dd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "bytes": "2.4.0", "content-type": "~1.0.2", - "debug": "~2.2.0", + "debug": "2.6.0", "depd": "~1.1.0", "http-errors": "~1.5.1", "iconv-lite": "0.4.15",