[mirotalksfu] - update dep.

هذا الالتزام موجود في:
Miroslav Pejic
2024-01-13 17:37:54 +01:00
الأصل 694e84b12b
التزام ef9eb6ae1e
4 ملفات معدلة مع 13 إضافات و10 حذوفات

عرض الملف

@@ -40,7 +40,7 @@ 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.3.52
* @version 1.3.53
*
*/

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.3.52",
"version": "1.3.53",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -29,13 +29,16 @@
"socket.io",
"sfu",
"nodejs",
"video"
"video",
"audio",
"openai",
"chatgpt"
],
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/integrations": "7.92.0",
"@sentry/node": "7.92.0",
"@sentry/integrations": "7.93.0",
"@sentry/node": "7.93.0",
"axios": "^1.6.5",
"body-parser": "1.20.2",
"colors": "1.4.0",
@@ -47,9 +50,9 @@
"mediasoup": "3.13.16",
"mediasoup-client": "3.7.2",
"ngrok": "^4.3.3",
"openai": "^4.24.2",
"openai": "^4.24.7",
"qs": "6.11.2",
"socket.io": "4.7.3",
"socket.io": "4.7.4",
"swagger-ui-express": "5.0.0",
"uuid": "9.0.1",
"xss": "^1.0.14",
@@ -58,6 +61,6 @@
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.0.2",
"prettier": "3.1.1"
"prettier": "3.2.1"
}
}

عرض الملف

@@ -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.3.52
* @version 1.3.53
*
*/

عرض الملف

@@ -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.3.52
* @version 1.3.53
*
*/