[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-16 14:06:14 +02:00
الأصل b0e7ab0fb8
التزام d939bed0fa
6 ملفات معدلة مع 20 إضافات و20 حذوفات

عرض الملف

@@ -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.82
* @version 1.9.83
*
*/

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

@@ -1,12 +1,12 @@
{
"name": "mirotalksfu",
"version": "1.9.82",
"version": "1.9.83",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalksfu",
"version": "1.9.82",
"version": "1.9.83",
"license": "AGPL-3.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.911.0",
@@ -33,7 +33,7 @@
"js-yaml": "^4.1.0",
"jsdom": "^27.0.0",
"jsonwebtoken": "^9.0.2",
"mediasoup": "3.19.3",
"mediasoup": "3.19.4",
"mediasoup-client": "3.16.7",
"nodemailer": "^7.0.9",
"openai": "^6.3.0",
@@ -6958,9 +6958,9 @@
}
},
"node_modules/flatbuffers": {
"version": "25.2.10",
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.2.10.tgz",
"integrity": "sha512-7JlN9ZvLDG1McO3kbX0k4v+SUAg48L1rIwEvN6ZQl/eCtgJz9UylTMzE9wrmYrcorgxm3CX/3T/w5VAub99UUw==",
"version": "25.9.23",
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz",
"integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==",
"license": "Apache-2.0"
},
"node_modules/fluent-ffmpeg": {
@@ -8095,23 +8095,23 @@
}
},
"node_modules/mediasoup": {
"version": "3.19.3",
"resolved": "https://registry.npmjs.org/mediasoup/-/mediasoup-3.19.3.tgz",
"integrity": "sha512-1BH68i/q/hVAuSQHFCMq6TJDwca74KMtxE7k79BGD+wrnkvi3PTpaNaVjJ/JLjpCZnBZ3WrtI3Js0nw7NHSAXw==",
"version": "3.19.4",
"resolved": "https://registry.npmjs.org/mediasoup/-/mediasoup-3.19.4.tgz",
"integrity": "sha512-ADDeBlo6lfM7Id4EuGx0huH7G8ii1tx8D9a3uQwrZINMHsNugRsjOsHHms6VyHfDfkMz8C4F5v2nOVWeEQYqSA==",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@types/ini": "^4.1.1",
"debug": "^4.4.3",
"flatbuffers": "^25.2.10",
"h264-profile-level-id": "^2.2.3",
"flatbuffers": "^25.9.23",
"h264-profile-level-id": "^2.3.1",
"ini": "^5.0.0",
"node-fetch": "^3.3.2",
"supports-color": "^10.2.2",
"tar": "^7.4.4"
"tar": "^7.5.1"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"funding": {
"type": "opencollective",

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.9.82",
"version": "1.9.83",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -81,7 +81,7 @@
"js-yaml": "^4.1.0",
"jsdom": "^27.0.0",
"jsonwebtoken": "^9.0.2",
"mediasoup": "3.19.3",
"mediasoup": "3.19.4",
"mediasoup-client": "3.16.7",
"nodemailer": "^7.0.9",
"openai": "^6.3.0",

عرض الملف

@@ -78,7 +78,7 @@ let BRAND = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: '<strong>WebRTC SFU v1.9.82</strong>',
title: '<strong>WebRTC SFU v1.9.83</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.9.82
* @version 1.9.83
*
*/
@@ -5700,7 +5700,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.9.82',
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.83',
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.9.82
* @version 1.9.83
*
*/