From 34417d8b702a838b9a2c5bdd5eb9598d0b32caeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:15:06 +0000 Subject: [PATCH] chore(deps): bump @mapbox/mapbox-sdk from 0.13.7 to 0.16.0 in /example Bumps [@mapbox/mapbox-sdk](https://github.com/mapbox/mapbox-sdk-js) from 0.13.7 to 0.16.0. - [Release notes](https://github.com/mapbox/mapbox-sdk-js/releases) - [Changelog](https://github.com/mapbox/mapbox-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/mapbox/mapbox-sdk-js/compare/v0.13.7...v0.16.0) --- updated-dependencies: - dependency-name: "@mapbox/mapbox-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index e41dd767e..df7f91a7c 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@mapbox/geo-viewport": "^0.5.0", - "@mapbox/mapbox-sdk": "^0.13.0", + "@mapbox/mapbox-sdk": "^0.16.0", "@react-native-async-storage/async-storage": "^1.22.3", "@react-navigation/compat": "^5.3.20", "@react-navigation/native": "^6.0.17",