[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-04 12:37:41 +02:00
الأصل 3292e7d058
التزام cef030b624
5 ملفات معدلة مع 12 إضافات و12 حذوفات

12
package-lock.json مولّد
عرض الملف

@@ -1,12 +1,12 @@
{
"name": "mirotalksfu",
"version": "1.8.79",
"version": "1.8.80",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalksfu",
"version": "1.8.79",
"version": "1.8.80",
"license": "AGPL-3.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.842.0",
@@ -33,7 +33,7 @@
"js-yaml": "^4.1.0",
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.2",
"mediasoup": "3.16.2",
"mediasoup": "3.16.5",
"mediasoup-client": "3.12.2",
"nodemailer": "^7.0.4",
"openai": "^5.8.2",
@@ -8019,9 +8019,9 @@
}
},
"node_modules/mediasoup": {
"version": "3.16.2",
"resolved": "https://registry.npmjs.org/mediasoup/-/mediasoup-3.16.2.tgz",
"integrity": "sha512-PUi1pV99sNDtWHoW1Z+FarBmSCLYAhjNL+N/Bn+Vy340IZxtJch+LzF0HUfWDlGaPSXN9M+fKTBoyNs3KXLbyA==",
"version": "3.16.5",
"resolved": "https://registry.npmjs.org/mediasoup/-/mediasoup-3.16.5.tgz",
"integrity": "sha512-W9PSQlrtHcW/oPdZlO+oZqO7ECddV/31XRO91TeUgFQlRJVdbtcsuYX8vMIngEOXcxRsKihkDLSmbrDxBcW1+Q==",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.8.79",
"version": "1.8.80",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -81,7 +81,7 @@
"js-yaml": "^4.1.0",
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.2",
"mediasoup": "3.16.2",
"mediasoup": "3.16.5",
"mediasoup-client": "3.12.2",
"nodemailer": "^7.0.4",
"openai": "^5.8.2",

عرض الملف

@@ -64,7 +64,7 @@ let BRAND = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: '<strong>WebRTC SFU v1.8.79</strong>',
title: '<strong>WebRTC SFU v1.8.80</strong>',
html: `
<button
id="support-button"

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @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.8.79
* @version 1.8.80
*
*/
@@ -5479,7 +5479,7 @@ function showAbout() {
position: 'center',
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about,
customClass: { image: 'img-about' },
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.8.79',
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.8.80',
html: `
<br />
<div id="about">

عرض الملف

@@ -9,7 +9,7 @@
* @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.8.79
* @version 1.8.80
*
*/