fix: .snyk & package.json to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:hoek:20180212
This commit is contained in:
snyk-bot
2018-06-20 11:28:46 +00:00
parent 7e0c80e5f7
commit fdd3f72aff
2 changed files with 53 additions and 3 deletions

View File

@@ -13,7 +13,9 @@
"build": "npm-run-all build-css build-js",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy:firebase": "npm run build && firebase deploy"
"deploy:firebase": "npm run build && firebase deploy",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "Amir Movahedi",
"license": "MIT",
@@ -72,7 +74,8 @@
"reflect-metadata": "^0.1.10",
"save": "^2.3.0",
"typeface-roboto": "0.0.50",
"uuid": "^3.0.1"
"uuid": "^3.0.1",
"snyk": "^1.83.0"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
@@ -124,5 +127,6 @@
],
"bugs": {
"url": "https://github.com/Qolzam/react-social-network/issues"
}
},
"snyk": true
}