Update to RingRTC v2.47.0

This commit is contained in:
Jim Gustafson 2024-09-06 13:06:28 -07:00 committed by GitHub
parent f63d37d02e
commit 3c9332449f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View File

@ -11502,7 +11502,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
``` ```
## libsignal-core 0.1.0, mrp 2.46.2, protobuf 2.46.2, ringrtc 2.46.2, regex-aot 0.1.0, partial-default-derive 0.1.0 ## 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
``` ```
GNU AFFERO GENERAL PUBLIC LICENSE GNU AFFERO GENERAL PUBLIC LICENSE
@ -13983,7 +13983,7 @@ SOFTWARE.
``` ```
## curve25519-dalek-derive 0.1.1, anyhow 1.0.86, displaydoc 0.2.5, fastrand 2.1.0, itoa 1.0.11, linux-raw-sys 0.4.14, num_enum 0.6.1, num_enum 0.7.2, num_enum_derive 0.6.1, num_enum_derive 0.7.2, once_cell 1.19.0, pin-project-lite 0.2.14, prettyplease 0.2.20, proc-macro-crate 1.3.1, proc-macro-crate 3.1.0, proc-macro2 1.0.86, quote 1.0.36, rustix 0.38.34, semver 1.0.23, send_wrapper 0.6.0, serde 1.0.204, serde_derive 1.0.204, serde_json 1.0.120, syn-mid 0.6.0, syn 1.0.109, syn 2.0.71, thiserror-impl 1.0.62, thiserror 1.0.62, unicode-ident 1.0.12 ## curve25519-dalek-derive 0.1.1, anyhow 1.0.86, displaydoc 0.2.5, fastrand 2.1.0, itoa 1.0.11, linux-raw-sys 0.4.14, num_enum 0.6.1, num_enum 0.7.2, num_enum_derive 0.6.1, num_enum_derive 0.7.2, once_cell 1.19.0, pin-project-lite 0.2.14, prettyplease 0.2.20, proc-macro-crate 1.3.1, proc-macro-crate 3.1.0, proc-macro2 1.0.86, quote 1.0.36, rustix 0.38.34, semver 1.0.23, send_wrapper 0.6.0, serde 1.0.208, serde_derive 1.0.208, serde_json 1.0.120, syn-mid 0.6.0, syn 1.0.109, syn 2.0.71, thiserror-impl 1.0.62, thiserror 1.0.62, unicode-ident 1.0.12
``` ```
Permission is hereby granted, free of charge, to any Permission is hereby granted, free of charge, to any

9
package-lock.json generated
View File

@ -22,7 +22,7 @@
"@react-spring/web": "9.5.5", "@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.8.1", "@signalapp/better-sqlite3": "8.8.1",
"@signalapp/libsignal-client": "0.55.1", "@signalapp/libsignal-client": "0.55.1",
"@signalapp/ringrtc": "2.46.2", "@signalapp/ringrtc": "2.47.0",
"@types/fabric": "4.5.3", "@types/fabric": "4.5.3",
"backbone": "1.4.0", "backbone": "1.4.0",
"blob-util": "2.0.2", "blob-util": "2.0.2",
@ -7318,10 +7318,11 @@
} }
}, },
"node_modules/@signalapp/ringrtc": { "node_modules/@signalapp/ringrtc": {
"version": "2.46.2", "version": "2.47.0",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.46.2.tgz", "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.47.0.tgz",
"integrity": "sha512-mLQ55qnUMw1pi/Af84oOaxtS/sOX9xVRxXW8hdIiGr2JYwD8cr6PpAHVoldQrRYHwVb55jP7/o+C+tMj323UBg==", "integrity": "sha512-bGWTFkNrtWVqPfyOT7zBIy4MYt+ycEvcHuPGMbOdMtPhKPQnCfZezJYTXQdBYWEMhb+b+EWti3dMoy+iFZZw8g==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"https-proxy-agent": "7.0.1", "https-proxy-agent": "7.0.1",
"tar": "^6.2.1" "tar": "^6.2.1"

View File

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