diff --git a/package-lock.json b/package-lock.json index cc7b442..bc3a72f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-clipboard/clipboard": "^1.14.1", "@react-native-community/netinfo": "^11.3.2", - "@react-native-google-signin/google-signin": "^11.0.1", + "@react-native-google-signin/google-signin": "^13.0.2", "@react-native-masked-view/masked-view": "^0.2.8", "@react-native/assets-registry": "^0.74.84", "@react-native/gradle-plugin": "^0.74.84", @@ -6731,17 +6731,21 @@ } }, "node_modules/@react-native-google-signin/google-signin": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@react-native-google-signin/google-signin/-/google-signin-11.0.1.tgz", - "integrity": "sha512-ZRSEd1ME31XZ+azS3Qe6TRb8NRicGmtRdD1vT4Tz2birnlTfNfRgy4qLrEKNZyMUTodA6+J2UvA2JWwT8ZQ/dw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/@react-native-google-signin/google-signin/-/google-signin-13.0.2.tgz", + "integrity": "sha512-+RgRDBr+/cmdEeOSTBKTCdjs29Ex07hRM35co5kb89H3geXbSDMht8ZTtYqvIuy1XdnrBKQJL27abHwBYZWh1Q==", "peerDependencies": { - "expo": ">=47.0.0", + "expo": ">=50.0.0", "react": "*", + "react-dom": "*", "react-native": "*" }, "peerDependenciesMeta": { "expo": { "optional": true + }, + "react-dom": { + "optional": true } } }, diff --git a/package.json b/package.json index 4073060..3c7b96c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-clipboard/clipboard": "^1.14.1", "@react-native-community/netinfo": "^11.3.2", - "@react-native-google-signin/google-signin": "^11.0.1", + "@react-native-google-signin/google-signin": "^13.0.2", "@react-native-masked-view/masked-view": "^0.2.8", "@react-native/assets-registry": "^0.74.84", "@react-native/gradle-plugin": "^0.74.84",