Skip to content

Bump bn.js and werift in /loadtest#556

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/loadtest/multi-d2cde16028
Open

Bump bn.js and werift in /loadtest#556
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/loadtest/multi-d2cde16028

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Removes bn.js. It's no longer used after updating ancestor dependency werift. These dependencies need to be updated together.

Removes bn.js

Updates werift from 0.12.9 to 0.22.9

Release notes

Sourced from werift's releases.

v0.22.4

Fix missing 'fast-deep-equal' package in dependencies

v0.22.3

Changelog

v0.22.3

🚀 Features & Improvements

  • WebM/VINT: Implement VINT encoding/decoding functions and add tests
  • Transport: Add closed property to transport classes and improve close methods
  • Exports: Export stats module from media/index.ts
  • Performance/Refactor:
    • Remove lodash dependency (replaced with native functions or lighter alternatives)
    • Remove nano-time, date-fns, uuid dependencies
    • Use structuredClone instead of lodash/cloneDeep
    • Replace lodash/isEqual with fast-deep-equal

🐛 Bug Fixes

  • Circular Dependencies: Fix circular reference/imports in RtcpTransportLayerFeedback and RtcpPacketConverter
  • Connection: Various connection state fixes per RFC
  • DataChannel: Fix issues with reconfig stream on fast data channel close
  • Bundle: Use bundle for addTransceiver in bundle max-compat if remote is bundled
  • Typing: Fix uuid typing

📦 Dependency Updates

  • Bump undici, express, zx, vite, axios, form-data and others in examples/e2e.

Emergency update about Chrome 132

Due to a change in the DTLS packet structure in Chrome 132, connections fail when Werift is the answerer and Chrome is the offerer.

https://issues.chromium.org/issues/391917951?pli=1

I added support for Multiple Handshake Messages, the problem went away

v0.21.0 restartIce

Support for restartIce has been added. https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/restartIce

You can reconnect to the network while maintaining the RTCPeerConnection session.

This is useful in scenarios such as:

  • Temporary network disconnections
  • Switching from Wi-Fi to a mobile network

... (truncated)

Changelog

Sourced from werift's changelog.

Changelog

v0.22.3

🚀 Features & Improvements

  • WebM/VINT: Implement VINT encoding/decoding functions and add tests
  • Transport: Add closed property to transport classes and improve close methods
  • Exports: Export stats module from media/index.ts
  • Performance/Refactor:
    • Remove lodash dependency (replaced with native functions or lighter alternatives)
    • Remove nano-time, date-fns, uuid dependencies
    • Use structuredClone instead of lodash/cloneDeep
    • Replace lodash/isEqual with fast-deep-equal

🐛 Bug Fixes

  • Circular Dependencies: Fix circular reference/imports in RtcpTransportLayerFeedback and RtcpPacketConverter
  • Connection: Various connection state fixes per RFC
  • DataChannel: Fix issues with reconfig stream on fast data channel close
  • Bundle: Use bundle for addTransceiver in bundle max-compat if remote is bundled
  • Typing: Fix uuid typing

📦 Dependency Updates

  • Bump undici, express, zx, vite, axios, form-data and others in examples/e2e.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [bn.js](https://github.com/indutny/bn.js). It's no longer used after updating ancestor dependency [werift](https://github.com/shinyoshiaki/werift-webrtc). These dependencies need to be updated together.


Removes `bn.js`

Updates `werift` from 0.12.9 to 0.22.9
- [Release notes](https://github.com/shinyoshiaki/werift-webrtc/releases)
- [Changelog](https://github.com/shinyoshiaki/werift-webrtc/blob/develop/changelog.md)
- [Commits](https://github.com/shinyoshiaki/werift-webrtc/commits)

---
updated-dependencies:
- dependency-name: bn.js
  dependency-version: 
  dependency-type: indirect
- dependency-name: werift
  dependency-version: 0.22.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants