Update to RingRTC v2.39.2
Co-authored-by: Jim Gustafson <jim@signal.org>
This commit is contained in:
parent
f942f565ec
commit
2079faa8ee
3 changed files with 6 additions and 6 deletions
|
@ -11261,7 +11261,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
|||
|
||||
```
|
||||
|
||||
## libsignal-core 0.1.0, partial-default-derive 0.1.0, regex-aot 0.1.0, ringrtc 2.39.1
|
||||
## libsignal-core 0.1.0, partial-default-derive 0.1.0, regex-aot 0.1.0, ringrtc 2.39.2
|
||||
|
||||
```
|
||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"@react-spring/web": "9.5.5",
|
||||
"@signalapp/better-sqlite3": "8.7.1",
|
||||
"@signalapp/libsignal-client": "0.41.2",
|
||||
"@signalapp/ringrtc": "2.39.1",
|
||||
"@signalapp/ringrtc": "2.39.2",
|
||||
"@signalapp/windows-dummy-keystroke": "1.0.0",
|
||||
"@types/fabric": "4.5.3",
|
||||
"backbone": "1.4.0",
|
||||
|
|
|
@ -4017,10 +4017,10 @@
|
|||
ws "^8.4.2"
|
||||
zod "^3.20.2"
|
||||
|
||||
"@signalapp/ringrtc@2.39.1":
|
||||
version "2.39.1"
|
||||
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.39.1.tgz#873a2658de1225b5b6a55c7d9c1a3dc08a3f9389"
|
||||
integrity sha512-IVrj0hkjfHPgHUgHOiEBARdPjotTtlGNSgkeIIDORZJIWB53ftizbNuaqzJlsdAtgKB2kt1zetUne7zcqI1cbg==
|
||||
"@signalapp/ringrtc@2.39.2":
|
||||
version "2.39.2"
|
||||
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.39.2.tgz#3b15a83f87c42ec068261270a9161451bef7fef1"
|
||||
integrity sha512-wKxAVv6ovp+t2kIVQPPGPqgQ8ngJR7WH8m28GQnAKhwHmv1t9z4yTPf5/pKK+BD8A2IVLatv7Z8NwRdA5MnJlw==
|
||||
dependencies:
|
||||
https-proxy-agent "7.0.1"
|
||||
tar "^6.1.0"
|
||||
|
|
Loading…
Reference in a new issue