[mirotalk] - update ci, dockerfile and dep

This commit is contained in:
Miroslav Pejic
2026-04-09 22:46:58 +02:00
parent d3b2788f64
commit 8c09d0c691
9 changed files with 115 additions and 125 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.7.97",
"version": "1.7.98",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -46,7 +46,7 @@
"dependencies": {
"@mattermost/client": "11.5.0",
"@ngrok/ngrok": "1.7.0",
"@sentry/node": "^10.47.0",
"@sentry/node": "^10.48.0",
"axios": "^1.15.0",
"chokidar": "^5.0.0",
"colors": "^1.4.0",
@@ -72,12 +72,12 @@
"uuid": "13.0.0"
},
"devDependencies": {
"mocha": "^11.3.0",
"mocha": "^11.7.5",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.14",
"prettier": "3.8.1",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"sinon": "^21.0.3"
"sinon": "^21.1.0"
}
}