deps: fresh@0.3.0

This commit is contained in:
Douglas Christopher Wilson
2015-06-18 20:56:48 -04:00
parent 14b849246e
commit 4729685912
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@
- Remove base64 padding in ETags to shorten
- Support "fake" stats objects in environments without fs
- Use MD5 instead of MD4 in weak ETags over 1KB
* deps: fresh@0.3.0
- Add weak `ETag` matching support
* deps: mkdirp@0.5.1
- Work in global strict mode
* deps: send@0.13.0

View File

@@ -37,7 +37,7 @@
"depd": "~1.0.1",
"escape-html": "1.0.2",
"etag": "~1.7.0",
"fresh": "0.2.4",
"fresh": "0.3.0",
"merge-descriptors": "1.0.0",
"methods": "~1.1.1",
"mkdirp": "0.5.1",