From f279045d14f832cbcf68c344d11efdb0cb0000f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 00:53:25 +0000 Subject: [PATCH] npm: bump rbush and @types/rbush Bumps [rbush](https://github.com/mourner/rbush) and [@types/rbush](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rbush). These dependencies needed to be updated together. Updates `rbush` from 3.0.1 to 4.0.1 - [Release notes](https://github.com/mourner/rbush/releases) - [Commits](https://github.com/mourner/rbush/compare/v3.0.1...v4.0.1) Updates `@types/rbush` from 3.0.1 to 4.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rbush) --- updated-dependencies: - dependency-name: rbush dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/rbush" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9289a0f..60489ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/d3-zoom": "^3.0.8", "@types/leaflet": "^1.7.1", "@types/node-polyglot": "^2.4.4", - "@types/rbush": "^3.0.1", + "@types/rbush": "^4.0.0", "d3-collection": "^1.0.7", "d3-drag": "^3.0.0", "d3-ease": "^3.0.1", @@ -33,7 +33,7 @@ "navigo": "^7.1.2", "node-polyglot": "2.5.0", "promise-polyfill": "^8.2.0", - "rbush": "^3.0.1", + "rbush": "^4.0.1", "snabbdom": "^0.7.4" }, "devDependencies": { @@ -2867,9 +2867,9 @@ "integrity": "sha512-mJ6c4zqhWkVsP7oOzlG3JODnqqIBCRpJaFeut4XzrN7Paqvq4sNR1LyMnUzLPrlN+L0F9fM4P+1oERZyy1Y+kw==" }, "node_modules/@types/rbush": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-3.0.1.tgz", - "integrity": "sha512-0LecKcQjuJ/PclmThftzePIKXaKt7OMjoZZ3Xf17Ebd28ZU6OFUu1mObbvV74YXS1W3APdZO5GRHyD/ezGK4Vg==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-4.0.0.tgz", + "integrity": "sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==" }, "node_modules/@types/resolve": { "version": "1.17.1", @@ -5901,9 +5901,9 @@ "dev": true }, "node_modules/quickselect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz", + "integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==" }, "node_modules/randombytes": { "version": "2.1.0", @@ -5915,11 +5915,11 @@ } }, "node_modules/rbush": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", - "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", + "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/rc": { diff --git a/package.json b/package.json index ec7bed5..7fd66eb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/d3-zoom": "^3.0.8", "@types/leaflet": "^1.7.1", "@types/node-polyglot": "^2.4.4", - "@types/rbush": "^3.0.1", + "@types/rbush": "^4.0.0", "d3-collection": "^1.0.7", "d3-drag": "^3.0.0", "d3-ease": "^3.0.1", @@ -46,7 +46,7 @@ "navigo": "^7.1.2", "node-polyglot": "2.5.0", "promise-polyfill": "^8.2.0", - "rbush": "^3.0.1", + "rbush": "^4.0.1", "snabbdom": "^0.7.4" }, "scripts": {