[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2024-03-16 20:12:08 +01:00
parent 85ae797ad3
commit 7a15bb5f94
3 changed files with 7 additions and 7 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.3.02
* @version 1.3.03
*
*/
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.02",
"version": "1.3.03",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -39,7 +39,7 @@
"dependencies": {
"@sentry/integrations": "^7.107.0",
"@sentry/node": "^7.107.0",
"axios": "^1.6.7",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"compression": "^1.7.4",
@@ -49,9 +49,9 @@
"express": "^4.18.3",
"jsonwebtoken": "^9.0.2",
"ngrok": "^5.0.0-beta.2",
"openai": "^4.29.0",
"qs": "^6.11.2",
"socket.io": "^4.7.4",
"openai": "^4.29.1",
"qs": "^6.12.0",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.0",
"uuid": "9.0.1",
"xss": "^1.0.15",
+1 -1
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.3.02
* @version 1.3.03
*
*/