[mirotalk] - update dep.

This commit is contained in:
Miroslav Pejic
2024-01-05 14:02:02 +01:00
parent dad16442b8
commit 7d48ef141e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,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.2.67
* @version 1.2.68
*
*/
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.2.67",
"version": "1.2.68",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -34,9 +34,9 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.91.0",
"@sentry/node": "^7.91.0",
"axios": "^1.6.3",
"@sentry/integrations": "^7.92.0",
"@sentry/node": "^7.92.0",
"axios": "^1.6.4",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"compression": "^1.7.4",
@@ -47,7 +47,7 @@
"ngrok": "^4.3.3",
"openai": "^4.24.1",
"qs": "^6.11.2",
"socket.io": "^4.7.2",
"socket.io": "^4.7.3",
"swagger-ui-express": "^5.0.0",
"uuid": "9.0.1",
"xss": "^1.0.14",
+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.2.67
* @version 1.2.68
*
*/