diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 3e366ba13cd..d28991ad5eb 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -50095,7 +50095,7 @@ "@math.gl/web-mercator": "^4.1.0", "mapbox-gl": "^3.24.0", "maplibre-gl": "^5.24.0", - "react-map-gl": "^8.1.1", + "react-map-gl": "^8.1.0", "supercluster": "^8.0.1" }, "peerDependencies": { diff --git a/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json b/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json index a57c14c23b2..54740c8d1d2 100644 --- a/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json +++ b/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json @@ -29,7 +29,7 @@ "@math.gl/web-mercator": "^4.1.0", "mapbox-gl": "^3.24.0", "maplibre-gl": "^5.24.0", - "react-map-gl": "^8.1.1", + "react-map-gl": "^8.1.0", "supercluster": "^8.0.1" }, "peerDependencies": {