Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheck committed Jan 7, 2020
1 parent 844c30f commit 97998ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
12
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- 10
- node
- lts/*

cache:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The modules [`standard`][standardjs] and [`ava`][avajs] are used to grant a high
#### Compatibility
| Major Release | [hapi.js](https://github.com/hapijs/hapi) version | node version |
| --- | --- | --- |
| `v5` | `>=18.4 @hapi/hapi` | `>=12` |
| `v4.1` | `>=18.3.1 @hapi/hapi` | `>=8` |
| `v4` | `>=18 hapi` | `>=8` |
| `v3` | `>=17 hapi` | `>=8` |
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@
"ci.coverage": "nyc report --reporter=text-lcov | coveralls"
},
"devDependencies": {
"@hapi/hapi": "^18.3.1",
"ava": "^2.2.0",
"coveralls": "^3.0.5",
"nock": "^11.3.2",
"@hapi/hapi": "^18.4.0",
"ava": "^2.4.0",
"coveralls": "^3.0.9",
"nock": "^11.7.1",
"nyc": "^15.0.0",
"standard": "^14.0.0"
"standard": "^14.3.1"
},
"dependencies": {
"@hapi/boom": "^8.0.1",
"@hapi/joi": "^16.0.1",
"got": "^10.2.0",
"@hapi/boom": "^9.0.0",
"@hapi/joi": "^17.0.0",
"got": "^10.2.1",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^1.2.6",
"keycloak-connect": "^8.0.0",
"keycloak-connect": "^8.0.1",
"lodash": "^4.17.15",
"pupa": "^2.0.1"
},
"peerDependencies": {
"@hapi/hapi": "^18.3.1"
"@hapi/hapi": "^18.4.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
"node": ">=12",
"npm": ">=6"
},
"files": [
"src/"
Expand Down

0 comments on commit 97998ff

Please sign in to comment.