Skip to content

Commit 6c4c539

Browse files
mattcollierdougwilson
authored andcommitted
fixes #115 closes #116
1 parent 6d2de08 commit 6c4c539

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ unreleased
55
* deps: compressible@~2.0.10
66
- Fix regex fallback to not override `compressible: false` in db
77
- deps: mime-db@'>= 1.27.0 < 2'
8-
8+
99
- Allow colors in workers
1010
- Deprecated `DEBUG_FD` environment variable set to `3` or higher
1111
- Fix error when running under React Native
1212
- Fix `DEBUG_MAX_ARRAY_LENGTH`
1313
- Use same color for same namespace
14-
- deps: ms@0.7.2
14+
- deps: ms@2.0.0
1515
* deps: vary@~1.1.1
1616
- perf: hoist regular expression
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"accepts": "~1.3.3",
1313
"bytes": "2.5.0",
1414
"compressible": "~2.0.10",
15-
"debug": "2.6.4",
15+
"debug": "2.6.8",
1616
"on-headers": "~1.0.1",
1717
"vary": "~1.1.1"
1818
},

0 commit comments

Comments
 (0)