From 0b067347bb593dcb26d8c1268f491cbe4d2a5c37 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 26 Oct 2024 08:34:12 +0200 Subject: [PATCH] [mirotalkc2c] - update dep --- backend/server.js | 2 +- frontend/js/client.js | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/server.js b/backend/server.js index cab5938..2c7ca2c 100644 --- a/backend/server.js +++ b/backend/server.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.36 + * @version 1.1.37 */ require('dotenv').config(); diff --git a/frontend/js/client.js b/frontend/js/client.js index fbd51cf..f4a25ec 100644 --- a/frontend/js/client.js +++ b/frontend/js/client.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.36 + * @version 1.1.37 */ const roomId = new URLSearchParams(window.location.search).get('room'); diff --git a/package.json b/package.json index 5f955ea..715851e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkc2c", - "version": "1.1.36", + "version": "1.1.37", "description": "A free WebRTC Cam-2-Cam browser-based video calls", "main": "server.js", "scripts": { @@ -45,7 +45,7 @@ "js-yaml": "^4.1.0", "ngrok": "^5.0.0-beta.2", "nodemailer": "^6.9.15", - "socket.io": "^4.8.0", + "socket.io": "^4.8.1", "swagger-ui-express": "5.0.1", "uuid": "10.0.0", "xss": "^1.0.15"