diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 76da2d9..53888d4 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -27,7 +27,7 @@ "core-js": "^3.33.3", "deprecated-react-native-prop-types": "^5.0.0", "expo": "~50.0.15", - "expo-apple-authentication": "~6.3.0", + "expo-apple-authentication": "~8.0.7", "expo-application": "~5.8.3", "expo-auth-session": "~5.4.0", "expo-constants": "~15.4.5", @@ -8944,11 +8944,13 @@ } }, "node_modules/expo-apple-authentication": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/expo-apple-authentication/-/expo-apple-authentication-6.3.0.tgz", - "integrity": "sha512-eYoRMlh7qKkWdbNe5TV5n0/1mLMRDFDxt+uetyu0XMdn70vZSTaPr5yewyGzoFHRx5t4QCEj8wTobcjoqH5PGw==", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/expo-apple-authentication/-/expo-apple-authentication-8.0.7.tgz", + "integrity": "sha512-KHLKecxwlPm42W/JYEefcFcXu5BW88wlgKSoikOFwRoWpzzryJxsNacMJRqrzAP3lFecPAK+ATgyJYvFkp10kw==", + "license": "MIT", "peerDependencies": { - "expo": "*" + "expo": "*", + "react-native": "*" } }, "node_modules/expo-application": { diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index c1de36a..e00f251 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -52,7 +52,7 @@ "core-js": "^3.33.3", "deprecated-react-native-prop-types": "^5.0.0", "expo": "~50.0.15", - "expo-apple-authentication": "~6.3.0", + "expo-apple-authentication": "~8.0.7", "expo-application": "~5.8.3", "expo-auth-session": "~5.4.0", "expo-constants": "~15.4.5",