diff --git a/package-lock.json b/package-lock.json index 5de44de58..f904d5b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^2.0.3", "@rapideditor/country-coder": "~5.3.1", - "@rapideditor/location-conflation": "~1.4.0", + "@rapideditor/location-conflation": "~1.4.1", "@tmcw/togeojson": "^6.0.0", "@turf/bbox": "^7.1.0", "@turf/bbox-clip": "^7.1.0", @@ -896,16 +896,16 @@ } }, "node_modules/@rapideditor/location-conflation": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.4.0.tgz", - "integrity": "sha512-GUTAgK5M613nN7uK99ifwMtFJ0D1iunotT5M0avP6cHtNvPx7Sf/HyzYoDfplkCvFwA0NQwxCROCCbxhKCJCAw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.4.1.tgz", + "integrity": "sha512-JTtnBGsCGPIlw5Mz8RNAMaAVrbYYOPoreeW3BXYNrV/r/sjOZ9pJiJAibtjYQ3SisezH2QYbd2+4gOQ59wfNlA==", "dependencies": { "@aitodotai/json-stringify-pretty-compact": "^1.3.0", "@mapbox/geojson-area": "^0.2.2", - "@rapideditor/country-coder": "^5.3.0", + "@rapideditor/country-coder": "^5.3.1", "circle-to-polygon": "^2.2.0", "geojson-precision": "^1.0.0", - "polyclip-ts": "~0.16.5" + "polyclip-ts": "~0.16.7" }, "engines": { "node": ">=18" @@ -6091,12 +6091,12 @@ } }, "node_modules/polyclip-ts": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.6.tgz", - "integrity": "sha512-/s1uKSup6qttXN4EaeRkE2SUkcwm72ZYMhHZH3MkJnBzgTGx1RHruawg15DBefwXqXA5f2Pz/HTXpRLHOjAEIw==", + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/polyclip-ts/-/polyclip-ts-0.16.8.tgz", + "integrity": "sha512-JPtKbDRuPEuAjuTdhR62Gph7Is2BS1Szx69CFOO3g71lpJDFo78k4tFyi+qFOMVPePEzdSKkpGU3NBXPHHjvKQ==", "dependencies": { "bignumber.js": "^9.1.0", - "splaytree-ts": "^1.0.1" + "splaytree-ts": "^1.0.2" } }, "node_modules/polygon-clipping": { @@ -6934,9 +6934,9 @@ "dev": true }, "node_modules/splaytree-ts": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/splaytree-ts/-/splaytree-ts-1.0.1.tgz", - "integrity": "sha512-B+VzCm33/KEchi/fzT6/3NRHm8k5+Kf37SBQO3meHHS/tK2xBnIm4ZvusQ1wUpHgKMCCqEWgXnwFXAa1nD289g==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/splaytree-ts/-/splaytree-ts-1.0.2.tgz", + "integrity": "sha512-0kGecIZNIReCSiznK3uheYB8sbstLjCZLiwcQwbmLhgHJj2gz6OnSPkVzJQCMnmEz1BQ4gPK59ylhBoEWOhGNA==" }, "node_modules/stable": { "version": "0.1.8", diff --git a/package.json b/package.json index 8122e3716..c2bafa5d5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^2.0.3", "@rapideditor/country-coder": "~5.3.1", - "@rapideditor/location-conflation": "~1.4.0", + "@rapideditor/location-conflation": "~1.4.1", "@tmcw/togeojson": "^6.0.0", "@turf/bbox": "^7.1.0", "@turf/bbox-clip": "^7.1.0",