From 490804c291422d2b7dd5e375064d193cb808c1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:50:26 +0000 Subject: [PATCH] Bump @turf/helpers from 7.2.0 to 7.3.2 Bumps [@turf/helpers](https://github.com/Turfjs/turf) from 7.2.0 to 7.3.2. - [Release notes](https://github.com/Turfjs/turf/releases) - [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md) - [Commits](https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.2) --- updated-dependencies: - dependency-name: "@turf/helpers" dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 300dfc0a..cb5a1e2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@turf/area": "^7.2.0", "@turf/bbox-clip": "^7.2.0", "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", + "@turf/helpers": "^7.3.2", "maplibre-gl": "^4.7.1", "maplibre-gl-legacy": "npm:maplibre-gl@^1.15.3", "preact": "^10.25.2" @@ -3458,9 +3458,9 @@ } }, "node_modules/@turf/helpers": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.2.0.tgz", - "integrity": "sha512-cXo7bKNZoa7aC7ydLmUR02oB3IgDe7MxiPuRz3cCtYQHn+BJ6h1tihmamYDWWUlPHgSNF0i3ATc4WmDECZafKw==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.3.2.tgz", + "integrity": "sha512-5HFN42rgWjSobdTMxbuq+ZdXPcqp1IbMgFYULTLCplEQM3dXhsyRFe7DCss4Eiw12iW3q6Z5UeTNVfITsE5lgA==", "license": "MIT", "dependencies": { "@types/geojson": "^7946.0.10", diff --git a/package.json b/package.json index ce8e6993..0de691aa 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@turf/area": "^7.2.0", "@turf/bbox-clip": "^7.2.0", "@turf/distance": "^7.2.0", - "@turf/helpers": "^7.2.0", + "@turf/helpers": "^7.3.2", "maplibre-gl": "^4.7.1", "maplibre-gl-legacy": "npm:maplibre-gl@^1.15.3", "preact": "^10.25.2"