Skip to content

Commit

Permalink
fix: templates/library/react-native-library-boilerplate/example/packa…
Browse files Browse the repository at this point in the history
…ge.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
  • Loading branch information
snyk-bot committed Nov 16, 2024
1 parent 87aaec5 commit 6f28a73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.12",
"expo": "~52.0.5",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native": "0.76.0",
"react-dom": "18.1.0",
"react-native-web": "~0.18.9"
},
Expand Down

0 comments on commit 6f28a73

Please sign in to comment.