Skip to content

Commit

Permalink
fix: examples/react-native/package.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-IP-7148531
  • Loading branch information
snyk-bot committed May 28, 2024
1 parent 7430a78 commit 616677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.2"
"react-native": "0.71.0"
},
"devDependencies": {
"@babel/core": "*",
Expand Down

0 comments on commit 616677a

Please sign in to comment.