From d8057355ac705aa55bf24c5671164cc1069d9b92 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 13 Dec 2023 13:31:07 +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 52dafcfe..92b79b9d 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.3.3 + * @version 1.3.4 * */ diff --git a/package.json b/package.json index acdb6617..2dcd27fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.3.3", + "version": "1.3.4", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -44,10 +44,10 @@ "crypto-js": "4.2.0", "express": "4.18.2", "httpolyglot": "0.1.2", - "mediasoup": "3.13.10", + "mediasoup": "3.13.11", "mediasoup-client": "3.7.0", "ngrok": "^4.3.3", - "openai": "^4.20.1", + "openai": "^4.21.0", "qs": "6.11.2", "socket.io": "4.7.2", "swagger-ui-express": "5.0.0", @@ -58,6 +58,6 @@ "devDependencies": { "node-fetch": "^3.3.2", "nodemon": "^3.0.2", - "prettier": "3.1.0" + "prettier": "3.1.1" } } diff --git a/public/js/Room.js b/public/js/Room.js index a02bf640..7d7aba8b 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.3.3 + * @version 1.3.4 * */ diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 786062b5..6b8da6c7 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.3.3 + * @version 1.3.4 * */