fix: .snyk, package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
This commit is contained in:
snyk-test 2019-07-03 23:45:38 +00:00
parent 6947b6715e
commit d76ee8bd02
3 changed files with 4280 additions and 2526 deletions

2766
.snyk Normal file

File diff suppressed because it is too large Load Diff

4030
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,14 +33,17 @@
"react-youtube": "^7.8.0",
"status-js-api": "^1.2.6",
"typescript": "^3.2.4",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"snyk": "^1.189.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-opt": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
@ -50,5 +53,6 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"snyk": true
}