Fix crash by updating to ringrtc 2.49.1

Co-authored-by: Miriam Zimmerman <mutexlox@signal.org>
This commit is contained in:
automated-signal 2024-12-09 18:03:02 -06:00 committed by GitHub
parent f5b6852f39
commit fe5e951155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -11887,7 +11887,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```
## libsignal-core 0.1.0, mrp 2.49.0, protobuf 2.49.0, ringrtc 2.49.0, regex-aot 0.1.0, partial-default-derive 0.1.0
## libsignal-core 0.1.0, mrp 2.49.1, protobuf 2.49.1, ringrtc 2.49.1, regex-aot 0.1.0, partial-default-derive 0.1.0
```
GNU AFFERO GENERAL PUBLIC LICENSE

8
package-lock.json generated
View file

@ -23,7 +23,7 @@
"@react-spring/web": "9.7.5",
"@signalapp/better-sqlite3": "9.0.8",
"@signalapp/libsignal-client": "0.63.0",
"@signalapp/ringrtc": "2.49.0",
"@signalapp/ringrtc": "2.49.1",
"@types/fabric": "4.5.3",
"backbone": "1.6.0",
"blob-util": "2.0.2",
@ -6094,9 +6094,9 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.49.0",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.49.0.tgz",
"integrity": "sha512-kACY4qyLkOaAYXtN/6A+77+fihVh7k0S1bSbod0KUchQbLLay5+AOUex4Kh7Lt8HoG/yinGh1pZH1vXs603umA==",
"version": "2.49.1",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.49.1.tgz",
"integrity": "sha512-4ZL5P0TtI7DOUTp43qxS2JSDuX0qEOXPjCZdNEhqBUosNxGYkH8Zr5oqa+jSODysHS/1nMCXuXF/xYY8upA3Jw==",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View file

@ -109,7 +109,7 @@
"@react-spring/web": "9.7.5",
"@signalapp/better-sqlite3": "9.0.8",
"@signalapp/libsignal-client": "0.63.0",
"@signalapp/ringrtc": "2.49.0",
"@signalapp/ringrtc": "2.49.1",
"@types/fabric": "4.5.3",
"backbone": "1.6.0",
"blob-util": "2.0.2",