From 2cd425eebbacd0b3f272a52611ac85d8e0d3eafb Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 3 Feb 2020 09:04:36 -0500 Subject: [PATCH] Update country-coder to 3.1.0 (re: #7311) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 046f17943..5c3df6fb7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "translations": "node scripts/update_locales.js" }, "dependencies": { - "@ideditor/country-coder": "^3.0.1", + "@ideditor/country-coder": "^3.1.0", "@ideditor/location-conflation": "~0.2.0", "@mapbox/sexagesimal": "1.2.0", "@mapbox/togeojson": "0.16.0",