diff --git a/package-lock.json b/package-lock.json index 0906c83..62af53e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@react-native-community/netinfo": "^11.3.3", "@react-native-firebase/app": "^22.1.0", "@react-native-firebase/auth": "^22.1.0", - "@react-native-firebase/firestore": "^22.1.0", + "@react-native-firebase/firestore": "^23.4.0", "@react-native-google-signin/google-signin": "^13.2.0", "@react-native-vector-icons/material-design-icons": "^12.0.0", "@react-navigation/bottom-tabs": "^7.3.13", @@ -4022,15 +4022,15 @@ } }, "node_modules/@react-native-firebase/firestore": { - "version": "22.4.0", - "resolved": "https://registry.npmjs.org/@react-native-firebase/firestore/-/firestore-22.4.0.tgz", - "integrity": "sha512-8kMh2FNdLQj9A9wDk8xye+iRneeL29Qx3OBbTiGLjsXTuybZdi6Ww+UpoClwwLorlmXA827GLyO4kNtwkYh1pQ==", + "version": "23.4.0", + "resolved": "https://registry.npmjs.org/@react-native-firebase/firestore/-/firestore-23.4.0.tgz", + "integrity": "sha512-fp+9GofSc/qb6ijEUOyAYt+fgtAc+oAGMbKMz6m3ZhPUGXiawnTziSv26j9bUmvRM3w/ZO9a+Eoe86tqZ7/GDg==", "license": "Apache-2.0", "dependencies": { "react-native-url-polyfill": "2.0.0" }, "peerDependencies": { - "@react-native-firebase/app": "22.4.0" + "@react-native-firebase/app": "23.4.0" } }, "node_modules/@react-native-google-signin/google-signin": { diff --git a/package.json b/package.json index fe8d92a..75946ad 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "@nozbe/watermelondb": "^0.28.0", "@react-native-async-storage/async-storage": "^2.2.0", "@react-native-community/netinfo": "^11.3.3", - "@react-native-firebase/app": "^22.1.0", - "@react-native-firebase/auth": "^22.1.0", - "@react-native-firebase/firestore": "^22.1.0", + "@react-native-firebase/app": "^23.4.0", + "@react-native-firebase/auth": "^23.4.0", + "@react-native-firebase/firestore": "^23.4.0", "@react-native-google-signin/google-signin": "^13.2.0", "@react-native-vector-icons/material-design-icons": "^12.0.0", "@react-navigation/bottom-tabs": "^7.3.13",