diff --git a/package-lock.json b/package-lock.json index 85ea4e2..5a1a4f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@expo/vector-icons": "^13.0.0", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/blur": "^4.3.0", - "@react-native-community/geolocation": "^3.0.4", + "@react-native-community/geolocation": "^3.0.6", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0", @@ -4221,9 +4221,9 @@ } }, "node_modules/@react-native-community/geolocation": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.4.tgz", - "integrity": "sha512-zzf+DISPwEpMH25tR33hgVuy89emYYTrZQarbCSwFOU6fH9MNxnmsRPmdpuNI9YvnjMtEj5kzDrGyqBhx86n6A==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.6.tgz", + "integrity": "sha512-+iidKFgw1HxCJSHVnlywAKu6uerdpDAKTXLRnlsUdhgqtgTiIixb496Z267iPVFmIO1bp4lOU6UiwzmvcyXdbg==", "peerDependencies": { "react": "*", "react-native": "*" @@ -18647,9 +18647,9 @@ } }, "@react-native-community/geolocation": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.4.tgz", - "integrity": "sha512-zzf+DISPwEpMH25tR33hgVuy89emYYTrZQarbCSwFOU6fH9MNxnmsRPmdpuNI9YvnjMtEj5kzDrGyqBhx86n6A==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.6.tgz", + "integrity": "sha512-+iidKFgw1HxCJSHVnlywAKu6uerdpDAKTXLRnlsUdhgqtgTiIixb496Z267iPVFmIO1bp4lOU6UiwzmvcyXdbg==", "requires": {} }, "@react-native/assets": { diff --git a/package.json b/package.json index 4c1c549..b9a31bc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@expo/vector-icons": "^13.0.0", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/blur": "^4.3.0", - "@react-native-community/geolocation": "^3.0.4", + "@react-native-community/geolocation": "^3.0.6", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0",