From f13fa1496da98c119b66862da36af0f6fda3b9c5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 12 Oct 2024 21:44:58 +0200 Subject: [PATCH] [mirotalksfu] - fix meta, update dep, sec --- SECURITY.md | 2 +- app/src/Server.js | 2 +- package.json | 4 ++-- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 2 +- public/views/Room.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 570fea68..ae64fd10 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -28,7 +28,7 @@ We would like to extend our gratitude to the following individuals for their res | Name | Contact | | ----------------- | ------------------------------- | | `Hendrik Siewert` | hendrik.siewert@upb.de | -| `Caio Fook` | caio.fook@gmail.com | +| `Caio Fook` | https://github.com/caiofook | | `Nishant Jain` | https://twitter.com/realArcherL | Their dedication to security has contributed to the continuous improvement of our systems, ensuring the safety and privacy of our users and data. diff --git a/app/src/Server.js b/app/src/Server.js index ada62c4d..c588f7a0 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -55,7 +55,7 @@ dev 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.5.83 + * @version 1.5.84 * */ diff --git a/package.json b/package.json index 0512769b..d6555c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.5.83", + "version": "1.5.84", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -57,7 +57,7 @@ "node": ">=18" }, "dependencies": { - "@sentry/node": "^8.33.1", + "@sentry/node": "^8.34.0", "axios": "^1.7.7", "body-parser": "1.20.3", "colors": "1.4.0", diff --git a/public/js/Room.js b/public/js/Room.js index dfad3ee2..be09e475 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.5.83 + * @version 1.5.84 * */ @@ -4490,7 +4490,7 @@ function showAbout() { imageUrl: image.about, customClass: { image: 'img-about' }, position: 'center', - title: 'WebRTC SFU v1.5.83', + title: 'WebRTC SFU v1.5.84', html: `
diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 76acac8b..d01b8695 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.5.83 + * @version 1.5.84 * */ diff --git a/public/views/Room.html b/public/views/Room.html index e16903ac..f1633abe 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -11,7 +11,7 @@ - +