From 42d15a6a9b22f876f742878d7e3b6271971ae9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:50:19 +0000 Subject: [PATCH] Bump react-native-maps from 1.3.2 to 1.12.0 Bumps [react-native-maps](https://github.com/react-native-maps/react-native-maps) from 1.3.2 to 1.12.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.12.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 | 27 ++++++++++++++++++--------- package.json | 2 +- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85ea4e2..23885d6 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.12.0", "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", @@ -4821,8 +4821,9 @@ } }, "node_modules/@types/geojson": { - "version": "7946.0.10", - "license": "MIT" + "version": "7946.0.14", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.14.tgz", + "integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==" }, "node_modules/@types/graceful-fs": { "version": "4.1.5", @@ -13666,10 +13667,14 @@ } }, "node_modules/react-native-maps": { - "version": "1.3.2", - "license": "MIT", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.12.0.tgz", + "integrity": "sha512-qs5ocpR4t7RJTMRV91OSKJ9Gx6X1XObNeUPaFowMwtiMPNWy2fCzEygoMmCIzTFFa6624Yu/LQxAylaowfcK4Q==", "dependencies": { - "@types/geojson": "^7946.0.8" + "@types/geojson": "^7946.0.13" + }, + "engines": { + "node": ">=18" }, "peerDependencies": { "react": ">= 17.0.1", @@ -19009,7 +19014,9 @@ "version": "0.2.0" }, "@types/geojson": { - "version": "7946.0.10" + "version": "7946.0.14", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.14.tgz", + "integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==" }, "@types/graceful-fs": { "version": "4.1.5", @@ -24866,9 +24873,11 @@ "requires": {} }, "react-native-maps": { - "version": "1.3.2", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.12.0.tgz", + "integrity": "sha512-qs5ocpR4t7RJTMRV91OSKJ9Gx6X1XObNeUPaFowMwtiMPNWy2fCzEygoMmCIzTFFa6624Yu/LQxAylaowfcK4Q==", "requires": { - "@types/geojson": "^7946.0.8" + "@types/geojson": "^7946.0.13" } }, "react-native-notifications": { diff --git a/package.json b/package.json index 4c1c549..cad61db 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.12.0", "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1",