Skip to content

Commit

Permalink
fix: ReactNativeFastImageExample/package.json & ReactNativeFastImageE…
Browse files Browse the repository at this point in the history
…xample/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent cc208d0 commit 5f1333a
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 85 deletions.
6 changes: 3 additions & 3 deletions ReactNativeFastImageExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"dependencies": {
"@react-native-community/masked-view": "^0.1.7",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native": "^6.1.0",
"@react-navigation/stack": "^6.0.7",
"react": "17.0.2",
"react-native": "0.65.1",
"react-native-fast-image": "^8.1.3",
"react-native-gesture-handler": "^1.6.0",
"react-native-gesture-handler": "^2.0.0",
"react-native-image-picker": "^4.0.6",
"react-native-image-progress": "^1.1.1",
"react-native-reanimated": "^2.2.2",
"react-native-reanimated": "^2.3.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.2",
"react-native-status-bar-height": "^2.1.0",
Expand Down
Loading

0 comments on commit 5f1333a

Please sign in to comment.