Skip to content

Commit

Permalink
deps: proxy-addr@~1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 24, 2016
1 parent 5998612 commit 40861ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ unreleased
- perf: hoist regular expression
- perf: use for loop in parse
- perf: use string concatination for serialization
* deps: proxy-addr@~1.1.1
- Fix accepting various invalid netmasks
- IPv4 netmasks must be contingous
- IPv6 addresses cannot be used as a netmask
- deps: ipaddr.js@1.1.0

4.13.4 / 2016-01-21
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"on-finished": "~2.3.0",
"parseurl": "~1.3.1",
"path-to-regexp": "0.1.7",
"proxy-addr": "~1.0.10",
"proxy-addr": "~1.1.1",
"qs": "4.0.0",
"range-parser": "~1.0.3",
"send": "0.13.1",
Expand Down

0 comments on commit 40861ff

Please sign in to comment.