[mirotalksfu] - fix meta, update dep, sec

هذا الالتزام موجود في:
Miroslav Pejic
2024-10-12 21:44:58 +02:00
الأصل 7690d9a6e3
التزام f13fa1496d
6 ملفات معدلة مع 8 إضافات و8 حذوفات

عرض الملف

@@ -28,7 +28,7 @@ We would like to extend our gratitude to the following individuals for their res
| Name | Contact | | Name | Contact |
| ----------------- | ------------------------------- | | ----------------- | ------------------------------- |
| `Hendrik Siewert` | hendrik.siewert@upb.de | | `Hendrik Siewert` | hendrik.siewert@upb.de |
| `Caio Fook` | caio.fook@gmail.com | | `Caio Fook` | https://github.com/caiofook |
| `Nishant Jain` | https://twitter.com/realArcherL | | `Nishant Jain` | https://twitter.com/realArcherL |
Their dedication to security has contributed to the continuous improvement of our systems, ensuring the safety and privacy of our users and data. Their dedication to security has contributed to the continuous improvement of our systems, ensuring the safety and privacy of our users and data.

عرض الملف

@@ -55,7 +55,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.83 * @version 1.5.84
* *
*/ */

عرض الملف

@@ -1,6 +1,6 @@
{ {
"name": "mirotalksfu", "name": "mirotalksfu",
"version": "1.5.83", "version": "1.5.84",
"description": "WebRTC SFU browser-based video calls", "description": "WebRTC SFU browser-based video calls",
"main": "Server.js", "main": "Server.js",
"scripts": { "scripts": {
@@ -57,7 +57,7 @@
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"@sentry/node": "^8.33.1", "@sentry/node": "^8.34.0",
"axios": "^1.7.7", "axios": "^1.7.7",
"body-parser": "1.20.3", "body-parser": "1.20.3",
"colors": "1.4.0", "colors": "1.4.0",

عرض الملف

@@ -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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.83 * @version 1.5.84
* *
*/ */
@@ -4490,7 +4490,7 @@ function showAbout() {
imageUrl: image.about, imageUrl: image.about,
customClass: { image: 'img-about' }, customClass: { image: 'img-about' },
position: 'center', position: 'center',
title: 'WebRTC SFU v1.5.83', title: 'WebRTC SFU v1.5.84',
html: ` html: `
<br /> <br />
<div id="about"> <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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.83 * @version 1.5.84
* *
*/ */

عرض الملف

@@ -11,7 +11,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta <meta
id="description" id="description"