deps: accepts@~1.0.7

This commit is contained in:
Douglas Christopher Wilson
2014-07-04 12:51:44 -04:00
parent 99e839a274
commit efbc3f95ee
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ unreleased
* restore `req.params` after invoking router
* use `finalhandler` for final response handling
* use `media-typer` to alter content-type charset
* deps: accepts@~1.0.7
* deps: send@0.5.0
- Accept string for `maxage` (converted by `ms`)
- Include link in default redirect response

View File

@@ -25,7 +25,7 @@
"repository": "visionmedia/express",
"license": "MIT",
"dependencies": {
"accepts": "~1.0.5",
"accepts": "~1.0.7",
"buffer-crc32": "0.2.3",
"debug": "1.0.2",
"depd": "0.3.0",