File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
- 10
1
+ 12
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
- - 10
4
+ - node
5
5
- lts/*
6
6
7
7
cache :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ The modules [`standard`][standardjs] and [`ava`][avajs] are used to grant a high
23
23
#### Compatibility
24
24
| Major Release | [ hapi.js] ( https://github.com/hapijs/hapi ) version | node version |
25
25
| --- | --- | --- |
26
+ | ` v5 ` | ` >=18.4 @hapi/hapi ` | ` >=12 ` |
26
27
| ` v4.1 ` | ` >=18.3.1 @hapi/hapi ` | ` >=8 ` |
27
28
| ` v4 ` | ` >=18 hapi ` | ` >=8 ` |
28
29
| ` v3 ` | ` >=17 hapi ` | ` >=8 ` |
Original file line number Diff line number Diff line change 41
41
"ci.coverage" : " nyc report --reporter=text-lcov | coveralls"
42
42
},
43
43
"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 " ,
48
48
"nyc" : " ^15.0.0" ,
49
- "standard" : " ^14.0.0 "
49
+ "standard" : " ^14.3.1 "
50
50
},
51
51
"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 " ,
55
55
"jsonwebtoken" : " ^8.5.1" ,
56
56
"jwk-to-pem" : " ^1.2.6" ,
57
- "keycloak-connect" : " ^8.0.0 " ,
57
+ "keycloak-connect" : " ^8.0.1 " ,
58
58
"lodash" : " ^4.17.15" ,
59
59
"pupa" : " ^2.0.1"
60
60
},
61
61
"peerDependencies" : {
62
- "@hapi/hapi" : " ^18.3.1 "
62
+ "@hapi/hapi" : " ^18.4.0 "
63
63
},
64
64
"engines" : {
65
- "node" : " >=8 " ,
66
- "npm" : " >=5 "
65
+ "node" : " >=12 " ,
66
+ "npm" : " >=6 "
67
67
},
68
68
"files" : [
69
69
" src/"
You can’t perform that action at this time.
0 commit comments