[mirotalk] - fix typo, update dep

This commit is contained in:
Miroslav Pejic
2024-12-14 00:34:47 +01:00
parent ff4ac3b8a9
commit af54aba933
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.97",
"version": "1.3.98",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -42,7 +42,7 @@
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@mattermost/client": "^10.2.0",
"@sentry/node": "^8.44.0",
"@sentry/node": "^8.45.0",
"axios": "^1.7.9",
"colors": "^1.4.0",
"compression": "^1.7.5",
@@ -55,7 +55,7 @@
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"openai": "^4.76.2",
"openai": "^4.76.3",
"qs": "^6.13.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
@@ -64,7 +64,7 @@
},
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"prettier": "3.4.2"
}
}