[mirotalk] - fix cursor

This commit is contained in:
Miroslav Pejic
2024-02-23 20:30:26 +01:00
parent ad29229e4e
commit f797983300
3 changed files with 10 additions and 6 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.2.90",
"version": "1.2.91",
"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.102.0",
"@sentry/node": "^7.102.0",
"@sentry/integrations": "^7.102.1",
"@sentry/node": "^7.102.1",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
@@ -59,7 +59,7 @@
},
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"prettier": "3.2.5"
}
}