From e614b45e24fb841afd059df150217f087f36038a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:00:16 +0100 Subject: [PATCH] Bump @rapideditor/country-coder from 5.3.0 to 5.3.1 (#10603) Bumps [@rapideditor/country-coder](https://github.com/rapideditor/country-coder) from 5.3.0 to 5.3.1. - [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.0...v5.3.1) --- updated-dependencies: - dependency-name: "@rapideditor/country-coder" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06d03630d..1f29d639e 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.0", + "@rapideditor/country-coder": "~5.3.1", "@rapideditor/location-conflation": "~1.4.0", "@tmcw/togeojson": "^6.0.0", "@turf/bbox": "^7.1.0", @@ -885,14 +885,14 @@ } }, "node_modules/@rapideditor/country-coder": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.3.0.tgz", - "integrity": "sha512-bFnDQbhpUQNuMcA5da+Ct/d+6DJ0aWK3IgcxWSxDjZN0VH3h9qHUF3az/g+mSXdXQNyvOtucMMCpTn+mDemb/Q==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@rapideditor/country-coder/-/country-coder-5.3.1.tgz", + "integrity": "sha512-cP4SZVNuLW1K6b6t8n2VsawHGFfwzbpy7Ac5wcIbI3QCMPHFfL7OMs5W41mvKS+sUJnEjTZdloLxMheye6VCIQ==", "dependencies": { "which-polygon": "^2.2.1" }, "engines": { - "node": ">=16.14.0" + "node": ">=18" } }, "node_modules/@rapideditor/location-conflation": { diff --git a/package.json b/package.json index 64b970d15..9820f7c03 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.0", + "@rapideditor/country-coder": "~5.3.1", "@rapideditor/location-conflation": "~1.4.0", "@tmcw/togeojson": "^6.0.0", "@turf/bbox": "^7.1.0",