Update to RingRTC v2.49.0

This commit is contained in:
Miriam Zimmerman 2024-12-04 15:28:21 -05:00 committed by GitHub
parent 08342a9f43
commit b1894e478d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 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.48.7, protobuf 2.48.7, ringrtc 2.48.7, regex-aot 0.1.0, partial-default-derive 0.1.0 ## 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
``` ```
GNU AFFERO GENERAL PUBLIC LICENSE GNU AFFERO GENERAL PUBLIC LICENSE
@ -12671,7 +12671,7 @@ THIS SOFTWARE.
``` ```
## cubeb-core 0.17.0, cubeb-sys 0.17.0, cubeb 0.17.0 ## cubeb-core 0.18.0, cubeb-sys 0.18.0, cubeb 0.18.0
``` ```
Copyright © 2017 Mozilla Foundation Copyright © 2017 Mozilla Foundation

8
package-lock.json generated
View file

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

View file

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