matterbridge 1.5.5 → 1.5.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.
- package/CHANGELOG.md +17 -0
- package/dist/deviceManager.d.ts +1 -1
- package/dist/matterbridge.d.ts.map +1 -1
- package/dist/matterbridge.js +40 -18
- package/dist/matterbridge.js.map +1 -1
- package/dist/matterbridgeDevice.d.ts +20 -3
- package/dist/matterbridgeDevice.d.ts.map +1 -1
- package/dist/matterbridgeDevice.js +6 -2
- package/dist/matterbridgeDevice.js.map +1 -1
- package/dist/matterbridgePlatform.d.ts.map +1 -1
- package/dist/matterbridgePlatform.js +4 -1
- package/dist/matterbridgePlatform.js.map +1 -1
- package/dist/pluginManager.d.ts +1 -1
- package/frontend/build/asset-manifest.json +8 -8
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/js/{main.f86befcf.js → main.af741b33.js} +3 -3
- package/frontend/build/static/js/main.af741b33.js.map +1 -0
- package/npm-shrinkwrap.json +115 -103
- package/package.json +4 -4
- package/frontend/build/static/js/main.f86befcf.js.map +0 -1
- /package/frontend/build/static/js/{main.f86befcf.js.LICENSE.txt → main.af741b33.js.LICENSE.txt} +0 -0
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "1.5.
|
|
9
|
+
"version": "1.5.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@project-chip/matter-node.js": "0.10.1",
|
|
13
13
|
"@project-chip/matter.js": "0.10.1",
|
|
14
14
|
"archiver": "7.0.1",
|
|
15
|
-
"express": "4.
|
|
15
|
+
"express": "4.21.0",
|
|
16
16
|
"glob": "11.0.0",
|
|
17
17
|
"https": "1.0.0",
|
|
18
18
|
"matter-history": "1.1.11",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"prettier": "3.3.3",
|
|
40
40
|
"rimraf": "6.0.1",
|
|
41
41
|
"ts-jest": "29.2.5",
|
|
42
|
-
"typescript": "5.
|
|
43
|
-
"typescript-eslint": "8.
|
|
42
|
+
"typescript": "5.6.2",
|
|
43
|
+
"typescript-eslint": "8.5.0"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=18.0.0"
|
|
@@ -1783,17 +1783,17 @@
|
|
|
1783
1783
|
"license": "MIT"
|
|
1784
1784
|
},
|
|
1785
1785
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
1786
|
-
"version": "8.
|
|
1787
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
1788
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
1794
|
-
"@typescript-eslint/type-utils": "8.
|
|
1795
|
-
"@typescript-eslint/utils": "8.
|
|
1796
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
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.
|
|
1821
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1822
|
-
"integrity": "sha512-
|
|
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==",
|
|
1823
1823
|
"dev": true,
|
|
1824
1824
|
"license": "BSD-2-Clause",
|
|
1825
1825
|
"dependencies": {
|
|
1826
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1827
|
-
"@typescript-eslint/types": "8.
|
|
1828
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1829
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
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.
|
|
1850
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
1851
|
-
"integrity": "sha512-
|
|
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==",
|
|
1852
1852
|
"dev": true,
|
|
1853
1853
|
"license": "MIT",
|
|
1854
1854
|
"dependencies": {
|
|
1855
|
-
"@typescript-eslint/types": "8.
|
|
1856
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1855
|
+
"@typescript-eslint/types": "8.5.0",
|
|
1856
|
+
"@typescript-eslint/visitor-keys": "8.5.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.
|
|
1868
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
1869
|
-
"integrity": "sha512-
|
|
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==",
|
|
1870
1870
|
"dev": true,
|
|
1871
1871
|
"license": "MIT",
|
|
1872
1872
|
"dependencies": {
|
|
1873
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1874
|
-
"@typescript-eslint/utils": "8.
|
|
1873
|
+
"@typescript-eslint/typescript-estree": "8.5.0",
|
|
1874
|
+
"@typescript-eslint/utils": "8.5.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.
|
|
1893
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
1894
|
-
"integrity": "sha512-
|
|
1892
|
+
"version": "8.5.0",
|
|
1893
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
|
|
1894
|
+
"integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
|
|
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.
|
|
1907
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
1908
|
-
"integrity": "sha512-
|
|
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==",
|
|
1909
1909
|
"dev": true,
|
|
1910
1910
|
"license": "BSD-2-Clause",
|
|
1911
1911
|
"dependencies": {
|
|
1912
|
-
"@typescript-eslint/types": "8.
|
|
1913
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1912
|
+
"@typescript-eslint/types": "8.5.0",
|
|
1913
|
+
"@typescript-eslint/visitor-keys": "8.5.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.
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
1963
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
1969
|
-
"@typescript-eslint/types": "8.
|
|
1970
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1968
|
+
"@typescript-eslint/scope-manager": "8.5.0",
|
|
1969
|
+
"@typescript-eslint/types": "8.5.0",
|
|
1970
|
+
"@typescript-eslint/typescript-estree": "8.5.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.
|
|
1985
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
1986
|
-
"integrity": "sha512-
|
|
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==",
|
|
1987
1987
|
"dev": true,
|
|
1988
1988
|
"license": "MIT",
|
|
1989
1989
|
"dependencies": {
|
|
1990
|
-
"@typescript-eslint/types": "8.
|
|
1990
|
+
"@typescript-eslint/types": "8.5.0",
|
|
1991
1991
|
"eslint-visitor-keys": "^3.4.3"
|
|
1992
1992
|
},
|
|
1993
1993
|
"engines": {
|
|
@@ -2432,9 +2432,9 @@
|
|
|
2432
2432
|
"license": "MIT"
|
|
2433
2433
|
},
|
|
2434
2434
|
"node_modules/body-parser": {
|
|
2435
|
-
"version": "1.20.
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
2437
|
-
"integrity": "sha512-
|
|
2435
|
+
"version": "1.20.3",
|
|
2436
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
|
2437
|
+
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
2438
2438
|
"license": "MIT",
|
|
2439
2439
|
"dependencies": {
|
|
2440
2440
|
"bytes": "3.1.2",
|
|
@@ -2445,7 +2445,7 @@
|
|
|
2445
2445
|
"http-errors": "2.0.0",
|
|
2446
2446
|
"iconv-lite": "0.4.24",
|
|
2447
2447
|
"on-finished": "2.4.1",
|
|
2448
|
-
"qs": "6.
|
|
2448
|
+
"qs": "6.13.0",
|
|
2449
2449
|
"raw-body": "2.5.2",
|
|
2450
2450
|
"type-is": "~1.6.18",
|
|
2451
2451
|
"unpipe": "1.0.0"
|
|
@@ -2639,9 +2639,9 @@
|
|
|
2639
2639
|
}
|
|
2640
2640
|
},
|
|
2641
2641
|
"node_modules/caniuse-lite": {
|
|
2642
|
-
"version": "1.0.
|
|
2643
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2644
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
3072
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
3073
|
-
"integrity": "sha512-
|
|
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==",
|
|
3074
3074
|
"dev": true,
|
|
3075
3075
|
"license": "ISC"
|
|
3076
3076
|
},
|
|
@@ -3094,9 +3094,9 @@
|
|
|
3094
3094
|
"license": "MIT"
|
|
3095
3095
|
},
|
|
3096
3096
|
"node_modules/encodeurl": {
|
|
3097
|
-
"version": "
|
|
3098
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-
|
|
3099
|
-
"integrity": "sha512-
|
|
3097
|
+
"version": "2.0.0",
|
|
3098
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
3099
|
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
3100
3100
|
"license": "MIT",
|
|
3101
3101
|
"engines": {
|
|
3102
3102
|
"node": ">= 0.8"
|
|
@@ -3485,37 +3485,37 @@
|
|
|
3485
3485
|
}
|
|
3486
3486
|
},
|
|
3487
3487
|
"node_modules/express": {
|
|
3488
|
-
"version": "4.
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.
|
|
3490
|
-
"integrity": "sha512-
|
|
3488
|
+
"version": "4.21.0",
|
|
3489
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz",
|
|
3490
|
+
"integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==",
|
|
3491
3491
|
"license": "MIT",
|
|
3492
3492
|
"dependencies": {
|
|
3493
3493
|
"accepts": "~1.3.8",
|
|
3494
3494
|
"array-flatten": "1.1.1",
|
|
3495
|
-
"body-parser": "1.20.
|
|
3495
|
+
"body-parser": "1.20.3",
|
|
3496
3496
|
"content-disposition": "0.5.4",
|
|
3497
3497
|
"content-type": "~1.0.4",
|
|
3498
3498
|
"cookie": "0.6.0",
|
|
3499
3499
|
"cookie-signature": "1.0.6",
|
|
3500
3500
|
"debug": "2.6.9",
|
|
3501
3501
|
"depd": "2.0.0",
|
|
3502
|
-
"encodeurl": "~
|
|
3502
|
+
"encodeurl": "~2.0.0",
|
|
3503
3503
|
"escape-html": "~1.0.3",
|
|
3504
3504
|
"etag": "~1.8.1",
|
|
3505
|
-
"finalhandler": "1.
|
|
3505
|
+
"finalhandler": "1.3.1",
|
|
3506
3506
|
"fresh": "0.5.2",
|
|
3507
3507
|
"http-errors": "2.0.0",
|
|
3508
|
-
"merge-descriptors": "1.0.
|
|
3508
|
+
"merge-descriptors": "1.0.3",
|
|
3509
3509
|
"methods": "~1.1.2",
|
|
3510
3510
|
"on-finished": "2.4.1",
|
|
3511
3511
|
"parseurl": "~1.3.3",
|
|
3512
|
-
"path-to-regexp": "0.1.
|
|
3512
|
+
"path-to-regexp": "0.1.10",
|
|
3513
3513
|
"proxy-addr": "~2.0.7",
|
|
3514
|
-
"qs": "6.
|
|
3514
|
+
"qs": "6.13.0",
|
|
3515
3515
|
"range-parser": "~1.2.1",
|
|
3516
3516
|
"safe-buffer": "5.2.1",
|
|
3517
|
-
"send": "0.
|
|
3518
|
-
"serve-static": "1.
|
|
3517
|
+
"send": "0.19.0",
|
|
3518
|
+
"serve-static": "1.16.2",
|
|
3519
3519
|
"setprototypeof": "1.2.0",
|
|
3520
3520
|
"statuses": "2.0.1",
|
|
3521
3521
|
"type-is": "~1.6.18",
|
|
@@ -3685,13 +3685,13 @@
|
|
|
3685
3685
|
}
|
|
3686
3686
|
},
|
|
3687
3687
|
"node_modules/finalhandler": {
|
|
3688
|
-
"version": "1.
|
|
3689
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.
|
|
3690
|
-
"integrity": "sha512-
|
|
3688
|
+
"version": "1.3.1",
|
|
3689
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
|
|
3690
|
+
"integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
|
3691
3691
|
"license": "MIT",
|
|
3692
3692
|
"dependencies": {
|
|
3693
3693
|
"debug": "2.6.9",
|
|
3694
|
-
"encodeurl": "~
|
|
3694
|
+
"encodeurl": "~2.0.0",
|
|
3695
3695
|
"escape-html": "~1.0.3",
|
|
3696
3696
|
"on-finished": "2.4.1",
|
|
3697
3697
|
"parseurl": "~1.3.3",
|
|
@@ -5311,10 +5311,13 @@
|
|
|
5311
5311
|
}
|
|
5312
5312
|
},
|
|
5313
5313
|
"node_modules/merge-descriptors": {
|
|
5314
|
-
"version": "1.0.
|
|
5315
|
-
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.
|
|
5316
|
-
"integrity": "sha512-
|
|
5317
|
-
"license": "MIT"
|
|
5314
|
+
"version": "1.0.3",
|
|
5315
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
5316
|
+
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
5317
|
+
"license": "MIT",
|
|
5318
|
+
"funding": {
|
|
5319
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5320
|
+
}
|
|
5318
5321
|
},
|
|
5319
5322
|
"node_modules/merge-stream": {
|
|
5320
5323
|
"version": "2.0.0",
|
|
@@ -5770,9 +5773,9 @@
|
|
|
5770
5773
|
}
|
|
5771
5774
|
},
|
|
5772
5775
|
"node_modules/path-to-regexp": {
|
|
5773
|
-
"version": "0.1.
|
|
5774
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
|
5775
|
-
"integrity": "sha512-
|
|
5776
|
+
"version": "0.1.10",
|
|
5777
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
|
|
5778
|
+
"integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
|
|
5776
5779
|
"license": "MIT"
|
|
5777
5780
|
},
|
|
5778
5781
|
"node_modules/picocolors": {
|
|
@@ -6011,12 +6014,12 @@
|
|
|
6011
6014
|
"license": "MIT"
|
|
6012
6015
|
},
|
|
6013
6016
|
"node_modules/qs": {
|
|
6014
|
-
"version": "6.
|
|
6015
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
6016
|
-
"integrity": "sha512
|
|
6017
|
+
"version": "6.13.0",
|
|
6018
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
|
6019
|
+
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
6017
6020
|
"license": "BSD-3-Clause",
|
|
6018
6021
|
"dependencies": {
|
|
6019
|
-
"side-channel": "^1.0.
|
|
6022
|
+
"side-channel": "^1.0.6"
|
|
6020
6023
|
},
|
|
6021
6024
|
"engines": {
|
|
6022
6025
|
"node": ">=0.6"
|
|
@@ -6295,9 +6298,9 @@
|
|
|
6295
6298
|
}
|
|
6296
6299
|
},
|
|
6297
6300
|
"node_modules/send": {
|
|
6298
|
-
"version": "0.
|
|
6299
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.
|
|
6300
|
-
"integrity": "sha512-
|
|
6301
|
+
"version": "0.19.0",
|
|
6302
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
6303
|
+
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
6301
6304
|
"license": "MIT",
|
|
6302
6305
|
"dependencies": {
|
|
6303
6306
|
"debug": "2.6.9",
|
|
@@ -6333,16 +6336,25 @@
|
|
|
6333
6336
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
6334
6337
|
"license": "MIT"
|
|
6335
6338
|
},
|
|
6339
|
+
"node_modules/send/node_modules/encodeurl": {
|
|
6340
|
+
"version": "1.0.2",
|
|
6341
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
6342
|
+
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
6343
|
+
"license": "MIT",
|
|
6344
|
+
"engines": {
|
|
6345
|
+
"node": ">= 0.8"
|
|
6346
|
+
}
|
|
6347
|
+
},
|
|
6336
6348
|
"node_modules/serve-static": {
|
|
6337
|
-
"version": "1.
|
|
6338
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.
|
|
6339
|
-
"integrity": "sha512-
|
|
6349
|
+
"version": "1.16.2",
|
|
6350
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
|
|
6351
|
+
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
6340
6352
|
"license": "MIT",
|
|
6341
6353
|
"dependencies": {
|
|
6342
|
-
"encodeurl": "~
|
|
6354
|
+
"encodeurl": "~2.0.0",
|
|
6343
6355
|
"escape-html": "~1.0.3",
|
|
6344
6356
|
"parseurl": "~1.3.3",
|
|
6345
|
-
"send": "0.
|
|
6357
|
+
"send": "0.19.0"
|
|
6346
6358
|
},
|
|
6347
6359
|
"engines": {
|
|
6348
6360
|
"node": ">= 0.8.0"
|
|
@@ -6924,9 +6936,9 @@
|
|
|
6924
6936
|
}
|
|
6925
6937
|
},
|
|
6926
6938
|
"node_modules/typescript": {
|
|
6927
|
-
"version": "5.
|
|
6928
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
6929
|
-
"integrity": "sha512-
|
|
6939
|
+
"version": "5.6.2",
|
|
6940
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
|
|
6941
|
+
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
|
|
6930
6942
|
"dev": true,
|
|
6931
6943
|
"license": "Apache-2.0",
|
|
6932
6944
|
"bin": {
|
|
@@ -6938,15 +6950,15 @@
|
|
|
6938
6950
|
}
|
|
6939
6951
|
},
|
|
6940
6952
|
"node_modules/typescript-eslint": {
|
|
6941
|
-
"version": "8.
|
|
6942
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
6943
|
-
"integrity": "sha512-
|
|
6953
|
+
"version": "8.5.0",
|
|
6954
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.5.0.tgz",
|
|
6955
|
+
"integrity": "sha512-uD+XxEoSIvqtm4KE97etm32Tn5MfaZWgWfMMREStLxR6JzvHkc2Tkj7zhTEK5XmtpTmKHNnG8Sot6qDfhHtR1Q==",
|
|
6944
6956
|
"dev": true,
|
|
6945
6957
|
"license": "MIT",
|
|
6946
6958
|
"dependencies": {
|
|
6947
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
6948
|
-
"@typescript-eslint/parser": "8.
|
|
6949
|
-
"@typescript-eslint/utils": "8.
|
|
6959
|
+
"@typescript-eslint/eslint-plugin": "8.5.0",
|
|
6960
|
+
"@typescript-eslint/parser": "8.5.0",
|
|
6961
|
+
"@typescript-eslint/utils": "8.5.0"
|
|
6950
6962
|
},
|
|
6951
6963
|
"engines": {
|
|
6952
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.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "Matterbridge plugin manager for Matter",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@project-chip/matter-node.js": "0.10.1",
|
|
130
130
|
"@project-chip/matter.js": "0.10.1",
|
|
131
131
|
"archiver": "7.0.1",
|
|
132
|
-
"express": "4.
|
|
132
|
+
"express": "4.21.0",
|
|
133
133
|
"glob": "11.0.0",
|
|
134
134
|
"https": "1.0.0",
|
|
135
135
|
"matter-history": "1.1.11",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"prettier": "3.3.3",
|
|
154
154
|
"rimraf": "6.0.1",
|
|
155
155
|
"ts-jest": "29.2.5",
|
|
156
|
-
"typescript": "5.
|
|
157
|
-
"typescript-eslint": "8.
|
|
156
|
+
"typescript": "5.6.2",
|
|
157
|
+
"typescript-eslint": "8.5.0"
|
|
158
158
|
}
|
|
159
159
|
}
|