[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2025-03-20 04:26:07 +01:00
parent ff4ee4f086
commit 1e126f3636
4 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.86",
"version": "1.4.87",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -42,8 +42,8 @@
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@mattermost/client": "10.6.0",
"@sentry/node": "^9.6.0",
"axios": "^1.8.3",
"@sentry/node": "^9.6.1",
"axios": "^1.8.4",
"colors": "^1.4.0",
"compression": "^1.8.0",
"cors": "^2.8.5",
@@ -59,7 +59,7 @@
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.10.0",
"openai": "^4.87.4",
"openai": "^4.88.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
@@ -72,6 +72,6 @@
"prettier": "3.5.3",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"sinon": "^19.0.2"
"sinon": "^19.0.4"
}
}