From 3e83cfba27ff76a9e8f61991a53190537d40654c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:12:08 +0000 Subject: [PATCH] Bump react-native-maps from 1.3.2 to 1.4.0 Bumps [react-native-maps](https://github.com/react-native-maps/react-native-maps) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/react-native-maps/react-native-maps/releases) - [Changelog](https://github.com/react-native-maps/react-native-maps/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-native-maps/react-native-maps/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: react-native-maps dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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",