[mirotalk] - check if valid token, update dep

This commit is contained in:
Miroslav Pejic
2024-04-26 08:05:43 +02:00
parent 14a9631eac
commit 12179baf2c
3 changed files with 41 additions and 7 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.22",
"version": "1.3.23",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -37,8 +37,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.112.1",
"@sentry/node": "^7.112.1",
"@sentry/integrations": "^7.112.2",
"@sentry/node": "^7.112.2",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
@@ -50,7 +50,7 @@
"jsonwebtoken": "^9.0.2",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.13",
"openai": "^4.38.3",
"openai": "^4.38.5",
"qs": "^6.12.1",
"socket.io": "^4.7.5",
"swagger-ui-express": "^5.0.0",