[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2025-06-20 23:53:06 +02:00
parent 8e61dcc055
commit 5985501768
4 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.5.19",
"version": "1.5.20",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -43,8 +43,8 @@
"dependencies": {
"@mattermost/client": "10.8.0",
"@ngrok/ngrok": "1.5.1",
"@sentry/node": "^9.27.0",
"axios": "^1.9.0",
"@sentry/node": "^9.30.0",
"axios": "^1.10.0",
"chokidar": "^4.0.3",
"colors": "^1.4.0",
"compression": "^1.8.0",
@@ -61,19 +61,19 @@
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"nodemailer": "^7.0.3",
"openai": "^5.2.0",
"openai": "^5.6.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"uuid": "11.1.0"
},
"devDependencies": {
"mocha": "^11.6.0",
"mocha": "^11.7.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.10",
"prettier": "3.5.3",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"sinon": "^20.0.0"
"sinon": "^21.0.0"
}
}