From 0adc45016bf5fa04d45b07e9d5afd5eea8da10e0 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Thu, 27 Aug 2026 12:41:46 -0600 Subject: [PATCH 1/2] fix: Update country-iso-search to v0.1.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6c80c1a5e8..d54fc2b80a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@turf/centroid": "^7.3.5", "@turf/meta": "^7.3.5", "base64-arraybuffer": "^1.0.2", - "country-iso-search": "^0.1.1", + "country-iso-search": "^0.1.2", "culori": "^4.0.2", "d3-force": "^1.2.1", "d3-format": "^1.4.5", @@ -2649,9 +2649,9 @@ } }, "node_modules/country-iso-search": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/country-iso-search/-/country-iso-search-0.1.1.tgz", - "integrity": "sha512-JJxdoVmgZW3F4DdQ4Jq3NuVfqsk6XoHq8PE8QXNIv1BVwAKyJum2dahC7hsW+v60xwH7pm7g8BwCJ05aUabApg==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/country-iso-search/-/country-iso-search-0.1.2.tgz", + "integrity": "sha512-7VMhhWPSNg/ivAUwp3BvxEGDycCfqiTggaV+hAW+N5+F+jzbEuY5HqvSMnGeP9CxKXBWO0fydbUgLUHmKj89vA==", "license": "MIT", "engines": { "node": ">=20" diff --git a/package.json b/package.json index e1781ba6aae..b2895d91a04 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@turf/centroid": "^7.3.5", "@turf/meta": "^7.3.5", "base64-arraybuffer": "^1.0.2", - "country-iso-search": "^0.1.1", + "country-iso-search": "^0.1.2", "culori": "^4.0.2", "d3-force": "^1.2.1", "d3-format": "^1.4.5", From 5ace5ee1f4eb979ac0e0fb940f41ec8eb6859a8c Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Thu, 27 Aug 2026 14:07:48 -0600 Subject: [PATCH 2/2] Add draftlog --- draftlogs/7994_fix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 draftlogs/7994_fix.md diff --git a/draftlogs/7994_fix.md b/draftlogs/7994_fix.md new file mode 100644 index 00000000000..4124d490776 --- /dev/null +++ b/draftlogs/7994_fix.md @@ -0,0 +1 @@ +- Update country-iso-search to v0.1.2 to fix issue with UTF-8 characters being decoded incorrectly [[#7994](https://github.com/plotly/plotly.js/pull/7994)]