Bump @turf/bbox from 7.1.0 to 7.2.0 (#10636)

Bumps [@turf/bbox](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"
  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:48:03 +01:00
committed by GitHub
parent cb8bd03c64
commit 3d3f75da65
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@rapideditor/country-coder": "~5.3.1",
"@rapideditor/location-conflation": "~1.4.1",
"@tmcw/togeojson": "^6.0.0",
"@turf/bbox": "^7.1.0",
"@turf/bbox": "^7.2.0",
"@turf/bbox-clip": "^7.2.0",
"abortcontroller-polyfill": "^1.7.8",
"aes-js": "^3.1.2",
@@ -1448,14 +1448,14 @@
}
},
"node_modules/@turf/bbox": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.1.0.tgz",
"integrity": "sha512-PdWPz9tW86PD78vSZj2fiRaB8JhUHy6piSa/QXb83lucxPK+HTAdzlDQMTKj5okRCU8Ox/25IR2ep9T8NdopRA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.2.0.tgz",
"integrity": "sha512-wzHEjCXlYZiDludDbXkpBSmv8Zu6tPGLmJ1sXQ6qDwpLE1Ew3mcWqt8AaxfTP5QwDNQa3sf2vvgTEzNbPQkCiA==",
"dependencies": {
"@turf/helpers": "^7.1.0",
"@turf/meta": "^7.1.0",
"@turf/helpers": "^7.2.0",
"@turf/meta": "^7.2.0",
"@types/geojson": "^7946.0.10",
"tslib": "^2.6.2"
"tslib": "^2.8.1"
},
"funding": {
"url": "https://opencollective.com/turf"
@@ -1501,11 +1501,11 @@
}
},
"node_modules/@turf/meta": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.1.0.tgz",
"integrity": "sha512-ZgGpWWiKz797Fe8lfRj7HKCkGR+nSJ/5aKXMyofCvLSc2PuYJs/qyyifDPWjASQQCzseJ7AlF2Pc/XQ/3XkkuA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.2.0.tgz",
"integrity": "sha512-igzTdHsQc8TV1RhPuOLVo74Px/hyPrVgVOTgjWQZzt3J9BVseCdpfY/0cJBdlSRI4S/yTmmHl7gAqjhpYH5Yaw==",
"dependencies": {
"@turf/helpers": "^7.1.0",
"@turf/helpers": "^7.2.0",
"@types/geojson": "^7946.0.10"
},
"funding": {

View File

@@ -50,7 +50,7 @@
"@rapideditor/country-coder": "~5.3.1",
"@rapideditor/location-conflation": "~1.4.1",
"@tmcw/togeojson": "^6.0.0",
"@turf/bbox": "^7.1.0",
"@turf/bbox": "^7.2.0",
"@turf/bbox-clip": "^7.2.0",
"abortcontroller-polyfill": "^1.7.8",
"aes-js": "^3.1.2",