From a745444ac6a41c9be0e79eb937a0c74dbb9d734a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:03:57 +0200 Subject: [PATCH] Bump @rapideditor/country-coder from 5.3.1 to 5.4.0 (#11010) Bumps [@rapideditor/country-coder](https://github.com/rapideditor/country-coder) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/rapideditor/country-coder/releases) - [Changelog](https://github.com/rapideditor/country-coder/blob/main/CHANGELOG.md) - [Commits](https://github.com/rapideditor/country-coder/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: "@rapideditor/country-coder" dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cb6dee57..4a1c8faac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mapbox/geojson-area": "^0.2.2", "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^2.0.3", - "@rapideditor/country-coder": "~5.3.1", + "@rapideditor/country-coder": "~5.4.0", "@rapideditor/location-conflation": "~1.4.1", "@tmcw/togeojson": "^7.1.1", "@turf/bbox": "^7.2.0", @@ -1025,14 +1025,15 @@ } }, "node_modules/@rapideditor/country-coder": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.3.1.tgz", - "integrity": "sha512-cP4SZVNuLW1K6b6t8n2VsawHGFfwzbpy7Ac5wcIbI3QCMPHFfL7OMs5W41mvKS+sUJnEjTZdloLxMheye6VCIQ==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.4.0.tgz", + "integrity": "sha512-5Kjy2hnDcJZnPpRXMrTNY+jTkwhenaniCD4K6oLdZHYnY0GSM8gIIkOmoB3UikVVcot5vhz6i0QVqbTSyxAvrQ==", + "license": "ISC", "dependencies": { "which-polygon": "^2.2.1" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/@rapideditor/location-conflation": { diff --git a/package.json b/package.json index 57846c189..6043d3484 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@mapbox/geojson-area": "^0.2.2", "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^2.0.3", - "@rapideditor/country-coder": "~5.3.1", + "@rapideditor/country-coder": "~5.4.0", "@rapideditor/location-conflation": "~1.4.1", "@tmcw/togeojson": "^7.1.1", "@turf/bbox": "^7.2.0",