Callidon / bloom-filters

JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
https://callidon.github.io/bloom-filters/
MIT License
378 stars 43 forks source link

fix(deps): major dependency upgrades #76

Open folkvir opened 2 weeks ago

folkvir commented 2 weeks ago

Patch note:

github-advanced-security[bot] commented 2 weeks ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

folkvir commented 2 weeks ago

@Callidon I'll extract the seedrandom fix into a minor upgrade. It will allow people who want to stay on node12 to build properly without making a major upgrade.

folkvir commented 2 weeks ago

@Callidon Version 3.0.3 with the seedrandom fix has been merged and deployed. This PR is ready for a last review before merge 👍