Update to RingRTC v2.47.1

This commit is contained in:
Jim Gustafson 2024-09-13 15:49:14 -07:00 committed by GitHub
parent afd6470ff9
commit 4230799e23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -11529,7 +11529,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```
## libsignal-core 0.1.0, mrp 2.47.0, protobuf 2.47.0, ringrtc 2.47.0, regex-aot 0.1.0, partial-default-derive 0.1.0
## libsignal-core 0.1.0, mrp 2.47.1, protobuf 2.47.1, ringrtc 2.47.1, regex-aot 0.1.0, partial-default-derive 0.1.0
```
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.8.1",
"@signalapp/libsignal-client": "0.56.1",
"@signalapp/ringrtc": "2.47.0",
"@signalapp/ringrtc": "2.47.1",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
"blob-util": "2.0.2",
@ -7338,9 +7338,9 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.47.0",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.47.0.tgz",
"integrity": "sha512-bGWTFkNrtWVqPfyOT7zBIy4MYt+ycEvcHuPGMbOdMtPhKPQnCfZezJYTXQdBYWEMhb+b+EWti3dMoy+iFZZw8g==",
"version": "2.47.1",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.47.1.tgz",
"integrity": "sha512-qgnY4lgUOxZeAbb4FLdXiBBte6hWN/FVyNMevr+ZPp91Te119d81PDG2p5mLqARF44btEc0v8FKnq2YIjeR7nQ==",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View file

@ -106,7 +106,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.8.1",
"@signalapp/libsignal-client": "0.56.1",
"@signalapp/ringrtc": "2.47.0",
"@signalapp/ringrtc": "2.47.1",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
"blob-util": "2.0.2",