diff --git a/package-lock.json b/package-lock.json index cfe0fb88b..5ed9080a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^1.3.1", "@rapideditor/country-coder": "~5.2.0", - "@rapideditor/location-conflation": "~1.2.0", + "@rapideditor/location-conflation": "~1.2.1", "@tmcw/togeojson": "^5.7.0", "@turf/bbox": "^6.0.0", "@turf/bbox-clip": "^6.0.0", @@ -1230,9 +1230,9 @@ } }, "node_modules/@rapideditor/country-coder": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.2.0.tgz", - "integrity": "sha512-6BupvfTV/cEFLrzi9kzVabry+d4ZawUQoCtjiLiA8F3op7nBJ8MMpHqaebgNNLCyAPZbVT4RP73o7RbTF1IlkA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.2.1.tgz", + "integrity": "sha512-rPxw/Mxpogi46JDvJLtNOo7pOnxeVumRj6OSIJMJh9pSaoJUJmQqPd6Ep7DzBXew2dUe2G1Jg224FqRdx1j2qg==", "dependencies": { "which-polygon": "^2.2.1" }, @@ -1241,13 +1241,13 @@ } }, "node_modules/@rapideditor/location-conflation": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.2.0.tgz", - "integrity": "sha512-ro2uHvDmvDXjX0/SPg60gWUkjTHmZFGrkgoQHoY0nn8ZTHKH8DYaHrbiA7vQ0nTbV+vtYXXc+VPXXZ2k8YEgbw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.2.1.tgz", + "integrity": "sha512-s28bvOWgIWUT8Y25PoVzPDDn4TZtJM2elKwYRhhYGCQa7YbKEezd4Xbv3TTib3tLwKYyvXZxvrcMS9Rwm976mQ==", "dependencies": { "@aitodotai/json-stringify-pretty-compact": "^1.3.0", "@mapbox/geojson-area": "^0.2.2", - "@rapideditor/country-coder": "^5.2.0", + "@rapideditor/country-coder": "^5.2.1", "circle-to-polygon": "^2.2.0", "geojson-precision": "^1.0.0", "polygon-clipping": "~0.15.3" @@ -10769,21 +10769,21 @@ "optional": true }, "@rapideditor/country-coder": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.2.0.tgz", - "integrity": "sha512-6BupvfTV/cEFLrzi9kzVabry+d4ZawUQoCtjiLiA8F3op7nBJ8MMpHqaebgNNLCyAPZbVT4RP73o7RbTF1IlkA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.2.1.tgz", + "integrity": "sha512-rPxw/Mxpogi46JDvJLtNOo7pOnxeVumRj6OSIJMJh9pSaoJUJmQqPd6Ep7DzBXew2dUe2G1Jg224FqRdx1j2qg==", "requires": { "which-polygon": "^2.2.1" } }, "@rapideditor/location-conflation": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.2.0.tgz", - "integrity": "sha512-ro2uHvDmvDXjX0/SPg60gWUkjTHmZFGrkgoQHoY0nn8ZTHKH8DYaHrbiA7vQ0nTbV+vtYXXc+VPXXZ2k8YEgbw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@rapideditor/location-conflation/-/location-conflation-1.2.1.tgz", + "integrity": "sha512-s28bvOWgIWUT8Y25PoVzPDDn4TZtJM2elKwYRhhYGCQa7YbKEezd4Xbv3TTib3tLwKYyvXZxvrcMS9Rwm976mQ==", "requires": { "@aitodotai/json-stringify-pretty-compact": "^1.3.0", "@mapbox/geojson-area": "^0.2.2", - "@rapideditor/country-coder": "^5.2.0", + "@rapideditor/country-coder": "^5.2.1", "circle-to-polygon": "^2.2.0", "geojson-precision": "^1.0.0", "polygon-clipping": "~0.15.3" diff --git a/package.json b/package.json index bd413aaa2..78d32fe78 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@rapideditor/country-coder": "~5.2.0", - "@rapideditor/location-conflation": "~1.2.0", + "@rapideditor/location-conflation": "~1.2.1", "@mapbox/geojson-area": "^0.2.2", "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^1.3.1",