matterbridge 3.2.9-dev-20250926-bb89bea → 3.2.10-dev-20250928-30c21de
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.
- package/CHANGELOG.md +20 -2
- package/dist/frontend.js +2 -0
- package/dist/matterbridge.js +1 -1
- package/frontend/build/assets/index.js +7 -7
- package/frontend/build/assets/vendor_node_modules.js +19 -19
- package/frontend/package-lock.json +115 -100
- package/frontend/package.json +9 -9
- package/npm-shrinkwrap.json +22 -16
- package/package.json +1 -1
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
"qrcode.react": "^4.2.0",
|
|
22
22
|
"react": "^19.1.1",
|
|
23
23
|
"react-dom": "^19.1.1",
|
|
24
|
-
"react-router": "^7.9.
|
|
25
|
-
"react-router-dom": "^7.9.
|
|
24
|
+
"react-router": "^7.9.3",
|
|
25
|
+
"react-router-dom": "^7.9.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@testing-library/jest-dom": "^6.8.0",
|
|
29
29
|
"@testing-library/react": "^16.3.0",
|
|
30
30
|
"@types/node": "^24.5.2",
|
|
31
|
-
"@types/react": "^19.1.
|
|
31
|
+
"@types/react": "^19.1.14",
|
|
32
32
|
"@types/react-dom": "^19.1.9",
|
|
33
|
-
"@typescript-eslint/eslint-plugin": "^8.44.
|
|
34
|
-
"@typescript-eslint/parser": "^8.44.
|
|
35
|
-
"@vitejs/plugin-react": "^5.0.
|
|
33
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
34
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
35
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
36
36
|
"eslint": "^9.36.0",
|
|
37
37
|
"eslint-plugin-react": "^7.37.5",
|
|
38
38
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
39
39
|
"jsdom": "^27.0.0",
|
|
40
40
|
"typescript": "^5.9.2",
|
|
41
|
-
"typescript-eslint": "^8.44.
|
|
42
|
-
"vite": "^7.1.
|
|
41
|
+
"typescript-eslint": "^8.44.1",
|
|
42
|
+
"vite": "^7.1.7",
|
|
43
43
|
"vitest": "^3.2.4"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
125
125
|
"dev": true,
|
|
126
126
|
"license": "MIT",
|
|
127
|
+
"peer": true,
|
|
127
128
|
"dependencies": {
|
|
128
129
|
"@babel/code-frame": "^7.27.1",
|
|
129
130
|
"@babel/generator": "^7.28.3",
|
|
@@ -470,6 +471,7 @@
|
|
|
470
471
|
}
|
|
471
472
|
],
|
|
472
473
|
"license": "MIT",
|
|
474
|
+
"peer": true,
|
|
473
475
|
"engines": {
|
|
474
476
|
"node": ">=18"
|
|
475
477
|
},
|
|
@@ -516,6 +518,7 @@
|
|
|
516
518
|
}
|
|
517
519
|
],
|
|
518
520
|
"license": "MIT",
|
|
521
|
+
"peer": true,
|
|
519
522
|
"engines": {
|
|
520
523
|
"node": ">=18"
|
|
521
524
|
}
|
|
@@ -578,6 +581,7 @@
|
|
|
578
581
|
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
|
|
579
582
|
"integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
|
|
580
583
|
"license": "MIT",
|
|
584
|
+
"peer": true,
|
|
581
585
|
"dependencies": {
|
|
582
586
|
"@babel/runtime": "^7.18.3",
|
|
583
587
|
"@emotion/babel-plugin": "^11.13.5",
|
|
@@ -621,6 +625,7 @@
|
|
|
621
625
|
"resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",
|
|
622
626
|
"integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",
|
|
623
627
|
"license": "MIT",
|
|
628
|
+
"peer": true,
|
|
624
629
|
"dependencies": {
|
|
625
630
|
"@babel/runtime": "^7.18.3",
|
|
626
631
|
"@emotion/babel-plugin": "^11.13.5",
|
|
@@ -1472,6 +1477,7 @@
|
|
|
1472
1477
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.2.tgz",
|
|
1473
1478
|
"integrity": "sha512-qXvbnawQhqUVfH1LMgMaiytP+ZpGoYhnGl7yYq2x57GYzcFL/iPzSZ3L30tlbwEjSVKNYcbiKO8tANR1tadjUg==",
|
|
1474
1479
|
"license": "MIT",
|
|
1480
|
+
"peer": true,
|
|
1475
1481
|
"dependencies": {
|
|
1476
1482
|
"@babel/runtime": "^7.28.3",
|
|
1477
1483
|
"@mui/core-downloads-tracker": "^7.3.2",
|
|
@@ -1748,6 +1754,7 @@
|
|
|
1748
1754
|
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.24.13.tgz",
|
|
1749
1755
|
"integrity": "sha512-rNF8tDxIwTtXzz5O/U23QU73nlhgQNYJ+Sv5BAwQOIyhIE2Z3S5tUiSVMwZHt0julkv/Ryfwi+qsD4FiE5rOuw==",
|
|
1750
1756
|
"license": "Apache-2.0",
|
|
1757
|
+
"peer": true,
|
|
1751
1758
|
"dependencies": {
|
|
1752
1759
|
"json-schema-merge-allof": "^0.8.1",
|
|
1753
1760
|
"jsonpointer": "^5.0.1",
|
|
@@ -1787,9 +1794,9 @@
|
|
|
1787
1794
|
}
|
|
1788
1795
|
},
|
|
1789
1796
|
"node_modules/@rolldown/pluginutils": {
|
|
1790
|
-
"version": "1.0.0-beta.
|
|
1791
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.
|
|
1792
|
-
"integrity": "sha512-
|
|
1797
|
+
"version": "1.0.0-beta.38",
|
|
1798
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.38.tgz",
|
|
1799
|
+
"integrity": "sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw==",
|
|
1793
1800
|
"dev": true,
|
|
1794
1801
|
"license": "MIT"
|
|
1795
1802
|
},
|
|
@@ -2182,8 +2189,7 @@
|
|
|
2182
2189
|
"resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
|
|
2183
2190
|
"integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
|
|
2184
2191
|
"dev": true,
|
|
2185
|
-
"license": "MIT"
|
|
2186
|
-
"peer": true
|
|
2192
|
+
"license": "MIT"
|
|
2187
2193
|
},
|
|
2188
2194
|
"node_modules/@types/babel__core": {
|
|
2189
2195
|
"version": "7.20.5",
|
|
@@ -2267,6 +2273,7 @@
|
|
|
2267
2273
|
"integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==",
|
|
2268
2274
|
"dev": true,
|
|
2269
2275
|
"license": "MIT",
|
|
2276
|
+
"peer": true,
|
|
2270
2277
|
"dependencies": {
|
|
2271
2278
|
"undici-types": "~7.12.0"
|
|
2272
2279
|
}
|
|
@@ -2284,10 +2291,11 @@
|
|
|
2284
2291
|
"license": "MIT"
|
|
2285
2292
|
},
|
|
2286
2293
|
"node_modules/@types/react": {
|
|
2287
|
-
"version": "19.1.
|
|
2288
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.
|
|
2289
|
-
"integrity": "sha512-
|
|
2294
|
+
"version": "19.1.14",
|
|
2295
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.14.tgz",
|
|
2296
|
+
"integrity": "sha512-ukd93VGzaNPMAUPy0gRDSC57UuQbnH9Kussp7HBjM06YFi9uZTFhOvMSO2OKqXm1rSgzOE+pVx1k1PYHGwlc8Q==",
|
|
2290
2297
|
"license": "MIT",
|
|
2298
|
+
"peer": true,
|
|
2291
2299
|
"dependencies": {
|
|
2292
2300
|
"csstype": "^3.0.2"
|
|
2293
2301
|
}
|
|
@@ -2298,6 +2306,7 @@
|
|
|
2298
2306
|
"integrity": "sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==",
|
|
2299
2307
|
"dev": true,
|
|
2300
2308
|
"license": "MIT",
|
|
2309
|
+
"peer": true,
|
|
2301
2310
|
"peerDependencies": {
|
|
2302
2311
|
"@types/react": "^19.0.0"
|
|
2303
2312
|
}
|
|
@@ -2312,17 +2321,17 @@
|
|
|
2312
2321
|
}
|
|
2313
2322
|
},
|
|
2314
2323
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
2315
|
-
"version": "8.44.
|
|
2316
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.
|
|
2317
|
-
"integrity": "sha512-
|
|
2324
|
+
"version": "8.44.1",
|
|
2325
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.1.tgz",
|
|
2326
|
+
"integrity": "sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==",
|
|
2318
2327
|
"dev": true,
|
|
2319
2328
|
"license": "MIT",
|
|
2320
2329
|
"dependencies": {
|
|
2321
2330
|
"@eslint-community/regexpp": "^4.10.0",
|
|
2322
|
-
"@typescript-eslint/scope-manager": "8.44.
|
|
2323
|
-
"@typescript-eslint/type-utils": "8.44.
|
|
2324
|
-
"@typescript-eslint/utils": "8.44.
|
|
2325
|
-
"@typescript-eslint/visitor-keys": "8.44.
|
|
2331
|
+
"@typescript-eslint/scope-manager": "8.44.1",
|
|
2332
|
+
"@typescript-eslint/type-utils": "8.44.1",
|
|
2333
|
+
"@typescript-eslint/utils": "8.44.1",
|
|
2334
|
+
"@typescript-eslint/visitor-keys": "8.44.1",
|
|
2326
2335
|
"graphemer": "^1.4.0",
|
|
2327
2336
|
"ignore": "^7.0.0",
|
|
2328
2337
|
"natural-compare": "^1.4.0",
|
|
@@ -2336,22 +2345,23 @@
|
|
|
2336
2345
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2337
2346
|
},
|
|
2338
2347
|
"peerDependencies": {
|
|
2339
|
-
"@typescript-eslint/parser": "^8.44.
|
|
2348
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
2340
2349
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
2341
2350
|
"typescript": ">=4.8.4 <6.0.0"
|
|
2342
2351
|
}
|
|
2343
2352
|
},
|
|
2344
2353
|
"node_modules/@typescript-eslint/parser": {
|
|
2345
|
-
"version": "8.44.
|
|
2346
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.44.
|
|
2347
|
-
"integrity": "sha512-
|
|
2354
|
+
"version": "8.44.1",
|
|
2355
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.44.1.tgz",
|
|
2356
|
+
"integrity": "sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==",
|
|
2348
2357
|
"dev": true,
|
|
2349
2358
|
"license": "MIT",
|
|
2359
|
+
"peer": true,
|
|
2350
2360
|
"dependencies": {
|
|
2351
|
-
"@typescript-eslint/scope-manager": "8.44.
|
|
2352
|
-
"@typescript-eslint/types": "8.44.
|
|
2353
|
-
"@typescript-eslint/typescript-estree": "8.44.
|
|
2354
|
-
"@typescript-eslint/visitor-keys": "8.44.
|
|
2361
|
+
"@typescript-eslint/scope-manager": "8.44.1",
|
|
2362
|
+
"@typescript-eslint/types": "8.44.1",
|
|
2363
|
+
"@typescript-eslint/typescript-estree": "8.44.1",
|
|
2364
|
+
"@typescript-eslint/visitor-keys": "8.44.1",
|
|
2355
2365
|
"debug": "^4.3.4"
|
|
2356
2366
|
},
|
|
2357
2367
|
"engines": {
|
|
@@ -2367,14 +2377,14 @@
|
|
|
2367
2377
|
}
|
|
2368
2378
|
},
|
|
2369
2379
|
"node_modules/@typescript-eslint/project-service": {
|
|
2370
|
-
"version": "8.44.
|
|
2371
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.44.
|
|
2372
|
-
"integrity": "sha512-
|
|
2380
|
+
"version": "8.44.1",
|
|
2381
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.44.1.tgz",
|
|
2382
|
+
"integrity": "sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==",
|
|
2373
2383
|
"dev": true,
|
|
2374
2384
|
"license": "MIT",
|
|
2375
2385
|
"dependencies": {
|
|
2376
|
-
"@typescript-eslint/tsconfig-utils": "^8.44.
|
|
2377
|
-
"@typescript-eslint/types": "^8.44.
|
|
2386
|
+
"@typescript-eslint/tsconfig-utils": "^8.44.1",
|
|
2387
|
+
"@typescript-eslint/types": "^8.44.1",
|
|
2378
2388
|
"debug": "^4.3.4"
|
|
2379
2389
|
},
|
|
2380
2390
|
"engines": {
|
|
@@ -2389,14 +2399,14 @@
|
|
|
2389
2399
|
}
|
|
2390
2400
|
},
|
|
2391
2401
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2392
|
-
"version": "8.44.
|
|
2393
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.44.
|
|
2394
|
-
"integrity": "sha512-
|
|
2402
|
+
"version": "8.44.1",
|
|
2403
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz",
|
|
2404
|
+
"integrity": "sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==",
|
|
2395
2405
|
"dev": true,
|
|
2396
2406
|
"license": "MIT",
|
|
2397
2407
|
"dependencies": {
|
|
2398
|
-
"@typescript-eslint/types": "8.44.
|
|
2399
|
-
"@typescript-eslint/visitor-keys": "8.44.
|
|
2408
|
+
"@typescript-eslint/types": "8.44.1",
|
|
2409
|
+
"@typescript-eslint/visitor-keys": "8.44.1"
|
|
2400
2410
|
},
|
|
2401
2411
|
"engines": {
|
|
2402
2412
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2407,9 +2417,9 @@
|
|
|
2407
2417
|
}
|
|
2408
2418
|
},
|
|
2409
2419
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
2410
|
-
"version": "8.44.
|
|
2411
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.
|
|
2412
|
-
"integrity": "sha512-
|
|
2420
|
+
"version": "8.44.1",
|
|
2421
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz",
|
|
2422
|
+
"integrity": "sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==",
|
|
2413
2423
|
"dev": true,
|
|
2414
2424
|
"license": "MIT",
|
|
2415
2425
|
"engines": {
|
|
@@ -2424,15 +2434,15 @@
|
|
|
2424
2434
|
}
|
|
2425
2435
|
},
|
|
2426
2436
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2427
|
-
"version": "8.44.
|
|
2428
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.44.
|
|
2429
|
-
"integrity": "sha512-
|
|
2437
|
+
"version": "8.44.1",
|
|
2438
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.44.1.tgz",
|
|
2439
|
+
"integrity": "sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==",
|
|
2430
2440
|
"dev": true,
|
|
2431
2441
|
"license": "MIT",
|
|
2432
2442
|
"dependencies": {
|
|
2433
|
-
"@typescript-eslint/types": "8.44.
|
|
2434
|
-
"@typescript-eslint/typescript-estree": "8.44.
|
|
2435
|
-
"@typescript-eslint/utils": "8.44.
|
|
2443
|
+
"@typescript-eslint/types": "8.44.1",
|
|
2444
|
+
"@typescript-eslint/typescript-estree": "8.44.1",
|
|
2445
|
+
"@typescript-eslint/utils": "8.44.1",
|
|
2436
2446
|
"debug": "^4.3.4",
|
|
2437
2447
|
"ts-api-utils": "^2.1.0"
|
|
2438
2448
|
},
|
|
@@ -2449,9 +2459,9 @@
|
|
|
2449
2459
|
}
|
|
2450
2460
|
},
|
|
2451
2461
|
"node_modules/@typescript-eslint/types": {
|
|
2452
|
-
"version": "8.44.
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.44.
|
|
2454
|
-
"integrity": "sha512-
|
|
2462
|
+
"version": "8.44.1",
|
|
2463
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.44.1.tgz",
|
|
2464
|
+
"integrity": "sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==",
|
|
2455
2465
|
"dev": true,
|
|
2456
2466
|
"license": "MIT",
|
|
2457
2467
|
"engines": {
|
|
@@ -2463,16 +2473,16 @@
|
|
|
2463
2473
|
}
|
|
2464
2474
|
},
|
|
2465
2475
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
2466
|
-
"version": "8.44.
|
|
2467
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.
|
|
2468
|
-
"integrity": "sha512-
|
|
2476
|
+
"version": "8.44.1",
|
|
2477
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz",
|
|
2478
|
+
"integrity": "sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==",
|
|
2469
2479
|
"dev": true,
|
|
2470
2480
|
"license": "MIT",
|
|
2471
2481
|
"dependencies": {
|
|
2472
|
-
"@typescript-eslint/project-service": "8.44.
|
|
2473
|
-
"@typescript-eslint/tsconfig-utils": "8.44.
|
|
2474
|
-
"@typescript-eslint/types": "8.44.
|
|
2475
|
-
"@typescript-eslint/visitor-keys": "8.44.
|
|
2482
|
+
"@typescript-eslint/project-service": "8.44.1",
|
|
2483
|
+
"@typescript-eslint/tsconfig-utils": "8.44.1",
|
|
2484
|
+
"@typescript-eslint/types": "8.44.1",
|
|
2485
|
+
"@typescript-eslint/visitor-keys": "8.44.1",
|
|
2476
2486
|
"debug": "^4.3.4",
|
|
2477
2487
|
"fast-glob": "^3.3.2",
|
|
2478
2488
|
"is-glob": "^4.0.3",
|
|
@@ -2505,16 +2515,16 @@
|
|
|
2505
2515
|
}
|
|
2506
2516
|
},
|
|
2507
2517
|
"node_modules/@typescript-eslint/utils": {
|
|
2508
|
-
"version": "8.44.
|
|
2509
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.44.
|
|
2510
|
-
"integrity": "sha512-
|
|
2518
|
+
"version": "8.44.1",
|
|
2519
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.44.1.tgz",
|
|
2520
|
+
"integrity": "sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==",
|
|
2511
2521
|
"dev": true,
|
|
2512
2522
|
"license": "MIT",
|
|
2513
2523
|
"dependencies": {
|
|
2514
2524
|
"@eslint-community/eslint-utils": "^4.7.0",
|
|
2515
|
-
"@typescript-eslint/scope-manager": "8.44.
|
|
2516
|
-
"@typescript-eslint/types": "8.44.
|
|
2517
|
-
"@typescript-eslint/typescript-estree": "8.44.
|
|
2525
|
+
"@typescript-eslint/scope-manager": "8.44.1",
|
|
2526
|
+
"@typescript-eslint/types": "8.44.1",
|
|
2527
|
+
"@typescript-eslint/typescript-estree": "8.44.1"
|
|
2518
2528
|
},
|
|
2519
2529
|
"engines": {
|
|
2520
2530
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2529,13 +2539,13 @@
|
|
|
2529
2539
|
}
|
|
2530
2540
|
},
|
|
2531
2541
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2532
|
-
"version": "8.44.
|
|
2533
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.
|
|
2534
|
-
"integrity": "sha512-
|
|
2542
|
+
"version": "8.44.1",
|
|
2543
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz",
|
|
2544
|
+
"integrity": "sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==",
|
|
2535
2545
|
"dev": true,
|
|
2536
2546
|
"license": "MIT",
|
|
2537
2547
|
"dependencies": {
|
|
2538
|
-
"@typescript-eslint/types": "8.44.
|
|
2548
|
+
"@typescript-eslint/types": "8.44.1",
|
|
2539
2549
|
"eslint-visitor-keys": "^4.2.1"
|
|
2540
2550
|
},
|
|
2541
2551
|
"engines": {
|
|
@@ -2560,16 +2570,16 @@
|
|
|
2560
2570
|
}
|
|
2561
2571
|
},
|
|
2562
2572
|
"node_modules/@vitejs/plugin-react": {
|
|
2563
|
-
"version": "5.0.
|
|
2564
|
-
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.0.
|
|
2565
|
-
"integrity": "sha512-
|
|
2573
|
+
"version": "5.0.4",
|
|
2574
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.0.4.tgz",
|
|
2575
|
+
"integrity": "sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA==",
|
|
2566
2576
|
"dev": true,
|
|
2567
2577
|
"license": "MIT",
|
|
2568
2578
|
"dependencies": {
|
|
2569
2579
|
"@babel/core": "^7.28.4",
|
|
2570
2580
|
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
2571
2581
|
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
2572
|
-
"@rolldown/pluginutils": "1.0.0-beta.
|
|
2582
|
+
"@rolldown/pluginutils": "1.0.0-beta.38",
|
|
2573
2583
|
"@types/babel__core": "^7.20.5",
|
|
2574
2584
|
"react-refresh": "^0.17.0"
|
|
2575
2585
|
},
|
|
@@ -2701,6 +2711,7 @@
|
|
|
2701
2711
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
2702
2712
|
"dev": true,
|
|
2703
2713
|
"license": "MIT",
|
|
2714
|
+
"peer": true,
|
|
2704
2715
|
"bin": {
|
|
2705
2716
|
"acorn": "bin/acorn"
|
|
2706
2717
|
},
|
|
@@ -2767,7 +2778,6 @@
|
|
|
2767
2778
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2768
2779
|
"dev": true,
|
|
2769
2780
|
"license": "MIT",
|
|
2770
|
-
"peer": true,
|
|
2771
2781
|
"engines": {
|
|
2772
2782
|
"node": ">=8"
|
|
2773
2783
|
}
|
|
@@ -2778,7 +2788,6 @@
|
|
|
2778
2788
|
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
2779
2789
|
"dev": true,
|
|
2780
2790
|
"license": "MIT",
|
|
2781
|
-
"peer": true,
|
|
2782
2791
|
"engines": {
|
|
2783
2792
|
"node": ">=10"
|
|
2784
2793
|
},
|
|
@@ -3062,6 +3071,7 @@
|
|
|
3062
3071
|
}
|
|
3063
3072
|
],
|
|
3064
3073
|
"license": "MIT",
|
|
3074
|
+
"peer": true,
|
|
3065
3075
|
"dependencies": {
|
|
3066
3076
|
"baseline-browser-mapping": "^2.8.3",
|
|
3067
3077
|
"caniuse-lite": "^1.0.30001741",
|
|
@@ -3378,7 +3388,8 @@
|
|
|
3378
3388
|
"version": "3.1.3",
|
|
3379
3389
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
3380
3390
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
3381
|
-
"license": "MIT"
|
|
3391
|
+
"license": "MIT",
|
|
3392
|
+
"peer": true
|
|
3382
3393
|
},
|
|
3383
3394
|
"node_modules/data-urls": {
|
|
3384
3395
|
"version": "6.0.0",
|
|
@@ -3553,8 +3564,7 @@
|
|
|
3553
3564
|
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
|
|
3554
3565
|
"integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
|
|
3555
3566
|
"dev": true,
|
|
3556
|
-
"license": "MIT"
|
|
3557
|
-
"peer": true
|
|
3567
|
+
"license": "MIT"
|
|
3558
3568
|
},
|
|
3559
3569
|
"node_modules/dom-helpers": {
|
|
3560
3570
|
"version": "5.2.1",
|
|
@@ -3864,6 +3874,7 @@
|
|
|
3864
3874
|
"integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==",
|
|
3865
3875
|
"dev": true,
|
|
3866
3876
|
"license": "MIT",
|
|
3877
|
+
"peer": true,
|
|
3867
3878
|
"dependencies": {
|
|
3868
3879
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
3869
3880
|
"@eslint-community/regexpp": "^4.12.1",
|
|
@@ -5256,6 +5267,7 @@
|
|
|
5256
5267
|
"integrity": "sha512-lIHeR1qlIRrIN5VMccd8tI2Sgw6ieYXSVktcSHaNe3Z5nE/tcPQYQWOq00wxMvYOsz+73eAkNenVvmPC6bba9A==",
|
|
5257
5268
|
"dev": true,
|
|
5258
5269
|
"license": "MIT",
|
|
5270
|
+
"peer": true,
|
|
5259
5271
|
"dependencies": {
|
|
5260
5272
|
"@asamuzakjp/dom-selector": "^6.5.4",
|
|
5261
5273
|
"cssstyle": "^5.3.0",
|
|
@@ -5489,7 +5501,6 @@
|
|
|
5489
5501
|
"integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
|
|
5490
5502
|
"dev": true,
|
|
5491
5503
|
"license": "MIT",
|
|
5492
|
-
"peer": true,
|
|
5493
5504
|
"bin": {
|
|
5494
5505
|
"lz-string": "bin/bin.js"
|
|
5495
5506
|
}
|
|
@@ -5948,6 +5959,7 @@
|
|
|
5948
5959
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
5949
5960
|
"dev": true,
|
|
5950
5961
|
"license": "MIT",
|
|
5962
|
+
"peer": true,
|
|
5951
5963
|
"engines": {
|
|
5952
5964
|
"node": ">=12"
|
|
5953
5965
|
},
|
|
@@ -5985,6 +5997,7 @@
|
|
|
5985
5997
|
}
|
|
5986
5998
|
],
|
|
5987
5999
|
"license": "MIT",
|
|
6000
|
+
"peer": true,
|
|
5988
6001
|
"dependencies": {
|
|
5989
6002
|
"nanoid": "^3.3.11",
|
|
5990
6003
|
"picocolors": "^1.1.1",
|
|
@@ -6010,7 +6023,6 @@
|
|
|
6010
6023
|
"integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
|
|
6011
6024
|
"dev": true,
|
|
6012
6025
|
"license": "MIT",
|
|
6013
|
-
"peer": true,
|
|
6014
6026
|
"dependencies": {
|
|
6015
6027
|
"ansi-regex": "^5.0.1",
|
|
6016
6028
|
"ansi-styles": "^5.0.0",
|
|
@@ -6025,8 +6037,7 @@
|
|
|
6025
6037
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
6026
6038
|
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
|
|
6027
6039
|
"dev": true,
|
|
6028
|
-
"license": "MIT"
|
|
6029
|
-
"peer": true
|
|
6040
|
+
"license": "MIT"
|
|
6030
6041
|
},
|
|
6031
6042
|
"node_modules/prop-types": {
|
|
6032
6043
|
"version": "15.8.1",
|
|
@@ -6084,6 +6095,7 @@
|
|
|
6084
6095
|
"resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
|
|
6085
6096
|
"integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
|
|
6086
6097
|
"license": "MIT",
|
|
6098
|
+
"peer": true,
|
|
6087
6099
|
"engines": {
|
|
6088
6100
|
"node": ">=0.10.0"
|
|
6089
6101
|
}
|
|
@@ -6093,6 +6105,7 @@
|
|
|
6093
6105
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz",
|
|
6094
6106
|
"integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==",
|
|
6095
6107
|
"license": "MIT",
|
|
6108
|
+
"peer": true,
|
|
6096
6109
|
"dependencies": {
|
|
6097
6110
|
"scheduler": "^0.26.0"
|
|
6098
6111
|
},
|
|
@@ -6117,9 +6130,9 @@
|
|
|
6117
6130
|
}
|
|
6118
6131
|
},
|
|
6119
6132
|
"node_modules/react-router": {
|
|
6120
|
-
"version": "7.9.
|
|
6121
|
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.
|
|
6122
|
-
"integrity": "sha512-
|
|
6133
|
+
"version": "7.9.3",
|
|
6134
|
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.3.tgz",
|
|
6135
|
+
"integrity": "sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==",
|
|
6123
6136
|
"license": "MIT",
|
|
6124
6137
|
"dependencies": {
|
|
6125
6138
|
"cookie": "^1.0.1",
|
|
@@ -6139,12 +6152,12 @@
|
|
|
6139
6152
|
}
|
|
6140
6153
|
},
|
|
6141
6154
|
"node_modules/react-router-dom": {
|
|
6142
|
-
"version": "7.9.
|
|
6143
|
-
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.
|
|
6144
|
-
"integrity": "sha512-
|
|
6155
|
+
"version": "7.9.3",
|
|
6156
|
+
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.3.tgz",
|
|
6157
|
+
"integrity": "sha512-1QSbA0TGGFKTAc/aWjpfW/zoEukYfU4dc1dLkT/vvf54JoGMkW+fNA+3oyo2gWVW1GM7BxjJVHz5GnPJv40rvg==",
|
|
6145
6158
|
"license": "MIT",
|
|
6146
6159
|
"dependencies": {
|
|
6147
|
-
"react-router": "7.9.
|
|
6160
|
+
"react-router": "7.9.3"
|
|
6148
6161
|
},
|
|
6149
6162
|
"engines": {
|
|
6150
6163
|
"node": ">=20.0.0"
|
|
@@ -7061,6 +7074,7 @@
|
|
|
7061
7074
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
|
7062
7075
|
"dev": true,
|
|
7063
7076
|
"license": "Apache-2.0",
|
|
7077
|
+
"peer": true,
|
|
7064
7078
|
"bin": {
|
|
7065
7079
|
"tsc": "bin/tsc",
|
|
7066
7080
|
"tsserver": "bin/tsserver"
|
|
@@ -7070,16 +7084,16 @@
|
|
|
7070
7084
|
}
|
|
7071
7085
|
},
|
|
7072
7086
|
"node_modules/typescript-eslint": {
|
|
7073
|
-
"version": "8.44.
|
|
7074
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.44.
|
|
7075
|
-
"integrity": "sha512-
|
|
7087
|
+
"version": "8.44.1",
|
|
7088
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.44.1.tgz",
|
|
7089
|
+
"integrity": "sha512-0ws8uWGrUVTjEeN2OM4K1pLKHK/4NiNP/vz6ns+LjT/6sqpaYzIVFajZb1fj/IDwpsrrHb3Jy0Qm5u9CPcKaeg==",
|
|
7076
7090
|
"dev": true,
|
|
7077
7091
|
"license": "MIT",
|
|
7078
7092
|
"dependencies": {
|
|
7079
|
-
"@typescript-eslint/eslint-plugin": "8.44.
|
|
7080
|
-
"@typescript-eslint/parser": "8.44.
|
|
7081
|
-
"@typescript-eslint/typescript-estree": "8.44.
|
|
7082
|
-
"@typescript-eslint/utils": "8.44.
|
|
7093
|
+
"@typescript-eslint/eslint-plugin": "8.44.1",
|
|
7094
|
+
"@typescript-eslint/parser": "8.44.1",
|
|
7095
|
+
"@typescript-eslint/typescript-estree": "8.44.1",
|
|
7096
|
+
"@typescript-eslint/utils": "8.44.1"
|
|
7083
7097
|
},
|
|
7084
7098
|
"engines": {
|
|
7085
7099
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -7194,11 +7208,12 @@
|
|
|
7194
7208
|
"integrity": "sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg=="
|
|
7195
7209
|
},
|
|
7196
7210
|
"node_modules/vite": {
|
|
7197
|
-
"version": "7.1.
|
|
7198
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.
|
|
7199
|
-
"integrity": "sha512-
|
|
7211
|
+
"version": "7.1.7",
|
|
7212
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz",
|
|
7213
|
+
"integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==",
|
|
7200
7214
|
"dev": true,
|
|
7201
7215
|
"license": "MIT",
|
|
7216
|
+
"peer": true,
|
|
7202
7217
|
"dependencies": {
|
|
7203
7218
|
"esbuild": "^0.25.0",
|
|
7204
7219
|
"fdir": "^6.5.0",
|
package/frontend/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"private": true,
|
|
5
5
|
"homepage": "./",
|
|
6
6
|
"type": "module",
|
|
@@ -51,25 +51,25 @@
|
|
|
51
51
|
"qrcode.react": "^4.2.0",
|
|
52
52
|
"react": "^19.1.1",
|
|
53
53
|
"react-dom": "^19.1.1",
|
|
54
|
-
"react-router": "^7.9.
|
|
55
|
-
"react-router-dom": "^7.9.
|
|
54
|
+
"react-router": "^7.9.3",
|
|
55
|
+
"react-router-dom": "^7.9.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@testing-library/jest-dom": "^6.8.0",
|
|
59
59
|
"@testing-library/react": "^16.3.0",
|
|
60
60
|
"@types/node": "^24.5.2",
|
|
61
|
-
"@types/react": "^19.1.
|
|
61
|
+
"@types/react": "^19.1.14",
|
|
62
62
|
"@types/react-dom": "^19.1.9",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^8.44.
|
|
64
|
-
"@typescript-eslint/parser": "^8.44.
|
|
65
|
-
"@vitejs/plugin-react": "^5.0.
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
64
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
65
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
66
66
|
"eslint": "^9.36.0",
|
|
67
67
|
"eslint-plugin-react": "^7.37.5",
|
|
68
68
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
69
69
|
"jsdom": "^27.0.0",
|
|
70
70
|
"typescript": "^5.9.2",
|
|
71
|
-
"typescript-eslint": "^8.44.
|
|
72
|
-
"vite": "^7.1.
|
|
71
|
+
"typescript-eslint": "^8.44.1",
|
|
72
|
+
"vite": "^7.1.7",
|
|
73
73
|
"vitest": "^3.2.4"
|
|
74
74
|
}
|
|
75
75
|
}
|