diff --git a/package-lock.json b/package-lock.json index 9ee23e28..db52c8b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", - "maplibre-gl": "^5.6.2", + "maplibre-gl": "^5.7.1", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.6.1", "ol-mapbox-style": "^13.1.0", @@ -6824,9 +6824,10 @@ } }, "node_modules/gl-matrix": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz", - "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz", + "integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==", + "license": "MIT" }, "node_modules/glob": { "version": "5.0.15", @@ -9071,9 +9072,9 @@ "license": "BSD-2-Clause" }, "node_modules/maplibre-gl": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.6.2.tgz", - "integrity": "sha512-SEqYThhUCFf6Lm0TckpgpKnto5u4JsdPYdFJb6g12VtuaFsm3nYdBO+fOmnUYddc8dXihgoGnuXvPPooUcRv5w==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.7.1.tgz", + "integrity": "sha512-iCOQB6W/EGgQx8aU4SyfU5a5/GR2E+ELF92NMsqYfs3x+vnY+8mARmz4gor6XZHCz3tv19mnotVDRlRTMNKyGw==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", @@ -9090,7 +9091,7 @@ "@types/supercluster": "^7.1.3", "earcut": "^3.0.2", "geojson-vt": "^4.0.2", - "gl-matrix": "^3.4.3", + "gl-matrix": "^3.4.4", "kdbush": "^4.0.2", "murmurhash-js": "^1.0.0", "pbf": "^4.0.1", diff --git a/package.json b/package.json index 4b3ca62a..0d354e04 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", - "maplibre-gl": "^5.6.2", + "maplibre-gl": "^5.7.1", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.6.1", "ol-mapbox-style": "^13.1.0",