From 2ca37c6b0dc6b2be19cdbf0f4c7d561f962a89f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:16:36 +0000 Subject: [PATCH] chore(deps): update @turf/boolean-contains requirement Updates the requirements on [@turf/boolean-contains](https://github.com/Turfjs/turf) to permit the latest version. - [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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: "@turf/boolean-contains" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/winnow/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/winnow/package.json b/packages/winnow/package.json index b14a0281..5db0b7b6 100644 --- a/packages/winnow/package.json +++ b/packages/winnow/package.json @@ -48,7 +48,7 @@ "@koopjs/logger": "5.0.0", "@terraformer/arcgis": "^2.1.2", "@turf/bbox-polygon": "^7.0.0", - "@turf/boolean-contains": "^7.0.0", + "@turf/boolean-contains": "^7.1.0", "@turf/boolean-equal": "^7.0.0", "@turf/boolean-intersects": "^7.0.0", "@turf/boolean-within": "^7.0.0",