philnash / react-twilio-phone

A Twilio Client based web phone, built with React
MIT License
49 stars 38 forks source link

Bump ws and twilio-client #53

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps ws to 7.5.9 and updates ancestor dependency twilio-client. These dependencies need to be updated together.

Updates ws from 6.1.3 to 7.5.9

Release notes

Sourced from ws's releases.

7.5.9

Bug fixes

  • Backported bc8bd34e to the 7.x release line (0435e6e1).

7.5.8

Bug fixes

  • Backported 0fdcc0af to the 7.x release line (2758ed35).
  • Backported d68ba9e1 to the 7.x release line (dc1781bc).

7.5.7

Bug fixes

  • Backported 6946f5fe to the 7.x release line (1f72e2e1).

7.5.6

Bug fixes

  • Backported b8186dd1 to the 7.x release line (73dec34b).
  • Backported ed2b8039 to the 7.x release line (22a26afb).

7.5.5

Bug fixes

  • Backported ec9377ca to the 7.x release line (0e274acd).

7.5.4

Bug fixes

  • Backported 6a72da3e to the 7.x release line (76087fbf).
  • Backported 869c9892 to the 7.x release line (27997933).

7.5.3

Bug fixes

  • The WebSocketServer constructor now throws an error if more than one of the noServer, server, and port options are specefied (66e58d27).
  • Fixed a bug where a 'close' event was emitted by a WebSocketServer before the internal HTTP/S server was actually closed (5a587304).
  • Fixed a bug that allowed WebSocket connections to be established after WebSocketServer.prototype.close() was called (772236a1).

7.5.2

Bug fixes

  • The opening handshake is now aborted if the client receives a Sec-WebSocket-Extensions header but no extension was requested or if the server indicates an extension not requested by the client (aca94c86).

... (truncated)

Commits
  • 8a78f87 [dist] 7.5.9
  • 0435e6e [security] Fix same host check for ws+unix: redirects
  • 4271f07 [dist] 7.5.8
  • dc1781b [security] Drop sensitive headers when following insecure redirects
  • 2758ed3 [fix] Abort the handshake if the Upgrade header is invalid
  • a370613 [dist] 7.5.7
  • 1f72e2e [security] Drop sensitive headers when following redirects (#2013)
  • 8ecd890 [dist] 7.5.6
  • 22a26af [fix] Resume the socket in the CLOSING state
  • 73dec34 [fix] Do not throw if the redirect URL is invalid
  • Additional commits viewable in compare view


Updates twilio-client from 1.10.0 to 1.15.0

Changelog

Sourced from twilio-client's changelog.

1.15.0 (Feb 28, 2023)

New Features

WebRTC API Overrides (Beta)

The SDK now allows you to override WebRTC APIs using the following options and events. If your environment supports WebRTC redirection, such as Citrix HDX's WebRTC redirection technologies, your application can use this new beta feature for improved audio quality in those environments.

  • Device.Options.enumerateDevices - Overrides the native MediaDevices.enumerateDevices API.
  • Device.Options.getUserMedia - Overrides the native MediaDevices.getUserMedia API.
  • Device.Options.RTCPeerConnection - Overrides the native RTCPeerConnection class.
  • connection.on('audio', handler(remoteAudio)) - Emitted after the HTMLAudioElement for the remote audio is created.

Known Issues

  • Volume levels currently report as zero and do not reflect the actual volume levels of the call. This issue does not affect the quality of the call but, might affect application behavior if you rely on these values.
  • Only inbound calls are currently supported. Outbound calls will be available in a future release.
  • Using Device.audio.speakerDevices and Device.audio.setInputDevice will not properly switch speaker and microphone devices. You need to recreate the Device object or refresh the page when the default microphone or speaker device is changed.

1.14.0 (Jan 27, 2021)

New Features

Allow Connection specific ICE Servers

Developers can now opt to override rtcConfiguration set within Device.options per specific outgoing and incoming Connections.

To use this feature, a new parameter rtcConfiguration can be passed to Device.connect and Connection.accept. The function signatures are now described as below.

Device.connect(params?: Record<string, string>,
               audioConstraints?: MediaTrackConstraints | boolean,
               rtcConfiguration?: RTCConfiguration);

Connection.accept(audioConstraints?: MediaTrackConstraints | boolean, rtcConfiguration?: RTCConfiguration);

Passing the rtcConfiguration parameter to these functions will override any previously set rtcConfiguration within Device.options but not affect any other members set within Device.options.

1.13.1 (Jan 11, 2021)

Additions

  • Added support for Tokyo and Sydney interconnect locations. These edges can be used by interconnect customers by specifying { edge: 'sydney-ix' } or { edge: tokyo-ix' } in Device.setup() or new Device() options.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by twilio-vblocks-ci, a new releaser for twilio-client since your current version.


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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](https://github.com/philnash/react-twilio-phone/network/alerts).