matterbridge 1.5.7 → 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.
- package/CHANGELOG.md +25 -0
- package/README-PODMAN.md +105 -0
- package/README-SERVICE.md +46 -4
- package/README.md +4 -0
- package/dist/matterbridge.d.ts +1 -1
- package/dist/matterbridge.d.ts.map +1 -1
- package/dist/matterbridge.js +34 -57
- package/dist/matterbridge.js.map +1 -1
- package/npm-shrinkwrap.json +65 -606
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "1.5.
|
|
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.
|
|
9
|
+
"version": "1.5.8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@project-chip/matter-node.js": "0.10.
|
|
13
|
-
"@project-chip/matter.js": "0.10.
|
|
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.
|
|
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.
|
|
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
31
|
"@types/jest": "29.5.13",
|
|
32
32
|
"@types/node": "22.5.5",
|
|
33
33
|
"@types/ws": "8.5.12",
|
|
34
|
-
"eslint": "9.
|
|
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.
|
|
43
|
+
"typescript-eslint": "8.6.0"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=18.0.0"
|
|
@@ -767,9 +767,9 @@
|
|
|
767
767
|
}
|
|
768
768
|
},
|
|
769
769
|
"node_modules/@eslint/js": {
|
|
770
|
-
"version": "9.
|
|
771
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
772
|
-
"integrity": "sha512-
|
|
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.
|
|
791
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
792
|
-
"integrity": "sha512-
|
|
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.
|
|
1448
|
-
"resolved": "https://registry.npmjs.org/@project-chip/matter-node.js/-/matter-node.js-0.10.
|
|
1449
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
1461
|
-
"resolved": "https://registry.npmjs.org/@project-chip/matter.js/-/matter.js-0.10.
|
|
1462
|
-
"integrity": "sha512-
|
|
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.
|
|
1594
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.
|
|
1595
|
-
"integrity": "sha512
|
|
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
|
},
|
|
@@ -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.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.
|
|
1794
|
-
"@typescript-eslint/type-utils": "8.
|
|
1795
|
-
"@typescript-eslint/utils": "8.
|
|
1796
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
@@ -1816,158 +1816,17 @@
|
|
|
1816
1816
|
}
|
|
1817
1817
|
}
|
|
1818
1818
|
},
|
|
1819
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
1820
|
-
"version": "8.5.0",
|
|
1821
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
|
|
1822
|
-
"integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
|
|
1823
|
-
"dev": true,
|
|
1824
|
-
"license": "MIT",
|
|
1825
|
-
"dependencies": {
|
|
1826
|
-
"@typescript-eslint/types": "8.5.0",
|
|
1827
|
-
"@typescript-eslint/visitor-keys": "8.5.0"
|
|
1828
|
-
},
|
|
1829
|
-
"engines": {
|
|
1830
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1831
|
-
},
|
|
1832
|
-
"funding": {
|
|
1833
|
-
"type": "opencollective",
|
|
1834
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
1838
|
-
"version": "8.5.0",
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
|
|
1840
|
-
"integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
|
|
1841
|
-
"dev": true,
|
|
1842
|
-
"license": "MIT",
|
|
1843
|
-
"engines": {
|
|
1844
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1845
|
-
},
|
|
1846
|
-
"funding": {
|
|
1847
|
-
"type": "opencollective",
|
|
1848
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
1852
|
-
"version": "8.5.0",
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
|
|
1854
|
-
"integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
|
|
1855
|
-
"dev": true,
|
|
1856
|
-
"license": "BSD-2-Clause",
|
|
1857
|
-
"dependencies": {
|
|
1858
|
-
"@typescript-eslint/types": "8.5.0",
|
|
1859
|
-
"@typescript-eslint/visitor-keys": "8.5.0",
|
|
1860
|
-
"debug": "^4.3.4",
|
|
1861
|
-
"fast-glob": "^3.3.2",
|
|
1862
|
-
"is-glob": "^4.0.3",
|
|
1863
|
-
"minimatch": "^9.0.4",
|
|
1864
|
-
"semver": "^7.6.0",
|
|
1865
|
-
"ts-api-utils": "^1.3.0"
|
|
1866
|
-
},
|
|
1867
|
-
"engines": {
|
|
1868
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1869
|
-
},
|
|
1870
|
-
"funding": {
|
|
1871
|
-
"type": "opencollective",
|
|
1872
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
1873
|
-
},
|
|
1874
|
-
"peerDependenciesMeta": {
|
|
1875
|
-
"typescript": {
|
|
1876
|
-
"optional": true
|
|
1877
|
-
}
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
1881
|
-
"version": "8.5.0",
|
|
1882
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
|
|
1883
|
-
"integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
|
|
1884
|
-
"dev": true,
|
|
1885
|
-
"license": "MIT",
|
|
1886
|
-
"dependencies": {
|
|
1887
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
1888
|
-
"@typescript-eslint/scope-manager": "8.5.0",
|
|
1889
|
-
"@typescript-eslint/types": "8.5.0",
|
|
1890
|
-
"@typescript-eslint/typescript-estree": "8.5.0"
|
|
1891
|
-
},
|
|
1892
|
-
"engines": {
|
|
1893
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1894
|
-
},
|
|
1895
|
-
"funding": {
|
|
1896
|
-
"type": "opencollective",
|
|
1897
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
1898
|
-
},
|
|
1899
|
-
"peerDependencies": {
|
|
1900
|
-
"eslint": "^8.57.0 || ^9.0.0"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
1904
|
-
"version": "8.5.0",
|
|
1905
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
|
|
1906
|
-
"integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
|
|
1907
|
-
"dev": true,
|
|
1908
|
-
"license": "MIT",
|
|
1909
|
-
"dependencies": {
|
|
1910
|
-
"@typescript-eslint/types": "8.5.0",
|
|
1911
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
1912
|
-
},
|
|
1913
|
-
"engines": {
|
|
1914
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
1915
|
-
},
|
|
1916
|
-
"funding": {
|
|
1917
|
-
"type": "opencollective",
|
|
1918
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/brace-expansion": {
|
|
1922
|
-
"version": "2.0.1",
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
1924
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
1925
|
-
"dev": true,
|
|
1926
|
-
"license": "MIT",
|
|
1927
|
-
"dependencies": {
|
|
1928
|
-
"balanced-match": "^1.0.0"
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": {
|
|
1932
|
-
"version": "3.4.3",
|
|
1933
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
1934
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
1935
|
-
"dev": true,
|
|
1936
|
-
"license": "Apache-2.0",
|
|
1937
|
-
"engines": {
|
|
1938
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
1939
|
-
},
|
|
1940
|
-
"funding": {
|
|
1941
|
-
"url": "https://opencollective.com/eslint"
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
|
1945
|
-
"version": "9.0.5",
|
|
1946
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
1947
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1948
|
-
"dev": true,
|
|
1949
|
-
"license": "ISC",
|
|
1950
|
-
"dependencies": {
|
|
1951
|
-
"brace-expansion": "^2.0.1"
|
|
1952
|
-
},
|
|
1953
|
-
"engines": {
|
|
1954
|
-
"node": ">=16 || 14 >=14.17"
|
|
1955
|
-
},
|
|
1956
|
-
"funding": {
|
|
1957
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
1819
|
"node_modules/@typescript-eslint/parser": {
|
|
1961
|
-
"version": "8.
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1963
|
-
"integrity": "sha512-
|
|
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==",
|
|
1964
1823
|
"dev": true,
|
|
1965
1824
|
"license": "BSD-2-Clause",
|
|
1966
1825
|
"dependencies": {
|
|
1967
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1968
|
-
"@typescript-eslint/types": "8.
|
|
1969
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1970
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
1971
1830
|
"debug": "^4.3.4"
|
|
1972
1831
|
},
|
|
1973
1832
|
"engines": {
|
|
@@ -1986,124 +1845,6 @@
|
|
|
1986
1845
|
}
|
|
1987
1846
|
}
|
|
1988
1847
|
},
|
|
1989
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
1990
|
-
"version": "8.5.0",
|
|
1991
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
|
|
1992
|
-
"integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
|
|
1993
|
-
"dev": true,
|
|
1994
|
-
"license": "MIT",
|
|
1995
|
-
"dependencies": {
|
|
1996
|
-
"@typescript-eslint/types": "8.5.0",
|
|
1997
|
-
"@typescript-eslint/visitor-keys": "8.5.0"
|
|
1998
|
-
},
|
|
1999
|
-
"engines": {
|
|
2000
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2001
|
-
},
|
|
2002
|
-
"funding": {
|
|
2003
|
-
"type": "opencollective",
|
|
2004
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
2008
|
-
"version": "8.5.0",
|
|
2009
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
|
|
2010
|
-
"integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
|
|
2011
|
-
"dev": true,
|
|
2012
|
-
"license": "MIT",
|
|
2013
|
-
"engines": {
|
|
2014
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2015
|
-
},
|
|
2016
|
-
"funding": {
|
|
2017
|
-
"type": "opencollective",
|
|
2018
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
2022
|
-
"version": "8.5.0",
|
|
2023
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
|
|
2024
|
-
"integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
|
|
2025
|
-
"dev": true,
|
|
2026
|
-
"license": "BSD-2-Clause",
|
|
2027
|
-
"dependencies": {
|
|
2028
|
-
"@typescript-eslint/types": "8.5.0",
|
|
2029
|
-
"@typescript-eslint/visitor-keys": "8.5.0",
|
|
2030
|
-
"debug": "^4.3.4",
|
|
2031
|
-
"fast-glob": "^3.3.2",
|
|
2032
|
-
"is-glob": "^4.0.3",
|
|
2033
|
-
"minimatch": "^9.0.4",
|
|
2034
|
-
"semver": "^7.6.0",
|
|
2035
|
-
"ts-api-utils": "^1.3.0"
|
|
2036
|
-
},
|
|
2037
|
-
"engines": {
|
|
2038
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2039
|
-
},
|
|
2040
|
-
"funding": {
|
|
2041
|
-
"type": "opencollective",
|
|
2042
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2043
|
-
},
|
|
2044
|
-
"peerDependenciesMeta": {
|
|
2045
|
-
"typescript": {
|
|
2046
|
-
"optional": true
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
},
|
|
2050
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
2051
|
-
"version": "8.5.0",
|
|
2052
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
|
|
2053
|
-
"integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
|
|
2054
|
-
"dev": true,
|
|
2055
|
-
"license": "MIT",
|
|
2056
|
-
"dependencies": {
|
|
2057
|
-
"@typescript-eslint/types": "8.5.0",
|
|
2058
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
2059
|
-
},
|
|
2060
|
-
"engines": {
|
|
2061
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2062
|
-
},
|
|
2063
|
-
"funding": {
|
|
2064
|
-
"type": "opencollective",
|
|
2065
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
|
-
"node_modules/@typescript-eslint/parser/node_modules/brace-expansion": {
|
|
2069
|
-
"version": "2.0.1",
|
|
2070
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
2071
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
2072
|
-
"dev": true,
|
|
2073
|
-
"license": "MIT",
|
|
2074
|
-
"dependencies": {
|
|
2075
|
-
"balanced-match": "^1.0.0"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
"node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
|
|
2079
|
-
"version": "3.4.3",
|
|
2080
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
2081
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
2082
|
-
"dev": true,
|
|
2083
|
-
"license": "Apache-2.0",
|
|
2084
|
-
"engines": {
|
|
2085
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2086
|
-
},
|
|
2087
|
-
"funding": {
|
|
2088
|
-
"url": "https://opencollective.com/eslint"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
"node_modules/@typescript-eslint/parser/node_modules/minimatch": {
|
|
2092
|
-
"version": "9.0.5",
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
2094
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
2095
|
-
"dev": true,
|
|
2096
|
-
"license": "ISC",
|
|
2097
|
-
"dependencies": {
|
|
2098
|
-
"brace-expansion": "^2.0.1"
|
|
2099
|
-
},
|
|
2100
|
-
"engines": {
|
|
2101
|
-
"node": ">=16 || 14 >=14.17"
|
|
2102
|
-
},
|
|
2103
|
-
"funding": {
|
|
2104
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2105
|
-
}
|
|
2106
|
-
},
|
|
2107
1848
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2108
1849
|
"version": "8.6.0",
|
|
2109
1850
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz",
|
|
@@ -2123,76 +1864,15 @@
|
|
|
2123
1864
|
}
|
|
2124
1865
|
},
|
|
2125
1866
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2126
|
-
"version": "8.
|
|
2127
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2128
|
-
"integrity": "sha512-
|
|
2129
|
-
"dev": true,
|
|
2130
|
-
"license": "MIT",
|
|
2131
|
-
"dependencies": {
|
|
2132
|
-
"@typescript-eslint/typescript-estree": "8.5.0",
|
|
2133
|
-
"@typescript-eslint/utils": "8.5.0",
|
|
2134
|
-
"debug": "^4.3.4",
|
|
2135
|
-
"ts-api-utils": "^1.3.0"
|
|
2136
|
-
},
|
|
2137
|
-
"engines": {
|
|
2138
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2139
|
-
},
|
|
2140
|
-
"funding": {
|
|
2141
|
-
"type": "opencollective",
|
|
2142
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2143
|
-
},
|
|
2144
|
-
"peerDependenciesMeta": {
|
|
2145
|
-
"typescript": {
|
|
2146
|
-
"optional": true
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
},
|
|
2150
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
|
2151
|
-
"version": "8.5.0",
|
|
2152
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
|
|
2153
|
-
"integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
|
|
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==",
|
|
2154
1870
|
"dev": true,
|
|
2155
1871
|
"license": "MIT",
|
|
2156
1872
|
"dependencies": {
|
|
2157
|
-
"@typescript-eslint/
|
|
2158
|
-
"@typescript-eslint/
|
|
2159
|
-
},
|
|
2160
|
-
"engines": {
|
|
2161
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2162
|
-
},
|
|
2163
|
-
"funding": {
|
|
2164
|
-
"type": "opencollective",
|
|
2165
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
2169
|
-
"version": "8.5.0",
|
|
2170
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
|
|
2171
|
-
"integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
|
|
2172
|
-
"dev": true,
|
|
2173
|
-
"license": "MIT",
|
|
2174
|
-
"engines": {
|
|
2175
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2176
|
-
},
|
|
2177
|
-
"funding": {
|
|
2178
|
-
"type": "opencollective",
|
|
2179
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2182
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
2183
|
-
"version": "8.5.0",
|
|
2184
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
|
|
2185
|
-
"integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
|
|
2186
|
-
"dev": true,
|
|
2187
|
-
"license": "BSD-2-Clause",
|
|
2188
|
-
"dependencies": {
|
|
2189
|
-
"@typescript-eslint/types": "8.5.0",
|
|
2190
|
-
"@typescript-eslint/visitor-keys": "8.5.0",
|
|
1873
|
+
"@typescript-eslint/typescript-estree": "8.6.0",
|
|
1874
|
+
"@typescript-eslint/utils": "8.6.0",
|
|
2191
1875
|
"debug": "^4.3.4",
|
|
2192
|
-
"fast-glob": "^3.3.2",
|
|
2193
|
-
"is-glob": "^4.0.3",
|
|
2194
|
-
"minimatch": "^9.0.4",
|
|
2195
|
-
"semver": "^7.6.0",
|
|
2196
1876
|
"ts-api-utils": "^1.3.0"
|
|
2197
1877
|
},
|
|
2198
1878
|
"engines": {
|
|
@@ -2208,86 +1888,6 @@
|
|
|
2208
1888
|
}
|
|
2209
1889
|
}
|
|
2210
1890
|
},
|
|
2211
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
|
2212
|
-
"version": "8.5.0",
|
|
2213
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
|
|
2214
|
-
"integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
|
|
2215
|
-
"dev": true,
|
|
2216
|
-
"license": "MIT",
|
|
2217
|
-
"dependencies": {
|
|
2218
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
2219
|
-
"@typescript-eslint/scope-manager": "8.5.0",
|
|
2220
|
-
"@typescript-eslint/types": "8.5.0",
|
|
2221
|
-
"@typescript-eslint/typescript-estree": "8.5.0"
|
|
2222
|
-
},
|
|
2223
|
-
"engines": {
|
|
2224
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2225
|
-
},
|
|
2226
|
-
"funding": {
|
|
2227
|
-
"type": "opencollective",
|
|
2228
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2229
|
-
},
|
|
2230
|
-
"peerDependencies": {
|
|
2231
|
-
"eslint": "^8.57.0 || ^9.0.0"
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
2235
|
-
"version": "8.5.0",
|
|
2236
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
|
|
2237
|
-
"integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
|
|
2238
|
-
"dev": true,
|
|
2239
|
-
"license": "MIT",
|
|
2240
|
-
"dependencies": {
|
|
2241
|
-
"@typescript-eslint/types": "8.5.0",
|
|
2242
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
2243
|
-
},
|
|
2244
|
-
"engines": {
|
|
2245
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2246
|
-
},
|
|
2247
|
-
"funding": {
|
|
2248
|
-
"type": "opencollective",
|
|
2249
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": {
|
|
2253
|
-
"version": "2.0.1",
|
|
2254
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
2255
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
2256
|
-
"dev": true,
|
|
2257
|
-
"license": "MIT",
|
|
2258
|
-
"dependencies": {
|
|
2259
|
-
"balanced-match": "^1.0.0"
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
|
2263
|
-
"version": "3.4.3",
|
|
2264
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
2265
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
2266
|
-
"dev": true,
|
|
2267
|
-
"license": "Apache-2.0",
|
|
2268
|
-
"engines": {
|
|
2269
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2270
|
-
},
|
|
2271
|
-
"funding": {
|
|
2272
|
-
"url": "https://opencollective.com/eslint"
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
|
|
2276
|
-
"version": "9.0.5",
|
|
2277
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
2278
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
2279
|
-
"dev": true,
|
|
2280
|
-
"license": "ISC",
|
|
2281
|
-
"dependencies": {
|
|
2282
|
-
"brace-expansion": "^2.0.1"
|
|
2283
|
-
},
|
|
2284
|
-
"engines": {
|
|
2285
|
-
"node": ">=16 || 14 >=14.17"
|
|
2286
|
-
},
|
|
2287
|
-
"funding": {
|
|
2288
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2289
|
-
}
|
|
2290
|
-
},
|
|
2291
1891
|
"node_modules/@typescript-eslint/types": {
|
|
2292
1892
|
"version": "8.6.0",
|
|
2293
1893
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.6.0.tgz",
|
|
@@ -3039,9 +2639,9 @@
|
|
|
3039
2639
|
}
|
|
3040
2640
|
},
|
|
3041
2641
|
"node_modules/caniuse-lite": {
|
|
3042
|
-
"version": "1.0.
|
|
3043
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
3044
|
-
"integrity": "sha512-
|
|
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==",
|
|
3045
2645
|
"dev": true,
|
|
3046
2646
|
"funding": [
|
|
3047
2647
|
{
|
|
@@ -3468,9 +3068,9 @@
|
|
|
3468
3068
|
}
|
|
3469
3069
|
},
|
|
3470
3070
|
"node_modules/electron-to-chromium": {
|
|
3471
|
-
"version": "1.5.
|
|
3472
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
3473
|
-
"integrity": "sha512-
|
|
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==",
|
|
3474
3074
|
"dev": true,
|
|
3475
3075
|
"license": "ISC"
|
|
3476
3076
|
},
|
|
@@ -3563,9 +3163,9 @@
|
|
|
3563
3163
|
}
|
|
3564
3164
|
},
|
|
3565
3165
|
"node_modules/eslint": {
|
|
3566
|
-
"version": "9.
|
|
3567
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
3568
|
-
"integrity": "sha512-
|
|
3166
|
+
"version": "9.11.0",
|
|
3167
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.0.tgz",
|
|
3168
|
+
"integrity": "sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==",
|
|
3569
3169
|
"dev": true,
|
|
3570
3170
|
"license": "MIT",
|
|
3571
3171
|
"dependencies": {
|
|
@@ -3573,8 +3173,8 @@
|
|
|
3573
3173
|
"@eslint-community/regexpp": "^4.11.0",
|
|
3574
3174
|
"@eslint/config-array": "^0.18.0",
|
|
3575
3175
|
"@eslint/eslintrc": "^3.1.0",
|
|
3576
|
-
"@eslint/js": "9.
|
|
3577
|
-
"@eslint/plugin-kit": "^0.
|
|
3176
|
+
"@eslint/js": "9.11.0",
|
|
3177
|
+
"@eslint/plugin-kit": "^0.2.0",
|
|
3578
3178
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
3579
3179
|
"@humanwhocodes/retry": "^0.3.0",
|
|
3580
3180
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -5683,13 +5283,13 @@
|
|
|
5683
5283
|
}
|
|
5684
5284
|
},
|
|
5685
5285
|
"node_modules/matter-history": {
|
|
5686
|
-
"version": "1.1.
|
|
5687
|
-
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.
|
|
5688
|
-
"integrity": "sha512-
|
|
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==",
|
|
5689
5289
|
"license": "Apache-2.0",
|
|
5690
5290
|
"dependencies": {
|
|
5691
|
-
"@project-chip/matter-node.js": "0.10.
|
|
5692
|
-
"@project-chip/matter.js": "0.10.
|
|
5291
|
+
"@project-chip/matter-node.js": "0.10.5",
|
|
5292
|
+
"@project-chip/matter.js": "0.10.5",
|
|
5693
5293
|
"moment": "2.30.1",
|
|
5694
5294
|
"node-ansi-logger": "3.0.0"
|
|
5695
5295
|
},
|
|
@@ -7350,76 +6950,15 @@
|
|
|
7350
6950
|
}
|
|
7351
6951
|
},
|
|
7352
6952
|
"node_modules/typescript-eslint": {
|
|
7353
|
-
"version": "8.
|
|
7354
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
7355
|
-
"integrity": "sha512-
|
|
7356
|
-
"dev": true,
|
|
7357
|
-
"license": "MIT",
|
|
7358
|
-
"dependencies": {
|
|
7359
|
-
"@typescript-eslint/eslint-plugin": "8.5.0",
|
|
7360
|
-
"@typescript-eslint/parser": "8.5.0",
|
|
7361
|
-
"@typescript-eslint/utils": "8.5.0"
|
|
7362
|
-
},
|
|
7363
|
-
"engines": {
|
|
7364
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
7365
|
-
},
|
|
7366
|
-
"funding": {
|
|
7367
|
-
"type": "opencollective",
|
|
7368
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
7369
|
-
},
|
|
7370
|
-
"peerDependenciesMeta": {
|
|
7371
|
-
"typescript": {
|
|
7372
|
-
"optional": true
|
|
7373
|
-
}
|
|
7374
|
-
}
|
|
7375
|
-
},
|
|
7376
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
|
7377
|
-
"version": "8.5.0",
|
|
7378
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
|
|
7379
|
-
"integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
|
|
6953
|
+
"version": "8.6.0",
|
|
6954
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.6.0.tgz",
|
|
6955
|
+
"integrity": "sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA==",
|
|
7380
6956
|
"dev": true,
|
|
7381
6957
|
"license": "MIT",
|
|
7382
6958
|
"dependencies": {
|
|
7383
|
-
"@typescript-eslint/
|
|
7384
|
-
"@typescript-eslint/
|
|
7385
|
-
|
|
7386
|
-
"engines": {
|
|
7387
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
7388
|
-
},
|
|
7389
|
-
"funding": {
|
|
7390
|
-
"type": "opencollective",
|
|
7391
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
7392
|
-
}
|
|
7393
|
-
},
|
|
7394
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
|
7395
|
-
"version": "8.5.0",
|
|
7396
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
|
|
7397
|
-
"integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
|
|
7398
|
-
"dev": true,
|
|
7399
|
-
"license": "MIT",
|
|
7400
|
-
"engines": {
|
|
7401
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
7402
|
-
},
|
|
7403
|
-
"funding": {
|
|
7404
|
-
"type": "opencollective",
|
|
7405
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
7406
|
-
}
|
|
7407
|
-
},
|
|
7408
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
|
7409
|
-
"version": "8.5.0",
|
|
7410
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
|
|
7411
|
-
"integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
|
|
7412
|
-
"dev": true,
|
|
7413
|
-
"license": "BSD-2-Clause",
|
|
7414
|
-
"dependencies": {
|
|
7415
|
-
"@typescript-eslint/types": "8.5.0",
|
|
7416
|
-
"@typescript-eslint/visitor-keys": "8.5.0",
|
|
7417
|
-
"debug": "^4.3.4",
|
|
7418
|
-
"fast-glob": "^3.3.2",
|
|
7419
|
-
"is-glob": "^4.0.3",
|
|
7420
|
-
"minimatch": "^9.0.4",
|
|
7421
|
-
"semver": "^7.6.0",
|
|
7422
|
-
"ts-api-utils": "^1.3.0"
|
|
6959
|
+
"@typescript-eslint/eslint-plugin": "8.6.0",
|
|
6960
|
+
"@typescript-eslint/parser": "8.6.0",
|
|
6961
|
+
"@typescript-eslint/utils": "8.6.0"
|
|
7423
6962
|
},
|
|
7424
6963
|
"engines": {
|
|
7425
6964
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -7434,86 +6973,6 @@
|
|
|
7434
6973
|
}
|
|
7435
6974
|
}
|
|
7436
6975
|
},
|
|
7437
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
|
7438
|
-
"version": "8.5.0",
|
|
7439
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
|
|
7440
|
-
"integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
|
|
7441
|
-
"dev": true,
|
|
7442
|
-
"license": "MIT",
|
|
7443
|
-
"dependencies": {
|
|
7444
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
7445
|
-
"@typescript-eslint/scope-manager": "8.5.0",
|
|
7446
|
-
"@typescript-eslint/types": "8.5.0",
|
|
7447
|
-
"@typescript-eslint/typescript-estree": "8.5.0"
|
|
7448
|
-
},
|
|
7449
|
-
"engines": {
|
|
7450
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
7451
|
-
},
|
|
7452
|
-
"funding": {
|
|
7453
|
-
"type": "opencollective",
|
|
7454
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
7455
|
-
},
|
|
7456
|
-
"peerDependencies": {
|
|
7457
|
-
"eslint": "^8.57.0 || ^9.0.0"
|
|
7458
|
-
}
|
|
7459
|
-
},
|
|
7460
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
|
7461
|
-
"version": "8.5.0",
|
|
7462
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
|
|
7463
|
-
"integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
|
|
7464
|
-
"dev": true,
|
|
7465
|
-
"license": "MIT",
|
|
7466
|
-
"dependencies": {
|
|
7467
|
-
"@typescript-eslint/types": "8.5.0",
|
|
7468
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
7469
|
-
},
|
|
7470
|
-
"engines": {
|
|
7471
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
7472
|
-
},
|
|
7473
|
-
"funding": {
|
|
7474
|
-
"type": "opencollective",
|
|
7475
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
7476
|
-
}
|
|
7477
|
-
},
|
|
7478
|
-
"node_modules/typescript-eslint/node_modules/brace-expansion": {
|
|
7479
|
-
"version": "2.0.1",
|
|
7480
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
7481
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
7482
|
-
"dev": true,
|
|
7483
|
-
"license": "MIT",
|
|
7484
|
-
"dependencies": {
|
|
7485
|
-
"balanced-match": "^1.0.0"
|
|
7486
|
-
}
|
|
7487
|
-
},
|
|
7488
|
-
"node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
|
|
7489
|
-
"version": "3.4.3",
|
|
7490
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
7491
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
7492
|
-
"dev": true,
|
|
7493
|
-
"license": "Apache-2.0",
|
|
7494
|
-
"engines": {
|
|
7495
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
7496
|
-
},
|
|
7497
|
-
"funding": {
|
|
7498
|
-
"url": "https://opencollective.com/eslint"
|
|
7499
|
-
}
|
|
7500
|
-
},
|
|
7501
|
-
"node_modules/typescript-eslint/node_modules/minimatch": {
|
|
7502
|
-
"version": "9.0.5",
|
|
7503
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
7504
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
7505
|
-
"dev": true,
|
|
7506
|
-
"license": "ISC",
|
|
7507
|
-
"dependencies": {
|
|
7508
|
-
"brace-expansion": "^2.0.1"
|
|
7509
|
-
},
|
|
7510
|
-
"engines": {
|
|
7511
|
-
"node": ">=16 || 14 >=14.17"
|
|
7512
|
-
},
|
|
7513
|
-
"funding": {
|
|
7514
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7515
|
-
}
|
|
7516
|
-
},
|
|
7517
6976
|
"node_modules/undici-types": {
|
|
7518
6977
|
"version": "6.19.8",
|
|
7519
6978
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|