diff --git a/package-lock.json b/package-lock.json index 85ea4e2..a898e2a 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.4.0", "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", @@ -13666,8 +13666,9 @@ } }, "node_modules/react-native-maps": { - "version": "1.3.2", - "license": "MIT", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.4.0.tgz", + "integrity": "sha512-asP6oVx9uF4E9U22j40q0AcSJ4v3hPBPCg1kPdlbckGXGj+z8dwwdPkQi3hUpl94odlR//v60Sw6PAEYv8zSxw==", "dependencies": { "@types/geojson": "^7946.0.8" }, @@ -24866,7 +24867,9 @@ "requires": {} }, "react-native-maps": { - "version": "1.3.2", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.4.0.tgz", + "integrity": "sha512-asP6oVx9uF4E9U22j40q0AcSJ4v3hPBPCg1kPdlbckGXGj+z8dwwdPkQi3hUpl94odlR//v60Sw6PAEYv8zSxw==", "requires": { "@types/geojson": "^7946.0.8" } diff --git a/package.json b/package.json index 4c1c549..c59b7a1 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.4.0", "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1",