Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-590103
  • Loading branch information
snyk-bot committed Aug 16, 2020
1 parent 5fb4f24 commit c3f3fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"expo-web-browser": "~8.1.0",
"firebase": "7.9.0",
"fuse.js": "^3.4.6",
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
Expand Down

0 comments on commit c3f3fdf

Please sign in to comment.