Bump @rapideditor/location-conflation from 1.4.0 to 1.4.1 (#10601)

Bumps [@rapideditor/location-conflation](https://github.com/rapideditor/location-conflation) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/rapideditor/location-conflation/releases)
- [Changelog](https://github.com/rapideditor/location-conflation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rapideditor/location-conflation/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: "@rapideditor/location-conflation"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-17 10:03:02 +01:00
committed by GitHub
parent b558cf865d
commit 9f4e45b232
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -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",

View File

@@ -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",