fix: .snyk & package.json to reduce vulnerabilities (#355)

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
This commit is contained in:
Snyk bot 2019-10-22 15:35:43 +02:00 committed by Richard Ramos
parent 371dede4a8
commit f30a9521b9
2 changed files with 2986 additions and 4 deletions

2978
.snyk Normal file

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "",
"license": "ISC",
@ -92,8 +94,9 @@
"redux-saga": "^0.16.2",
"sass-loader": "^7.1.0",
"staking-pool": "^0.0.1",
"tabookey-gasless": "^0.4.0-beta2",
"web3": "1.0.0-beta.37"
"tabookey-gasless": "^0.4.1",
"web3": "1.0.0-beta.37",
"snyk": "^1.192.3"
},
"jest": {
"moduleNameMapper": {
@ -115,5 +118,6 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"snyk": true
}