Update to RingRTC v2.48.4

This commit is contained in:
Jim Gustafson 2024-10-25 13:37:00 -07:00 committed by GitHub
parent 83f42f3100
commit 872f1bd843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 6 deletions

View file

@ -12043,7 +12043,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```
## libsignal-core 0.1.0, mrp 2.48.3, protobuf 2.48.3, ringrtc 2.48.3, regex-aot 0.1.0, partial-default-derive 0.1.0
## libsignal-core 0.1.0, mrp 2.48.4, protobuf 2.48.4, ringrtc 2.48.4, regex-aot 0.1.0, partial-default-derive 0.1.0
```
GNU AFFERO GENERAL PUBLIC LICENSE
@ -16814,6 +16814,33 @@ simplified BSD license.
limitations under the License.
Copyright 2015 The Chromium Authors
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```

9
package-lock.json generated
View file

@ -23,7 +23,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "9.0.7",
"@signalapp/libsignal-client": "0.59.0",
"@signalapp/ringrtc": "2.48.3",
"@signalapp/ringrtc": "2.48.4",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
"blob-util": "2.0.2",
@ -7402,10 +7402,11 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.48.3",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.3.tgz",
"integrity": "sha512-41XBsYx1UZhRfUH8SurSoEg2iRXTXCE2g8W2hr76/izshf+uK7X2JsTtf7RP8N4A7fm1VCSf2Lie/cx1b0VnCw==",
"version": "2.48.4",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.4.tgz",
"integrity": "sha512-AckV3O+KoznMEeyh4zoaiM73Fui0K/qf7y6lYMzXsiQRzND3YwsqqKcfJwSdNC4V5adRhdJTRyiB/GSqhDONcw==",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {
"https-proxy-agent": "7.0.1",
"tar": "^6.2.1"

View file

@ -107,7 +107,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "9.0.7",
"@signalapp/libsignal-client": "0.59.0",
"@signalapp/ringrtc": "2.48.3",
"@signalapp/ringrtc": "2.48.4",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
"blob-util": "2.0.2",