Skip to content

Commit 97998ff

Browse files
committed
update dependencies
1 parent 844c30f commit 97998ff

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
12

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 10
4+
- node
55
- lts/*
66

77
cache:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The modules [`standard`][standardjs] and [`ava`][avajs] are used to grant a high
2323
#### Compatibility
2424
| Major Release | [hapi.js](https://github.com/hapijs/hapi) version | node version |
2525
| --- | --- | --- |
26+
| `v5` | `>=18.4 @hapi/hapi` | `>=12` |
2627
| `v4.1` | `>=18.3.1 @hapi/hapi` | `>=8` |
2728
| `v4` | `>=18 hapi` | `>=8` |
2829
| `v3` | `>=17 hapi` | `>=8` |

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,29 @@
4141
"ci.coverage": "nyc report --reporter=text-lcov | coveralls"
4242
},
4343
"devDependencies": {
44-
"@hapi/hapi": "^18.3.1",
45-
"ava": "^2.2.0",
46-
"coveralls": "^3.0.5",
47-
"nock": "^11.3.2",
44+
"@hapi/hapi": "^18.4.0",
45+
"ava": "^2.4.0",
46+
"coveralls": "^3.0.9",
47+
"nock": "^11.7.1",
4848
"nyc": "^15.0.0",
49-
"standard": "^14.0.0"
49+
"standard": "^14.3.1"
5050
},
5151
"dependencies": {
52-
"@hapi/boom": "^8.0.1",
53-
"@hapi/joi": "^16.0.1",
54-
"got": "^10.2.0",
52+
"@hapi/boom": "^9.0.0",
53+
"@hapi/joi": "^17.0.0",
54+
"got": "^10.2.1",
5555
"jsonwebtoken": "^8.5.1",
5656
"jwk-to-pem": "^1.2.6",
57-
"keycloak-connect": "^8.0.0",
57+
"keycloak-connect": "^8.0.1",
5858
"lodash": "^4.17.15",
5959
"pupa": "^2.0.1"
6060
},
6161
"peerDependencies": {
62-
"@hapi/hapi": "^18.3.1"
62+
"@hapi/hapi": "^18.4.0"
6363
},
6464
"engines": {
65-
"node": ">=8",
66-
"npm": ">=5"
65+
"node": ">=12",
66+
"npm": ">=6"
6767
},
6868
"files": [
6969
"src/"

0 commit comments

Comments
 (0)