diff --git a/package-lock.json b/package-lock.json index 79629221acb..92d58c395e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^2.0.4", "@mapbox/whoots-js": "^3.1.0", - "@maplibre/geojson-vt": "^5.0.4", + "@maplibre/geojson-vt": "^6.0.0", "@maplibre/maplibre-gl-style-spec": "^24.5.0", "@maplibre/mlt": "^1.1.6", "@maplibre/vt-pbf": "^4.3.0", @@ -2811,10 +2811,13 @@ } }, "node_modules/@maplibre/geojson-vt": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-5.0.4.tgz", - "integrity": "sha512-KGg9sma45S+stfH9vPCJk1J0lSDLWZgCT9Y8u8qWZJyjFlP8MNP1WGTxIMYJZjDvVT3PDn05kN1C95Sut1HpgQ==", - "license": "ISC" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.0.0.tgz", + "integrity": "sha512-/bmD83+dn7S7E1hjWQqlxNTlmaCre2HdlRr1zlmoJd6D84SA32i6FQAqbQXPg81ore8iFtVbkyxX9yBTwriO3Q==", + "license": "ISC", + "dependencies": { + "kdbush": "^4.0.2" + } }, "node_modules/@maplibre/maplibre-gl-style-spec": { "version": "24.5.0", @@ -2860,6 +2863,12 @@ "supercluster": "^8.0.1" } }, + "node_modules/@maplibre/vt-pbf/node_modules/@maplibre/geojson-vt": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-5.0.4.tgz", + "integrity": "sha512-KGg9sma45S+stfH9vPCJk1J0lSDLWZgCT9Y8u8qWZJyjFlP8MNP1WGTxIMYJZjDvVT3PDn05kN1C95Sut1HpgQ==", + "license": "ISC" + }, "node_modules/@microsoft/tsdoc": { "version": "0.16.0", "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.16.0.tgz", diff --git a/package.json b/package.json index 7b773900117..fb6d75301f8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^2.0.4", "@mapbox/whoots-js": "^3.1.0", - "@maplibre/geojson-vt": "^5.0.4", + "@maplibre/geojson-vt": "^6.0.0", "@maplibre/maplibre-gl-style-spec": "^24.5.0", "@maplibre/mlt": "^1.1.6", "@maplibre/vt-pbf": "^4.3.0",