diff --git a/mobile/mobile-react-native/package-lock.json b/mobile/mobile-react-native/package-lock.json index 2e57695e5a..d5ec31e964 100644 --- a/mobile/mobile-react-native/package-lock.json +++ b/mobile/mobile-react-native/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@eva-design/eva": "2.2.0", "@ui-kitten/components": "5.3.1", - "expo": "52.0.21", + "expo": "52.0.22", "expo-font": "13.0.2", "expo-splash-screen": "0.29.18", "expo-status-bar": "2.0.0", @@ -2162,9 +2162,9 @@ } }, "node_modules/@expo/fingerprint": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.11.4.tgz", - "integrity": "sha512-FfcvHjrWjOJ17wiMfr1iQ1YDyjlj8qfxG+GDce0khrjNSkzRjVdCOIFsMvfVSBPnOPX5NuZlgMRvMkcPUtGClA==", + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/@expo/fingerprint/-/fingerprint-0.11.5.tgz", + "integrity": "sha512-GORGt2VUgeNUZkE7BXH+2w7jtuSGsZjKkX8E1q9msVNdz7WH/lf45wshGTTFHhFDFvPMpu/GGnYeflk/2OvOIw==", "license": "MIT", "dependencies": { "@expo/spawn-async": "^1.7.2", @@ -7439,16 +7439,16 @@ } }, "node_modules/expo": { - "version": "52.0.21", - "resolved": "https://registry.npmjs.org/expo/-/expo-52.0.21.tgz", - "integrity": "sha512-+yYIvUczlM7zvqjwCtCH4OtLaX0F1/35oAlNmPK5lV1RIVVRjKfBeZ8kK+jNNUwY9gZnrk8oeN6E2qcqohyOcw==", + "version": "52.0.22", + "resolved": "https://registry.npmjs.org/expo/-/expo-52.0.22.tgz", + "integrity": "sha512-Y8Y9cLH0lzsRU2E9c90XHwpGBIHtGgyUiev07Ts1KGhWgZheH9Hu2+pvobrpWEw1JJ63ushHL3E7YauamPTd8w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.0", "@expo/cli": "0.22.7", "@expo/config": "~10.0.6", "@expo/config-plugins": "~9.0.12", - "@expo/fingerprint": "0.11.4", + "@expo/fingerprint": "0.11.5", "@expo/metro-config": "0.19.8", "@expo/vector-icons": "^14.0.0", "babel-preset-expo": "~12.0.4", diff --git a/mobile/mobile-react-native/package.json b/mobile/mobile-react-native/package.json index 48cee95bd4..acf092e38e 100644 --- a/mobile/mobile-react-native/package.json +++ b/mobile/mobile-react-native/package.json @@ -22,7 +22,7 @@ "dependencies": { "@eva-design/eva": "2.2.0", "@ui-kitten/components": "5.3.1", - "expo": "52.0.21", + "expo": "52.0.22", "expo-font": "13.0.2", "expo-splash-screen": "0.29.18", "expo-status-bar": "2.0.0",