Skip to content

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and kaplanmaxe committed May 1, 2020
1 parent c6ab42e commit 0c7cbc4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -3,11 +3,15 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
"start": "node node_modules/react-native/local-cli/cli.js start",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"minutes-seconds-milliseconds": "^1.0.3",
"react": "^15.1.0",
"react-native": "0.27.2"
}
"react-native": "0.27.2",
"snyk": "^1.316.1"
},
"snyk": true
}

0 comments on commit 0c7cbc4

Please sign in to comment.