diff --git a/app/src/server.js b/app/src/server.js index b4bb657b..9710ae08 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -45,7 +45,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.5.20 + * @version 1.5.21 * */ diff --git a/coturn/README.md b/coturn/README.md index 6153587d..4f456361 100644 --- a/coturn/README.md +++ b/coturn/README.md @@ -24,7 +24,6 @@ Set up `CoTURN` with Docker for NAT traversal and media relay in WebRTC applicat cp turnserver.template.conf turnserver.conf ``` 2. Edit `turnserver.conf`: - - Replace `YOUR.DOMAIN.NAME` with your domain. - Replace `YOUR.USERNAME` and `YOUR.PASSWORD` with your credentials. diff --git a/package.json b/package.json index 33ee83ad..c8f74df3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.5.20", + "version": "1.5.21", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -43,7 +43,7 @@ "dependencies": { "@mattermost/client": "10.8.0", "@ngrok/ngrok": "1.5.1", - "@sentry/node": "^9.30.0", + "@sentry/node": "^9.31.0", "axios": "^1.10.0", "chokidar": "^4.0.3", "colors": "^1.4.0", @@ -61,17 +61,17 @@ "jsonwebtoken": "^9.0.2", "js-yaml": "^4.1.0", "nodemailer": "^7.0.3", - "openai": "^5.6.0", + "openai": "^5.7.0", "qs": "^6.14.0", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", "uuid": "11.1.0" }, "devDependencies": { - "mocha": "^11.7.0", + "mocha": "^11.7.1", "node-fetch": "^3.3.2", "nodemon": "^3.1.10", - "prettier": "3.5.3", + "prettier": "3.6.0", "proxyquire": "^2.1.3", "should": "^13.2.3", "sinon": "^21.0.0" diff --git a/public/js/brand.js b/public/js/brand.js index 4f0c2073..5c62f5a2 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -73,7 +73,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.5.20', + title: 'WebRTC P2P v1.5.21', html: `