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",