webtorrent / string2compact

Convert 'hostname:port' strings to BitTorrent's compact ip/host binary returned by Trackers
https://webtorrent.io
MIT License
9 stars 6 forks source link

fix(deps): update dependency ipaddr.js to v2.2.0 #40

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipaddr.js 2.0.1 -> 2.2.0 age adoption passing confidence

Release Notes

whitequark/ipaddr.js (ipaddr.js) ### [`v2.2.0`](https://togithub.com/whitequark/ipaddr.js/blob/HEAD/Changes.md#220---2024-04-20) [Compare Source](https://togithub.com/whitequark/ipaddr.js/compare/v2.1.0...v2.2.0) - add isValidCIDR method - fix parsing of some IPv4-embedded IPv6 adresses - add RFC7534, RFC7535, RFC7450, RFC6666, RFC5180, RFC7450 reserved address ranges ### [`v2.1.0`](https://togithub.com/whitequark/ipaddr.js/blob/HEAD/Changes.md#210---2023-05-23) [Compare Source](https://togithub.com/whitequark/ipaddr.js/compare/v2.0.1...v2.1.0) - un-deprecate IPv6.toString() and make it an alias to toRFC5952String() - add reserved 198.18.0.0/15 block - add reserved blocks in 2001: space

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 1 year ago

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/ipaddr.js@2.2.0 None 0 62.3 kB whitequark

๐Ÿšฎ Removed packages: npm/ipaddr.js@2.0.1

View full reportโ†—๏ธŽ

alxhotel commented 1 year ago

ipaddr.js has a bug in 2.1.0 that is making the package return not fully correct IPv6 addresses

See: https://github.com/whitequark/ipaddr.js/issues/168