Skip to content

Commit

Permalink
fix: examples/tree-view/package.json, examples/tree-view/package-lock…
Browse files Browse the repository at this point in the history
….json & examples/tree-view/.snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and ulivz committed May 1, 2020
1 parent 269563a commit 9b41103
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/tree-view/package.json
Expand Up @@ -12,12 +12,16 @@
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-redux": "^5.0.5",
"redux": "^3.5.2"
"redux": "^3.5.2",
"snyk": "^1.316.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
}
"test": "react-scripts test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 9b41103

Please sign in to comment.