From 21a968fea3cc91e2c34b61660da078cf857eb198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:42:32 +0000 Subject: [PATCH] Bump react-native-maps from 1.8.0 to 1.11.3 Bumps [react-native-maps](https://github.com/react-native-maps/react-native-maps) from 1.8.0 to 1.11.3. - [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.8.0...v1.11.3) --- updated-dependencies: - dependency-name: react-native-maps dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3816cb421..a51eefd60 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-native-linear-gradient": "^2.8.3", "react-native-localize": "^3.0.3", "react-native-map-clustering": "^3.4.2", - "react-native-maps": "^1.8.0", + "react-native-maps": "^1.11.3", "react-native-modal-datetime-picker": "^17.1.0", "react-native-pager-view": "^6.2.2", "react-native-paper": "^5.11.1", diff --git a/yarn.lock b/yarn.lock index bc72648e3..0505b80f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2292,10 +2292,10 @@ dependencies: "@babel/types" "^7.20.7" -"@types/geojson@^7946.0.10": - version "7946.0.13" - resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.13.tgz#e6e77ea9ecf36564980a861e24e62a095988775e" - integrity sha512-bmrNrgKMOhM3WsafmbGmC+6dsF2Z308vLFsQ3a/bT8X8Sv5clVYpPars/UPq+sAaJP+5OoLAYgwbkS5QEJdLUQ== +"@types/geojson@^7946.0.13": + version "7946.0.14" + resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.14.tgz#319b63ad6df705ee2a65a73ef042c8271e696613" + integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg== "@types/graceful-fs@^4.1.3": version "4.1.9" @@ -7369,12 +7369,12 @@ react-native-map-clustering@^3.4.2: "@mapbox/geo-viewport" "^0.4.1" supercluster "^7.1.0" -react-native-maps@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-1.8.0.tgz#1f2471dec6f406725d22f2545f326c6fb6d9abf9" - integrity sha512-KfVZ03L42+a22Fkcl2uDe5d+73BweTlcRUzm2G+aQUJ7fHrBxj7CuXWtKMSNpVDiO3YDCWcshiiyjSXxkd/qOw== +react-native-maps@^1.11.3: + version "1.11.3" + resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-1.11.3.tgz#7186add5851b50d92501e3791fca2dd7437c80ba" + integrity sha512-alz5FnQicz21lL09oTnQvX5Tw9zHoRabE3hchBnYS56KaF/6l0/cHe5ImMtcqriD9fmn6SXjW3cahELkCoR5mw== dependencies: - "@types/geojson" "^7946.0.10" + "@types/geojson" "^7946.0.13" react-native-modal-datetime-picker@^17.1.0: version "17.1.0"