diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index b9e298d..62eeded 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -27,7 +27,7 @@ "deprecated-react-native-prop-types": "^5.0.0", "expo": "~50.0.15", "expo-apple-authentication": "~6.3.0", - "expo-application": "~5.8.3", + "expo-application": "~6.1.5", "expo-auth-session": "~5.4.0", "expo-constants": "~15.4.5", "expo-crypto": "~12.8.1", @@ -8937,9 +8937,10 @@ } }, "node_modules/expo-application": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/expo-application/-/expo-application-5.8.3.tgz", - "integrity": "sha512-IISxzpPX+Xe4ynnwX8yY52T6dm1g9sME1GCj4lvUlrdc5xeTPM6U35x7Wj82V7lLWBaVGe+/Tg9EeKqfylCEwA==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/expo-application/-/expo-application-6.1.5.tgz", + "integrity": "sha512-ToImFmzw8luY043pWFJhh2ZMm4IwxXoHXxNoGdlhD4Ym6+CCmkAvCglg0FK8dMLzAb+/XabmOE7Rbm8KZb6NZg==", + "license": "MIT", "peerDependencies": { "expo": "*" } @@ -8970,6 +8971,15 @@ "invariant": "^2.2.4" } }, + "node_modules/expo-auth-session/node_modules/expo-application": { + "version": "5.8.4", + "resolved": "https://registry.npmjs.org/expo-application/-/expo-application-5.8.4.tgz", + "integrity": "sha512-mH0gSlFzMuiT20TkZnBppzUtdF6TFHwcaTRnvkSZanN9iTOeEEfQQ60hHT4lBizHjFWRs/QYZVtXGvkQ/cyMpg==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, "node_modules/expo-constants": { "version": "15.4.5", "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-15.4.5.tgz", @@ -9279,6 +9289,15 @@ "expo": "*" } }, + "node_modules/expo-notifications/node_modules/expo-application": { + "version": "5.8.4", + "resolved": "https://registry.npmjs.org/expo-application/-/expo-application-5.8.4.tgz", + "integrity": "sha512-mH0gSlFzMuiT20TkZnBppzUtdF6TFHwcaTRnvkSZanN9iTOeEEfQQ60hHT4lBizHjFWRs/QYZVtXGvkQ/cyMpg==", + "license": "MIT", + "peerDependencies": { + "expo": "*" + } + }, "node_modules/expo-random": { "version": "13.6.0", "resolved": "https://registry.npmjs.org/expo-random/-/expo-random-13.6.0.tgz", diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index d1586d9..010f2b8 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -52,7 +52,7 @@ "deprecated-react-native-prop-types": "^5.0.0", "expo": "~50.0.15", "expo-apple-authentication": "~6.3.0", - "expo-application": "~5.8.3", + "expo-application": "~6.1.5", "expo-auth-session": "~5.4.0", "expo-constants": "~15.4.5", "expo-crypto": "~12.8.1",