Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 7 vulnerabilities #477

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: packages/mobile/package.json to reduce vulnerabilities
  • Loading branch information
snyk-bot committed Jun 26, 2022
commit b9c5eb8cfb60ec6334ac1cd2997a77efc7fd9528
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@celo/client": "4fd835d",
"@celo/client-integration": "npm:@celo/client@55cf94c",
"@celo/contractkit": "0.0.1",
"@celo/contractkit": "0.1.0",
"@celo/react-native-sms-retriever": "git+https://github.com/celo-org/react-native-sms-retriever#d3a2fdb",
"@celo/utils": "0.0.1",
"@react-native-community/netinfo": "^2.0.4",
Expand Down Expand Up @@ -162,7 +162,7 @@
"enzyme-to-json": "^3.3.5",
"escape-string-regexp": "^1.0.5",
"graphql-code-generator": "^0.16.1",
"jest": "^24.8.0",
"jest": "^25.0.0",
"jest-fetch-mock": "^2.1.2",
"jest-junit": "^6.3.0",
"jest-snapshot": "^24.8.0",
Expand Down