From dc26be4f1692287cf0b32aac3ed9982721cf765f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:04:19 +0000 Subject: [PATCH] Bump react-native-maps from 1.3.2 to 1.7.1 Bumps [react-native-maps](https://github.com/react-native-maps/react-native-maps) from 1.3.2 to 1.7.1. - [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.7.1) --- 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 | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) 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",