From 889eef66c1b8de60d53e76fb415ee2387a670f28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 11:55:03 +0000 Subject: [PATCH] Bump rbush from 3.0.0 to 3.0.1 Bumps [rbush](https://github.com/mourner/rbush) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mourner/rbush/releases) - [Commits](https://github.com/mourner/rbush/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ee9d785a9..b568286c73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8454,9 +8454,9 @@ } }, "rbush": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.0.tgz", - "integrity": "sha512-hb6ViijtI77X4lyhfYDsjOc6icrJPVdHsxf44vYiGctsrWJNXoPtR6Uzvo8F562mJZysjn8YRI9jNKvDPK4ozQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz", + "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==", "requires": { "quickselect": "^2.0.0" } diff --git a/package.json b/package.json index 2b30147f29..e0e1c1d19b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@openlayers/pepjs": "^0.5.3", "pbf": "3.2.1", "pixelworks": "1.1.0", - "rbush": "^3.0.0" + "rbush": "^3.0.1" }, "devDependencies": { "@babel/core": "^7.4.0",