Skip to content

Commit 71b5d6e

Browse files
[mirotalk] - update dep
1 parent f5d60b5 commit 71b5d6e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/src/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies: {
4545
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
4646
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
4747
* @author Miroslav Pejic - [email protected]
48-
* @version 1.5.01
48+
* @version 1.5.02
4949
*
5050
*/
5151

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalk",
3-
"version": "1.5.01",
3+
"version": "1.5.02",
44
"description": "A free WebRTC browser-based video call",
55
"main": "server.js",
66
"scripts": {
@@ -51,16 +51,16 @@
5151
"cors": "^2.8.5",
5252
"crypto-js": "^4.2.0",
5353
"dompurify": "^3.2.5",
54-
"dotenv": "^16.4.7",
54+
"dotenv": "^16.5.0",
5555
"express": "^5.1.0",
5656
"express-openid-connect": "^2.18.0",
5757
"he": "^1.2.0",
5858
"helmet": "^8.1.0",
5959
"httpolyglot": "0.1.2",
60-
"jsdom": "^26.0.0",
60+
"jsdom": "^26.1.0",
6161
"jsonwebtoken": "^9.0.2",
6262
"js-yaml": "^4.1.0",
63-
"nodemailer": "^6.10.0",
63+
"nodemailer": "^6.10.1",
6464
"openai": "^4.93.0",
6565
"qs": "^6.14.0",
6666
"socket.io": "^4.8.1",

public/js/brand.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let brand = {
7373
},
7474
about: {
7575
imageUrl: '../images/mirotalk-logo.gif',
76-
title: 'WebRTC P2P v1.5.01',
76+
title: 'WebRTC P2P v1.5.02',
7777
html: `
7878
<button
7979
id="support-button"

public/js/client.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
1616
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
1717
* @author Miroslav Pejic - [email protected]
18-
* @version 1.5.01
18+
* @version 1.5.02
1919
*
2020
*/
2121

@@ -11158,7 +11158,7 @@ function showAbout() {
1115811158
Swal.fire({
1115911159
background: swBg,
1116011160
position: 'center',
11161-
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.01',
11161+
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.02',
1116211162
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
1116311163
customClass: { image: 'img-about' },
1116411164
html: `

0 commit comments

Comments
 (0)