upgrade lodash to 4.17.11 to fix vulnerability
https://nvd.nist.gov/vuln/detail/CVE-2018-16487 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4671ec8170
commit
789a81451c
File diff suppressed because it is too large
Load Diff
|
@ -21,7 +21,7 @@
|
||||||
"ethjs-signer": "^0.1",
|
"ethjs-signer": "^0.1",
|
||||||
"express": "^4.15.2",
|
"express": "^4.15.2",
|
||||||
"helmet": "^3.9.0",
|
"helmet": "^3.9.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.11",
|
||||||
"lru-cache": "^4.1.2",
|
"lru-cache": "^4.1.2",
|
||||||
"winston": "^3.0.0-rc3"
|
"winston": "^3.0.0-rc3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue