Bump rbush from 3.0.1 to 4.0.0 (#10330)

Bumps [rbush](https://github.com/mourner/rbush) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/mourner/rbush/releases)
- [Commits](https://github.com/mourner/rbush/compare/v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: rbush
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-07-16 16:49:41 +02:00
committed by GitHub
parent c41a5e278f
commit 9a14154c5f
2 changed files with 26 additions and 5 deletions
+25 -4
View File
@@ -32,7 +32,7 @@
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.7",
"rbush": "3.0.1",
"rbush": "4.0.0",
"whatwg-fetch": "^3.6.20",
"which-polygon": "2.2.1"
},
@@ -6116,6 +6116,15 @@
"dev": true,
"license": "(MIT AND Zlib)"
},
"node_modules/mapillary-js/node_modules/rbush": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz",
"integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==",
"dev": true,
"dependencies": {
"quickselect": "^2.0.0"
}
},
"node_modules/marked": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
@@ -7457,8 +7466,9 @@
}
},
"node_modules/rbush": {
"version": "3.0.1",
"license": "MIT",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.0.tgz",
"integrity": "sha512-F5xw+166FYDZI6jEcz+sWEHL5/J+du3kQWkwqWrPKb6iVoLPZh+2KhTS4OoYqrw1v/RO1xQe6WsLwBvrUAlvXw==",
"dependencies": {
"quickselect": "^2.0.0"
}
@@ -13399,6 +13409,15 @@
"pako": {
"version": "2.0.4",
"dev": true
},
"rbush": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz",
"integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==",
"dev": true,
"requires": {
"quickselect": "^2.0.0"
}
}
}
},
@@ -14297,7 +14316,9 @@
}
},
"rbush": {
"version": "3.0.1",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.0.tgz",
"integrity": "sha512-F5xw+166FYDZI6jEcz+sWEHL5/J+du3kQWkwqWrPKb6iVoLPZh+2KhTS4OoYqrw1v/RO1xQe6WsLwBvrUAlvXw==",
"requires": {
"quickselect": "^2.0.0"
}
+1 -1
View File
@@ -67,7 +67,7 @@
"pannellum": "2.5.6",
"pbf": "^3.2.1",
"polygon-clipping": "~0.15.7",
"rbush": "3.0.1",
"rbush": "4.0.0",
"whatwg-fetch": "^3.6.20",
"which-polygon": "2.2.1"
},