diff --git a/package-lock.json b/package-lock.json index 871a5c97..b8525208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", - "maplibre-gl": "^6.9.1", + "maplibre-gl": "^6.10.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", "ol-mapbox-style": "^13.5.1", @@ -1719,9 +1719,9 @@ } }, "node_modules/@maplibre/mlt": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.2.1.tgz", - "integrity": "sha512-5n5dgolE2EYxwCKgx8vlwURCB8A+kyfJJyThlYimjlGgOcOe2Bhw9VxxnnHC91OC9PgHg+nVdgVPTYPkIo62vg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.3.0.tgz", + "integrity": "sha512-7M2O7ABM80Oi8XPkfkrjKB8mOBIxGoVgkA52Mu4RMWoBvvMdagQ522+WxVYujZsMpqIr3BpzrTbXrm4k8lCzCQ==", "license": "(MIT OR Apache-2.0)", "dependencies": { "@mapbox/point-geometry": "^1.1.0" @@ -8419,9 +8419,9 @@ "license": "BSD-2-Clause" }, "node_modules/maplibre-gl": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.9.1.tgz", - "integrity": "sha512-piG2jNSq7crSTzj67UWDlTaxDjWvhFpfubZUuaofmaMcQKWw+kYn7mCfeh6S/Egr8+q8prBWcDqEaa6DdIQ6pw==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.10.0.tgz", + "integrity": "sha512-pZIJ1/rsB1jDjT3eBTfMaeSY45lRKdCuZtqXqTnkUrn0UJO9IwtbywT5ym3/cz57MGEELwAwQSYjB/Fj9TlktQ==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/point-geometry": "^1.1.0", @@ -8429,8 +8429,8 @@ "@mapbox/unitbezier": "^1.0.0", "@mapbox/vector-tile": "^3.0.0", "@maplibre/geojson-vt": "^6.1.1", - "@maplibre/maplibre-gl-style-spec": "^26.4.2", - "@maplibre/mlt": "^1.2.1", + "@maplibre/maplibre-gl-style-spec": "^26.4.4", + "@maplibre/mlt": "^1.3.0", "@maplibre/vt-pbf": "^4.3.2", "@types/geojson": "^7946.0.16", "bidi-js": "^1.1.0", diff --git a/package.json b/package.json index 6f242c3d..3b9d81ab 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", - "maplibre-gl": "^6.9.1", + "maplibre-gl": "^6.10.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", "ol-mapbox-style": "^13.5.1",