From e5c6d2055e4f96b51ff6b3e4f99fcc1bbac33cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:15:59 +0000 Subject: [PATCH] build(deps): bump mapbox-gl from 3.24.0 to 3.24.1 Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.24.0 to 3.24.1. - [Release notes](https://github.com/mapbox/mapbox-gl-js/releases) - [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/v3.24.1/CHANGELOG.md) - [Commits](https://github.com/mapbox/mapbox-gl-js/compare/v3.24.0...v3.24.1) --- updated-dependencies: - dependency-name: mapbox-gl dependency-version: 3.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63c0e71de..2f12054b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "leaflet.locatecontrol": "^0.88.0", "leaflet.markercluster": "^1.5.3", "lrm-graphhopper": "^1.3.0", - "mapbox-gl": "^3.16.0", + "mapbox-gl": "^3.24.1", "mapbox-gl-leaflet": "^0.0.16", "maplibre-gl": "^5.16.0", "nouislider": "^15.8.1", @@ -11726,10 +11726,9 @@ } }, "node_modules/mapbox-gl": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.24.0.tgz", - "integrity": "sha512-R+FdFUB3DnoE5FYASV7lGSiRyMkSblcZ2UEy7b2pt7s5ZbCxFIUPXd0E6iAFd8OdvdA2VtbvZZVylzAZNaurjA==", - "license": "SEE LICENSE IN LICENSE.txt", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.24.1.tgz", + "integrity": "sha512-e9Wj1TtGGOjzE/jtWaUvdFN7RYL3H0keEzH7gwzHbEdFAsmi03RaDVhnATmtFtIRXQUYf944CIQN0jQv+obeNg==", "workspaces": [ "src/style-spec", "plugins/mapbox-gl-pmtiles-provider", diff --git a/package.json b/package.json index 17899ac1e..7910b7113 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "leaflet.locatecontrol": "^0.88.0", "leaflet.markercluster": "^1.5.3", "lrm-graphhopper": "^1.3.0", - "mapbox-gl": "^3.16.0", + "mapbox-gl": "^3.24.1", "mapbox-gl-leaflet": "^0.0.16", "maplibre-gl": "^5.16.0", "nouislider": "^15.8.1",