Update to RingRTC v2.44.2

This commit is contained in:
Rashad Sookram 2024-06-27 18:33:58 -04:00 committed by GitHub
parent 74b9903402
commit 86bcbe4085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

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

8
package-lock.json generated
View file

@ -22,7 +22,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.7.1",
"@signalapp/libsignal-client": "0.51.1",
"@signalapp/ringrtc": "2.44.1",
"@signalapp/ringrtc": "2.44.2",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
@ -7876,9 +7876,9 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.44.1",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.44.1.tgz",
"integrity": "sha512-azAxddGIzWb3Z3fcNNg1gN2wqwGsYPTSk7TaxuzxshdbKnmJlUEri/HLRZWRqraEG7qoykPxLdzWvnfPp4M0vw==",
"version": "2.44.2",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.44.2.tgz",
"integrity": "sha512-h7Ubt41JWbS3dsKBHjv1nZW7sc6Xnr+fWiX8pIjaV9c24n6fknmWdYXKExxQLW4AsiMTPfu8GqfDjG57+guoiw==",
"hasInstallScript": true,
"dependencies": {
"https-proxy-agent": "7.0.1",

View file

@ -104,7 +104,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.7.1",
"@signalapp/libsignal-client": "0.51.1",
"@signalapp/ringrtc": "2.44.1",
"@signalapp/ringrtc": "2.44.2",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",