[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-05-07 07:55:08 +02:00
الأصل c8316b58d8
التزام fa23bf830d
6 ملفات معدلة مع 15 إضافات و15 حذوفات

عرض الملف

@@ -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.8.39
* @version 1.8.40
*
*/

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.8.39",
"version": "1.8.40",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -57,9 +57,9 @@
"node": ">=18"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.802.0",
"@aws-sdk/lib-storage": "^3.802.0",
"@mattermost/client": "10.6.0",
"@aws-sdk/client-s3": "^3.804.0",
"@aws-sdk/lib-storage": "^3.804.0",
"@mattermost/client": "10.7.0",
"@ngrok/ngrok": "1.5.1",
"@sentry/node": "^9.15.0",
"async-mutex": "^0.5.0",
@@ -73,7 +73,7 @@
"dompurify": "^3.2.5",
"dotenv": "^16.5.0",
"express": "5.1.0",
"express-openid-connect": "^2.18.0",
"express-openid-connect": "^2.18.1",
"fluent-ffmpeg": "^2.1.3",
"he": "^1.2.0",
"helmet": "^8.1.0",
@@ -82,8 +82,8 @@
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.2",
"mediasoup": "3.15.7",
"mediasoup-client": "3.10.0",
"nodemailer": "^6.10.1",
"mediasoup-client": "3.10.1",
"nodemailer": "^7.0.2",
"openai": "^4.97.0",
"qs": "6.14.0",
"sanitize-filename": "^1.6.3",
@@ -93,7 +93,7 @@
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"babel-loader": "^10.0.0",
"mocha": "^11.2.2",
"node-fetch": "^3.3.2",
@@ -102,7 +102,7 @@
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"sinon": "^20.0.0",
"webpack": "^5.99.7",
"webpack": "^5.99.8",
"webpack-cli": "^6.0.1"
}
}

عرض الملف

@@ -64,7 +64,7 @@ let BRAND = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: '<strong>WebRTC SFU v1.8.39</strong>',
title: '<strong>WebRTC SFU v1.8.40</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.39
* @version 1.8.40
*
*/
@@ -5385,7 +5385,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.39',
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.8.40',
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.39
* @version 1.8.40
*
*/

تم حذف اختلاف الملف لأن أحد الأسطر أو أكثر طويلة جداً