[mirotalk] - update dep. and version

This commit is contained in:
Miroslav Pejic
2023-10-01 11:20:45 +02:00
parent 623993dbf1
commit b5ab858aae
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.0.5
* @version 1.0.6
*
*/
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.0.5",
"version": "1.0.6",
"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.70.0",
"@sentry/node": "^7.70.0",
"axios": "^1.5.0",
"@sentry/integrations": "^7.72.0",
"@sentry/node": "^7.72.0",
"axios": "^1.5.1",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"compression": "^1.7.4",
@@ -45,7 +45,7 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ngrok": "^4.3.3",
"openai": "^4.10.0",
"openai": "^4.11.0",
"qs": "^6.11.2",
"socket.io": "^4.7.2",
"swagger-ui-express": "^5.0.0",
+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.0.5
* @version 1.0.6
*
*/