From e03822c867b6d06c573c466a6a9d2783cb838ce7 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 28 Feb 2024 14:23:07 +0100 Subject: [PATCH] [mirotalksfu] - update dep to latest --- app/src/Server.js | 2 +- package.json | 10 +++++----- public/js/Room.js | 2 +- public/js/RoomClient.js | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index a2590f14..aa2ba866 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -41,7 +41,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.76 + * @version 1.3.77 * */ diff --git a/package.json b/package.json index f4cd61d6..e4177285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.3.76", + "version": "1.3.77", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -38,8 +38,8 @@ "author": "Miroslav Pejic", "license": "AGPL-3.0", "dependencies": { - "@sentry/integrations": "7.102.0", - "@sentry/node": "7.102.0", + "@sentry/integrations": "7.103.0", + "@sentry/node": "7.103.0", "axios": "^1.6.7", "body-parser": "1.20.2", "colors": "1.4.0", @@ -49,7 +49,7 @@ "express": "4.18.2", "httpolyglot": "0.1.2", "jsonwebtoken": "^9.0.2", - "mediasoup": "3.13.22", + "mediasoup": "3.13.23", "mediasoup-client": "3.7.4", "ngrok": "^5.0.0-beta.2", "openai": "^4.28.0", @@ -62,7 +62,7 @@ }, "devDependencies": { "node-fetch": "^3.3.2", - "nodemon": "^3.0.3", + "nodemon": "^3.1.0", "prettier": "3.2.5" } } diff --git a/public/js/Room.js b/public/js/Room.js index 687fcdc7..93f862db 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.76 + * @version 1.3.77 * */ diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index cdba2388..8a7f5d1b 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.76 + * @version 1.3.77 * */