diff --git a/package-lock.json b/package-lock.json index 85ea4e2..9d94a39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-native-inappbrowser-reborn": "^3.6.3", "react-native-keyboard-spacer": "^0.4.1", "react-native-linear-gradient": "^2.6.2", - "react-native-maps": "^1.3.2", + "react-native-maps": "^1.7.1", "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", @@ -13666,10 +13666,11 @@ } }, "node_modules/react-native-maps": { - "version": "1.3.2", - "license": "MIT", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.7.1.tgz", + "integrity": "sha512-CHVLzL+Q2jiUGgbt4/vosxVI1SukWyaLGjD62VLgR/wZpnH4Umi9ql1bmKDPWcfj2C1QZwMU0Yc7rXTbvZUIiw==", "dependencies": { - "@types/geojson": "^7946.0.8" + "@types/geojson": "^7946.0.10" }, "peerDependencies": { "react": ">= 17.0.1", @@ -24866,9 +24867,11 @@ "requires": {} }, "react-native-maps": { - "version": "1.3.2", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.7.1.tgz", + "integrity": "sha512-CHVLzL+Q2jiUGgbt4/vosxVI1SukWyaLGjD62VLgR/wZpnH4Umi9ql1bmKDPWcfj2C1QZwMU0Yc7rXTbvZUIiw==", "requires": { - "@types/geojson": "^7946.0.8" + "@types/geojson": "^7946.0.10" } }, "react-native-notifications": { diff --git a/package.json b/package.json index 4c1c549..2c55f94 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-native-inappbrowser-reborn": "^3.6.3", "react-native-keyboard-spacer": "^0.4.1", "react-native-linear-gradient": "^2.6.2", - "react-native-maps": "^1.3.2", + "react-native-maps": "^1.7.1", "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1",