This commit is contained in:
dependabot[bot] 2026-06-03 00:39:44 -06:00 committed by GitHub
commit 75879fe956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-screens": "~4.25.1",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",
@ -14911,9 +14911,9 @@
}
},
"node_modules/react-native-screens": {
"version": "4.23.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.23.0.tgz",
"integrity": "sha512-XhO3aK0UeLpBn4kLecd+J+EDeRRJlI/Ro9Fze06vo1q163VeYtzfU9QS09/VyDFMWR1qxDC1iazCArTPSFFiPw==",
"version": "4.25.1",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-4.25.1.tgz",
"integrity": "sha512-9gAFwkzcvBrQHIQjIT+hz1gUows1hqCEkp40oj+Wh3jXo6aG8mysFom9++HDKSLaOk2rgSUTaUgKOTff9c2udQ==",
"license": "MIT",
"dependencies": {
"react-freeze": "^1.0.0",
@ -14921,7 +14921,7 @@
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": ">=0.82.0"
}
},
"node_modules/react-native-svg": {

View File

@ -25,7 +25,7 @@
"react-native-gesture-handler": "~2.30.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-screens": "~4.25.1",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",