Merge pull request #10149 from openlayers/dependabot/npm_and_yarn/rbush-3.0.1

Bump rbush from 3.0.0 to 3.0.1
This commit is contained in:
Frédéric Junod
2019-10-21 14:05:08 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8454,9 +8454,9 @@
} }
}, },
"rbush": { "rbush": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.0.tgz", "resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz",
"integrity": "sha512-hb6ViijtI77X4lyhfYDsjOc6icrJPVdHsxf44vYiGctsrWJNXoPtR6Uzvo8F562mJZysjn8YRI9jNKvDPK4ozQ==", "integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==",
"requires": { "requires": {
"quickselect": "^2.0.0" "quickselect": "^2.0.0"
} }

View File

@@ -39,7 +39,7 @@
"@openlayers/pepjs": "^0.5.3", "@openlayers/pepjs": "^0.5.3",
"pbf": "3.2.1", "pbf": "3.2.1",
"pixelworks": "1.1.0", "pixelworks": "1.1.0",
"rbush": "^3.0.0" "rbush": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.4.0", "@babel/core": "^7.4.0",