Skip to content

Commit 60b99f2

Browse files
chore(deps): bump @turf/boolean-point-in-polygon from 7.1.0 to 7.3.1 (#1165)
Bumps [@turf/boolean-point-in-polygon](https://github.com/Turfjs/turf) from 7.1.0 to 7.3.1. - [Release notes](https://github.com/Turfjs/turf/releases) - [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md) - [Commits](Turfjs/turf@v7.1.0...v7.3.1) --- updated-dependencies: - dependency-name: "@turf/boolean-point-in-polygon" dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mygod <[email protected]>
1 parent 5e70034 commit 60b99f2

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@sentry/react": "^7.65.0",
118118
"@turf/boolean-contains": "7.1.0",
119119
"@turf/boolean-overlap": "7.1.0",
120-
"@turf/boolean-point-in-polygon": "7.1.0",
120+
"@turf/boolean-point-in-polygon": "7.3.1",
121121
"@turf/center": "7.1.0",
122122
"@turf/destination": "7.1.0",
123123
"@turf/distance": "7.1.0",

yarn.lock

Lines changed: 20 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,16 +2115,16 @@
21152115
geojson-equality-ts "^1.0.2"
21162116
tslib "^2.6.2"
21172117

2118-
2119-
version "7.1.0"
2120-
resolved "https://registry.yarnpkg.com/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.1.0.tgz#dec07b467d74b4409eb03acc60b874958f71b49a"
2121-
integrity sha512-mprVsyIQ+ijWTZwbnO4Jhxu94ZW2M2CheqLiRTsGJy0Ooay9v6Av5/Nl3/Gst7ZVXxPqMeMaFYkSzcTc87AKew==
2118+
"@turf/boolean-point-in-polygon@7.3.1", "@turf/boolean-point-in-polygon@^7.1.0":
2119+
version "7.3.1"
2120+
resolved "https://registry.yarnpkg.com/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.3.1.tgz#0ea4462476ab1ec270c378a69353afe4a63f83d5"
2121+
integrity sha512-BUPW63vE43LctwkgannjmEFTX1KFR/18SS7WzFahJWK1ZoP0s1jrfxGX+pi0BH/3Dd9mA71hkGKDDnj1Ndcz0g==
21222122
dependencies:
2123-
"@turf/helpers" "^7.1.0"
2124-
"@turf/invariant" "^7.1.0"
2123+
"@turf/helpers" "7.3.1"
2124+
"@turf/invariant" "7.3.1"
21252125
"@types/geojson" "^7946.0.10"
21262126
point-in-polygon-hao "^1.1.0"
2127-
tslib "^2.6.2"
2127+
tslib "^2.8.1"
21282128

21292129
"@turf/boolean-point-in-polygon@^6.5.0":
21302130
version "6.5.0"
@@ -2134,17 +2134,6 @@
21342134
"@turf/helpers" "^6.5.0"
21352135
"@turf/invariant" "^6.5.0"
21362136

2137-
"@turf/boolean-point-in-polygon@^7.1.0":
2138-
version "7.2.0"
2139-
resolved "https://registry.yarnpkg.com/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.2.0.tgz#0f9d18bb058b118340d79a0e5f346bd09a363a9a"
2140-
integrity sha512-lvEOjxeXIp+wPXgl9kJA97dqzMfNexjqHou+XHVcfxQgolctoJiRYmcVCWGpiZ9CBf/CJha1KmD1qQoRIsjLaA==
2141-
dependencies:
2142-
"@turf/helpers" "^7.2.0"
2143-
"@turf/invariant" "^7.2.0"
2144-
"@types/geojson" "^7946.0.10"
2145-
point-in-polygon-hao "^1.1.0"
2146-
tslib "^2.8.1"
2147-
21482137
"@turf/boolean-point-on-line@^7.1.0", "@turf/boolean-point-on-line@^7.2.0":
21492138
version "7.2.0"
21502139
resolved "https://registry.yarnpkg.com/@turf/boolean-point-on-line/-/boolean-point-on-line-7.2.0.tgz#e0373a453cf504d1e7f3125705e7786ea8d48df6"
@@ -2214,16 +2203,25 @@
22142203
"@types/geojson" "^7946.0.10"
22152204
tslib "^2.6.2"
22162205

2206+
"@turf/[email protected]", "@turf/helpers@^7.1.0", "@turf/helpers@^7.2.0":
2207+
version "7.3.1"
2208+
resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-7.3.1.tgz#2f0e666ecdefbf75d0df1b94ea1f5ccc6e4abc5b"
2209+
integrity sha512-zkL34JVhi5XhsuMEO0MUTIIFEJ8yiW1InMu4hu/oRqamlY4mMoZql0viEmH6Dafh/p+zOl8OYvMJ3Vm3rFshgg==
2210+
dependencies:
2211+
"@types/geojson" "^7946.0.10"
2212+
tslib "^2.8.1"
2213+
22172214
"@turf/helpers@^6.5.0":
22182215
version "6.5.0"
22192216
resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-6.5.0.tgz#f79af094bd6b8ce7ed2bd3e089a8493ee6cae82e"
22202217
integrity sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==
22212218

2222-
"@turf/helpers@^7.1.0", "@turf/helpers@^7.2.0":
2223-
version "7.2.0"
2224-
resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-7.2.0.tgz#5771308108c98d608eb8e7f16dcd0eb3fb8a3417"
2225-
integrity sha512-cXo7bKNZoa7aC7ydLmUR02oB3IgDe7MxiPuRz3cCtYQHn+BJ6h1tihmamYDWWUlPHgSNF0i3ATc4WmDECZafKw==
2219+
"@turf/[email protected]", "@turf/invariant@^7.1.0", "@turf/invariant@^7.2.0":
2220+
version "7.3.1"
2221+
resolved "https://registry.yarnpkg.com/@turf/invariant/-/invariant-7.3.1.tgz#9b0bb8f74af870f0b10a2e9285e62f4983f99ac2"
2222+
integrity sha512-IdZJfDjIDCLH+Gu2yLFoSM7H23sdetIo5t4ET1/25X8gi3GE2XSqbZwaGjuZgNh02nisBewLqNiJs2bo+hrqZA==
22262223
dependencies:
2224+
"@turf/helpers" "7.3.1"
22272225
"@types/geojson" "^7946.0.10"
22282226
tslib "^2.8.1"
22292227

@@ -2234,15 +2232,6 @@
22342232
dependencies:
22352233
"@turf/helpers" "^6.5.0"
22362234

2237-
"@turf/invariant@^7.1.0", "@turf/invariant@^7.2.0":
2238-
version "7.2.0"
2239-
resolved "https://registry.yarnpkg.com/@turf/invariant/-/invariant-7.2.0.tgz#ba5b377ea20ee8c45af0a4c9b8bf03aa1c43bd5d"
2240-
integrity sha512-kV4u8e7Gkpq+kPbAKNC21CmyrXzlbBgFjO1PhrHPgEdNqXqDawoZ3i6ivE3ULJj2rSesCjduUaC/wyvH/sNr2Q==
2241-
dependencies:
2242-
"@turf/helpers" "^7.2.0"
2243-
"@types/geojson" "^7946.0.10"
2244-
tslib "^2.8.1"
2245-
22462235
"@turf/line-intersect@^7.1.0":
22472236
version "7.2.0"
22482237
resolved "https://registry.yarnpkg.com/@turf/line-intersect/-/line-intersect-7.2.0.tgz#74f6a149429718ff2219329a5e3239f784f44489"

0 commit comments

Comments
 (0)