[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2025-01-08 01:55:57 +01:00
parent cbab76a3d1
commit e30ea7c8ba
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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.4.34
* @version 1.4.35
*
*/
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.34",
"version": "1.4.35",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -41,8 +41,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@mattermost/client": "^10.2.0",
"@sentry/node": "^8.47.0",
"@mattermost/client": "10.2.0",
"@sentry/node": "^8.48.0",
"axios": "^1.7.9",
"colors": "^1.4.0",
"compression": "^1.7.5",
@@ -55,11 +55,11 @@
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"openai": "^4.77.0",
"openai": "^4.77.3",
"qs": "^6.13.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"uuid": "11.0.3",
"uuid": "11.0.4",
"xss": "^1.0.15"
},
"devDependencies": {
+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.4.34
* @version 1.4.35
*
*/
@@ -10826,7 +10826,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.34</strong>',
title: '<strong>WebRTC P2P v1.4.35</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },