Skip to content

Commit 13b5bcf

Browse files
[mirotalk] - update dep
1 parent e01a7d9 commit 13b5bcf

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.07
48+
* @version 1.5.08
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.07",
3+
"version": "1.5.08",
44
"description": "A free WebRTC browser-based video call",
55
"main": "server.js",
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@mattermost/client": "10.7.0",
4545
"@ngrok/ngrok": "1.5.1",
46-
"@sentry/node": "^9.16.1",
46+
"@sentry/node": "^9.17.0",
4747
"axios": "^1.9.0",
4848
"chokidar": "^4.0.3",
4949
"colors": "^1.4.0",
@@ -60,8 +60,8 @@
6060
"jsdom": "^26.1.0",
6161
"jsonwebtoken": "^9.0.2",
6262
"js-yaml": "^4.1.0",
63-
"nodemailer": "^7.0.2",
64-
"openai": "^4.97.0",
63+
"nodemailer": "^7.0.3",
64+
"openai": "^4.98.0",
6565
"qs": "^6.14.0",
6666
"socket.io": "^4.8.1",
6767
"swagger-ui-express": "^5.0.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.07',
76+
title: 'WebRTC P2P v1.5.08',
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.07
18+
* @version 1.5.08
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.07',
11161+
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.08',
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)