matterbridge 3.4.0-dev-20251126-5087664 → 3.4.1-dev-20251126-9e86094

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "private": true,
5
5
  "homepage": "./",
6
6
  "type": "module",
@@ -45,8 +45,8 @@
45
45
  "@emotion/styled": "^11.14.1",
46
46
  "@mdi/js": "^7.4.47",
47
47
  "@mdi/react": "^1.6.1",
48
- "@mui/icons-material": "^7.3.4",
49
- "@mui/material": "^7.3.4",
48
+ "@mui/icons-material": "^7.3.5",
49
+ "@mui/material": "^7.3.5",
50
50
  "@rjsf/core": "^5.24.13",
51
51
  "@rjsf/utils": "^5.24.13",
52
52
  "@rjsf/validator-ajv8": "^5.24.13",
@@ -54,28 +54,28 @@
54
54
  "qrcode.react": "^4.2.0",
55
55
  "react": "^19.2.0",
56
56
  "react-dom": "^19.2.0",
57
- "react-router": "^7.9.5",
58
- "react-router-dom": "^7.9.5"
57
+ "react-router": "^7.9.6",
58
+ "react-router-dom": "^7.9.6"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@testing-library/jest-dom": "^6.9.1",
62
62
  "@testing-library/react": "^16.3.0",
63
- "@types/node": "^24.9.2",
64
- "@types/react": "^19.2.2",
65
- "@types/react-dom": "^19.2.2",
66
- "@typescript-eslint/eslint-plugin": "^8.46.2",
67
- "@typescript-eslint/parser": "^8.46.2",
68
- "@vitejs/plugin-react": "^5.1.0",
63
+ "@types/node": "^24.10.1",
64
+ "@types/react": "^19.2.7",
65
+ "@types/react-dom": "^19.2.3",
66
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
67
+ "@typescript-eslint/parser": "^8.48.0",
68
+ "@vitejs/plugin-react": "^5.1.1",
69
69
  "eslint": "^9.39.1",
70
70
  "eslint-config-prettier": "^10.1.8",
71
71
  "eslint-plugin-prettier": "^5.5.4",
72
72
  "eslint-plugin-react": "^7.37.5",
73
73
  "eslint-plugin-react-hooks": "^7.0.1",
74
- "jsdom": "^27.1.0",
74
+ "jsdom": "^27.2.0",
75
75
  "prettier": "^3.6.2",
76
76
  "typescript": "^5.9.3",
77
- "typescript-eslint": "^8.46.2",
78
- "vite": "^7.1.12",
79
- "vitest": "^4.0.6"
77
+ "typescript-eslint": "^8.48.0",
78
+ "vite": "^7.2.4",
79
+ "vitest": "^4.0.14"
80
80
  }
81
81
  }
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.0-dev-20251126-5087664",
3
+ "version": "3.4.1-dev-20251126-9e86094",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.4.0-dev-20251126-5087664",
9
+ "version": "3.4.1-dev-20251126-9e86094",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.15.6",
13
13
  "archiver": "7.0.1",
14
14
  "express": "5.1.0",
15
- "glob": "11.0.3",
15
+ "glob": "13.0.0",
16
16
  "multer": "2.0.2",
17
17
  "node-ansi-logger": "3.1.1",
18
18
  "node-persist-manager": "2.0.0",
@@ -69,6 +69,85 @@
69
69
  "node": ">=12"
70
70
  }
71
71
  },
72
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
73
+ "version": "6.2.2",
74
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
75
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
76
+ "license": "MIT",
77
+ "engines": {
78
+ "node": ">=12"
79
+ },
80
+ "funding": {
81
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
82
+ }
83
+ },
84
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
85
+ "version": "6.2.3",
86
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
87
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
88
+ "license": "MIT",
89
+ "engines": {
90
+ "node": ">=12"
91
+ },
92
+ "funding": {
93
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
94
+ }
95
+ },
96
+ "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
97
+ "version": "9.2.2",
98
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
99
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
100
+ "license": "MIT"
101
+ },
102
+ "node_modules/@isaacs/cliui/node_modules/string-width": {
103
+ "version": "5.1.2",
104
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
105
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
106
+ "license": "MIT",
107
+ "dependencies": {
108
+ "eastasianwidth": "^0.2.0",
109
+ "emoji-regex": "^9.2.2",
110
+ "strip-ansi": "^7.0.1"
111
+ },
112
+ "engines": {
113
+ "node": ">=12"
114
+ },
115
+ "funding": {
116
+ "url": "https://github.com/sponsors/sindresorhus"
117
+ }
118
+ },
119
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
120
+ "version": "7.1.2",
121
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
122
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
123
+ "license": "MIT",
124
+ "dependencies": {
125
+ "ansi-regex": "^6.0.1"
126
+ },
127
+ "engines": {
128
+ "node": ">=12"
129
+ },
130
+ "funding": {
131
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
132
+ }
133
+ },
134
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
135
+ "version": "8.1.0",
136
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
137
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
138
+ "license": "MIT",
139
+ "dependencies": {
140
+ "ansi-styles": "^6.1.0",
141
+ "string-width": "^5.0.1",
142
+ "strip-ansi": "^7.0.1"
143
+ },
144
+ "engines": {
145
+ "node": ">=12"
146
+ },
147
+ "funding": {
148
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
149
+ }
150
+ },
72
151
  "node_modules/@matter/general": {
73
152
  "version": "0.15.6",
74
153
  "resolved": "https://registry.npmjs.org/@matter/general/-/general-0.15.6.tgz",
@@ -215,15 +294,12 @@
215
294
  }
216
295
  },
217
296
  "node_modules/ansi-regex": {
218
- "version": "6.2.2",
219
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
220
- "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
297
+ "version": "5.0.1",
298
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
299
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
221
300
  "license": "MIT",
222
301
  "engines": {
223
- "node": ">=12"
224
- },
225
- "funding": {
226
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
302
+ "node": ">=8"
227
303
  }
228
304
  },
229
305
  "node_modules/ansi-styles": {
@@ -303,21 +379,6 @@
303
379
  "url": "https://github.com/sponsors/isaacs"
304
380
  }
305
381
  },
306
- "node_modules/archiver-utils/node_modules/jackspeak": {
307
- "version": "3.4.3",
308
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
309
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
310
- "license": "BlueOak-1.0.0",
311
- "dependencies": {
312
- "@isaacs/cliui": "^8.0.2"
313
- },
314
- "funding": {
315
- "url": "https://github.com/sponsors/isaacs"
316
- },
317
- "optionalDependencies": {
318
- "@pkgjs/parseargs": "^0.11.0"
319
- }
320
- },
321
382
  "node_modules/archiver-utils/node_modules/lru-cache": {
322
383
  "version": "10.4.3",
323
384
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
@@ -401,23 +462,27 @@
401
462
  "license": "MIT"
402
463
  },
403
464
  "node_modules/body-parser": {
404
- "version": "2.2.0",
405
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
406
- "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
465
+ "version": "2.2.1",
466
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
467
+ "integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
407
468
  "license": "MIT",
408
469
  "dependencies": {
409
470
  "bytes": "^3.1.2",
410
471
  "content-type": "^1.0.5",
411
- "debug": "^4.4.0",
472
+ "debug": "^4.4.3",
412
473
  "http-errors": "^2.0.0",
413
- "iconv-lite": "^0.6.3",
474
+ "iconv-lite": "^0.7.0",
414
475
  "on-finished": "^2.4.1",
415
476
  "qs": "^6.14.0",
416
- "raw-body": "^3.0.0",
417
- "type-is": "^2.0.0"
477
+ "raw-body": "^3.0.1",
478
+ "type-is": "^2.0.1"
418
479
  },
419
480
  "engines": {
420
481
  "node": ">=18"
482
+ },
483
+ "funding": {
484
+ "type": "opencollective",
485
+ "url": "https://opencollective.com/express"
421
486
  }
422
487
  },
423
488
  "node_modules/brace-expansion": {
@@ -718,9 +783,9 @@
718
783
  "license": "MIT"
719
784
  },
720
785
  "node_modules/emoji-regex": {
721
- "version": "9.2.2",
722
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
723
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
786
+ "version": "8.0.0",
787
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
788
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
724
789
  "license": "MIT"
725
790
  },
726
791
  "node_modules/encodeurl": {
@@ -885,6 +950,18 @@
885
950
  "url": "https://github.com/sponsors/isaacs"
886
951
  }
887
952
  },
953
+ "node_modules/foreground-child/node_modules/signal-exit": {
954
+ "version": "4.1.0",
955
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
956
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
957
+ "license": "ISC",
958
+ "engines": {
959
+ "node": ">=14"
960
+ },
961
+ "funding": {
962
+ "url": "https://github.com/sponsors/isaacs"
963
+ }
964
+ },
888
965
  "node_modules/forwarded": {
889
966
  "version": "0.2.0",
890
967
  "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -950,21 +1027,15 @@
950
1027
  }
951
1028
  },
952
1029
  "node_modules/glob": {
953
- "version": "11.0.3",
954
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
955
- "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
956
- "license": "ISC",
1030
+ "version": "13.0.0",
1031
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
1032
+ "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
1033
+ "license": "BlueOak-1.0.0",
957
1034
  "dependencies": {
958
- "foreground-child": "^3.3.1",
959
- "jackspeak": "^4.1.1",
960
- "minimatch": "^10.0.3",
1035
+ "minimatch": "^10.1.1",
961
1036
  "minipass": "^7.1.2",
962
- "package-json-from-dist": "^1.0.0",
963
1037
  "path-scurry": "^2.0.0"
964
1038
  },
965
- "bin": {
966
- "glob": "dist/esm/bin.mjs"
967
- },
968
1039
  "engines": {
969
1040
  "node": "20 || >=22"
970
1041
  },
@@ -1030,40 +1101,39 @@
1030
1101
  }
1031
1102
  },
1032
1103
  "node_modules/http-errors": {
1033
- "version": "2.0.0",
1034
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
1035
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
1104
+ "version": "2.0.1",
1105
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1106
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1036
1107
  "license": "MIT",
1037
1108
  "dependencies": {
1038
- "depd": "2.0.0",
1039
- "inherits": "2.0.4",
1040
- "setprototypeof": "1.2.0",
1041
- "statuses": "2.0.1",
1042
- "toidentifier": "1.0.1"
1109
+ "depd": "~2.0.0",
1110
+ "inherits": "~2.0.4",
1111
+ "setprototypeof": "~1.2.0",
1112
+ "statuses": "~2.0.2",
1113
+ "toidentifier": "~1.0.1"
1043
1114
  },
1044
1115
  "engines": {
1045
1116
  "node": ">= 0.8"
1046
- }
1047
- },
1048
- "node_modules/http-errors/node_modules/statuses": {
1049
- "version": "2.0.1",
1050
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
1051
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
1052
- "license": "MIT",
1053
- "engines": {
1054
- "node": ">= 0.8"
1117
+ },
1118
+ "funding": {
1119
+ "type": "opencollective",
1120
+ "url": "https://opencollective.com/express"
1055
1121
  }
1056
1122
  },
1057
1123
  "node_modules/iconv-lite": {
1058
- "version": "0.6.3",
1059
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
1060
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
1124
+ "version": "0.7.0",
1125
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
1126
+ "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
1061
1127
  "license": "MIT",
1062
1128
  "dependencies": {
1063
1129
  "safer-buffer": ">= 2.1.2 < 3.0.0"
1064
1130
  },
1065
1131
  "engines": {
1066
1132
  "node": ">=0.10.0"
1133
+ },
1134
+ "funding": {
1135
+ "type": "opencollective",
1136
+ "url": "https://opencollective.com/express"
1067
1137
  }
1068
1138
  },
1069
1139
  "node_modules/ieee754": {
@@ -1135,18 +1205,18 @@
1135
1205
  "license": "ISC"
1136
1206
  },
1137
1207
  "node_modules/jackspeak": {
1138
- "version": "4.1.1",
1139
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
1140
- "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
1208
+ "version": "3.4.3",
1209
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1210
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1141
1211
  "license": "BlueOak-1.0.0",
1142
1212
  "dependencies": {
1143
1213
  "@isaacs/cliui": "^8.0.2"
1144
1214
  },
1145
- "engines": {
1146
- "node": "20 || >=22"
1147
- },
1148
1215
  "funding": {
1149
1216
  "url": "https://github.com/sponsors/isaacs"
1217
+ },
1218
+ "optionalDependencies": {
1219
+ "@pkgjs/parseargs": "^0.11.0"
1150
1220
  }
1151
1221
  },
1152
1222
  "node_modules/lazystream": {
@@ -1243,15 +1313,19 @@
1243
1313
  }
1244
1314
  },
1245
1315
  "node_modules/mime-types": {
1246
- "version": "3.0.1",
1247
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
1248
- "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
1316
+ "version": "3.0.2",
1317
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1318
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1249
1319
  "license": "MIT",
1250
1320
  "dependencies": {
1251
1321
  "mime-db": "^1.54.0"
1252
1322
  },
1253
1323
  "engines": {
1254
- "node": ">= 0.6"
1324
+ "node": ">=18"
1325
+ },
1326
+ "funding": {
1327
+ "type": "opencollective",
1328
+ "url": "https://opencollective.com/express"
1255
1329
  }
1256
1330
  },
1257
1331
  "node_modules/minimatch": {
@@ -1595,36 +1669,20 @@
1595
1669
  }
1596
1670
  },
1597
1671
  "node_modules/raw-body": {
1598
- "version": "3.0.1",
1599
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.1.tgz",
1600
- "integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
1672
+ "version": "3.0.2",
1673
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
1674
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
1601
1675
  "license": "MIT",
1602
1676
  "dependencies": {
1603
- "bytes": "3.1.2",
1604
- "http-errors": "2.0.0",
1605
- "iconv-lite": "0.7.0",
1606
- "unpipe": "1.0.0"
1677
+ "bytes": "~3.1.2",
1678
+ "http-errors": "~2.0.1",
1679
+ "iconv-lite": "~0.7.0",
1680
+ "unpipe": "~1.0.0"
1607
1681
  },
1608
1682
  "engines": {
1609
1683
  "node": ">= 0.10"
1610
1684
  }
1611
1685
  },
1612
- "node_modules/raw-body/node_modules/iconv-lite": {
1613
- "version": "0.7.0",
1614
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
1615
- "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
1616
- "license": "MIT",
1617
- "dependencies": {
1618
- "safer-buffer": ">= 2.1.2 < 3.0.0"
1619
- },
1620
- "engines": {
1621
- "node": ">=0.10.0"
1622
- },
1623
- "funding": {
1624
- "type": "opencollective",
1625
- "url": "https://opencollective.com/express"
1626
- }
1627
- },
1628
1686
  "node_modules/readable-stream": {
1629
1687
  "version": "4.7.0",
1630
1688
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
@@ -1840,18 +1898,6 @@
1840
1898
  "url": "https://github.com/sponsors/ljharb"
1841
1899
  }
1842
1900
  },
1843
- "node_modules/signal-exit": {
1844
- "version": "4.1.0",
1845
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
1846
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
1847
- "license": "ISC",
1848
- "engines": {
1849
- "node": ">=14"
1850
- },
1851
- "funding": {
1852
- "url": "https://github.com/sponsors/isaacs"
1853
- }
1854
- },
1855
1901
  "node_modules/statuses": {
1856
1902
  "version": "2.0.2",
1857
1903
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -1890,20 +1936,17 @@
1890
1936
  }
1891
1937
  },
1892
1938
  "node_modules/string-width": {
1893
- "version": "5.1.2",
1894
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1895
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1939
+ "version": "4.2.3",
1940
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1941
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1896
1942
  "license": "MIT",
1897
1943
  "dependencies": {
1898
- "eastasianwidth": "^0.2.0",
1899
- "emoji-regex": "^9.2.2",
1900
- "strip-ansi": "^7.0.1"
1944
+ "emoji-regex": "^8.0.0",
1945
+ "is-fullwidth-code-point": "^3.0.0",
1946
+ "strip-ansi": "^6.0.1"
1901
1947
  },
1902
1948
  "engines": {
1903
- "node": ">=12"
1904
- },
1905
- "funding": {
1906
- "url": "https://github.com/sponsors/sindresorhus"
1949
+ "node": ">=8"
1907
1950
  }
1908
1951
  },
1909
1952
  "node_modules/string-width-cjs": {
@@ -1921,22 +1964,7 @@
1921
1964
  "node": ">=8"
1922
1965
  }
1923
1966
  },
1924
- "node_modules/string-width-cjs/node_modules/ansi-regex": {
1925
- "version": "5.0.1",
1926
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1927
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1928
- "license": "MIT",
1929
- "engines": {
1930
- "node": ">=8"
1931
- }
1932
- },
1933
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
1934
- "version": "8.0.0",
1935
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1936
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1937
- "license": "MIT"
1938
- },
1939
- "node_modules/string-width-cjs/node_modules/strip-ansi": {
1967
+ "node_modules/strip-ansi": {
1940
1968
  "version": "6.0.1",
1941
1969
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1942
1970
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -1948,21 +1976,6 @@
1948
1976
  "node": ">=8"
1949
1977
  }
1950
1978
  },
1951
- "node_modules/strip-ansi": {
1952
- "version": "7.1.2",
1953
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
1954
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
1955
- "license": "MIT",
1956
- "dependencies": {
1957
- "ansi-regex": "^6.0.1"
1958
- },
1959
- "engines": {
1960
- "node": ">=12"
1961
- },
1962
- "funding": {
1963
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1964
- }
1965
- },
1966
1979
  "node_modules/strip-ansi-cjs": {
1967
1980
  "name": "strip-ansi",
1968
1981
  "version": "6.0.1",
@@ -1976,15 +1989,6 @@
1976
1989
  "node": ">=8"
1977
1990
  }
1978
1991
  },
1979
- "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
1980
- "version": "5.0.1",
1981
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1982
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1983
- "license": "MIT",
1984
- "engines": {
1985
- "node": ">=8"
1986
- }
1987
- },
1988
1992
  "node_modules/tar-stream": {
1989
1993
  "version": "3.1.7",
1990
1994
  "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
@@ -2073,23 +2077,6 @@
2073
2077
  "node": ">= 8"
2074
2078
  }
2075
2079
  },
2076
- "node_modules/wrap-ansi": {
2077
- "version": "8.1.0",
2078
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
2079
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
2080
- "license": "MIT",
2081
- "dependencies": {
2082
- "ansi-styles": "^6.1.0",
2083
- "string-width": "^5.0.1",
2084
- "strip-ansi": "^7.0.1"
2085
- },
2086
- "engines": {
2087
- "node": ">=12"
2088
- },
2089
- "funding": {
2090
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2091
- }
2092
- },
2093
2080
  "node_modules/wrap-ansi-cjs": {
2094
2081
  "name": "wrap-ansi",
2095
2082
  "version": "7.0.0",
@@ -2108,59 +2095,6 @@
2108
2095
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2109
2096
  }
2110
2097
  },
2111
- "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
2112
- "version": "5.0.1",
2113
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2114
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2115
- "license": "MIT",
2116
- "engines": {
2117
- "node": ">=8"
2118
- }
2119
- },
2120
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
2121
- "version": "8.0.0",
2122
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2123
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2124
- "license": "MIT"
2125
- },
2126
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
2127
- "version": "4.2.3",
2128
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2129
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2130
- "license": "MIT",
2131
- "dependencies": {
2132
- "emoji-regex": "^8.0.0",
2133
- "is-fullwidth-code-point": "^3.0.0",
2134
- "strip-ansi": "^6.0.1"
2135
- },
2136
- "engines": {
2137
- "node": ">=8"
2138
- }
2139
- },
2140
- "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
2141
- "version": "6.0.1",
2142
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2143
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2144
- "license": "MIT",
2145
- "dependencies": {
2146
- "ansi-regex": "^5.0.1"
2147
- },
2148
- "engines": {
2149
- "node": ">=8"
2150
- }
2151
- },
2152
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
2153
- "version": "6.2.3",
2154
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
2155
- "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
2156
- "license": "MIT",
2157
- "engines": {
2158
- "node": ">=12"
2159
- },
2160
- "funding": {
2161
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2162
- }
2163
- },
2164
2098
  "node_modules/wrappy": {
2165
2099
  "version": "1.0.2",
2166
2100
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.0-dev-20251126-5087664",
3
+ "version": "3.4.1-dev-20251126-9e86094",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -106,7 +106,7 @@
106
106
  "@matter/main": "0.15.6",
107
107
  "archiver": "7.0.1",
108
108
  "express": "5.1.0",
109
- "glob": "11.0.3",
109
+ "glob": "13.0.0",
110
110
  "multer": "2.0.2",
111
111
  "node-ansi-logger": "3.1.1",
112
112
  "node-persist-manager": "2.0.0",