[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2026-05-06 23:00:44 +02:00
parent a3ffcd34a2
commit d88015de7b
7 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ==================================================== # ====================================================
# MiroTalk P2P v.1.8.31 - Environment Configuration # MiroTalk P2P v.1.8.32 - Environment Configuration
# ==================================================== # ====================================================
# App environment # App environment
+1 -1
View File
@@ -2,7 +2,7 @@
/** /**
* ============================================== * ==============================================
* MiroTalk P2P v.1.8.31 - Configuration File * MiroTalk P2P v.1.8.32 - Configuration File
* ============================================== * ==============================================
* *
* This file is the central configuration source. * This file is the central configuration source.
+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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.8.31 * @version 1.8.32
* *
*/ */
+26 -26
View File
@@ -1,12 +1,12 @@
{ {
"name": "mirotalk", "name": "mirotalk",
"version": "1.8.31", "version": "1.8.32",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mirotalk", "name": "mirotalk",
"version": "1.8.31", "version": "1.8.32",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@mattermost/client": "11.6.0", "@mattermost/client": "11.6.0",
@@ -22,7 +22,7 @@
"dotenv": "^17.4.2", "dotenv": "^17.4.2",
"express": "^5.2.1", "express": "^5.2.1",
"express-openid-connect": "^2.20.2", "express-openid-connect": "^2.20.2",
"express-rate-limit": "^8.4.1", "express-rate-limit": "^8.5.1",
"he": "^1.2.0", "he": "^1.2.0",
"helmet": "^8.1.0", "helmet": "^8.1.0",
"httpolyglot": "0.1.2", "httpolyglot": "0.1.2",
@@ -30,7 +30,7 @@
"jsdom": "^29.1.1", "jsdom": "^29.1.1",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.7", "nodemailer": "^8.0.7",
"openai": "^6.35.0", "openai": "^6.36.0",
"qs": "^6.15.1", "qs": "^6.15.1",
"socket.io": "^4.8.3", "socket.io": "^4.8.3",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
@@ -43,7 +43,7 @@
"prettier": "3.8.3", "prettier": "3.8.3",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^21.1.2" "sinon": "^22.0.0"
} }
}, },
"node_modules/@asamuzakjp/css-color": { "node_modules/@asamuzakjp/css-color": {
@@ -1367,9 +1367,9 @@
} }
}, },
"node_modules/@sinonjs/fake-timers": { "node_modules/@sinonjs/fake-timers": {
"version": "15.3.2", "version": "15.4.0",
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.3.2.tgz", "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.4.0.tgz",
"integrity": "sha512-mrn35Jl2pCpns+mE3HaZa1yPN5EYCRgiMI+135COjr2hr8Cls9DXqIZ57vZe2cz7y2XVSq92tcs6kGQcT1J8Rw==", "integrity": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==",
"dev": true, "dev": true,
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
@@ -3016,12 +3016,12 @@
} }
}, },
"node_modules/express-rate-limit": { "node_modules/express-rate-limit": {
"version": "8.4.1", "version": "8.5.1",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.4.1.tgz", "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz",
"integrity": "sha512-NGVYwQSAyEQgzxX1iCM978PP9AdO/hW93gMcF6ZwQCm+rFvLsBH6w4xcXWTcliS8La5EPRN3p9wzItqBwJrfNw==", "integrity": "sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ip-address": "10.1.0" "ip-address": "^10.2.0"
}, },
"engines": { "engines": {
"node": ">= 16" "node": ">= 16"
@@ -3780,9 +3780,9 @@
} }
}, },
"node_modules/ip-address": { "node_modules/ip-address": {
"version": "10.1.0", "version": "10.2.0",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">= 12" "node": ">= 12"
@@ -5063,9 +5063,9 @@
} }
}, },
"node_modules/openai": { "node_modules/openai": {
"version": "6.35.0", "version": "6.36.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.35.0.tgz", "resolved": "https://registry.npmjs.org/openai/-/openai-6.36.0.tgz",
"integrity": "sha512-L/skwIGnt5xQZHb0UfTu9uAUKbis3ehKypOuJKi20QvG7UStV6C8IC3myGYHcdiF4kms/bAvOJ9UqqNWqi8x/Q==", "integrity": "sha512-Has2YbIusMq9wQEierFsgf9c783dy1y9arX459LmphNacEkkM5yxi2RIyXP0LmkOroQyW19iTwALHL8Yf26UKA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"openai": "bin/cli" "openai": "bin/cli"
@@ -6081,16 +6081,16 @@
} }
}, },
"node_modules/sinon": { "node_modules/sinon": {
"version": "21.1.2", "version": "22.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.1.2.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-22.0.0.tgz",
"integrity": "sha512-FS6mN+/bx7e2ajpXkEmOcWB6xBzWiuNoAQT18/+a20SS4U7FSYl8Ms7N6VTUxN/1JAjkx7aXp+THMC8xdpp0gA==", "integrity": "sha512-sq/6DpdXOrLyfbKlXLg/Usc7xu8YXPeLkOFZRvA3bNUSA2lhbrZ06yuXbH1fkzBPCbz9O10+7hznzUsjaYNm0Q==",
"dev": true, "dev": true,
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@sinonjs/commons": "^3.0.1", "@sinonjs/commons": "^3.0.1",
"@sinonjs/fake-timers": "^15.3.2", "@sinonjs/fake-timers": "^15.4.0",
"@sinonjs/samsam": "^10.0.2", "@sinonjs/samsam": "^10.0.2",
"diff": "^8.0.4" "diff": "^9.0.0"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@@ -6098,9 +6098,9 @@
} }
}, },
"node_modules/sinon/node_modules/diff": { "node_modules/sinon/node_modules/diff": {
"version": "8.0.4", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz", "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==", "integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
"dev": true, "dev": true,
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"engines": { "engines": {
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "mirotalk", "name": "mirotalk",
"version": "1.8.31", "version": "1.8.32",
"description": "A free WebRTC browser-based video call", "description": "A free WebRTC browser-based video call",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
@@ -57,7 +57,7 @@
"dotenv": "^17.4.2", "dotenv": "^17.4.2",
"express": "^5.2.1", "express": "^5.2.1",
"express-openid-connect": "^2.20.2", "express-openid-connect": "^2.20.2",
"express-rate-limit": "^8.4.1", "express-rate-limit": "^8.5.1",
"he": "^1.2.0", "he": "^1.2.0",
"helmet": "^8.1.0", "helmet": "^8.1.0",
"httpolyglot": "0.1.2", "httpolyglot": "0.1.2",
@@ -65,7 +65,7 @@
"jsdom": "^29.1.1", "jsdom": "^29.1.1",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.7", "nodemailer": "^8.0.7",
"openai": "^6.35.0", "openai": "^6.36.0",
"qs": "^6.15.1", "qs": "^6.15.1",
"socket.io": "^4.8.3", "socket.io": "^4.8.3",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
@@ -78,6 +78,6 @@
"prettier": "3.8.3", "prettier": "3.8.3",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^21.1.2" "sinon": "^22.0.0"
} }
} }
+1 -1
View File
@@ -109,7 +109,7 @@ let brand = {
}, },
about: { about: {
imageUrl: '../images/mirotalk-logo.gif', imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.8.31', title: 'WebRTC P2P v1.8.32',
html: ` html: `
<button <button
id="support-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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.8.31 * @version 1.8.32
* *
*/ */
@@ -15812,7 +15812,7 @@ function showAbout() {
Swal.fire({ Swal.fire({
background: swBg, background: swBg,
position: 'center', position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.8.31', title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.8.32',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about, imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' }, customClass: { image: 'img-about' },
html: renderRoomTemplate('tpl-about-modal', { html: renderRoomTemplate('tpl-about-modal', {