diff --git a/HISTORY.md b/HISTORY.md index d1d7a8d..926adde 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ unreleased ========== - * deps: batch@0.6.0 + * deps: batch@0.6.1 * deps: debug@2.6.8 - Allow colors in workers - Deprecated `DEBUG_FD` environment variable set to `3` or higher diff --git a/package.json b/package.json index 479f15c..b7a9cd3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "repository": "expressjs/serve-index", "dependencies": { "accepts": "~1.3.3", - "batch": "0.6.0", + "batch": "0.6.1", "debug": "2.6.8", "escape-html": "~1.0.3", "http-errors": "~1.6.1",