matterbridge 1.5.5 → 1.5.7
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 +34 -0
- package/README-DEV.md +15 -4
- package/README-DOCKER.md +2 -1
- package/README-SERVICE.md +2 -1
- package/README.md +18 -14
- 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 +52 -8
- package/dist/matterbridgeDevice.d.ts.map +1 -1
- package/dist/matterbridgeDevice.js +44 -19
- 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 +691 -138
- package/package.json +10 -10
- 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,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
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.7",
|
|
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.3",
|
|
13
|
+
"@project-chip/matter.js": "0.10.3",
|
|
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
|
-
"matter-history": "1.1.
|
|
18
|
+
"matter-history": "1.1.14",
|
|
19
19
|
"node-ansi-logger": "3.0.0",
|
|
20
20
|
"node-persist-manager": "1.0.8",
|
|
21
21
|
"ws": "8.18.0"
|
|
@@ -28,8 +28,8 @@
|
|
|
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.
|
|
32
|
-
"@types/node": "22.5.
|
|
31
|
+
"@types/jest": "29.5.13",
|
|
32
|
+
"@types/node": "22.5.5",
|
|
33
33
|
"@types/ws": "8.5.12",
|
|
34
34
|
"eslint": "9.10.0",
|
|
35
35
|
"eslint-config-prettier": "9.1.0",
|
|
@@ -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"
|
|
@@ -718,9 +718,9 @@
|
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
720
|
"node_modules/@eslint-community/regexpp": {
|
|
721
|
-
"version": "4.11.
|
|
722
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.
|
|
723
|
-
"integrity": "sha512-
|
|
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": {
|
|
@@ -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.3",
|
|
1448
|
+
"resolved": "https://registry.npmjs.org/@project-chip/matter-node.js/-/matter-node.js-0.10.3.tgz",
|
|
1449
|
+
"integrity": "sha512-XYIGRYWk7YsjR/M6t6RWQxUr5EIXUqblAna5s3d/AAUpPgdGh3KYZblUex0mdtuIfcozn8Lcov/M44JgfgkMGw==",
|
|
1450
1450
|
"license": "Apache-2.0",
|
|
1451
1451
|
"dependencies": {
|
|
1452
|
-
"@project-chip/matter.js": "0.10.
|
|
1452
|
+
"@project-chip/matter.js": "0.10.3",
|
|
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.3",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@project-chip/matter.js/-/matter.js-0.10.3.tgz",
|
|
1462
|
+
"integrity": "sha512-4GtBCN4ZHbmzn67oBDnZBxPhemOsWoErp9ZWRKEJNBEIYPMvyG6N01zNO+NU2IdUmMDOj6SWbIfTJUQ/M1Cy3Q==",
|
|
1463
1463
|
"license": "Apache-2.0",
|
|
1464
1464
|
"dependencies": {
|
|
1465
1465
|
"@noble/curves": "^1.5.0"
|
|
@@ -1667,9 +1667,9 @@
|
|
|
1667
1667
|
}
|
|
1668
1668
|
},
|
|
1669
1669
|
"node_modules/@types/jest": {
|
|
1670
|
-
"version": "29.5.
|
|
1671
|
-
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.
|
|
1672
|
-
"integrity": "sha512-
|
|
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.
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.
|
|
1697
|
-
"integrity": "sha512-
|
|
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.
|
|
1706
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.
|
|
1707
|
-
"integrity": "sha512-
|
|
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.
|
|
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",
|
|
@@ -1816,17 +1816,158 @@
|
|
|
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
|
+
},
|
|
1819
1960
|
"node_modules/@typescript-eslint/parser": {
|
|
1820
|
-
"version": "8.
|
|
1821
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
1822
|
-
"integrity": "sha512-
|
|
1961
|
+
"version": "8.5.0",
|
|
1962
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.5.0.tgz",
|
|
1963
|
+
"integrity": "sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==",
|
|
1823
1964
|
"dev": true,
|
|
1824
1965
|
"license": "BSD-2-Clause",
|
|
1825
1966
|
"dependencies": {
|
|
1826
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1827
|
-
"@typescript-eslint/types": "8.
|
|
1828
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1829
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
1967
|
+
"@typescript-eslint/scope-manager": "8.5.0",
|
|
1968
|
+
"@typescript-eslint/types": "8.5.0",
|
|
1969
|
+
"@typescript-eslint/typescript-estree": "8.5.0",
|
|
1970
|
+
"@typescript-eslint/visitor-keys": "8.5.0",
|
|
1830
1971
|
"debug": "^4.3.4"
|
|
1831
1972
|
},
|
|
1832
1973
|
"engines": {
|
|
@@ -1845,15 +1986,133 @@
|
|
|
1845
1986
|
}
|
|
1846
1987
|
}
|
|
1847
1988
|
},
|
|
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
|
+
},
|
|
1848
2107
|
"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-
|
|
2108
|
+
"version": "8.6.0",
|
|
2109
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz",
|
|
2110
|
+
"integrity": "sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==",
|
|
1852
2111
|
"dev": true,
|
|
1853
2112
|
"license": "MIT",
|
|
1854
2113
|
"dependencies": {
|
|
1855
|
-
"@typescript-eslint/types": "8.
|
|
1856
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2114
|
+
"@typescript-eslint/types": "8.6.0",
|
|
2115
|
+
"@typescript-eslint/visitor-keys": "8.6.0"
|
|
1857
2116
|
},
|
|
1858
2117
|
"engines": {
|
|
1859
2118
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1864,14 +2123,14 @@
|
|
|
1864
2123
|
}
|
|
1865
2124
|
},
|
|
1866
2125
|
"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-
|
|
2126
|
+
"version": "8.5.0",
|
|
2127
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz",
|
|
2128
|
+
"integrity": "sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==",
|
|
1870
2129
|
"dev": true,
|
|
1871
2130
|
"license": "MIT",
|
|
1872
2131
|
"dependencies": {
|
|
1873
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
1874
|
-
"@typescript-eslint/utils": "8.
|
|
2132
|
+
"@typescript-eslint/typescript-estree": "8.5.0",
|
|
2133
|
+
"@typescript-eslint/utils": "8.5.0",
|
|
1875
2134
|
"debug": "^4.3.4",
|
|
1876
2135
|
"ts-api-utils": "^1.3.0"
|
|
1877
2136
|
},
|
|
@@ -1888,10 +2147,151 @@
|
|
|
1888
2147
|
}
|
|
1889
2148
|
}
|
|
1890
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==",
|
|
2154
|
+
"dev": true,
|
|
2155
|
+
"license": "MIT",
|
|
2156
|
+
"dependencies": {
|
|
2157
|
+
"@typescript-eslint/types": "8.5.0",
|
|
2158
|
+
"@typescript-eslint/visitor-keys": "8.5.0"
|
|
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",
|
|
2191
|
+
"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
|
+
"ts-api-utils": "^1.3.0"
|
|
2197
|
+
},
|
|
2198
|
+
"engines": {
|
|
2199
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2200
|
+
},
|
|
2201
|
+
"funding": {
|
|
2202
|
+
"type": "opencollective",
|
|
2203
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
2204
|
+
},
|
|
2205
|
+
"peerDependenciesMeta": {
|
|
2206
|
+
"typescript": {
|
|
2207
|
+
"optional": true
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
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
|
+
},
|
|
1891
2291
|
"node_modules/@typescript-eslint/types": {
|
|
1892
|
-
"version": "8.
|
|
1893
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
1894
|
-
"integrity": "sha512-
|
|
2292
|
+
"version": "8.6.0",
|
|
2293
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.6.0.tgz",
|
|
2294
|
+
"integrity": "sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==",
|
|
1895
2295
|
"dev": true,
|
|
1896
2296
|
"license": "MIT",
|
|
1897
2297
|
"engines": {
|
|
@@ -1903,14 +2303,14 @@
|
|
|
1903
2303
|
}
|
|
1904
2304
|
},
|
|
1905
2305
|
"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-
|
|
2306
|
+
"version": "8.6.0",
|
|
2307
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz",
|
|
2308
|
+
"integrity": "sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==",
|
|
1909
2309
|
"dev": true,
|
|
1910
2310
|
"license": "BSD-2-Clause",
|
|
1911
2311
|
"dependencies": {
|
|
1912
|
-
"@typescript-eslint/types": "8.
|
|
1913
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2312
|
+
"@typescript-eslint/types": "8.6.0",
|
|
2313
|
+
"@typescript-eslint/visitor-keys": "8.6.0",
|
|
1914
2314
|
"debug": "^4.3.4",
|
|
1915
2315
|
"fast-glob": "^3.3.2",
|
|
1916
2316
|
"is-glob": "^4.0.3",
|
|
@@ -1958,16 +2358,16 @@
|
|
|
1958
2358
|
}
|
|
1959
2359
|
},
|
|
1960
2360
|
"node_modules/@typescript-eslint/utils": {
|
|
1961
|
-
"version": "8.
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
1963
|
-
"integrity": "sha512-
|
|
2361
|
+
"version": "8.6.0",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.6.0.tgz",
|
|
2363
|
+
"integrity": "sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==",
|
|
1964
2364
|
"dev": true,
|
|
1965
2365
|
"license": "MIT",
|
|
1966
2366
|
"dependencies": {
|
|
1967
2367
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
1968
|
-
"@typescript-eslint/scope-manager": "8.
|
|
1969
|
-
"@typescript-eslint/types": "8.
|
|
1970
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2368
|
+
"@typescript-eslint/scope-manager": "8.6.0",
|
|
2369
|
+
"@typescript-eslint/types": "8.6.0",
|
|
2370
|
+
"@typescript-eslint/typescript-estree": "8.6.0"
|
|
1971
2371
|
},
|
|
1972
2372
|
"engines": {
|
|
1973
2373
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -1981,13 +2381,13 @@
|
|
|
1981
2381
|
}
|
|
1982
2382
|
},
|
|
1983
2383
|
"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-
|
|
2384
|
+
"version": "8.6.0",
|
|
2385
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz",
|
|
2386
|
+
"integrity": "sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==",
|
|
1987
2387
|
"dev": true,
|
|
1988
2388
|
"license": "MIT",
|
|
1989
2389
|
"dependencies": {
|
|
1990
|
-
"@typescript-eslint/types": "8.
|
|
2390
|
+
"@typescript-eslint/types": "8.6.0",
|
|
1991
2391
|
"eslint-visitor-keys": "^3.4.3"
|
|
1992
2392
|
},
|
|
1993
2393
|
"engines": {
|
|
@@ -2432,9 +2832,9 @@
|
|
|
2432
2832
|
"license": "MIT"
|
|
2433
2833
|
},
|
|
2434
2834
|
"node_modules/body-parser": {
|
|
2435
|
-
"version": "1.20.
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
2437
|
-
"integrity": "sha512-
|
|
2835
|
+
"version": "1.20.3",
|
|
2836
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
|
2837
|
+
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
2438
2838
|
"license": "MIT",
|
|
2439
2839
|
"dependencies": {
|
|
2440
2840
|
"bytes": "3.1.2",
|
|
@@ -2445,7 +2845,7 @@
|
|
|
2445
2845
|
"http-errors": "2.0.0",
|
|
2446
2846
|
"iconv-lite": "0.4.24",
|
|
2447
2847
|
"on-finished": "2.4.1",
|
|
2448
|
-
"qs": "6.
|
|
2848
|
+
"qs": "6.13.0",
|
|
2449
2849
|
"raw-body": "2.5.2",
|
|
2450
2850
|
"type-is": "~1.6.18",
|
|
2451
2851
|
"unpipe": "1.0.0"
|
|
@@ -2639,9 +3039,9 @@
|
|
|
2639
3039
|
}
|
|
2640
3040
|
},
|
|
2641
3041
|
"node_modules/caniuse-lite": {
|
|
2642
|
-
"version": "1.0.
|
|
2643
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
2644
|
-
"integrity": "sha512-
|
|
3042
|
+
"version": "1.0.30001660",
|
|
3043
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz",
|
|
3044
|
+
"integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==",
|
|
2645
3045
|
"dev": true,
|
|
2646
3046
|
"funding": [
|
|
2647
3047
|
{
|
|
@@ -3068,9 +3468,9 @@
|
|
|
3068
3468
|
}
|
|
3069
3469
|
},
|
|
3070
3470
|
"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-
|
|
3471
|
+
"version": "1.5.24",
|
|
3472
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.24.tgz",
|
|
3473
|
+
"integrity": "sha512-0x0wLCmpdKFCi9ulhvYZebgcPmHTkFVUfU2wzDykadkslKwT4oAmDTHEKLnlrDsMGZe4B+ksn8quZfZjYsBetA==",
|
|
3074
3474
|
"dev": true,
|
|
3075
3475
|
"license": "ISC"
|
|
3076
3476
|
},
|
|
@@ -3094,9 +3494,9 @@
|
|
|
3094
3494
|
"license": "MIT"
|
|
3095
3495
|
},
|
|
3096
3496
|
"node_modules/encodeurl": {
|
|
3097
|
-
"version": "
|
|
3098
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-
|
|
3099
|
-
"integrity": "sha512-
|
|
3497
|
+
"version": "2.0.0",
|
|
3498
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
3499
|
+
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
3100
3500
|
"license": "MIT",
|
|
3101
3501
|
"engines": {
|
|
3102
3502
|
"node": ">= 0.8"
|
|
@@ -3485,37 +3885,37 @@
|
|
|
3485
3885
|
}
|
|
3486
3886
|
},
|
|
3487
3887
|
"node_modules/express": {
|
|
3488
|
-
"version": "4.
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.
|
|
3490
|
-
"integrity": "sha512-
|
|
3888
|
+
"version": "4.21.0",
|
|
3889
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz",
|
|
3890
|
+
"integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==",
|
|
3491
3891
|
"license": "MIT",
|
|
3492
3892
|
"dependencies": {
|
|
3493
3893
|
"accepts": "~1.3.8",
|
|
3494
3894
|
"array-flatten": "1.1.1",
|
|
3495
|
-
"body-parser": "1.20.
|
|
3895
|
+
"body-parser": "1.20.3",
|
|
3496
3896
|
"content-disposition": "0.5.4",
|
|
3497
3897
|
"content-type": "~1.0.4",
|
|
3498
3898
|
"cookie": "0.6.0",
|
|
3499
3899
|
"cookie-signature": "1.0.6",
|
|
3500
3900
|
"debug": "2.6.9",
|
|
3501
3901
|
"depd": "2.0.0",
|
|
3502
|
-
"encodeurl": "~
|
|
3902
|
+
"encodeurl": "~2.0.0",
|
|
3503
3903
|
"escape-html": "~1.0.3",
|
|
3504
3904
|
"etag": "~1.8.1",
|
|
3505
|
-
"finalhandler": "1.
|
|
3905
|
+
"finalhandler": "1.3.1",
|
|
3506
3906
|
"fresh": "0.5.2",
|
|
3507
3907
|
"http-errors": "2.0.0",
|
|
3508
|
-
"merge-descriptors": "1.0.
|
|
3908
|
+
"merge-descriptors": "1.0.3",
|
|
3509
3909
|
"methods": "~1.1.2",
|
|
3510
3910
|
"on-finished": "2.4.1",
|
|
3511
3911
|
"parseurl": "~1.3.3",
|
|
3512
|
-
"path-to-regexp": "0.1.
|
|
3912
|
+
"path-to-regexp": "0.1.10",
|
|
3513
3913
|
"proxy-addr": "~2.0.7",
|
|
3514
|
-
"qs": "6.
|
|
3914
|
+
"qs": "6.13.0",
|
|
3515
3915
|
"range-parser": "~1.2.1",
|
|
3516
3916
|
"safe-buffer": "5.2.1",
|
|
3517
|
-
"send": "0.
|
|
3518
|
-
"serve-static": "1.
|
|
3917
|
+
"send": "0.19.0",
|
|
3918
|
+
"serve-static": "1.16.2",
|
|
3519
3919
|
"setprototypeof": "1.2.0",
|
|
3520
3920
|
"statuses": "2.0.1",
|
|
3521
3921
|
"type-is": "~1.6.18",
|
|
@@ -3685,13 +4085,13 @@
|
|
|
3685
4085
|
}
|
|
3686
4086
|
},
|
|
3687
4087
|
"node_modules/finalhandler": {
|
|
3688
|
-
"version": "1.
|
|
3689
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.
|
|
3690
|
-
"integrity": "sha512-
|
|
4088
|
+
"version": "1.3.1",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
|
|
4090
|
+
"integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
|
3691
4091
|
"license": "MIT",
|
|
3692
4092
|
"dependencies": {
|
|
3693
4093
|
"debug": "2.6.9",
|
|
3694
|
-
"encodeurl": "~
|
|
4094
|
+
"encodeurl": "~2.0.0",
|
|
3695
4095
|
"escape-html": "~1.0.3",
|
|
3696
4096
|
"on-finished": "2.4.1",
|
|
3697
4097
|
"parseurl": "~1.3.3",
|
|
@@ -5283,13 +5683,13 @@
|
|
|
5283
5683
|
}
|
|
5284
5684
|
},
|
|
5285
5685
|
"node_modules/matter-history": {
|
|
5286
|
-
"version": "1.1.
|
|
5287
|
-
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.
|
|
5288
|
-
"integrity": "sha512-
|
|
5686
|
+
"version": "1.1.14",
|
|
5687
|
+
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.1.14.tgz",
|
|
5688
|
+
"integrity": "sha512-wFQ9+XHrhBWXfa8JZYt8SkR4zcQD76oudZHtkXSFDWmNcUxF6dT4uYLBjsMDg6pMeqVl0SFEYKLK9jrADh00cg==",
|
|
5289
5689
|
"license": "Apache-2.0",
|
|
5290
5690
|
"dependencies": {
|
|
5291
|
-
"@project-chip/matter-node.js": "0.10.
|
|
5292
|
-
"@project-chip/matter.js": "0.10.
|
|
5691
|
+
"@project-chip/matter-node.js": "0.10.3",
|
|
5692
|
+
"@project-chip/matter.js": "0.10.3",
|
|
5293
5693
|
"moment": "2.30.1",
|
|
5294
5694
|
"node-ansi-logger": "3.0.0"
|
|
5295
5695
|
},
|
|
@@ -5311,10 +5711,13 @@
|
|
|
5311
5711
|
}
|
|
5312
5712
|
},
|
|
5313
5713
|
"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"
|
|
5714
|
+
"version": "1.0.3",
|
|
5715
|
+
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
5716
|
+
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
5717
|
+
"license": "MIT",
|
|
5718
|
+
"funding": {
|
|
5719
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5720
|
+
}
|
|
5318
5721
|
},
|
|
5319
5722
|
"node_modules/merge-stream": {
|
|
5320
5723
|
"version": "2.0.0",
|
|
@@ -5770,9 +6173,9 @@
|
|
|
5770
6173
|
}
|
|
5771
6174
|
},
|
|
5772
6175
|
"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-
|
|
6176
|
+
"version": "0.1.10",
|
|
6177
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
|
|
6178
|
+
"integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
|
|
5776
6179
|
"license": "MIT"
|
|
5777
6180
|
},
|
|
5778
6181
|
"node_modules/picocolors": {
|
|
@@ -6011,12 +6414,12 @@
|
|
|
6011
6414
|
"license": "MIT"
|
|
6012
6415
|
},
|
|
6013
6416
|
"node_modules/qs": {
|
|
6014
|
-
"version": "6.
|
|
6015
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
6016
|
-
"integrity": "sha512
|
|
6417
|
+
"version": "6.13.0",
|
|
6418
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
|
6419
|
+
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
6017
6420
|
"license": "BSD-3-Clause",
|
|
6018
6421
|
"dependencies": {
|
|
6019
|
-
"side-channel": "^1.0.
|
|
6422
|
+
"side-channel": "^1.0.6"
|
|
6020
6423
|
},
|
|
6021
6424
|
"engines": {
|
|
6022
6425
|
"node": ">=0.6"
|
|
@@ -6295,9 +6698,9 @@
|
|
|
6295
6698
|
}
|
|
6296
6699
|
},
|
|
6297
6700
|
"node_modules/send": {
|
|
6298
|
-
"version": "0.
|
|
6299
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.
|
|
6300
|
-
"integrity": "sha512-
|
|
6701
|
+
"version": "0.19.0",
|
|
6702
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
6703
|
+
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
6301
6704
|
"license": "MIT",
|
|
6302
6705
|
"dependencies": {
|
|
6303
6706
|
"debug": "2.6.9",
|
|
@@ -6333,16 +6736,25 @@
|
|
|
6333
6736
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
6334
6737
|
"license": "MIT"
|
|
6335
6738
|
},
|
|
6739
|
+
"node_modules/send/node_modules/encodeurl": {
|
|
6740
|
+
"version": "1.0.2",
|
|
6741
|
+
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
6742
|
+
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
6743
|
+
"license": "MIT",
|
|
6744
|
+
"engines": {
|
|
6745
|
+
"node": ">= 0.8"
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
6336
6748
|
"node_modules/serve-static": {
|
|
6337
|
-
"version": "1.
|
|
6338
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.
|
|
6339
|
-
"integrity": "sha512-
|
|
6749
|
+
"version": "1.16.2",
|
|
6750
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
|
|
6751
|
+
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
6340
6752
|
"license": "MIT",
|
|
6341
6753
|
"dependencies": {
|
|
6342
|
-
"encodeurl": "~
|
|
6754
|
+
"encodeurl": "~2.0.0",
|
|
6343
6755
|
"escape-html": "~1.0.3",
|
|
6344
6756
|
"parseurl": "~1.3.3",
|
|
6345
|
-
"send": "0.
|
|
6757
|
+
"send": "0.19.0"
|
|
6346
6758
|
},
|
|
6347
6759
|
"engines": {
|
|
6348
6760
|
"node": ">= 0.8.0"
|
|
@@ -6500,9 +6912,9 @@
|
|
|
6500
6912
|
}
|
|
6501
6913
|
},
|
|
6502
6914
|
"node_modules/streamx": {
|
|
6503
|
-
"version": "2.20.
|
|
6504
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.
|
|
6505
|
-
"integrity": "sha512-
|
|
6915
|
+
"version": "2.20.1",
|
|
6916
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
|
|
6917
|
+
"integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
|
|
6506
6918
|
"license": "MIT",
|
|
6507
6919
|
"dependencies": {
|
|
6508
6920
|
"fast-fifo": "^1.3.2",
|
|
@@ -6751,9 +7163,9 @@
|
|
|
6751
7163
|
}
|
|
6752
7164
|
},
|
|
6753
7165
|
"node_modules/text-decoder": {
|
|
6754
|
-
"version": "1.
|
|
6755
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.
|
|
6756
|
-
"integrity": "sha512-
|
|
7166
|
+
"version": "1.2.0",
|
|
7167
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
|
|
7168
|
+
"integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
|
|
6757
7169
|
"license": "Apache-2.0",
|
|
6758
7170
|
"dependencies": {
|
|
6759
7171
|
"b4a": "^1.6.4"
|
|
@@ -6924,9 +7336,9 @@
|
|
|
6924
7336
|
}
|
|
6925
7337
|
},
|
|
6926
7338
|
"node_modules/typescript": {
|
|
6927
|
-
"version": "5.
|
|
6928
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
6929
|
-
"integrity": "sha512-
|
|
7339
|
+
"version": "5.6.2",
|
|
7340
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
|
|
7341
|
+
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
|
|
6930
7342
|
"dev": true,
|
|
6931
7343
|
"license": "Apache-2.0",
|
|
6932
7344
|
"bin": {
|
|
@@ -6938,15 +7350,76 @@
|
|
|
6938
7350
|
}
|
|
6939
7351
|
},
|
|
6940
7352
|
"node_modules/typescript-eslint": {
|
|
6941
|
-
"version": "8.
|
|
6942
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
6943
|
-
"integrity": "sha512-
|
|
7353
|
+
"version": "8.5.0",
|
|
7354
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.5.0.tgz",
|
|
7355
|
+
"integrity": "sha512-uD+XxEoSIvqtm4KE97etm32Tn5MfaZWgWfMMREStLxR6JzvHkc2Tkj7zhTEK5XmtpTmKHNnG8Sot6qDfhHtR1Q==",
|
|
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==",
|
|
7380
|
+
"dev": true,
|
|
7381
|
+
"license": "MIT",
|
|
7382
|
+
"dependencies": {
|
|
7383
|
+
"@typescript-eslint/types": "8.5.0",
|
|
7384
|
+
"@typescript-eslint/visitor-keys": "8.5.0"
|
|
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==",
|
|
6944
7398
|
"dev": true,
|
|
6945
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",
|
|
6946
7414
|
"dependencies": {
|
|
6947
|
-
"@typescript-eslint/
|
|
6948
|
-
"@typescript-eslint/
|
|
6949
|
-
"
|
|
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"
|
|
6950
7423
|
},
|
|
6951
7424
|
"engines": {
|
|
6952
7425
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6961,6 +7434,86 @@
|
|
|
6961
7434
|
}
|
|
6962
7435
|
}
|
|
6963
7436
|
},
|
|
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
|
+
},
|
|
6964
7517
|
"node_modules/undici-types": {
|
|
6965
7518
|
"version": "6.19.8",
|
|
6966
7519
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|