diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 281efdb729d..9523cc9ab84 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -11778,7 +11778,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see ``` -## libsignal-core 0.1.0, mrp 2.48.0, protobuf 2.48.0, ringrtc 2.48.0, regex-aot 0.1.0, partial-default-derive 0.1.0 +## libsignal-core 0.1.0, mrp 2.48.1, protobuf 2.48.1, ringrtc 2.48.1, regex-aot 0.1.0, partial-default-derive 0.1.0 ``` GNU AFFERO GENERAL PUBLIC LICENSE @@ -12562,6 +12562,25 @@ THIS SOFTWARE. ``` +## cubeb-core 0.14.0, cubeb-sys 0.14.0, cubeb 0.14.0 + +``` +Copyright © 2017 Mozilla Foundation + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +``` + ## windows-sys 0.45.0, windows-sys 0.52.0, windows-targets 0.42.2, windows-targets 0.52.6, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_x86_64_gnu 0.52.6, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6 ``` @@ -12710,7 +12729,7 @@ SOFTWARE. ``` -## cfg-if 1.0.0 +## cc 1.1.5, cfg-if 1.0.0, cmake 0.1.50, pkg-config 0.3.30 ``` Copyright (c) 2014 Alex Crichton @@ -12772,7 +12791,7 @@ DEALINGS IN THE SOFTWARE. ``` -## bitflags 2.6.0, log 0.4.22, regex-automata 0.4.7, regex-syntax 0.8.4, regex 1.10.5 +## bitflags 1.3.2, bitflags 2.6.0, log 0.4.22, regex-automata 0.4.7, regex-syntax 0.8.4, regex 1.10.5 ``` Copyright (c) 2014 The Rust Project Developers @@ -14219,7 +14238,7 @@ SOFTWARE. ``` -## cesu8 1.1.0, neon 1.0.0, windows-core 0.57.0, windows-implement 0.57.0, windows-interface 0.57.0, windows-result 0.1.2, windows 0.57.0 +## cesu8 1.1.0, neon 1.0.0, windows-core 0.57.0, windows-core 0.58.0, windows-implement 0.57.0, windows-implement 0.58.0, windows-interface 0.57.0, windows-interface 0.58.0, windows-result 0.1.2, windows-result 0.2.0, windows-strings 0.1.0, windows 0.57.0, windows 0.58.0 ``` MIT License diff --git a/package-lock.json b/package-lock.json index 292267948ba..878c8ec7681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@react-spring/web": "9.5.5", "@signalapp/better-sqlite3": "8.8.1", "@signalapp/libsignal-client": "0.58.0", - "@signalapp/ringrtc": "2.48.0", + "@signalapp/ringrtc": "2.48.1", "@types/fabric": "4.5.3", "backbone": "1.4.0", "blob-util": "2.0.2", @@ -7351,9 +7351,9 @@ } }, "node_modules/@signalapp/ringrtc": { - "version": "2.48.0", - "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.0.tgz", - "integrity": "sha512-dJP0ADlw9XrwMnXYySmwvlQhO2VrgIrkP+WHbwh6Ekm92SyD3kpUAmhfOA5An02Rz+P7aYP8tN7t76mQnA8HNg==", + "version": "2.48.1", + "resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.1.tgz", + "integrity": "sha512-eQihoH/XDdKeeh9eibtlon/fDqcpjSziBHgtvE/5x7Rl4BLIS9ZfRIWv5wlIgUDtEGoaKTkdWHieBXVCzbnGUg==", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index b97f1bbfa78..55c918ab833 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@react-spring/web": "9.5.5", "@signalapp/better-sqlite3": "8.8.1", "@signalapp/libsignal-client": "0.58.0", - "@signalapp/ringrtc": "2.48.0", + "@signalapp/ringrtc": "2.48.1", "@types/fabric": "4.5.3", "backbone": "1.4.0", "blob-util": "2.0.2",