Update to RingRTC v2.34.4
This commit is contained in:
parent
cf5b3f78b5
commit
313c1e1786
2 changed files with 14 additions and 13 deletions
|
@ -97,7 +97,7 @@
|
|||
"@react-spring/web": "9.5.5",
|
||||
"@signalapp/better-sqlite3": "8.5.2",
|
||||
"@signalapp/libsignal-client": "0.32.1",
|
||||
"@signalapp/ringrtc": "2.34.3",
|
||||
"@signalapp/ringrtc": "2.34.4",
|
||||
"@signalapp/windows-dummy-keystroke": "1.0.0",
|
||||
"@types/fabric": "4.5.3",
|
||||
"backbone": "1.4.0",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -3942,11 +3942,12 @@
|
|||
ws "^8.4.2"
|
||||
zod "^3.20.2"
|
||||
|
||||
"@signalapp/ringrtc@2.34.3":
|
||||
version "2.34.3"
|
||||
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.34.3.tgz#e8a3b81fc05fb63c9aefc15f861658225722253d"
|
||||
integrity sha512-dO/eHbIsbiO3gmrc/N2PSG6ltdHNdU54hPBAM3EoEEfmJRJoC4J2uTDDY1mYBWn9LNXhcs8pr8UObgkMYZEeQw==
|
||||
"@signalapp/ringrtc@2.34.4":
|
||||
version "2.34.4"
|
||||
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.34.4.tgz#00e4952f511d5f63d6f150bb1e8eace115d07e0a"
|
||||
integrity sha512-E+MdHCHaOsUiHpcfw89SHevtQOi9YHbCtN6l8qQg65jnI2sQqTk8vBgaFC5fh/yp4Mr9CFeu/pmfuQkw9tfM2g==
|
||||
dependencies:
|
||||
https-proxy-agent "7.0.1"
|
||||
tar "^6.1.0"
|
||||
|
||||
"@signalapp/windows-dummy-keystroke@1.0.0":
|
||||
|
@ -11547,6 +11548,14 @@ http2-wrapper@^1.0.0-beta.5.2:
|
|||
quick-lru "^5.1.1"
|
||||
resolve-alpn "^1.0.0"
|
||||
|
||||
https-proxy-agent@7.0.1, https-proxy-agent@^7.0.0:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.1.tgz#0277e28f13a07d45c663633841e20a40aaafe0ab"
|
||||
integrity sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==
|
||||
dependencies:
|
||||
agent-base "^7.0.2"
|
||||
debug "4"
|
||||
|
||||
https-proxy-agent@^2.2.1:
|
||||
version "2.2.4"
|
||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
|
||||
|
@ -11579,14 +11588,6 @@ https-proxy-agent@^5.0.1:
|
|||
agent-base "6"
|
||||
debug "4"
|
||||
|
||||
https-proxy-agent@^7.0.0:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.1.tgz#0277e28f13a07d45c663633841e20a40aaafe0ab"
|
||||
integrity sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==
|
||||
dependencies:
|
||||
agent-base "^7.0.2"
|
||||
debug "4"
|
||||
|
||||
human-signals@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
|
||||
|
|
Loading…
Reference in a new issue