diff --git a/package-lock.json b/package-lock.json index c9948d5c9..5618e3a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^2.0.2", "@rapideditor/country-coder": "~5.3.0", - "@rapideditor/location-conflation": "~1.3.0", + "@rapideditor/location-conflation": "~1.4.0", "@tmcw/togeojson": "^5.8.1", "@turf/bbox": "^7.0.0", "@turf/bbox-clip": "^7.0.0", @@ -1407,16 +1407,16 @@ } }, "node_modules/@rapideditor/location-conflation": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.3.0.tgz", - "integrity": "sha512-h4FAeKNxuqmO7OGTkXN5CS8gbP+/sCyrQdgSMhtjGYwnGaNQoEIypQNRYAqQJxJjgNISvVvunRTvSOOJfSWxSw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.4.0.tgz", + "integrity": "sha512-GUTAgK5M613nN7uK99ifwMtFJ0D1iunotT5M0avP6cHtNvPx7Sf/HyzYoDfplkCvFwA0NQwxCROCCbxhKCJCAw==", "dependencies": { "@aitodotai/json-stringify-pretty-compact": "^1.3.0", "@mapbox/geojson-area": "^0.2.2", - "@rapideditor/country-coder": "^5.2.1", + "@rapideditor/country-coder": "^5.3.0", "circle-to-polygon": "^2.2.0", "geojson-precision": "^1.0.0", - "polyclip-ts": "~0.16.3" + "polyclip-ts": "~0.16.5" }, "engines": { "node": ">=18" @@ -7144,9 +7144,9 @@ } }, "node_modules/polyclip-ts": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.3.tgz", - "integrity": "sha512-qvmV7qhaP5P+OnFqBe+gQDPCQx/PuhfITQOIX9cEtgiyLRfgrXrCLi3SOg71UEQCeuVDaMYJ/08xvFTNneYxiA==", + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.5.tgz", + "integrity": "sha512-ZchnG0zGZReHgEo3EYzEUi6UmfQFFzNnj6AFU+gBm+IJJ4qG9gL4CwjtCV6oi/PittUPpJLiLJxcn/AgrCBO+g==", "dependencies": { "bignumber.js": "^9.1.0", "splaytree-ts": "^1.0.1" @@ -10281,16 +10281,16 @@ } }, "@rapideditor/location-conflation": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.3.0.tgz", - "integrity": "sha512-h4FAeKNxuqmO7OGTkXN5CS8gbP+/sCyrQdgSMhtjGYwnGaNQoEIypQNRYAqQJxJjgNISvVvunRTvSOOJfSWxSw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.4.0.tgz", + "integrity": "sha512-GUTAgK5M613nN7uK99ifwMtFJ0D1iunotT5M0avP6cHtNvPx7Sf/HyzYoDfplkCvFwA0NQwxCROCCbxhKCJCAw==", "requires": { "@aitodotai/json-stringify-pretty-compact": "^1.3.0", "@mapbox/geojson-area": "^0.2.2", - "@rapideditor/country-coder": "^5.2.1", + "@rapideditor/country-coder": "^5.3.0", "circle-to-polygon": "^2.2.0", "geojson-precision": "^1.0.0", - "polyclip-ts": "~0.16.3" + "polyclip-ts": "~0.16.5" } }, "@rapideditor/mapillary_sprite_source": { @@ -14122,9 +14122,9 @@ } }, "polyclip-ts": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.3.tgz", - "integrity": "sha512-qvmV7qhaP5P+OnFqBe+gQDPCQx/PuhfITQOIX9cEtgiyLRfgrXrCLi3SOg71UEQCeuVDaMYJ/08xvFTNneYxiA==", + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.5.tgz", + "integrity": "sha512-ZchnG0zGZReHgEo3EYzEUi6UmfQFFzNnj6AFU+gBm+IJJ4qG9gL4CwjtCV6oi/PittUPpJLiLJxcn/AgrCBO+g==", "requires": { "bignumber.js": "^9.1.0", "splaytree-ts": "^1.0.1" diff --git a/package.json b/package.json index e117b3f33..4ecbfb908 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^2.0.2", "@rapideditor/country-coder": "~5.3.0", - "@rapideditor/location-conflation": "~1.3.0", + "@rapideditor/location-conflation": "~1.4.0", "@tmcw/togeojson": "^5.8.1", "@turf/bbox": "^7.0.0", "@turf/bbox-clip": "^7.0.0",