Skip to content

Commit

Permalink
deps: serve-static@~1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 13, 2016
1 parent fc40702 commit 791cabf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ unreleased
- deps: range-parser@~1.2.0
- deps: statuses@~1.3.0
- perf: remove argument reassignment
* deps: serve-static@~1.11.1
- Add `acceptRanges` option
- Add `cacheControl` option
- Attempt to combine multiple ranges into single range
- Fix redirect error when `req.url` contains raw non-URL characters
- Ignore non-byte `Range` headers
- Use status code 301 for redirects
- deps: send@0.14.1
* deps: type-is@~1.6.13
- Fix type error when given invalid type to match against
- deps: mime-types@~2.1.11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"qs": "6.2.0",
"range-parser": "~1.2.0",
"send": "0.14.1",
"serve-static": "~1.10.2",
"serve-static": "~1.11.1",
"type-is": "~1.6.13",
"utils-merge": "1.0.0",
"vary": "~1.1.0"
Expand Down

0 comments on commit 791cabf

Please sign in to comment.