From 8449930cee207f81c952bdd4d84aee334af7b47e Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 20 Nov 2023 14:31:08 +0100 Subject: [PATCH] [mirotalksfu] - update dep --- app/src/Server.js | 2 +- package.json | 8 ++++---- public/js/Room.js | 2 +- public/js/RoomClient.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index 2072583a..29a82799 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -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.2.5 + * @version 1.2.6 * */ diff --git a/package.json b/package.json index 85878a64..a435ee21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.2.5", + "version": "1.2.6", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -34,8 +34,8 @@ "author": "Miroslav Pejic", "license": "AGPL-3.0", "dependencies": { - "@sentry/integrations": "7.80.1", - "@sentry/node": "7.80.1", + "@sentry/integrations": "7.81.0", + "@sentry/node": "7.81.0", "axios": "^1.6.2", "body-parser": "1.20.2", "colors": "1.4.0", @@ -44,7 +44,7 @@ "crypto-js": "4.2.0", "express": "4.18.2", "httpolyglot": "0.1.2", - "mediasoup": "3.13.2", + "mediasoup": "3.13.3", "mediasoup-client": "3.7.0", "ngrok": "^4.3.3", "openai": "^4.19.0", diff --git a/public/js/Room.js b/public/js/Room.js index 3b5a0765..80c52dfe 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -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.2.5 + * @version 1.2.6 * */ diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 4f85693f..d82d55da 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -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.2.5 + * @version 1.2.6 * */