diff --git a/History.md b/History.md index 37c78519..1f0896af 100644 --- a/History.md +++ b/History.md @@ -10,6 +10,11 @@ unreleased * deprecate `res.jsonp(status, obj)` -- use `res.status(status).jsonp(obj)` instead * deprecate `res.send(status, body)` -- use `res.status(status).send(body)` instead * deps: debug@1.0.4 + * deps: depd@0.4.2 + - Add `TRACE_DEPRECATION` environment variable + - Remove non-standard grey color from color output + - Support `--no-deprecation` argument + - Support `--trace-deprecation` argument * deps: finalhandler@0.1.0 - Respond after request fully read - deps: debug@1.0.4 diff --git a/package.json b/package.json index c5888f2e..95928ea7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "accepts": "~1.0.7", "buffer-crc32": "0.2.3", "debug": "1.0.4", - "depd": "0.3.0", + "depd": "0.4.2", "escape-html": "1.0.1", "finalhandler": "0.1.0", "media-typer": "0.2.0",