Bump @turf/bbox-clip from 7.0.0 to 7.1.0 (#10403)

Bumps [@turf/bbox-clip](https://github.com/Turfjs/turf) from 7.0.0 to 7.1.0.
- [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/bbox-clip"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-16 19:20:37 +02:00
committed by GitHub
parent dd7800de8c
commit 9c46ac080f
2 changed files with 24 additions and 20 deletions

42
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@rapideditor/location-conflation": "~1.4.0",
"@tmcw/togeojson": "^5.8.1",
"@turf/bbox": "^7.1.0",
"@turf/bbox-clip": "^7.0.0",
"@turf/bbox-clip": "^7.1.0",
"abortcontroller-polyfill": "^1.7.5",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.3.0",
@@ -1713,12 +1713,13 @@
}
},
"node_modules/@turf/bbox-clip": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.0.0.tgz",
"integrity": "sha512-ZSReB14sSQpP5TE6g5SijVFijxMp8pyrM0PgEN1LR9Bm+nj7BmmGzHafV3lyteml2bmlFdQxkbTqcbvlVXS98g==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.1.0.tgz",
"integrity": "sha512-PhZubKCzF/afwStUzODqOJluiCbCw244lCtVhXA9F+Pgkhvk8KvbFdgpPquOZ45OwuktrchSB28BrBkSBiadHw==",
"dependencies": {
"@turf/helpers": "^7.0.0",
"@turf/invariant": "^7.0.0",
"@turf/helpers": "^7.1.0",
"@turf/invariant": "^7.1.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
},
"funding": {
@@ -1738,11 +1739,12 @@
}
},
"node_modules/@turf/invariant": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz",
"integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.1.0.tgz",
"integrity": "sha512-OCLNqkItBYIP1nE9lJGuIUatWGtQ4rhBKAyTfFu0z8npVzGEYzvguEeof8/6LkKmTTEHW53tCjoEhSSzdRh08Q==",
"dependencies": {
"@turf/helpers": "^7.0.0",
"@turf/helpers": "^7.1.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
},
"funding": {
@@ -10248,12 +10250,13 @@
}
},
"@turf/bbox-clip": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.0.0.tgz",
"integrity": "sha512-ZSReB14sSQpP5TE6g5SijVFijxMp8pyrM0PgEN1LR9Bm+nj7BmmGzHafV3lyteml2bmlFdQxkbTqcbvlVXS98g==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.1.0.tgz",
"integrity": "sha512-PhZubKCzF/afwStUzODqOJluiCbCw244lCtVhXA9F+Pgkhvk8KvbFdgpPquOZ45OwuktrchSB28BrBkSBiadHw==",
"requires": {
"@turf/helpers": "^7.0.0",
"@turf/invariant": "^7.0.0",
"@turf/helpers": "^7.1.0",
"@turf/invariant": "^7.1.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
}
},
@@ -10267,11 +10270,12 @@
}
},
"@turf/invariant": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.0.0.tgz",
"integrity": "sha512-Kayszfz3W8yJ1/cIA3/aNSzAuw7QgSp+IwsSmhLAfp4DbjV0o6sjxRZXRY2gRstZHqkNHSSEeir8V/icdO8sjA==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.1.0.tgz",
"integrity": "sha512-OCLNqkItBYIP1nE9lJGuIUatWGtQ4rhBKAyTfFu0z8npVzGEYzvguEeof8/6LkKmTTEHW53tCjoEhSSzdRh08Q==",
"requires": {
"@turf/helpers": "^7.0.0",
"@turf/helpers": "^7.1.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
}
},

View File

@@ -51,7 +51,7 @@
"@rapideditor/location-conflation": "~1.4.0",
"@tmcw/togeojson": "^5.8.1",
"@turf/bbox": "^7.1.0",
"@turf/bbox-clip": "^7.0.0",
"@turf/bbox-clip": "^7.1.0",
"abortcontroller-polyfill": "^1.7.5",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.3.0",