[mirotalk] - welcome LambdaTest

This commit is contained in:
Miroslav Pejic
2024-12-04 19:37:40 +01:00
parent f3be35403a
commit 5db6555fc4
9 changed files with 104 additions and 90 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.94",
"version": "1.3.95",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -41,21 +41,21 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@mattermost/client": "^10.1.0",
"@sentry/node": "^8.40.0",
"axios": "^1.7.7",
"@mattermost/client": "^10.2.0",
"@sentry/node": "^8.42.0",
"axios": "^1.7.9",
"colors": "^1.4.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-openid-connect": "^2.17.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"openai": "^4.73.0",
"openai": "^4.75.0",
"qs": "^6.13.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
@@ -65,6 +65,6 @@
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"prettier": "3.3.3"
"prettier": "3.4.2"
}
}