From 9a14154c5ffc3d1c26745663efc971a933134b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:49:41 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 29 +++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f83e87b9..911ec095d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 20f6d09ff..ac46a84f6 100644 --- a/package.json +++ b/package.json @@ -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" },