diff --git a/package-lock.json b/package-lock.json index bbca3e030..9ce92c312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lit": "3.2.0", "moment": "2.30.1", "ol": "7.5.2", - "rbush": "^3.0.1", + "rbush": "^4.0.0", "rxjs": "7.8.1", "typescript": "5.6.2", "vite": "5.4.8" @@ -976,6 +976,16 @@ "ol": "^7.3.0" } }, + "node_modules/ol/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, + "license": "MIT", + "dependencies": { + "quickselect": "^2.0.0" + } + }, "node_modules/pako": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", @@ -1073,14 +1083,22 @@ "dev": true }, "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==", "dev": true, + "license": "MIT", "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==", + "dev": true, + "license": "ISC" + }, "node_modules/resolve-protobuf-schema": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", diff --git a/package.json b/package.json index 78e78d89f..5dc785e9e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lit": "3.2.0", "moment": "2.30.1", "ol": "7.5.2", - "rbush": "^3.0.1", + "rbush": "^4.0.0", "rxjs": "7.8.1", "typescript": "5.6.2", "vite": "5.4.8"