File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ stages:
10
10
- cov
11
11
12
12
node_js :
13
- - ' 10 '
14
- - ' 12 '
13
+ - ' lts/* '
14
+ - ' node '
15
15
16
16
os :
17
17
- linux
Original file line number Diff line number Diff line change 50
50
" daemon"
51
51
],
52
52
"dependencies" : {
53
- "@hapi/boom" : " ^8.0.1" ,
54
- "@hapi/hapi" : " ^18.4.1" ,
55
- "@hapi/joi" : " ^17.1.1" ,
53
+ "@hapi/boom" : " ^9.1.0" ,
54
+ "@hapi/hapi" : " ^20.0.0" ,
56
55
"debug" : " ^4.1.1" ,
57
56
"execa" : " ^4.0.0" ,
58
57
"fs-extra" : " ^9.0.0" ,
59
- "ipfs-utils" : " ^2.2.0" ,
60
- "merge-options" : " ^2.0.0" ,
58
+ "ipfs-utils" : " ^3.0.0" ,
59
+ "joi" : " ^17.2.1" ,
60
+ "merge-options" : " ^3.0.1" ,
61
61
"multiaddr" : " ^8.0.0" ,
62
62
"nanoid" : " ^3.1.3" ,
63
63
"temp-write" : " ^4.0.0"
64
64
},
65
65
"devDependencies" : {
66
- "aegir" : " ^25 .0.0" ,
66
+ "aegir" : " ^26 .0.0" ,
67
67
"benchmark" : " ^2.1.4" ,
68
68
"go-ipfs" : " ^0.6.0" ,
69
69
"husky" : " ^4.2.5" ,
70
- "ipfs" : " ^0.48.2 " ,
71
- "ipfs-http-client" : " ^45 .0.0 " ,
70
+ "ipfs" : " ^0.49.1 " ,
71
+ "ipfs-http-client" : " ^46 .0.1 " ,
72
72
"lint-staged" : " ^10.1.6"
73
73
},
74
74
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
3
const { nanoid } = require ( 'nanoid' )
4
- const Joi = require ( '@hapi/ joi' )
4
+ const Joi = require ( 'joi' )
5
5
const boom = require ( '@hapi/boom' )
6
6
const debug = require ( 'debug' ) ( 'ipfsd-ctl:routes' )
7
7
const { tmpDir } = require ( '../utils' )
You can’t perform that action at this time.
0 commit comments