[mirotalk] - update dep

This commit is contained in:
Miroslav Pejic
2025-07-23 22:35:30 +02:00
parent 8bed5708ac
commit e2abc98426
5 changed files with 13 additions and 13 deletions
+7 -7
View File
@@ -1,18 +1,18 @@
{
"name": "mirotalk",
"version": "1.5.43",
"version": "1.5.44",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.5.43",
"version": "1.5.44",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "10.8.0",
"@ngrok/ngrok": "1.5.1",
"@sentry/node": "^9.40.0",
"axios": "^1.10.0",
"axios": "^1.11.0",
"chokidar": "^4.0.3",
"colors": "^1.4.0",
"compression": "^1.8.1",
@@ -1470,13 +1470,13 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
"integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"form-data": "^4.0.4",
"proxy-from-env": "^1.1.0"
}
},