Skip to content

Commit

Permalink
fix: update jest to fix known security vulnerabilities (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored and jgcmarins committed Sep 3, 2019
1 parent 7f295aa commit f6c6105
Show file tree
Hide file tree
Showing 2 changed files with 1,030 additions and 1,042 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/runtime": "^7.5.4",
"babel-jest": "^24.8.0",
"babel-jest": "^24.9.0",
"flow-bin": "^0.98",
"jest": "^24.8.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-testing-library": "^1.11.1",
"react-test-renderer": "^16.8.6"
Expand Down
Loading

0 comments on commit f6c6105

Please sign in to comment.