diff --git a/package-lock.json b/package-lock.json index 85ea4e2..6c2aec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "metro-config": "^0.74.1", "ngeohash": "^0.6.3", "react": "17.0.2", - "react-native": "0.68.5", + "react-native": "0.68.7", "react-native-background-fetch": "^4.1.7", "react-native-background-geolocation": "^4.9.4", "react-native-compass-heading": "^1.4.2", @@ -13495,8 +13495,9 @@ "license": "MIT" }, "node_modules/react-native": { - "version": "0.68.5", - "license": "MIT", + "version": "0.68.7", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.7.tgz", + "integrity": "sha512-t7XvcwKyXhN9vR8GfgLUyEYYccwI390pG7debFSGns/5Vb0+/ZiGuSmVZGLNt1NVc3UH2zI2GGkDdSJR8Locig==", "dependencies": { "@jest/create-cache-key-function": "^27.0.1", "@react-native-community/cli": "^7.0.3", @@ -24732,7 +24733,9 @@ "version": "16.13.1" }, "react-native": { - "version": "0.68.5", + "version": "0.68.7", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.7.tgz", + "integrity": "sha512-t7XvcwKyXhN9vR8GfgLUyEYYccwI390pG7debFSGns/5Vb0+/ZiGuSmVZGLNt1NVc3UH2zI2GGkDdSJR8Locig==", "requires": { "@jest/create-cache-key-function": "^27.0.1", "@react-native-community/cli": "^7.0.3", diff --git a/package.json b/package.json index 4c1c549..f634fee 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "metro-config": "^0.74.1", "ngeohash": "^0.6.3", "react": "17.0.2", - "react-native": "0.68.5", + "react-native": "0.68.7", "react-native-background-fetch": "^4.1.7", "react-native-background-geolocation": "^4.9.4", "react-native-compass-heading": "^1.4.2",