@matterbridge/frontend 3.4.5 → 3.4.6

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,20 +1,20 @@
1
1
  {
2
2
  "name": "@matterbridge/frontend",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@matterbridge/frontend",
9
- "version": "3.4.5",
9
+ "version": "3.4.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@emotion/react": "11.14.0",
13
13
  "@emotion/styled": "11.14.1",
14
14
  "@mdi/js": "7.4.47",
15
15
  "@mdi/react": "1.6.1",
16
- "@mui/icons-material": "7.3.7",
17
- "@mui/material": "7.3.7",
16
+ "@mui/icons-material": "7.3.8",
17
+ "@mui/material": "7.3.8",
18
18
  "@rjsf/core": "5.24.13",
19
19
  "@rjsf/utils": "5.24.13",
20
20
  "@rjsf/validator-ajv8": "5.24.13",
@@ -378,12 +378,12 @@
378
378
  }
379
379
  },
380
380
  "node_modules/@mui/icons-material": {
381
- "version": "7.3.7",
382
- "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.7.tgz",
383
- "integrity": "sha512-3Q+ulAqG+A1+R4ebgoIs7AccaJhIGy+Xi/9OnvX376jQ6wcy+rz4geDGrxQxCGzdjOQr4Z3NgyFSZCz4T999lA==",
381
+ "version": "7.3.8",
382
+ "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.8.tgz",
383
+ "integrity": "sha512-88sWg/UJc1X82OMO+ISR4E3P58I3BjFVg0qkmDu7OWlN8VijneZD3ylFA+ImxuPjMHW3SHosfSJYy1fztoz0fw==",
384
384
  "license": "MIT",
385
385
  "dependencies": {
386
- "@babel/runtime": "^7.28.4"
386
+ "@babel/runtime": "^7.28.6"
387
387
  },
388
388
  "engines": {
389
389
  "node": ">=14.0.0"
@@ -393,7 +393,7 @@
393
393
  "url": "https://opencollective.com/mui-org"
394
394
  },
395
395
  "peerDependencies": {
396
- "@mui/material": "^7.3.7",
396
+ "@mui/material": "^7.3.8",
397
397
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
398
398
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
399
399
  },
@@ -404,17 +404,17 @@
404
404
  }
405
405
  },
406
406
  "node_modules/@mui/material": {
407
- "version": "7.3.7",
408
- "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.7.tgz",
409
- "integrity": "sha512-6bdIxqzeOtBAj2wAsfhWCYyMKPLkRO9u/2o5yexcL0C3APqyy91iGSWgT3H7hg+zR2XgE61+WAu12wXPON8b6A==",
407
+ "version": "7.3.8",
408
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.8.tgz",
409
+ "integrity": "sha512-QKd1RhDXE1hf2sQDNayA9ic9jGkEgvZOf0tTkJxlBPG8ns8aS4rS8WwYURw2x5y3739p0HauUXX9WbH7UufFLw==",
410
410
  "license": "MIT",
411
411
  "peer": true,
412
412
  "dependencies": {
413
- "@babel/runtime": "^7.28.4",
414
- "@mui/core-downloads-tracker": "^7.3.7",
415
- "@mui/system": "^7.3.7",
416
- "@mui/types": "^7.4.10",
417
- "@mui/utils": "^7.3.7",
413
+ "@babel/runtime": "^7.28.6",
414
+ "@mui/core-downloads-tracker": "^7.3.8",
415
+ "@mui/system": "^7.3.8",
416
+ "@mui/types": "^7.4.11",
417
+ "@mui/utils": "^7.3.8",
418
418
  "@popperjs/core": "^2.11.8",
419
419
  "@types/react-transition-group": "^4.4.12",
420
420
  "clsx": "^2.1.1",
@@ -433,7 +433,7 @@
433
433
  "peerDependencies": {
434
434
  "@emotion/react": "^11.5.0",
435
435
  "@emotion/styled": "^11.3.0",
436
- "@mui/material-pigment-css": "^7.3.7",
436
+ "@mui/material-pigment-css": "^7.3.8",
437
437
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
438
438
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
439
439
  "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/frontend",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -48,13 +48,17 @@
48
48
  "package.json",
49
49
  "npm-shrinkwrap.json"
50
50
  ],
51
+ "overrides": {
52
+ "eslint": "10.0.0",
53
+ "@eslint/js": "10.0.1"
54
+ },
51
55
  "dependencies": {
52
56
  "@emotion/react": "11.14.0",
53
57
  "@emotion/styled": "11.14.1",
54
58
  "@mdi/js": "7.4.47",
55
59
  "@mdi/react": "1.6.1",
56
- "@mui/icons-material": "7.3.7",
57
- "@mui/material": "7.3.7",
60
+ "@mui/icons-material": "7.3.8",
61
+ "@mui/material": "7.3.8",
58
62
  "@rjsf/core": "5.24.13",
59
63
  "@rjsf/utils": "5.24.13",
60
64
  "@rjsf/validator-ajv8": "5.24.13",