Skip to content

Commit eb60034

Browse files
[mirotalksfu] - update dep
1 parent 22348ae commit eb60034

File tree

6 files changed

+285
-285
lines changed

6 files changed

+285
-285
lines changed

app/src/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dev dependencies: {
6464
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
6565
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
6666
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
67-
* @version 1.9.89
67+
* @version 1.9.90
6868
*
6969
*/
7070

package-lock.json

Lines changed: 274 additions & 274 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalksfu",
3-
"version": "1.9.89",
3+
"version": "1.9.90",
44
"description": "WebRTC SFU browser-based video calls",
55
"main": "Server.js",
66
"scripts": {
@@ -57,8 +57,8 @@
5757
"node": ">=22"
5858
},
5959
"dependencies": {
60-
"@aws-sdk/client-s3": "^3.914.0",
61-
"@aws-sdk/lib-storage": "^3.914.0",
60+
"@aws-sdk/client-s3": "^3.916.0",
61+
"@aws-sdk/lib-storage": "^3.916.0",
6262
"@mattermost/client": "10.12.0",
6363
"@ngrok/ngrok": "1.5.2",
6464
"@sentry/node": "^10.21.0",
@@ -81,7 +81,7 @@
8181
"js-yaml": "^4.1.0",
8282
"jsdom": "^27.0.1",
8383
"jsonwebtoken": "^9.0.2",
84-
"mediasoup": "3.19.5",
84+
"mediasoup": "3.19.6",
8585
"mediasoup-client": "3.17.1",
8686
"nodemailer": "^7.0.10",
8787
"openai": "^6.6.0",
@@ -92,8 +92,8 @@
9292
"uuid": "13.0.0"
9393
},
9494
"devDependencies": {
95-
"@babel/core": "^7.28.4",
96-
"@babel/preset-env": "^7.28.3",
95+
"@babel/core": "^7.28.5",
96+
"@babel/preset-env": "^7.28.5",
9797
"babel-loader": "^10.0.0",
9898
"mocha": "^11.7.4",
9999
"node-fetch": "^3.3.2",

public/js/Brand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ let BRAND = {
7878
},
7979
about: {
8080
imageUrl: '../images/mirotalk-logo.gif',
81-
title: '<strong>WebRTC SFU v1.9.89</strong>',
81+
title: '<strong>WebRTC SFU v1.9.90</strong>',
8282
html: `
8383
<button
8484
id="support-button"

public/js/Room.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
1111
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
1212
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
1313
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
14-
* @version 1.9.89
14+
* @version 1.9.90
1515
*
1616
*/
1717

@@ -5722,7 +5722,7 @@ function showAbout() {
57225722
position: 'center',
57235723
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about,
57245724
customClass: { image: 'img-about' },
5725-
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.89',
5725+
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.90',
57265726
html: `
57275727
<br />
57285728
<div id="about">

public/js/RoomClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
1010
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
1111
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
12-
* @version 1.9.89
12+
* @version 1.9.90
1313
*
1414
*/
1515

0 commit comments

Comments
 (0)