[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-09-20 08:01:26 +02:00
الأصل b088295e7d
التزام 1b8f33b9c3
5 ملفات معدلة مع 13 إضافات و13 حذوفات

عرض الملف

@@ -312,9 +312,9 @@ To set up your own instance of `MiroTalk SFU` on a dedicated cloud server, pleas
<br/>
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=1070207afbb1&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://m.do.co/c/1070207afbb1)
For personal use, you can start with a single $5 a month cloud server and scale up as needed. You can use [this link](https://m.do.co/c/1070207afbb1) to get a `$100 credit for the first 60 days`.
For personal use, you can start with a single $5 a month cloud server and scale up as needed. You can use [this link](https://m.do.co/c/1070207afbb1) to get a `$200 credit for the first 60 days`.
</details>

عرض الملف

@@ -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 CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.67
* @version 1.5.68
*
*/

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.5.67",
"version": "1.5.68",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -57,15 +57,15 @@
"node": ">=18"
},
"dependencies": {
"@sentry/node": "^8.28.0",
"@sentry/node": "^8.30.0",
"axios": "^1.7.7",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"colors": "1.4.0",
"compression": "1.7.4",
"cors": "2.8.5",
"crypto-js": "4.2.0",
"dompurify": "^3.1.6",
"express": "4.19.2",
"express": "4.21.0",
"express-openid-connect": "^2.17.1",
"fluent-ffmpeg": "^2.1.3",
"he": "^1.2.0",
@@ -77,7 +77,7 @@
"mediasoup-client": "3.7.16",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.15",
"openai": "^4.58.1",
"openai": "^4.62.1",
"qs": "6.13.0",
"socket.io": "4.7.5",
"swagger-ui-express": "5.0.1",
@@ -86,10 +86,10 @@
"devDependencies": {
"mocha": "^10.7.3",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.4",
"nodemon": "^3.1.6",
"prettier": "3.3.3",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"sinon": "^18.0.0"
"sinon": "^19.0.2"
}
}

عرض الملف

@@ -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.5.67
* @version 1.5.68
*
*/
@@ -4455,7 +4455,7 @@ function showAbout() {
imageUrl: image.about,
customClass: { image: 'img-about' },
position: 'center',
title: 'WebRTC SFU v1.5.67',
title: 'WebRTC SFU v1.5.68',
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.5.67
* @version 1.5.68
*
*/