[mirotalk] - fix host protection, update dep

This commit is contained in:
Miroslav Pejic
2024-10-07 11:27:51 +02:00
parent 8a05a7f19d
commit 0875745097
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.78",
"version": "1.3.79",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -41,7 +41,7 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/node": "^8.32.0",
"@sentry/node": "^8.33.1",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"colors": "^1.4.0",
@@ -55,7 +55,7 @@
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.15",
"openai": "^4.67.0",
"openai": "^4.67.1",
"qs": "^6.13.0",
"socket.io": "^4.8.0",
"swagger-ui-express": "^5.0.1",