Skip to content

Commit

Permalink
deps: range-parser@~1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 1, 2016
1 parent 8ddab69 commit 7ee41cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ unreleased
- deps: ipaddr.js@1.1.1
* deps: qs@6.2.0
- Add `decoder` option in `parse` function
* deps: range-parser@~1.2.0
- Add `combine` option to combine overlapping ranges
- Fix incorrectly returning -1 when there is at least one valid range
- perf: remove internal function
* 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 @@ -46,7 +46,7 @@
"path-to-regexp": "0.1.7",
"proxy-addr": "~1.1.2",
"qs": "6.2.0",
"range-parser": "~1.0.3",
"range-parser": "~1.2.0",
"send": "0.13.1",
"serve-static": "~1.10.2",
"type-is": "~1.6.13",
Expand Down

0 comments on commit 7ee41cc

Please sign in to comment.