From f15bc2c7e36e6f5e4b9171c69181b0b551fc5a44 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 4 Oct 2025 23:19:43 +0200 Subject: [PATCH] [mirotalksfu] - fix volume indicator, update dep --- app/src/Server.js | 2 +- package-lock.json | 20 ++++++++++---------- package.json | 6 +++--- public/js/Brand.js | 2 +- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 10 ++++++++-- 6 files changed, 25 insertions(+), 19 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index 7eee2e25..849a4939 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -64,7 +64,7 @@ dev dependencies: { * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.9.76 + * @version 1.9.77 * */ diff --git a/package-lock.json b/package-lock.json index 89186107..7acd535f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "mirotalksfu", - "version": "1.9.76", + "version": "1.9.77", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalksfu", - "version": "1.9.76", + "version": "1.9.77", "license": "AGPL-3.0", "dependencies": { "@aws-sdk/client-s3": "^3.901.0", - "@aws-sdk/lib-storage": "^3.901.0", + "@aws-sdk/lib-storage": "^3.903.0", "@mattermost/client": "10.12.0", "@ngrok/ngrok": "1.5.2", "@sentry/node": "^10.17.0", @@ -36,7 +36,7 @@ "mediasoup": "3.19.3", "mediasoup-client": "3.16.7", "nodemailer": "^7.0.6", - "openai": "^6.0.1", + "openai": "^6.1.0", "qs": "6.14.0", "sanitize-filename": "^1.6.3", "socket.io": "4.8.1", @@ -583,9 +583,9 @@ } }, "node_modules/@aws-sdk/lib-storage": { - "version": "3.901.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.901.0.tgz", - "integrity": "sha512-wbsDLyqP6eWuipME0klToroZVMY+8xKiFILyZDQ1ZKy5kNa0dEOokE78mlat+GsP2ygW+Zv5il7LDPskRpaEOQ==", + "version": "3.903.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.903.0.tgz", + "integrity": "sha512-/CFhz/QtPSI9CVAdlW6JrfMyPjnE38a8pzTi8CMCWXu51c1NqzcGXo80LZUwzWkcWk5ZqPWRYzrw43TQ8ia78w==", "license": "Apache-2.0", "dependencies": { "@smithy/abort-controller": "^4.2.0", @@ -8585,9 +8585,9 @@ } }, "node_modules/openai": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/openai/-/openai-6.0.1.tgz", - "integrity": "sha512-Xf9k3/Ezckp0aQmkU7LTXPg9dTxo3uspuJqxotHF3Jscq0r7EU0KEoqesQVxoQ6YeAzd/jlm7kxayZufpYRJUQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-6.1.0.tgz", + "integrity": "sha512-5sqb1wK67HoVgGlsPwcH2bUbkg66nnoIYKoyV9zi5pZPqh7EWlmSrSDjAh4O5jaIg/0rIlcDKBtWvZBuacmGZg==", "license": "Apache-2.0", "bin": { "openai": "bin/cli" diff --git a/package.json b/package.json index 30be8999..7a53950e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.9.76", + "version": "1.9.77", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -58,7 +58,7 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.901.0", - "@aws-sdk/lib-storage": "^3.901.0", + "@aws-sdk/lib-storage": "^3.903.0", "@mattermost/client": "10.12.0", "@ngrok/ngrok": "1.5.2", "@sentry/node": "^10.17.0", @@ -84,7 +84,7 @@ "mediasoup": "3.19.3", "mediasoup-client": "3.16.7", "nodemailer": "^7.0.6", - "openai": "^6.0.1", + "openai": "^6.1.0", "qs": "6.14.0", "sanitize-filename": "^1.6.3", "socket.io": "4.8.1", diff --git a/public/js/Brand.js b/public/js/Brand.js index a5b89f75..68119308 100644 --- a/public/js/Brand.js +++ b/public/js/Brand.js @@ -78,7 +78,7 @@ let BRAND = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC SFU v1.9.76', + title: 'WebRTC SFU v1.9.77', html: `