[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2025-06-20 23:53:06 +02:00
parent 8e61dcc055
commit 5985501768
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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.19
* @version 1.5.20
*
*/
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.5.19",
"version": "1.5.20",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -43,8 +43,8 @@
"dependencies": {
"@mattermost/client": "10.8.0",
"@ngrok/ngrok": "1.5.1",
"@sentry/node": "^9.27.0",
"axios": "^1.9.0",
"@sentry/node": "^9.30.0",
"axios": "^1.10.0",
"chokidar": "^4.0.3",
"colors": "^1.4.0",
"compression": "^1.8.0",
@@ -61,19 +61,19 @@
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"nodemailer": "^7.0.3",
"openai": "^5.2.0",
"openai": "^5.6.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"uuid": "11.1.0"
},
"devDependencies": {
"mocha": "^11.6.0",
"mocha": "^11.7.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.10",
"prettier": "3.5.3",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"sinon": "^20.0.0"
"sinon": "^21.0.0"
}
}
+1 -1
View File
@@ -73,7 +73,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.5.19',
title: 'WebRTC P2P v1.5.20',
html: `
<button
id="support-button"
+2 -2
View File
@@ -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.5.19
* @version 1.5.20
*
*/
@@ -11239,7 +11239,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.19',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.20',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `