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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-21 11:55:03 +00:00
committed by GitHub
parent cb6b716b98
commit 889eef66c1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"
}

View File

@@ -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",