diff --git a/package-lock.json b/package-lock.json index d0ba23d..cd7e291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mapbox/mbtiles": "0.12.1", "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", - "@mapbox/vector-tile": "2.0.2", + "@mapbox/vector-tile": "2.0.3", "@maplibre/maplibre-gl-native": "5.4.0", "@maplibre/maplibre-gl-style-spec": "20.3.0", "@sindresorhus/fnv1a": "3.1.0", @@ -1251,9 +1251,9 @@ } }, "node_modules/@mapbox/point-geometry": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.0.0.tgz", - "integrity": "sha512-1EPbCrZvs+eBayaMcPeDmwsbgG/b7vQxtYlzLI/5dA2SHctbUxFr13OE4+AdozoF8EtvbaFcfQIzWetOfooz/w==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz", + "integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==" }, "node_modules/@mapbox/polyline": { "version": "1.2.1", @@ -1291,11 +1291,11 @@ "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==" }, "node_modules/@mapbox/vector-tile": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.2.tgz", - "integrity": "sha512-DGHWcOU2VzaEEzqR0CxxXaBESwEUpFy8+iLNARxZrHRgu9IoTMZgh0ugRNI67n6xXI08z3ZyrKbcdxDPtAfk8w==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.3.tgz", + "integrity": "sha512-Fq8PzBAaBeG3sEZA7Bomlv+8ZJcS5KCD6MRlCqiFrroOLnwZFFSJVydk1J9sneScJq9q4yyGfxKa+i7x2TLG8A==", "dependencies": { - "@mapbox/point-geometry": "~1.0.0", + "@mapbox/point-geometry": "~1.1.0", "@types/geojson": "^7946.0.14", "pbf": "^4.0.1" } diff --git a/package.json b/package.json index f10ff93..2799695 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mapbox/mbtiles": "0.12.1", "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", - "@mapbox/vector-tile": "2.0.2", + "@mapbox/vector-tile": "2.0.3", "@maplibre/maplibre-gl-native": "5.4.0", "@maplibre/maplibre-gl-style-spec": "20.3.0", "@sindresorhus/fnv1a": "3.1.0",