Update to RingRTC v2.44.3

This commit is contained in:
Jim Gustafson 2024-07-09 14:39:34 -07:00 committed by GitHub
parent e87eaff948
commit 2eb2a64e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -11829,7 +11829,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```
## 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
## libsignal-core 0.1.0, mrp 2.44.3, partial-default-derive 0.1.0, protobuf 2.44.3, regex-aot 0.1.0, ringrtc 2.44.3
```
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.2",
"@signalapp/ringrtc": "2.44.3",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@storybook/preview-api": "8.1.11",
"@types/fabric": "4.5.3",
@ -7266,9 +7266,9 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.44.2",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.44.2.tgz",
"integrity": "sha512-h7Ubt41JWbS3dsKBHjv1nZW7sc6Xnr+fWiX8pIjaV9c24n6fknmWdYXKExxQLW4AsiMTPfu8GqfDjG57+guoiw==",
"version": "2.44.3",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.44.3.tgz",
"integrity": "sha512-YzSo7+Sfkvg5oLfHFDA84KhPI44j2RNuYhCG6sWIgng98rTTNA+TZPsSKNih+HLRe1/NYyaf5tTSD4FoV1FX6g==",
"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.2",
"@signalapp/ringrtc": "2.44.3",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@storybook/preview-api": "8.1.11",
"@types/fabric": "4.5.3",