Update to RingRTC v2.49.4

This commit is contained in:
Jim Gustafson 2025-02-07 09:36:59 -08:00 committed by GitHub
parent 1ee7231453
commit c4ba45248f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

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

8
package-lock.json generated
View file

@ -24,7 +24,7 @@
"@signalapp/better-sqlite3": "9.0.11",
"@signalapp/libsignal-client": "0.65.5",
"@signalapp/quill-cjs": "2.1.2",
"@signalapp/ringrtc": "2.49.3",
"@signalapp/ringrtc": "2.49.4",
"@types/fabric": "4.5.3",
"backbone": "1.6.0",
"blob-util": "2.0.2",
@ -6585,9 +6585,9 @@
"license": "MIT"
},
"node_modules/@signalapp/ringrtc": {
"version": "2.49.3",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.49.3.tgz",
"integrity": "sha512-rFTODvCuM9CaFqR1RYTXy5VROcUCbxfR0Nuc8WDFkh7rlWpPRAkYQIqw+sssTa+Tro3ZjmHt4J0B4d4O0sK3hA==",
"version": "2.49.4",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.49.4.tgz",
"integrity": "sha512-yzCI2hYUY9Sr9i7N+FSPGaKCdvs2vmZg7pPkQgFTlUxQmYHqWcUVOiT+SkvkoanN+nCSEn7owhxaXDxbEvIK0w==",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View file

@ -115,7 +115,7 @@
"@signalapp/better-sqlite3": "9.0.11",
"@signalapp/libsignal-client": "0.65.5",
"@signalapp/quill-cjs": "2.1.2",
"@signalapp/ringrtc": "2.49.3",
"@signalapp/ringrtc": "2.49.4",
"@types/fabric": "4.5.3",
"backbone": "1.6.0",
"blob-util": "2.0.2",