File tree Expand file tree Collapse file tree 6 files changed +16
-22
lines changed Expand file tree Collapse file tree 6 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 43
43
"ethereumjs-util" : " ^7.0.9" ,
44
44
"level-mem" : " ^5.0.1" ,
45
45
"lru-cache" : " ^5.1.1" ,
46
- "rlp" : " ^2.2.3 " ,
46
+ "rlp" : " ^2.2.4 " ,
47
47
"semaphore-async-await" : " ^1.5.1"
48
48
},
49
49
"devDependencies" : {
Original file line number Diff line number Diff line change 76
76
"multiaddr" : " ^8.1.2" ,
77
77
"peer-id" : " ^0.14.3" ,
78
78
"qheap" : " ^1.4.0" ,
79
- "rlp" : " ^2.2.3 " ,
79
+ "rlp" : " ^2.2.4 " ,
80
80
"winston" : " 3.3.3" ,
81
81
"yargs" : " ^13.2.1"
82
82
},
Original file line number Diff line number Diff line change 66
66
"lru-cache" : " ^5.1.1" ,
67
67
"ms" : " ^0.7.1" ,
68
68
"multiaddr" : " ^8.1.2" ,
69
- "rlp" : " ^2.2.3 " ,
69
+ "rlp" : " ^2.2.4 " ,
70
70
"scanf" : " ^1.1.2" ,
71
71
"secp256k1" : " ^4.0.2"
72
72
},
Original file line number Diff line number Diff line change 47
47
"level-mem" : " ^5.0.1" ,
48
48
"level-ws" : " ^2.0.0" ,
49
49
"readable-stream" : " ^3.6.0" ,
50
- "rlp" : " ^2.2.3 " ,
50
+ "rlp" : " ^2.2.4 " ,
51
51
"semaphore-async-await" : " ^1.5.1"
52
52
},
53
53
"devDependencies" : {
Original file line number Diff line number Diff line change 22
22
"test:node" : " tape -r ts-node/register test/*.spec.ts" ,
23
23
"tsc" : " ethereumjs-config-tsc"
24
24
},
25
- "husky" : {
26
- "hooks" : {
27
- "pre-push" : " npm run lint"
28
- }
29
- },
30
25
"repository" : {
31
26
"type" : " git" ,
32
27
"url" : " https://github.com/ethereumjs/ethereumjs-util.git"
98
93
"@ethereumjs/config-typescript" : " ^2.0.0" ,
99
94
"@ethereumjs/eslint-config-defaults" : " ^2.0.0" ,
100
95
"@types/assert" : " ^1.5.4" ,
101
- "@types/node" : " ^11.9.0 " ,
96
+ "@types/node" : " ^11.13.4 " ,
102
97
"@types/secp256k1" : " ^4.0.1" ,
103
98
"@types/tape" : " ^4.13.0" ,
104
- "husky" : " ^2.1.0" ,
105
- "karma" : " ^5.0.2" ,
106
- "karma-chrome-launcher" : " ^2.0.0" ,
107
- "karma-firefox-launcher" : " ^1.0.0" ,
99
+ "karma" : " ^5.2.1" ,
100
+ "karma-chrome-launcher" : " ^3.1.0" ,
101
+ "karma-firefox-launcher" : " ^1.3.0" ,
108
102
"karma-tap" : " ^4.2.0" ,
109
- "karma-typescript" : " ^4.1.1 " ,
110
- "nyc" : " ^15 .0.0" ,
111
- "prettier" : " ^1.15.3 " ,
112
- "tape" : " ^5.2.2 " ,
113
- "ts-node" : " ^8.6 .2" ,
103
+ "karma-typescript" : " ^5.2.0 " ,
104
+ "nyc" : " ^14 .0.0" ,
105
+ "prettier" : " ^2.0.5 " ,
106
+ "tape" : " ^4.10.1 " ,
107
+ "ts-node" : " ^8.8 .2" ,
114
108
"typedoc" : " next" ,
115
- "typedoc-plugin-markdown" : " ^2.2.16 " ,
116
- "typescript" : " ^3.8 .3"
109
+ "typedoc-plugin-markdown" : " ^2.2.17 " ,
110
+ "typescript" : " ^3.9 .3"
117
111
}
118
112
}
Original file line number Diff line number Diff line change 83
83
"node-dir" : " ^0.1.16" ,
84
84
"nyc" : " ^12.0.0" ,
85
85
"prettier" : " ^2.0.5" ,
86
- "rlp" : " ^2.2.3 " ,
86
+ "rlp" : " ^2.2.4 " ,
87
87
"standard" : " ^10.0.0" ,
88
88
"tap-spec" : " ^5.0.0" ,
89
89
"tape" : " ^4.10.1" ,
You can’t perform that action at this time.
0 commit comments