Skip to content

Commit

Permalink
Merge pull request #2 from ericjohney/dependency-upgrades
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
rajivm authored Feb 19, 2020
2 parents c1d4b2f + c258319 commit dc5e499
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 70 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# hapi-forwarded-for

hapi.js v17+ plugin: sets `request.info.remoteAddress` from `x-forwarded-for` header when proxies are in front of hapo
hapi.js v19+ plugin: sets `request.info.remoteAddress` from `x-forwarded-for` header when proxies are in front of hapi

### Installation
```
Expand Down Expand Up @@ -31,4 +31,4 @@ server.route({

## License

MIT
MIT
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@hapi/hapi": "^19.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"@hapi/hapi": "^19.0.0",
"mocha": "^4.0.1"
"chai": "^4.2.0",
"mocha": "^7.0.1"
}
}
Loading

0 comments on commit dc5e499

Please sign in to comment.