[mirotalk] - improvements, update dep

This commit is contained in:
Miroslav Pejic
2025-12-16 10:31:17 +01:00
parent 4f366906ca
commit 4bd36a0b4e
8 changed files with 26 additions and 25 deletions
+14 -14
View File
@@ -1,15 +1,15 @@
{
"name": "mirotalk",
"version": "1.6.80",
"version": "1.6.81",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.6.80",
"version": "1.6.81",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "11.1.0",
"@mattermost/client": "11.2.0",
"@ngrok/ngrok": "1.6.1",
"@sentry/node": "^10.30.0",
"axios": "^1.13.2",
@@ -30,7 +30,7 @@
"jsdom": "^27.3.0",
"jsonwebtoken": "^9.0.3",
"nodemailer": "^7.0.11",
"openai": "^6.10.0",
"openai": "^6.13.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
@@ -310,12 +310,12 @@
}
},
"node_modules/@mattermost/client": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@mattermost/client/-/client-11.1.0.tgz",
"integrity": "sha512-zZnXnCq/WbWyyXTp8hQzQ/w9IcJZUO0546p5aZTTuFbXP2qeSGf8WpEwS1ym/c1vhhLxlMnV8vACem1F66QAFA==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@mattermost/client/-/client-11.2.0.tgz",
"integrity": "sha512-Yi1JWU4ZPNDECTIr70T/kfbsbzKQb5nR4gGEp6mQTS1AYzT5K5Hd8jWWm/+DqKNghFbG5yi3FXsj+v7+TlMDYg==",
"license": "MIT",
"peerDependencies": {
"@mattermost/types": "11.1.0",
"@mattermost/types": "11.2.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@@ -325,9 +325,9 @@
}
},
"node_modules/@mattermost/types": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@mattermost/types/-/types-11.1.0.tgz",
"integrity": "sha512-btLuyOHGs0WTB0SFVXzciS4awlyqfvptME6APQkInv1axffs3EhEej52qI+Q2QUgMsqrXRN2IY/VgBG7DjNnwg==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@mattermost/types/-/types-11.2.0.tgz",
"integrity": "sha512-3Ee9Gm9EKtR40gydKTB8ZlvnVUN14lhY5dDnDB0y24Bvztxi59EOEtOZG5GBB5ipWYBMQSntZ+u5y1sswONNIQ==",
"license": "MIT",
"peer": true,
"peerDependencies": {
@@ -5051,9 +5051,9 @@
}
},
"node_modules/openai": {
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.10.0.tgz",
"integrity": "sha512-ITxOGo7rO3XRMiKA5l7tQ43iNNu+iXGFAcf2t+aWVzzqRaS0i7m1K2BhxNdaveB+5eENhO0VY1FkiZzhBk4v3A==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/openai/-/openai-6.13.0.tgz",
"integrity": "sha512-yHbMo+EpNGPG3sRrXvmo0LhUPFN4bAURJw3G17bE+ax1G4tcTFCa9ZjvCWh3cvni0aHY0uWlk2IxcsPH4NR9Ow==",
"license": "Apache-2.0",
"bin": {
"openai": "bin/cli"