matterbridge 1.5.6 → 1.5.8

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,21 +1,21 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "1.5.6",
9
+ "version": "1.5.8",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@project-chip/matter-node.js": "0.10.1",
13
- "@project-chip/matter.js": "0.10.1",
12
+ "@project-chip/matter-node.js": "0.10.5",
13
+ "@project-chip/matter.js": "0.10.5",
14
14
  "archiver": "7.0.1",
15
15
  "express": "4.21.0",
16
16
  "glob": "11.0.0",
17
17
  "https": "1.0.0",
18
- "matter-history": "1.1.11",
18
+ "matter-history": "1.1.15",
19
19
  "node-ansi-logger": "3.0.0",
20
20
  "node-persist-manager": "1.0.8",
21
21
  "ws": "8.18.0"
@@ -24,14 +24,14 @@
24
24
  "matterbridge": "dist/cli.js"
25
25
  },
26
26
  "devDependencies": {
27
- "@eslint/js": "9.10.0",
27
+ "@eslint/js": "9.11.0",
28
28
  "@types/archiver": "6.0.2",
29
29
  "@types/eslint__js": "8.42.3",
30
30
  "@types/express": "4.17.21",
31
- "@types/jest": "29.5.12",
32
- "@types/node": "22.5.4",
31
+ "@types/jest": "29.5.13",
32
+ "@types/node": "22.5.5",
33
33
  "@types/ws": "8.5.12",
34
- "eslint": "9.10.0",
34
+ "eslint": "9.11.0",
35
35
  "eslint-config-prettier": "9.1.0",
36
36
  "eslint-plugin-jest": "28.8.3",
37
37
  "eslint-plugin-prettier": "5.2.1",
@@ -40,7 +40,7 @@
40
40
  "rimraf": "6.0.1",
41
41
  "ts-jest": "29.2.5",
42
42
  "typescript": "5.6.2",
43
- "typescript-eslint": "8.5.0"
43
+ "typescript-eslint": "8.6.0"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=18.0.0"
@@ -718,9 +718,9 @@
718
718
  }
719
719
  },
720
720
  "node_modules/@eslint-community/regexpp": {
721
- "version": "4.11.0",
722
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
723
- "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
721
+ "version": "4.11.1",
722
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz",
723
+ "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==",
724
724
  "dev": true,
725
725
  "license": "MIT",
726
726
  "engines": {
@@ -767,9 +767,9 @@
767
767
  }
768
768
  },
769
769
  "node_modules/@eslint/js": {
770
- "version": "9.10.0",
771
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.10.0.tgz",
772
- "integrity": "sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==",
770
+ "version": "9.11.0",
771
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.0.tgz",
772
+ "integrity": "sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==",
773
773
  "dev": true,
774
774
  "license": "MIT",
775
775
  "engines": {
@@ -787,9 +787,9 @@
787
787
  }
788
788
  },
789
789
  "node_modules/@eslint/plugin-kit": {
790
- "version": "0.1.0",
791
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz",
792
- "integrity": "sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==",
790
+ "version": "0.2.0",
791
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz",
792
+ "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==",
793
793
  "dev": true,
794
794
  "license": "Apache-2.0",
795
795
  "dependencies": {
@@ -1444,12 +1444,12 @@
1444
1444
  }
1445
1445
  },
1446
1446
  "node_modules/@project-chip/matter-node.js": {
1447
- "version": "0.10.1",
1448
- "resolved": "https://registry.npmjs.org/@project-chip/matter-node.js/-/matter-node.js-0.10.1.tgz",
1449
- "integrity": "sha512-yr8kALp9cfnoR/14QXA063CUayHa33uQWVO3/UPKL2AWysvtBPNcF2O0siFNNXWcdbFJFckr4O7Fqj0HejOg4A==",
1447
+ "version": "0.10.5",
1448
+ "resolved": "https://registry.npmjs.org/@project-chip/matter-node.js/-/matter-node.js-0.10.5.tgz",
1449
+ "integrity": "sha512-gz/1hOExy+I5eMOHErUdy9bDu9RnQah6cwiGBddVFO2T+6cHbCnsZs298E/1TsUAEKyd6jNJHCC3mh0PPt/lpQ==",
1450
1450
  "license": "Apache-2.0",
1451
1451
  "dependencies": {
1452
- "@project-chip/matter.js": "0.10.1",
1452
+ "@project-chip/matter.js": "0.10.5",
1453
1453
  "node-localstorage": "^3.0.5"
1454
1454
  },
1455
1455
  "engines": {
@@ -1457,9 +1457,9 @@
1457
1457
  }
1458
1458
  },
1459
1459
  "node_modules/@project-chip/matter.js": {
1460
- "version": "0.10.1",
1461
- "resolved": "https://registry.npmjs.org/@project-chip/matter.js/-/matter.js-0.10.1.tgz",
1462
- "integrity": "sha512-A+FooC/xJadFJYLFMj3O+taNi70QrHDTQjWvb/9woJx5AYwca89Coid+LQV4GNtAH4qjVcLot9wbOY2MpKs+Mw==",
1460
+ "version": "0.10.5",
1461
+ "resolved": "https://registry.npmjs.org/@project-chip/matter.js/-/matter.js-0.10.5.tgz",
1462
+ "integrity": "sha512-OM+RcM2u2Bhc5KJmjZD5svfEuU2BDEqY1zkUoSk11QMLNcTPIMMRyow5OXgMh5uUeto8K46QS48pRzauwuR2IQ==",
1463
1463
  "license": "Apache-2.0",
1464
1464
  "dependencies": {
1465
1465
  "@noble/curves": "^1.5.0"
@@ -1590,9 +1590,9 @@
1590
1590
  }
1591
1591
  },
1592
1592
  "node_modules/@types/estree": {
1593
- "version": "1.0.5",
1594
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
1595
- "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
1593
+ "version": "1.0.6",
1594
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
1595
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
1596
1596
  "dev": true,
1597
1597
  "license": "MIT"
1598
1598
  },
@@ -1667,9 +1667,9 @@
1667
1667
  }
1668
1668
  },
1669
1669
  "node_modules/@types/jest": {
1670
- "version": "29.5.12",
1671
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
1672
- "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
1670
+ "version": "29.5.13",
1671
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz",
1672
+ "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==",
1673
1673
  "dev": true,
1674
1674
  "license": "MIT",
1675
1675
  "dependencies": {
@@ -1692,9 +1692,9 @@
1692
1692
  "license": "MIT"
1693
1693
  },
1694
1694
  "node_modules/@types/node": {
1695
- "version": "22.5.4",
1696
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz",
1697
- "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
1695
+ "version": "22.5.5",
1696
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
1697
+ "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
1698
1698
  "dev": true,
1699
1699
  "license": "MIT",
1700
1700
  "dependencies": {
@@ -1702,9 +1702,9 @@
1702
1702
  }
1703
1703
  },
1704
1704
  "node_modules/@types/qs": {
1705
- "version": "6.9.15",
1706
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz",
1707
- "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==",
1705
+ "version": "6.9.16",
1706
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz",
1707
+ "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==",
1708
1708
  "dev": true,
1709
1709
  "license": "MIT"
1710
1710
  },
@@ -1783,17 +1783,17 @@
1783
1783
  "license": "MIT"
1784
1784
  },
1785
1785
  "node_modules/@typescript-eslint/eslint-plugin": {
1786
- "version": "8.5.0",
1787
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz",
1788
- "integrity": "sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw==",
1786
+ "version": "8.6.0",
1787
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz",
1788
+ "integrity": "sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==",
1789
1789
  "dev": true,
1790
1790
  "license": "MIT",
1791
1791
  "dependencies": {
1792
1792
  "@eslint-community/regexpp": "^4.10.0",
1793
- "@typescript-eslint/scope-manager": "8.5.0",
1794
- "@typescript-eslint/type-utils": "8.5.0",
1795
- "@typescript-eslint/utils": "8.5.0",
1796
- "@typescript-eslint/visitor-keys": "8.5.0",
1793
+ "@typescript-eslint/scope-manager": "8.6.0",
1794
+ "@typescript-eslint/type-utils": "8.6.0",
1795
+ "@typescript-eslint/utils": "8.6.0",
1796
+ "@typescript-eslint/visitor-keys": "8.6.0",
1797
1797
  "graphemer": "^1.4.0",
1798
1798
  "ignore": "^5.3.1",
1799
1799
  "natural-compare": "^1.4.0",
@@ -1817,16 +1817,16 @@
1817
1817
  }
1818
1818
  },
1819
1819
  "node_modules/@typescript-eslint/parser": {
1820
- "version": "8.5.0",
1821
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.5.0.tgz",
1822
- "integrity": "sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==",
1820
+ "version": "8.6.0",
1821
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.6.0.tgz",
1822
+ "integrity": "sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==",
1823
1823
  "dev": true,
1824
1824
  "license": "BSD-2-Clause",
1825
1825
  "dependencies": {
1826
- "@typescript-eslint/scope-manager": "8.5.0",
1827
- "@typescript-eslint/types": "8.5.0",
1828
- "@typescript-eslint/typescript-estree": "8.5.0",
1829
- "@typescript-eslint/visitor-keys": "8.5.0",
1826
+ "@typescript-eslint/scope-manager": "8.6.0",
1827
+ "@typescript-eslint/types": "8.6.0",
1828
+ "@typescript-eslint/typescript-estree": "8.6.0",
1829
+ "@typescript-eslint/visitor-keys": "8.6.0",
1830
1830
  "debug": "^4.3.4"
1831
1831
  },
1832
1832
  "engines": {
@@ -1846,14 +1846,14 @@
1846
1846
  }
1847
1847
  },
1848
1848
  "node_modules/@typescript-eslint/scope-manager": {
1849
- "version": "8.5.0",
1850
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
1851
- "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
1849
+ "version": "8.6.0",
1850
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz",
1851
+ "integrity": "sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==",
1852
1852
  "dev": true,
1853
1853
  "license": "MIT",
1854
1854
  "dependencies": {
1855
- "@typescript-eslint/types": "8.5.0",
1856
- "@typescript-eslint/visitor-keys": "8.5.0"
1855
+ "@typescript-eslint/types": "8.6.0",
1856
+ "@typescript-eslint/visitor-keys": "8.6.0"
1857
1857
  },
1858
1858
  "engines": {
1859
1859
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1864,14 +1864,14 @@
1864
1864
  }
1865
1865
  },
1866
1866
  "node_modules/@typescript-eslint/type-utils": {
1867
- "version": "8.5.0",
1868
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz",
1869
- "integrity": "sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==",
1867
+ "version": "8.6.0",
1868
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz",
1869
+ "integrity": "sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==",
1870
1870
  "dev": true,
1871
1871
  "license": "MIT",
1872
1872
  "dependencies": {
1873
- "@typescript-eslint/typescript-estree": "8.5.0",
1874
- "@typescript-eslint/utils": "8.5.0",
1873
+ "@typescript-eslint/typescript-estree": "8.6.0",
1874
+ "@typescript-eslint/utils": "8.6.0",
1875
1875
  "debug": "^4.3.4",
1876
1876
  "ts-api-utils": "^1.3.0"
1877
1877
  },
@@ -1889,9 +1889,9 @@
1889
1889
  }
1890
1890
  },
1891
1891
  "node_modules/@typescript-eslint/types": {
1892
- "version": "8.5.0",
1893
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
1894
- "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
1892
+ "version": "8.6.0",
1893
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.6.0.tgz",
1894
+ "integrity": "sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==",
1895
1895
  "dev": true,
1896
1896
  "license": "MIT",
1897
1897
  "engines": {
@@ -1903,14 +1903,14 @@
1903
1903
  }
1904
1904
  },
1905
1905
  "node_modules/@typescript-eslint/typescript-estree": {
1906
- "version": "8.5.0",
1907
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
1908
- "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
1906
+ "version": "8.6.0",
1907
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz",
1908
+ "integrity": "sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==",
1909
1909
  "dev": true,
1910
1910
  "license": "BSD-2-Clause",
1911
1911
  "dependencies": {
1912
- "@typescript-eslint/types": "8.5.0",
1913
- "@typescript-eslint/visitor-keys": "8.5.0",
1912
+ "@typescript-eslint/types": "8.6.0",
1913
+ "@typescript-eslint/visitor-keys": "8.6.0",
1914
1914
  "debug": "^4.3.4",
1915
1915
  "fast-glob": "^3.3.2",
1916
1916
  "is-glob": "^4.0.3",
@@ -1958,16 +1958,16 @@
1958
1958
  }
1959
1959
  },
1960
1960
  "node_modules/@typescript-eslint/utils": {
1961
- "version": "8.5.0",
1962
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
1963
- "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
1961
+ "version": "8.6.0",
1962
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.6.0.tgz",
1963
+ "integrity": "sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==",
1964
1964
  "dev": true,
1965
1965
  "license": "MIT",
1966
1966
  "dependencies": {
1967
1967
  "@eslint-community/eslint-utils": "^4.4.0",
1968
- "@typescript-eslint/scope-manager": "8.5.0",
1969
- "@typescript-eslint/types": "8.5.0",
1970
- "@typescript-eslint/typescript-estree": "8.5.0"
1968
+ "@typescript-eslint/scope-manager": "8.6.0",
1969
+ "@typescript-eslint/types": "8.6.0",
1970
+ "@typescript-eslint/typescript-estree": "8.6.0"
1971
1971
  },
1972
1972
  "engines": {
1973
1973
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1981,13 +1981,13 @@
1981
1981
  }
1982
1982
  },
1983
1983
  "node_modules/@typescript-eslint/visitor-keys": {
1984
- "version": "8.5.0",
1985
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
1986
- "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
1984
+ "version": "8.6.0",
1985
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz",
1986
+ "integrity": "sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==",
1987
1987
  "dev": true,
1988
1988
  "license": "MIT",
1989
1989
  "dependencies": {
1990
- "@typescript-eslint/types": "8.5.0",
1990
+ "@typescript-eslint/types": "8.6.0",
1991
1991
  "eslint-visitor-keys": "^3.4.3"
1992
1992
  },
1993
1993
  "engines": {
@@ -2639,9 +2639,9 @@
2639
2639
  }
2640
2640
  },
2641
2641
  "node_modules/caniuse-lite": {
2642
- "version": "1.0.30001660",
2643
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz",
2644
- "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==",
2642
+ "version": "1.0.30001662",
2643
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001662.tgz",
2644
+ "integrity": "sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==",
2645
2645
  "dev": true,
2646
2646
  "funding": [
2647
2647
  {
@@ -3068,9 +3068,9 @@
3068
3068
  }
3069
3069
  },
3070
3070
  "node_modules/electron-to-chromium": {
3071
- "version": "1.5.20",
3072
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.20.tgz",
3073
- "integrity": "sha512-74mdl6Fs1HHzK9SUX4CKFxAtAe3nUns48y79TskHNAG6fGOlLfyKA4j855x+0b5u8rWJIrlaG9tcTPstMlwjIw==",
3071
+ "version": "1.5.27",
3072
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.27.tgz",
3073
+ "integrity": "sha512-o37j1vZqCoEgBuWWXLHQgTN/KDKe7zwpiY5CPeq2RvUqOyJw9xnrULzZAEVQ5p4h+zjMk7hgtOoPdnLxr7m/jw==",
3074
3074
  "dev": true,
3075
3075
  "license": "ISC"
3076
3076
  },
@@ -3163,9 +3163,9 @@
3163
3163
  }
3164
3164
  },
3165
3165
  "node_modules/eslint": {
3166
- "version": "9.10.0",
3167
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.10.0.tgz",
3168
- "integrity": "sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==",
3166
+ "version": "9.11.0",
3167
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.0.tgz",
3168
+ "integrity": "sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==",
3169
3169
  "dev": true,
3170
3170
  "license": "MIT",
3171
3171
  "dependencies": {
@@ -3173,8 +3173,8 @@
3173
3173
  "@eslint-community/regexpp": "^4.11.0",
3174
3174
  "@eslint/config-array": "^0.18.0",
3175
3175
  "@eslint/eslintrc": "^3.1.0",
3176
- "@eslint/js": "9.10.0",
3177
- "@eslint/plugin-kit": "^0.1.0",
3176
+ "@eslint/js": "9.11.0",
3177
+ "@eslint/plugin-kit": "^0.2.0",
3178
3178
  "@humanwhocodes/module-importer": "^1.0.1",
3179
3179
  "@humanwhocodes/retry": "^0.3.0",
3180
3180
  "@nodelib/fs.walk": "^1.2.8",
@@ -5283,13 +5283,13 @@
5283
5283
  }
5284
5284
  },
5285
5285
  "node_modules/matter-history": {
5286
- "version": "1.1.11",
5287
- "resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.11.tgz",
5288
- "integrity": "sha512-wbdg/mIN22PDKFKKv1nTrtYMArWDmbI2KdhfRQeNlAX992aKZ+moQC98cyQ3RBR21EBSAFv3pwA7LuczzIJurQ==",
5286
+ "version": "1.1.15",
5287
+ "resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.15.tgz",
5288
+ "integrity": "sha512-Oj94/qZkmATEhBpPFeidWUkpSYHkv01rERooWwMeMefOQdrXEwbKr0wb77Oe2ez/EFXYYlsmVoVWiA1cKauXgA==",
5289
5289
  "license": "Apache-2.0",
5290
5290
  "dependencies": {
5291
- "@project-chip/matter-node.js": "0.10.1",
5292
- "@project-chip/matter.js": "0.10.1",
5291
+ "@project-chip/matter-node.js": "0.10.5",
5292
+ "@project-chip/matter.js": "0.10.5",
5293
5293
  "moment": "2.30.1",
5294
5294
  "node-ansi-logger": "3.0.0"
5295
5295
  },
@@ -6512,9 +6512,9 @@
6512
6512
  }
6513
6513
  },
6514
6514
  "node_modules/streamx": {
6515
- "version": "2.20.0",
6516
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.0.tgz",
6517
- "integrity": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==",
6515
+ "version": "2.20.1",
6516
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
6517
+ "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
6518
6518
  "license": "MIT",
6519
6519
  "dependencies": {
6520
6520
  "fast-fifo": "^1.3.2",
@@ -6763,9 +6763,9 @@
6763
6763
  }
6764
6764
  },
6765
6765
  "node_modules/text-decoder": {
6766
- "version": "1.1.1",
6767
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz",
6768
- "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==",
6766
+ "version": "1.2.0",
6767
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
6768
+ "integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
6769
6769
  "license": "Apache-2.0",
6770
6770
  "dependencies": {
6771
6771
  "b4a": "^1.6.4"
@@ -6950,15 +6950,15 @@
6950
6950
  }
6951
6951
  },
6952
6952
  "node_modules/typescript-eslint": {
6953
- "version": "8.5.0",
6954
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.5.0.tgz",
6955
- "integrity": "sha512-uD+XxEoSIvqtm4KE97etm32Tn5MfaZWgWfMMREStLxR6JzvHkc2Tkj7zhTEK5XmtpTmKHNnG8Sot6qDfhHtR1Q==",
6953
+ "version": "8.6.0",
6954
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.6.0.tgz",
6955
+ "integrity": "sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA==",
6956
6956
  "dev": true,
6957
6957
  "license": "MIT",
6958
6958
  "dependencies": {
6959
- "@typescript-eslint/eslint-plugin": "8.5.0",
6960
- "@typescript-eslint/parser": "8.5.0",
6961
- "@typescript-eslint/utils": "8.5.0"
6959
+ "@typescript-eslint/eslint-plugin": "8.6.0",
6960
+ "@typescript-eslint/parser": "8.6.0",
6961
+ "@typescript-eslint/utils": "8.6.0"
6962
6962
  },
6963
6963
  "engines": {
6964
6964
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -103,7 +103,7 @@
103
103
  "cleanBuild": "npm run clean && npm run build",
104
104
  "deepClean": "rimraf tsconfig.tsbuildinfo package-lock.json npm-shrinkwrap.json ./dist ./node_modules",
105
105
  "deepCleanRebuild": "npm run deepClean && npm install && npm run build",
106
- "prepublishOnly": "npm run lint && npm run cleanBuild && npm shrinkwrap",
106
+ "prepublishOnly": "npm run lint && npm run cleanBuild && npm shrinkwrap --omit=dev",
107
107
  "checkDependencies": "npx npm-check-updates",
108
108
  "updateDependencies": "npx npm-check-updates -u && npm install & npm run cleanBuild",
109
109
  "updateMatter:latest": "npm run deepClean && npm install @project-chip/matter-node.js@latest @project-chip/matter.js@latest && npm install && npm run build",
@@ -126,26 +126,26 @@
126
126
  "install:jest": "npm install --save-dev jest ts-jest @types/jest eslint-plugin-jest"
127
127
  },
128
128
  "dependencies": {
129
- "@project-chip/matter-node.js": "0.10.1",
130
- "@project-chip/matter.js": "0.10.1",
129
+ "@project-chip/matter-node.js": "0.10.5",
130
+ "@project-chip/matter.js": "0.10.5",
131
131
  "archiver": "7.0.1",
132
132
  "express": "4.21.0",
133
133
  "glob": "11.0.0",
134
134
  "https": "1.0.0",
135
- "matter-history": "1.1.11",
135
+ "matter-history": "1.1.15",
136
136
  "node-ansi-logger": "3.0.0",
137
137
  "node-persist-manager": "1.0.8",
138
138
  "ws": "8.18.0"
139
139
  },
140
140
  "devDependencies": {
141
- "@eslint/js": "9.10.0",
141
+ "@eslint/js": "9.11.0",
142
142
  "@types/archiver": "6.0.2",
143
143
  "@types/eslint__js": "8.42.3",
144
144
  "@types/express": "4.17.21",
145
- "@types/jest": "29.5.12",
146
- "@types/node": "22.5.4",
145
+ "@types/jest": "29.5.13",
146
+ "@types/node": "22.5.5",
147
147
  "@types/ws": "8.5.12",
148
- "eslint": "9.10.0",
148
+ "eslint": "9.11.0",
149
149
  "eslint-config-prettier": "9.1.0",
150
150
  "eslint-plugin-jest": "28.8.3",
151
151
  "eslint-plugin-prettier": "5.2.1",
@@ -154,6 +154,6 @@
154
154
  "rimraf": "6.0.1",
155
155
  "ts-jest": "29.2.5",
156
156
  "typescript": "5.6.2",
157
- "typescript-eslint": "8.5.0"
157
+ "typescript-eslint": "8.6.0"
158
158
  }
159
159
  }