Bump @turf/bbox-clip from 7.1.0 to 7.2.0 (#10638)

Bumps [@turf/bbox-clip](https://github.com/Turfjs/turf) from 7.1.0 to 7.2.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.1.0...v7.2.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]
2025-01-07 09:44:23 +01:00
committed by GitHub
parent c7572c070f
commit cb8bd03c64
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@rapideditor/location-conflation": "~1.4.1",
"@tmcw/togeojson": "^6.0.0",
"@turf/bbox": "^7.1.0",
"@turf/bbox-clip": "^7.1.0",
"@turf/bbox-clip": "^7.2.0",
"abortcontroller-polyfill": "^1.7.8",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.3.0",
@@ -1462,39 +1462,39 @@
}
},
"node_modules/@turf/bbox-clip": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.1.0.tgz",
"integrity": "sha512-PhZubKCzF/afwStUzODqOJluiCbCw244lCtVhXA9F+Pgkhvk8KvbFdgpPquOZ45OwuktrchSB28BrBkSBiadHw==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@turf/bbox-clip/-/bbox-clip-7.2.0.tgz",
"integrity": "sha512-q6RXTpqeUQAYLAieUL1n3J6ukRGsNVDOqcYtfzaJbPW+0VsAf+1cI16sN700t0sekbeU1DH/RRVAHhpf8+36wA==",
"dependencies": {
"@turf/helpers": "^7.1.0",
"@turf/invariant": "^7.1.0",
"@turf/helpers": "^7.2.0",
"@turf/invariant": "^7.2.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"funding": {
"url": "https://opencollective.com/turf"
}
},
"node_modules/@turf/helpers": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.1.0.tgz",
"integrity": "sha512-dTeILEUVeNbaEeoZUOhxH5auv7WWlOShbx7QSd4s0T4Z0/iz90z9yaVCtZOLbU89umKotwKaJQltBNO9CzVgaQ==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.2.0.tgz",
"integrity": "sha512-cXo7bKNZoa7aC7ydLmUR02oB3IgDe7MxiPuRz3cCtYQHn+BJ6h1tihmamYDWWUlPHgSNF0i3ATc4WmDECZafKw==",
"dependencies": {
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"funding": {
"url": "https://opencollective.com/turf"
}
},
"node_modules/@turf/invariant": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.1.0.tgz",
"integrity": "sha512-OCLNqkItBYIP1nE9lJGuIUatWGtQ4rhBKAyTfFu0z8npVzGEYzvguEeof8/6LkKmTTEHW53tCjoEhSSzdRh08Q==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-7.2.0.tgz",
"integrity": "sha512-kV4u8e7Gkpq+kPbAKNC21CmyrXzlbBgFjO1PhrHPgEdNqXqDawoZ3i6ivE3ULJj2rSesCjduUaC/wyvH/sNr2Q==",
"dependencies": {
"@turf/helpers": "^7.1.0",
"@turf/helpers": "^7.2.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"funding": {
"url": "https://opencollective.com/turf"
@@ -7507,9 +7507,9 @@
}
},
"node_modules/tslib": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
"integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA=="
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
},
"node_modules/type-check": {
"version": "0.4.0",

View File

@@ -51,7 +51,7 @@
"@rapideditor/location-conflation": "~1.4.1",
"@tmcw/togeojson": "^6.0.0",
"@turf/bbox": "^7.1.0",
"@turf/bbox-clip": "^7.1.0",
"@turf/bbox-clip": "^7.2.0",
"abortcontroller-polyfill": "^1.7.8",
"aes-js": "^3.1.2",
"alif-toolkit": "^1.3.0",