From ce67c92e09125258245b4edf934a0e30feec4534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:45:55 +0000 Subject: [PATCH] chore(deps): bump polylabel from 1.1.0 to 2.0.1 Bumps [polylabel](https://github.com/mapbox/polylabel) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/mapbox/polylabel/releases) - [Commits](https://github.com/mapbox/polylabel/compare/v1.1.0...v2.0.1) --- updated-dependencies: - dependency-name: polylabel dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1cfaa15f..74603548 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "fetch-jsonp": "^1.3.0", "lodash.throttle": "^4.1.1", "maplibre-gl": "^5.16.0", - "polylabel": "^1.1.0", + "polylabel": "^2.0.1", "suggestions": "^1.7.1", "uuid": "^9.0.0" }, diff --git a/yarn.lock b/yarn.lock index 17c9edd8..67c414c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6646,12 +6646,12 @@ point-in-polygon@^1.1.0: resolved "https://registry.yarnpkg.com/point-in-polygon/-/point-in-polygon-1.1.0.tgz#b0af2616c01bdee341cbf2894df643387ca03357" integrity sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw== -polylabel@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/polylabel/-/polylabel-1.1.0.tgz#9483e64fc7a12a49f43e07e7a06752214ed2a8e7" - integrity sha512-bxaGcA40sL3d6M4hH72Z4NdLqxpXRsCFk8AITYg6x1rn1Ei3izf00UMLklerBZTO49aPA3CYrIwVulx2Bce2pA== +polylabel@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/polylabel/-/polylabel-2.0.1.tgz#7c2f02b96bd50331a81990dcb9e134c05f996419" + integrity sha512-B6Yu+Bdl/8SGtjVhyUfZzD3DwciCS9SPVtHiNdt8idHHatvTHp5Ss8XGDRmQFtfF1ZQnfK+Cj5dXdpkUXBbXgA== dependencies: - tinyqueue "^2.0.3" + tinyqueue "^3.0.0" possible-typed-array-names@^1.0.0: version "1.0.0"