diff --git a/package-lock.json b/package-lock.json index 4cafc5cf5..05361cc22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "i18next": "^24.2.2", "immutability-helper": "^3.1.1", "joi": "17.13.3", - "maplibre-gl": "5.1.0", + "maplibre-gl": "5.1.1", "mui-color-input": "^5.0.1", "react": "18.3.1", "react-dnd": "^16.0.1", @@ -14070,9 +14070,9 @@ } }, "node_modules/maplibre-gl": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.1.0.tgz", - "integrity": "sha512-6lbf7qAnqAVm1T/vJBMmRtP+g8G/O/Z52IBtWX31SbFj7sEdlrk4YugxJen8IdV/pFjLFnDOw7HiHZl5nYdVjg==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.1.1.tgz", + "integrity": "sha512-0Z6ODzyFu/grwT6K1eIBpv6MZE4xnJD1AV+Yq1hPzOh/YCY36r9BlSaU7d7n2/HJOaoKOy0b2YF8cS4dD+iEVQ==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index 9751fe0d3..2cdd28324 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "i18next": "^24.2.2", "immutability-helper": "^3.1.1", "joi": "17.13.3", - "maplibre-gl": "5.1.0", + "maplibre-gl": "5.1.1", "mui-color-input": "^5.0.1", "react": "18.3.1", "react-dnd": "^16.0.1",