diff --git a/app/src/Server.js b/app/src/Server.js index e437ad18..4af8b30a 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.61 + * @version 1.9.62 * */ diff --git a/package-lock.json b/package-lock.json index 2bcc41b2..e3213edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalksfu", - "version": "1.9.61", + "version": "1.9.62", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalksfu", - "version": "1.9.61", + "version": "1.9.62", "license": "AGPL-3.0", "dependencies": { "@aws-sdk/client-s3": "^3.888.0", @@ -15,7 +15,7 @@ "@ngrok/ngrok": "1.5.2", "@sentry/node": "^10.11.0", "async-mutex": "^0.5.0", - "axios": "^1.12.1", + "axios": "^1.12.2", "chokidar": "^4.0.3", "colors": "1.4.0", "compression": "1.8.1", @@ -34,7 +34,7 @@ "jsdom": "^27.0.0", "jsonwebtoken": "^9.0.2", "mediasoup": "3.19.2", - "mediasoup-client": "3.15.6", + "mediasoup-client": "3.15.7", "nodemailer": "^7.0.6", "openai": "^5.20.2", "qs": "6.14.0", @@ -5408,9 +5408,9 @@ } }, "node_modules/axios": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.1.tgz", - "integrity": "sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -6218,9 +6218,9 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -8183,21 +8183,21 @@ } }, "node_modules/mediasoup-client": { - "version": "3.15.6", - "resolved": "https://registry.npmjs.org/mediasoup-client/-/mediasoup-client-3.15.6.tgz", - "integrity": "sha512-6pairpRJfwlc7G1dreTFh+gwfmIo8FE1Usr63577cpakjT1lVz/exOn/26S5B6kaTPOzL1KOtsBpJO0G0NJ1PA==", + "version": "3.15.7", + "resolved": "https://registry.npmjs.org/mediasoup-client/-/mediasoup-client-3.15.7.tgz", + "integrity": "sha512-nQQQKH5HaLH+8JC+bm89ry+fg0vVV0rHHqR34Ch1zzrmmBkonifePbI0bBHNAw/rDJP/I07yA84lu9Egn26lCw==", "license": "ISC", "dependencies": { "@types/debug": "^4.1.12", "@types/events-alias": "npm:@types/events@^3.0.3", "awaitqueue": "^3.2.4", "browser-dtector": "^4.1.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "events-alias": "npm:events@^3.3.0", "fake-mediastreamtrack": "^2.1.4", "h264-profile-level-id": "^2.2.3", "sdp-transform": "^2.15.0", - "supports-color": "^10.2.0" + "supports-color": "^10.2.2" }, "engines": { "node": ">=18" @@ -10133,9 +10133,9 @@ "license": "MIT" }, "node_modules/supports-color": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.0.tgz", - "integrity": "sha512-5eG9FQjEjDbAlI5+kdpdyPIBMRH4GfTVDGREVupaZHmVoppknhM29b/S9BkQz7cathp85BVgRi/As3Siln7e0Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz", + "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index fd957327..5f92494a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.9.61", + "version": "1.9.62", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -63,7 +63,7 @@ "@ngrok/ngrok": "1.5.2", "@sentry/node": "^10.11.0", "async-mutex": "^0.5.0", - "axios": "^1.12.1", + "axios": "^1.12.2", "chokidar": "^4.0.3", "colors": "1.4.0", "compression": "1.8.1", @@ -82,7 +82,7 @@ "jsdom": "^27.0.0", "jsonwebtoken": "^9.0.2", "mediasoup": "3.19.2", - "mediasoup-client": "3.15.6", + "mediasoup-client": "3.15.7", "nodemailer": "^7.0.6", "openai": "^5.20.2", "qs": "6.14.0", diff --git a/public/js/Brand.js b/public/js/Brand.js index d85c9bbf..72a1265b 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.61', + title: 'WebRTC SFU v1.9.62', html: `