Skip to content

Commit

Permalink
deps: range-parser@~1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 29, 2016
1 parent a5d43de commit 2967852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ unreleased
- IPv4 netmasks must be contingous
- IPv6 addresses cannot be used as a netmask
- deps: ipaddr.js@1.1.0
* deps: range-parser@~1.1.0
- Fix incorrectly returning -1 when there is at least one valid range
- perf: remove internal function
* deps: vary@~1.1.0
- Only accept valid field names in the `field` argument

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.1",
"qs": "4.0.0",
"range-parser": "~1.0.3",
"range-parser": "~1.1.0",
"send": "0.13.1",
"serve-static": "~1.10.2",
"type-is": "~1.6.6",
Expand Down

0 comments on commit 2967852

Please sign in to comment.