[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-07-22 21:31:19 +02:00
الأصل 380b403cea
التزام 65100cb486
6 ملفات معدلة مع 27 إضافات و26 حذوفات

عرض الملف

@@ -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.71
* @version 1.9.08
*
*/

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

@@ -1,12 +1,12 @@
{
"name": "mirotalksfu",
"version": "1.9.07",
"version": "1.9.08",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalksfu",
"version": "1.9.07",
"version": "1.9.08",
"license": "AGPL-3.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.850.0",
@@ -25,7 +25,7 @@
"dompurify": "^3.2.6",
"dotenv": "^17.2.0",
"express": "5.1.0",
"express-openid-connect": "^2.18.1",
"express-openid-connect": "^2.19.2",
"fluent-ffmpeg": "^2.1.3",
"he": "^1.2.0",
"helmet": "^8.1.0",
@@ -36,7 +36,7 @@
"mediasoup": "3.16.7",
"mediasoup-client": "3.12.5",
"nodemailer": "^7.0.5",
"openai": "^5.10.1",
"openai": "^5.10.2",
"qs": "6.14.0",
"sanitize-filename": "^1.6.3",
"socket.io": "4.8.1",
@@ -6650,20 +6650,20 @@
}
},
"node_modules/express-openid-connect": {
"version": "2.18.1",
"resolved": "https://registry.npmjs.org/express-openid-connect/-/express-openid-connect-2.18.1.tgz",
"integrity": "sha512-trHqgwXxWF0n/XrDsRzsvQtnBNbU03iCNXbKR/sHwBqXlvCgup341bW7B8t6nr3L/CMoDpK+9gsTnx3qLCqdjQ==",
"version": "2.19.2",
"resolved": "https://registry.npmjs.org/express-openid-connect/-/express-openid-connect-2.19.2.tgz",
"integrity": "sha512-hRRRBS+mH9hrhVcbg7+APe+dIsYB4BDLILv7QfTmM1jSDyaU9NYpTxqWourAnlud/E4Gf4Q0qCVmSJguh4BTaA==",
"license": "MIT",
"dependencies": {
"base64url": "^3.0.1",
"clone": "^2.1.2",
"cookie": "^0.7.1",
"debug": "^4.3.4",
"futoin-hkdf": "^1.5.1",
"cookie": "^0.7.2",
"debug": "^4.4.1",
"futoin-hkdf": "^1.5.3",
"http-errors": "^1.8.1",
"joi": "^17.7.0",
"joi": "^17.13.3",
"jose": "^2.0.7",
"on-headers": "^1.0.2",
"on-headers": "^1.1.0",
"openid-client": "^4.9.1",
"url-join": "^4.0.1"
},
@@ -6968,14 +6968,15 @@
}
},
"node_modules/form-data": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"es-set-tostringtag": "^2.1.0",
"hasown": "^2.0.2",
"mime-types": "^2.1.12"
},
"engines": {
@@ -8572,9 +8573,9 @@
}
},
"node_modules/openai": {
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/openai/-/openai-5.10.1.tgz",
"integrity": "sha512-fq6xVfv1/gpLbsj8fArEt3b6B9jBxdhAK+VJ+bDvbUvNd+KTLlA3bnDeYZaBsGH9LUhJ1M1yXfp9sEyBLMx6eA==",
"version": "5.10.2",
"resolved": "https://registry.npmjs.org/openai/-/openai-5.10.2.tgz",
"integrity": "sha512-n+vi74LzHtvlKcDPn9aApgELGiu5CwhaLG40zxLTlFQdoSJCLACORIPC2uVQ3JEYAbqapM+XyRKFy2Thej7bIw==",
"license": "Apache-2.0",
"bin": {
"openai": "bin/cli"

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.9.07",
"version": "1.9.08",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -73,7 +73,7 @@
"dompurify": "^3.2.6",
"dotenv": "^17.2.0",
"express": "5.1.0",
"express-openid-connect": "^2.18.1",
"express-openid-connect": "^2.19.2",
"fluent-ffmpeg": "^2.1.3",
"he": "^1.2.0",
"helmet": "^8.1.0",
@@ -84,7 +84,7 @@
"mediasoup": "3.16.7",
"mediasoup-client": "3.12.5",
"nodemailer": "^7.0.5",
"openai": "^5.10.1",
"openai": "^5.10.2",
"qs": "6.14.0",
"sanitize-filename": "^1.6.3",
"socket.io": "4.8.1",

عرض الملف

@@ -76,7 +76,7 @@ let BRAND = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: '<strong>WebRTC SFU v1.9.07</strong>',
title: '<strong>WebRTC SFU v1.9.08</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.07
* @version 1.9.08
*
*/
@@ -5469,7 +5469,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.07',
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.08',
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.06
* @version 1.9.08
*
*/