diff --git a/app/src/server.js b/app/src/server.js index a7c7e0599..5403f44c3 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -39,7 +39,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.3.74 + * @version 1.3.75 * */ diff --git a/package.json b/package.json index 5c1b13cdf..37ba36307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.3.74", + "version": "1.3.75", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -41,21 +41,21 @@ "license": "AGPL-3.0", "homepage": "https://github.com/miroslavpejic85/mirotalk", "dependencies": { - "@sentry/node": "^8.28.0", + "@sentry/node": "^8.30.0", "axios": "^1.7.7", - "body-parser": "^1.20.2", + "body-parser": "^1.20.3", "colors": "^1.4.0", "compression": "^1.7.4", "cors": "^2.8.5", "crypto-js": "^4.2.0", "dotenv": "^16.4.5", - "express": "^4.19.2", + "express": "^4.21.0", "express-openid-connect": "^2.17.1", "jsonwebtoken": "^9.0.2", "js-yaml": "^4.1.0", "ngrok": "^5.0.0-beta.2", "nodemailer": "^6.9.15", - "openai": "^4.58.1", + "openai": "^4.62.1", "qs": "^6.13.0", "socket.io": "^4.7.5", "swagger-ui-express": "^5.0.1", @@ -64,7 +64,7 @@ }, "devDependencies": { "node-fetch": "^3.3.2", - "nodemon": "^3.1.4", + "nodemon": "^3.1.6", "prettier": "3.3.3" } } diff --git a/public/js/client.js b/public/js/client.js index 98a6d2975..5c2add1b3 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -15,7 +15,7 @@ * @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.3.74 + * @version 1.3.75 * */ @@ -10527,7 +10527,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: 'WebRTC P2P v1.3.74', + title: 'WebRTC P2P v1.3.75', imageAlt: 'mirotalk-about', imageUrl: images.about, customClass: { image: 'img-about' },