diff --git a/package-lock.json b/package-lock.json index cb836f99..601964e5 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.1.0", + "maplibre-gl": "^6.3.0", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2", @@ -14822,9 +14822,9 @@ } }, "node_modules/maplibre-gl": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.1.0.tgz", - "integrity": "sha512-vLRukjvbUai4SXW2/jKo8rPsw6YMXuA/b4fKFVSulZKFVRHkOvk4ZmNlDSVZpTYPV0/7/iTqq8ltYdyr764b7w==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.3.0.tgz", + "integrity": "sha512-F0Is48MTzn3DvOEidPjh68E0kuSA7hdzY1YIR0ypPtFgcif3WPtzI1oZFgsv9WtHmarQnbwIXfsf+EfQYvM00A==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/point-geometry": "^1.1.0", diff --git a/package.json b/package.json index 9c55786d..a2c1635e 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.1.0", + "maplibre-gl": "^6.3.0", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2",