diff --git a/package-lock.json b/package-lock.json index 9f2b22f9..a77c297e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "https-browserify": "1.0.0", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8", - "maplibre-gl": "5.21.1", + "maplibre-gl": "5.22.0", "query-string": "9.3.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -990,9 +990,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "24.7.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.7.0.tgz", - "integrity": "sha512-Ed7rcKYU5iELfablg9Mj+TVCsXsPBgdMyXPRAxb2v7oWg9YJnpQdZ5msDs1LESu/mtXy3Z48Vdppv2t/x5kAhw==", + "version": "24.8.1", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.8.1.tgz", + "integrity": "sha512-zxa92qF96ZNojLxeAjnaRpjVCy+swoUNJvDhtpC90k7u5F0TMr4GmvNqMKvYrMoPB8d7gRSXbMG1hBbmgESIsw==", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", @@ -7760,9 +7760,9 @@ } }, "node_modules/maplibre-gl": { - "version": "5.21.1", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.21.1.tgz", - "integrity": "sha512-zto1RTnFkOpOO1bm93ElCXF1huey2N4LvXaGLMFcYAu9txh0OhGIdX1q3LZLkrMKgMxMeYduaQo+DVNzg098fg==", + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.22.0.tgz", + "integrity": "sha512-nc8YA+YSEioMZg5W0cb6Cf3wQ8aJge66dsttyBgpOArOnlmFJO1Kc5G32kYVPeUYhLpBja83T99uanmJvYAIyQ==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/jsonlint-lines-primitives": "^2.0.2", @@ -7772,7 +7772,7 @@ "@mapbox/vector-tile": "^2.0.4", "@mapbox/whoots-js": "^3.1.0", "@maplibre/geojson-vt": "^6.0.4", - "@maplibre/maplibre-gl-style-spec": "^24.7.0", + "@maplibre/maplibre-gl-style-spec": "^24.8.1", "@maplibre/mlt": "^1.1.8", "@maplibre/vt-pbf": "^4.3.0", "@types/geojson": "^7946.0.16", diff --git a/package.json b/package.json index 0317bd54..335a3a8d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "https-browserify": "1.0.0", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8", - "maplibre-gl": "5.21.1", + "maplibre-gl": "5.22.0", "query-string": "9.3.1", "react": "18.3.1", "react-dom": "18.3.1",