From 6f5c0d4c728e2173712e3db8a95f93648c6002ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:49:38 +0200 Subject: [PATCH] Bump rbush from 4.0.0 to 4.0.1 (#10421) Bumps [rbush](https://github.com/mourner/rbush) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/mourner/rbush/releases) - [Commits](https://github.com/mourner/rbush/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: rbush dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 34 ++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9232a50c7..edf7ae948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "pannellum": "2.5.6", "pbf": "^4.0.1", "polygon-clipping": "~0.15.7", - "rbush": "4.0.0", + "rbush": "4.0.1", "whatwg-fetch": "^3.6.20", "which-polygon": "2.2.1" }, @@ -7264,6 +7264,7 @@ }, "node_modules/quickselect": { "version": "2.0.0", + "dev": true, "license": "ISC" }, "node_modules/randombytes": { @@ -7309,13 +7310,18 @@ } }, "node_modules/rbush": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.0.tgz", - "integrity": "sha512-F5xw+166FYDZI6jEcz+sWEHL5/J+du3kQWkwqWrPKb6iVoLPZh+2KhTS4OoYqrw1v/RO1xQe6WsLwBvrUAlvXw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.1.tgz", + "integrity": "sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==", "dependencies": { - "quickselect": "^2.0.0" + "quickselect": "^3.0.0" } }, + "node_modules/rbush/node_modules/quickselect": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz", + "integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==" + }, "node_modules/read-pkg": { "version": "3.0.0", "dev": true, @@ -14002,7 +14008,8 @@ "dev": true }, "quickselect": { - "version": "2.0.0" + "version": "2.0.0", + "dev": true }, "randombytes": { "version": "2.1.0", @@ -14037,11 +14044,18 @@ } }, "rbush": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.0.tgz", - "integrity": "sha512-F5xw+166FYDZI6jEcz+sWEHL5/J+du3kQWkwqWrPKb6iVoLPZh+2KhTS4OoYqrw1v/RO1xQe6WsLwBvrUAlvXw==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/rbush/-/rbush-4.0.1.tgz", + "integrity": "sha512-IP0UpfeWQujYC8Jg162rMNc01Rf0gWMMAb2Uxus/Q0qOFw4lCcq6ZnQEZwUoJqWyUGJ9th7JjwI4yIWo+uvoAQ==", "requires": { - "quickselect": "^2.0.0" + "quickselect": "^3.0.0" + }, + "dependencies": { + "quickselect": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz", + "integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==" + } } }, "read-pkg": { diff --git a/package.json b/package.json index 3673ed5a4..df372b4e4 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "pannellum": "2.5.6", "pbf": "^4.0.1", "polygon-clipping": "~0.15.7", - "rbush": "4.0.0", + "rbush": "4.0.1", "whatwg-fetch": "^3.6.20", "which-polygon": "2.2.1" },