diff --git a/package-lock.json b/package-lock.json index 540887a1..c3c2b13c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.1", "js-yaml": "^5.2.3", - "maplibre-gl": "^6.0.0", + "maplibre-gl": "^6.1.0", "pmtiles": "^4.4.1", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2", @@ -14822,9 +14822,9 @@ } }, "node_modules/maplibre-gl": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.0.0.tgz", - "integrity": "sha512-1wBgEhzTZfA+cDpFdt0fM1mJA5mJ90fifORJ7D8JcKLJCvPT/iTx9bNxkP7DqEYde65DJd7gE7h83khwNRqdyg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.1.0.tgz", + "integrity": "sha512-vLRukjvbUai4SXW2/jKo8rPsw6YMXuA/b4fKFVSulZKFVRHkOvk4ZmNlDSVZpTYPV0/7/iTqq8ltYdyr764b7w==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/point-geometry": "^1.1.0", @@ -14832,7 +14832,7 @@ "@mapbox/unitbezier": "^1.0.0", "@mapbox/vector-tile": "^3.0.0", "@maplibre/geojson-vt": "^6.1.1", - "@maplibre/maplibre-gl-style-spec": "^26.1.0", + "@maplibre/maplibre-gl-style-spec": "^26.2.1", "@maplibre/mlt": "^1.1.12", "@maplibre/vt-pbf": "^4.3.2", "@types/geojson": "^7946.0.16", diff --git a/package.json b/package.json index 1644b709..d2a8c8a7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.1", "js-yaml": "^5.2.3", - "maplibre-gl": "^6.0.0", + "maplibre-gl": "^6.1.0", "pmtiles": "^4.4.1", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2",