[mirotalk] - fix typo, update dep

This commit is contained in:
Miroslav Pejic
2025-12-22 18:43:29 +01:00
parent 6cbb605997
commit b15101ecb0
8 changed files with 20 additions and 20 deletions
+10 -10
View File
@@ -1,12 +1,12 @@
{
"name": "mirotalk",
"version": "1.6.97",
"version": "1.6.98",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.6.97",
"version": "1.6.98",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "11.2.0",
@@ -32,7 +32,7 @@
"nodemailer": "^7.0.12",
"openai": "^6.15.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"socket.io": "^4.8.2",
"swagger-ui-express": "^5.0.1",
"uuid": "13.0.0"
},
@@ -6115,15 +6115,15 @@
}
},
"node_modules/socket.io": {
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz",
"integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==",
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.2.tgz",
"integrity": "sha512-wMAICvNHJNtnd3Jq97xROyRyFjMQ2G8QsVF6V+K6+6lztP3GaTcIaos+6E7+8jD/NoY++/vCvU9AI+bvRBNXVw==",
"license": "MIT",
"dependencies": {
"accepts": "~1.3.4",
"base64id": "~2.0.0",
"cors": "~2.8.5",
"debug": "~4.3.2",
"debug": "~4.4.1",
"engine.io": "~6.6.0",
"socket.io-adapter": "~2.5.2",
"socket.io-parser": "~4.2.4"
@@ -6223,9 +6223,9 @@
"license": "MIT"
},
"node_modules/socket.io/node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"