momentic-mobile 0.0.23 → 0.0.25
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/bin/cli.js +54 -46
- package/npm-shrinkwrap.json +186 -328
- package/package.json +9 -7
- package/static/assets/index-d4s-ExYf.css +1 -0
- package/static/assets/{index-_cIZFfWO.js → index-sQRpJWwA.js} +188 -185
- package/static/index.html +2 -2
- package/static/assets/index-5Uyea_aD.css +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic-mobile",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "momentic-mobile",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.25",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@actions/exec": "^1.1.1",
|
|
12
12
|
"@actions/io": "^1.1.3",
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
"@faker-js/faker": "^8.4.1",
|
|
17
17
|
"@inquirer/prompts": "^7.7.0",
|
|
18
18
|
"@limrun/api": "^0.8.0",
|
|
19
|
-
"@octokit/auth-app": "^
|
|
20
|
-
"@octokit/rest": "^
|
|
19
|
+
"@octokit/auth-app": "^8.0.2",
|
|
20
|
+
"@octokit/rest": "^22.0.0",
|
|
21
21
|
"@prettier/plugin-xml": "^0.3.0",
|
|
22
22
|
"@sentry/node": "^9.28.1",
|
|
23
23
|
"@wdio/appium-service": "^9.18.0",
|
|
24
|
+
"@yornaath/batshit": "^0.11.1",
|
|
24
25
|
"adm-zip": "^0.5.16",
|
|
25
26
|
"appium": "^2.19.0",
|
|
26
27
|
"appium-uiautomator2-driver": "^4.2.5",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"glob": "^10.4.5",
|
|
46
47
|
"jimp": "1.1.4",
|
|
47
48
|
"jpeg-js": "^0.4.4",
|
|
48
|
-
"js-beautify": "1.15.1",
|
|
49
|
+
"js-beautify": "^1.15.1",
|
|
49
50
|
"junit-report-builder": "^5.1.1",
|
|
50
51
|
"lodash-es": "^4.17.21",
|
|
51
52
|
"mime": "^4.0.4",
|
|
@@ -70,8 +71,8 @@
|
|
|
70
71
|
"quote": "^0.4.0",
|
|
71
72
|
"readline-sync": "^1.4.10",
|
|
72
73
|
"safe-stable-stringify": "^2.5.0",
|
|
73
|
-
"semver": "^7.
|
|
74
|
-
"set-cookie-parser": "^2.
|
|
74
|
+
"semver": "^7.6.0",
|
|
75
|
+
"set-cookie-parser": "^2.7.1",
|
|
75
76
|
"simple-git": "^3.27.0",
|
|
76
77
|
"slimdom": "^4.3.5",
|
|
77
78
|
"socket.io": "^4.8.1",
|
|
@@ -83,7 +84,8 @@
|
|
|
83
84
|
"uuid": "^9.0.1",
|
|
84
85
|
"wait-on": "^7.2.0",
|
|
85
86
|
"webdriverio": "^9.17.0",
|
|
86
|
-
"
|
|
87
|
+
"ws": "^8.18.3",
|
|
88
|
+
"yaml": "^2.5.0",
|
|
87
89
|
"zod": "^3.25.76",
|
|
88
90
|
"zod-openapi": "^2.19.0"
|
|
89
91
|
},
|
|
@@ -416,9 +418,9 @@
|
|
|
416
418
|
}
|
|
417
419
|
},
|
|
418
420
|
"node_modules/@babel/helper-validator-identifier": {
|
|
419
|
-
"version": "7.
|
|
420
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
421
|
-
"integrity": "sha512-
|
|
421
|
+
"version": "7.28.5",
|
|
422
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
423
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
422
424
|
"license": "MIT",
|
|
423
425
|
"engines": {
|
|
424
426
|
"node": ">=6.9.0"
|
|
@@ -1800,403 +1802,247 @@
|
|
|
1800
1802
|
}
|
|
1801
1803
|
},
|
|
1802
1804
|
"node_modules/@octokit/auth-app": {
|
|
1803
|
-
"version": "
|
|
1804
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-
|
|
1805
|
-
"integrity": "sha512-
|
|
1805
|
+
"version": "8.1.1",
|
|
1806
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-8.1.1.tgz",
|
|
1807
|
+
"integrity": "sha512-yW9YUy1cuqWlz8u7908ed498wJFt42VYsYWjvepjojM4BdZSp4t+5JehFds7LfvYi550O/GaUI94rgbhswvxfA==",
|
|
1806
1808
|
"license": "MIT",
|
|
1807
1809
|
"dependencies": {
|
|
1808
|
-
"@octokit/auth-oauth-app": "^
|
|
1809
|
-
"@octokit/auth-oauth-user": "^
|
|
1810
|
-
"@octokit/request": "^
|
|
1811
|
-
"@octokit/request-error": "^
|
|
1812
|
-
"@octokit/types": "^
|
|
1810
|
+
"@octokit/auth-oauth-app": "^9.0.2",
|
|
1811
|
+
"@octokit/auth-oauth-user": "^6.0.1",
|
|
1812
|
+
"@octokit/request": "^10.0.5",
|
|
1813
|
+
"@octokit/request-error": "^7.0.1",
|
|
1814
|
+
"@octokit/types": "^15.0.0",
|
|
1813
1815
|
"toad-cache": "^3.7.0",
|
|
1814
1816
|
"universal-github-app-jwt": "^2.2.0",
|
|
1815
1817
|
"universal-user-agent": "^7.0.0"
|
|
1816
1818
|
},
|
|
1817
1819
|
"engines": {
|
|
1818
|
-
"node": ">=
|
|
1820
|
+
"node": ">= 20"
|
|
1819
1821
|
}
|
|
1820
1822
|
},
|
|
1821
1823
|
"node_modules/@octokit/auth-oauth-app": {
|
|
1822
|
-
"version": "
|
|
1823
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-
|
|
1824
|
-
"integrity": "sha512-
|
|
1824
|
+
"version": "9.0.2",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-9.0.2.tgz",
|
|
1826
|
+
"integrity": "sha512-vmjSHeuHuM+OxZLzOuoYkcY3OPZ8erJ5lfswdTmm+4XiAKB5PmCk70bA1is4uwSl/APhRVAv4KHsgevWfEKIPQ==",
|
|
1825
1827
|
"license": "MIT",
|
|
1826
1828
|
"dependencies": {
|
|
1827
|
-
"@octokit/auth-oauth-device": "^
|
|
1828
|
-
"@octokit/auth-oauth-user": "^
|
|
1829
|
-
"@octokit/request": "^
|
|
1830
|
-
"@octokit/types": "^
|
|
1829
|
+
"@octokit/auth-oauth-device": "^8.0.2",
|
|
1830
|
+
"@octokit/auth-oauth-user": "^6.0.1",
|
|
1831
|
+
"@octokit/request": "^10.0.5",
|
|
1832
|
+
"@octokit/types": "^15.0.0",
|
|
1831
1833
|
"universal-user-agent": "^7.0.0"
|
|
1832
1834
|
},
|
|
1833
1835
|
"engines": {
|
|
1834
|
-
"node": ">=
|
|
1836
|
+
"node": ">= 20"
|
|
1835
1837
|
}
|
|
1836
1838
|
},
|
|
1837
1839
|
"node_modules/@octokit/auth-oauth-device": {
|
|
1838
|
-
"version": "
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-
|
|
1840
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "8.0.2",
|
|
1841
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-8.0.2.tgz",
|
|
1842
|
+
"integrity": "sha512-KW7Ywrz7ei7JX+uClWD2DN1259fnkoKuVdhzfpQ3/GdETaCj4Tx0IjvuJrwhP/04OhcMu5yR6tjni0V6LBihdw==",
|
|
1841
1843
|
"license": "MIT",
|
|
1842
1844
|
"dependencies": {
|
|
1843
|
-
"@octokit/oauth-methods": "^
|
|
1844
|
-
"@octokit/request": "^
|
|
1845
|
-
"@octokit/types": "^
|
|
1845
|
+
"@octokit/oauth-methods": "^6.0.1",
|
|
1846
|
+
"@octokit/request": "^10.0.5",
|
|
1847
|
+
"@octokit/types": "^15.0.0",
|
|
1846
1848
|
"universal-user-agent": "^7.0.0"
|
|
1847
1849
|
},
|
|
1848
1850
|
"engines": {
|
|
1849
|
-
"node": ">=
|
|
1851
|
+
"node": ">= 20"
|
|
1850
1852
|
}
|
|
1851
1853
|
},
|
|
1852
1854
|
"node_modules/@octokit/auth-oauth-user": {
|
|
1853
|
-
"version": "
|
|
1854
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-
|
|
1855
|
-
"integrity": "sha512
|
|
1855
|
+
"version": "6.0.1",
|
|
1856
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-6.0.1.tgz",
|
|
1857
|
+
"integrity": "sha512-vlKsL1KUUPvwXpv574zvmRd+/4JiDFXABIZNM39+S+5j2kODzGgjk7w5WtiQ1x24kRKNaE7v9DShNbw43UA3Hw==",
|
|
1856
1858
|
"license": "MIT",
|
|
1857
1859
|
"dependencies": {
|
|
1858
|
-
"@octokit/auth-oauth-device": "^
|
|
1859
|
-
"@octokit/oauth-methods": "^
|
|
1860
|
-
"@octokit/request": "^
|
|
1861
|
-
"@octokit/types": "^
|
|
1860
|
+
"@octokit/auth-oauth-device": "^8.0.2",
|
|
1861
|
+
"@octokit/oauth-methods": "^6.0.1",
|
|
1862
|
+
"@octokit/request": "^10.0.5",
|
|
1863
|
+
"@octokit/types": "^15.0.0",
|
|
1862
1864
|
"universal-user-agent": "^7.0.0"
|
|
1863
1865
|
},
|
|
1864
1866
|
"engines": {
|
|
1865
|
-
"node": ">=
|
|
1867
|
+
"node": ">= 20"
|
|
1866
1868
|
}
|
|
1867
1869
|
},
|
|
1868
1870
|
"node_modules/@octokit/auth-token": {
|
|
1869
|
-
"version": "
|
|
1870
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-
|
|
1871
|
-
"integrity": "sha512-
|
|
1871
|
+
"version": "6.0.0",
|
|
1872
|
+
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-6.0.0.tgz",
|
|
1873
|
+
"integrity": "sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==",
|
|
1872
1874
|
"license": "MIT",
|
|
1873
1875
|
"engines": {
|
|
1874
|
-
"node": ">=
|
|
1876
|
+
"node": ">= 20"
|
|
1875
1877
|
}
|
|
1876
1878
|
},
|
|
1877
1879
|
"node_modules/@octokit/core": {
|
|
1878
|
-
"version": "
|
|
1879
|
-
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-
|
|
1880
|
-
"integrity": "sha512
|
|
1880
|
+
"version": "7.0.5",
|
|
1881
|
+
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.5.tgz",
|
|
1882
|
+
"integrity": "sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==",
|
|
1881
1883
|
"license": "MIT",
|
|
1882
1884
|
"dependencies": {
|
|
1883
|
-
"@octokit/auth-token": "^
|
|
1884
|
-
"@octokit/graphql": "^
|
|
1885
|
-
"@octokit/request": "^
|
|
1886
|
-
"@octokit/request-error": "^
|
|
1887
|
-
"@octokit/types": "^
|
|
1888
|
-
"before-after-hook": "^
|
|
1889
|
-
"universal-user-agent": "^
|
|
1890
|
-
},
|
|
1891
|
-
"engines": {
|
|
1892
|
-
"node": ">= 18"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
"node_modules/@octokit/core/node_modules/@octokit/endpoint": {
|
|
1896
|
-
"version": "9.0.6",
|
|
1897
|
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
|
|
1898
|
-
"integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
|
|
1899
|
-
"license": "MIT",
|
|
1900
|
-
"dependencies": {
|
|
1901
|
-
"@octokit/types": "^13.1.0",
|
|
1902
|
-
"universal-user-agent": "^6.0.0"
|
|
1903
|
-
},
|
|
1904
|
-
"engines": {
|
|
1905
|
-
"node": ">= 18"
|
|
1906
|
-
}
|
|
1907
|
-
},
|
|
1908
|
-
"node_modules/@octokit/core/node_modules/@octokit/openapi-types": {
|
|
1909
|
-
"version": "24.2.0",
|
|
1910
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
1911
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
1912
|
-
"license": "MIT"
|
|
1913
|
-
},
|
|
1914
|
-
"node_modules/@octokit/core/node_modules/@octokit/request": {
|
|
1915
|
-
"version": "8.4.1",
|
|
1916
|
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
|
|
1917
|
-
"integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
|
|
1918
|
-
"license": "MIT",
|
|
1919
|
-
"dependencies": {
|
|
1920
|
-
"@octokit/endpoint": "^9.0.6",
|
|
1921
|
-
"@octokit/request-error": "^5.1.1",
|
|
1922
|
-
"@octokit/types": "^13.1.0",
|
|
1923
|
-
"universal-user-agent": "^6.0.0"
|
|
1924
|
-
},
|
|
1925
|
-
"engines": {
|
|
1926
|
-
"node": ">= 18"
|
|
1927
|
-
}
|
|
1928
|
-
},
|
|
1929
|
-
"node_modules/@octokit/core/node_modules/@octokit/request-error": {
|
|
1930
|
-
"version": "5.1.1",
|
|
1931
|
-
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
|
|
1932
|
-
"integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==",
|
|
1933
|
-
"license": "MIT",
|
|
1934
|
-
"dependencies": {
|
|
1935
|
-
"@octokit/types": "^13.1.0",
|
|
1936
|
-
"deprecation": "^2.0.0",
|
|
1937
|
-
"once": "^1.4.0"
|
|
1885
|
+
"@octokit/auth-token": "^6.0.0",
|
|
1886
|
+
"@octokit/graphql": "^9.0.2",
|
|
1887
|
+
"@octokit/request": "^10.0.4",
|
|
1888
|
+
"@octokit/request-error": "^7.0.1",
|
|
1889
|
+
"@octokit/types": "^15.0.0",
|
|
1890
|
+
"before-after-hook": "^4.0.0",
|
|
1891
|
+
"universal-user-agent": "^7.0.0"
|
|
1938
1892
|
},
|
|
1939
1893
|
"engines": {
|
|
1940
|
-
"node": ">=
|
|
1894
|
+
"node": ">= 20"
|
|
1941
1895
|
}
|
|
1942
1896
|
},
|
|
1943
|
-
"node_modules/@octokit/core/node_modules/@octokit/types": {
|
|
1944
|
-
"version": "13.10.0",
|
|
1945
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
1946
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
1947
|
-
"license": "MIT",
|
|
1948
|
-
"dependencies": {
|
|
1949
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
1950
|
-
}
|
|
1951
|
-
},
|
|
1952
|
-
"node_modules/@octokit/core/node_modules/universal-user-agent": {
|
|
1953
|
-
"version": "6.0.1",
|
|
1954
|
-
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
|
1955
|
-
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
|
|
1956
|
-
"license": "ISC"
|
|
1957
|
-
},
|
|
1958
1897
|
"node_modules/@octokit/endpoint": {
|
|
1959
|
-
"version": "
|
|
1960
|
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-
|
|
1961
|
-
"integrity": "sha512-
|
|
1898
|
+
"version": "11.0.1",
|
|
1899
|
+
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-11.0.1.tgz",
|
|
1900
|
+
"integrity": "sha512-7P1dRAZxuWAOPI7kXfio88trNi/MegQ0IJD3vfgC3b+LZo1Qe6gRJc2v0mz2USWWJOKrB2h5spXCzGbw+fAdqA==",
|
|
1962
1901
|
"license": "MIT",
|
|
1963
1902
|
"dependencies": {
|
|
1964
|
-
"@octokit/types": "^
|
|
1903
|
+
"@octokit/types": "^15.0.0",
|
|
1965
1904
|
"universal-user-agent": "^7.0.2"
|
|
1966
1905
|
},
|
|
1967
1906
|
"engines": {
|
|
1968
|
-
"node": ">=
|
|
1907
|
+
"node": ">= 20"
|
|
1969
1908
|
}
|
|
1970
1909
|
},
|
|
1971
1910
|
"node_modules/@octokit/graphql": {
|
|
1972
|
-
"version": "
|
|
1973
|
-
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-
|
|
1974
|
-
"integrity": "sha512-
|
|
1975
|
-
"license": "MIT",
|
|
1976
|
-
"dependencies": {
|
|
1977
|
-
"@octokit/request": "^8.4.1",
|
|
1978
|
-
"@octokit/types": "^13.0.0",
|
|
1979
|
-
"universal-user-agent": "^6.0.0"
|
|
1980
|
-
},
|
|
1981
|
-
"engines": {
|
|
1982
|
-
"node": ">= 18"
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/endpoint": {
|
|
1986
|
-
"version": "9.0.6",
|
|
1987
|
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
|
|
1988
|
-
"integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
|
|
1989
|
-
"license": "MIT",
|
|
1990
|
-
"dependencies": {
|
|
1991
|
-
"@octokit/types": "^13.1.0",
|
|
1992
|
-
"universal-user-agent": "^6.0.0"
|
|
1993
|
-
},
|
|
1994
|
-
"engines": {
|
|
1995
|
-
"node": ">= 18"
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/openapi-types": {
|
|
1999
|
-
"version": "24.2.0",
|
|
2000
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
2001
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
2002
|
-
"license": "MIT"
|
|
2003
|
-
},
|
|
2004
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/request": {
|
|
2005
|
-
"version": "8.4.1",
|
|
2006
|
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
|
|
2007
|
-
"integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
|
|
2008
|
-
"license": "MIT",
|
|
2009
|
-
"dependencies": {
|
|
2010
|
-
"@octokit/endpoint": "^9.0.6",
|
|
2011
|
-
"@octokit/request-error": "^5.1.1",
|
|
2012
|
-
"@octokit/types": "^13.1.0",
|
|
2013
|
-
"universal-user-agent": "^6.0.0"
|
|
2014
|
-
},
|
|
2015
|
-
"engines": {
|
|
2016
|
-
"node": ">= 18"
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/request-error": {
|
|
2020
|
-
"version": "5.1.1",
|
|
2021
|
-
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
|
|
2022
|
-
"integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==",
|
|
1911
|
+
"version": "9.0.2",
|
|
1912
|
+
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-9.0.2.tgz",
|
|
1913
|
+
"integrity": "sha512-iz6KzZ7u95Fzy9Nt2L8cG88lGRMr/qy1Q36ih/XVzMIlPDMYwaNLE/ENhqmIzgPrlNWiYJkwmveEetvxAgFBJw==",
|
|
2023
1914
|
"license": "MIT",
|
|
2024
1915
|
"dependencies": {
|
|
2025
|
-
"@octokit/
|
|
2026
|
-
"
|
|
2027
|
-
"
|
|
1916
|
+
"@octokit/request": "^10.0.4",
|
|
1917
|
+
"@octokit/types": "^15.0.0",
|
|
1918
|
+
"universal-user-agent": "^7.0.0"
|
|
2028
1919
|
},
|
|
2029
1920
|
"engines": {
|
|
2030
|
-
"node": ">=
|
|
1921
|
+
"node": ">= 20"
|
|
2031
1922
|
}
|
|
2032
1923
|
},
|
|
2033
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/types": {
|
|
2034
|
-
"version": "13.10.0",
|
|
2035
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
2036
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
2037
|
-
"license": "MIT",
|
|
2038
|
-
"dependencies": {
|
|
2039
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
2040
|
-
}
|
|
2041
|
-
},
|
|
2042
|
-
"node_modules/@octokit/graphql/node_modules/universal-user-agent": {
|
|
2043
|
-
"version": "6.0.1",
|
|
2044
|
-
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
|
2045
|
-
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
|
|
2046
|
-
"license": "ISC"
|
|
2047
|
-
},
|
|
2048
1924
|
"node_modules/@octokit/oauth-authorization-url": {
|
|
2049
|
-
"version": "
|
|
2050
|
-
"resolved": "https://registry.npmjs.org/@octokit/oauth-authorization-url/-/oauth-authorization-url-
|
|
2051
|
-
"integrity": "sha512-
|
|
1925
|
+
"version": "8.0.0",
|
|
1926
|
+
"resolved": "https://registry.npmjs.org/@octokit/oauth-authorization-url/-/oauth-authorization-url-8.0.0.tgz",
|
|
1927
|
+
"integrity": "sha512-7QoLPRh/ssEA/HuHBHdVdSgF8xNLz/Bc5m9fZkArJE5bb6NmVkDm3anKxXPmN1zh6b5WKZPRr3697xKT/yM3qQ==",
|
|
2052
1928
|
"license": "MIT",
|
|
2053
1929
|
"engines": {
|
|
2054
|
-
"node": ">=
|
|
1930
|
+
"node": ">= 20"
|
|
2055
1931
|
}
|
|
2056
1932
|
},
|
|
2057
1933
|
"node_modules/@octokit/oauth-methods": {
|
|
2058
|
-
"version": "
|
|
2059
|
-
"resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-
|
|
2060
|
-
"integrity": "sha512-
|
|
1934
|
+
"version": "6.0.1",
|
|
1935
|
+
"resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-6.0.1.tgz",
|
|
1936
|
+
"integrity": "sha512-xi6Iut3izMCFzXBJtxxJehxJmAKjE8iwj6L5+raPRwlTNKAbOOBJX7/Z8AF5apD4aXvc2skwIdOnC+CQ4QuA8Q==",
|
|
2061
1937
|
"license": "MIT",
|
|
2062
1938
|
"dependencies": {
|
|
2063
|
-
"@octokit/oauth-authorization-url": "^
|
|
2064
|
-
"@octokit/request": "^
|
|
2065
|
-
"@octokit/request-error": "^
|
|
2066
|
-
"@octokit/types": "^
|
|
1939
|
+
"@octokit/oauth-authorization-url": "^8.0.0",
|
|
1940
|
+
"@octokit/request": "^10.0.5",
|
|
1941
|
+
"@octokit/request-error": "^7.0.1",
|
|
1942
|
+
"@octokit/types": "^15.0.0"
|
|
2067
1943
|
},
|
|
2068
1944
|
"engines": {
|
|
2069
|
-
"node": ">=
|
|
1945
|
+
"node": ">= 20"
|
|
2070
1946
|
}
|
|
2071
1947
|
},
|
|
2072
1948
|
"node_modules/@octokit/openapi-types": {
|
|
2073
|
-
"version": "
|
|
2074
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-
|
|
2075
|
-
"integrity": "sha512-
|
|
1949
|
+
"version": "26.0.0",
|
|
1950
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz",
|
|
1951
|
+
"integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==",
|
|
2076
1952
|
"license": "MIT"
|
|
2077
1953
|
},
|
|
2078
1954
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
2079
|
-
"version": "
|
|
2080
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-
|
|
2081
|
-
"integrity": "sha512-
|
|
1955
|
+
"version": "13.2.1",
|
|
1956
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-13.2.1.tgz",
|
|
1957
|
+
"integrity": "sha512-Tj4PkZyIL6eBMYcG/76QGsedF0+dWVeLhYprTmuFVVxzDW7PQh23tM0TP0z+1MvSkxB29YFZwnUX+cXfTiSdyw==",
|
|
2082
1958
|
"license": "MIT",
|
|
2083
1959
|
"dependencies": {
|
|
2084
|
-
"@octokit/types": "^
|
|
1960
|
+
"@octokit/types": "^15.0.1"
|
|
2085
1961
|
},
|
|
2086
1962
|
"engines": {
|
|
2087
|
-
"node": ">=
|
|
1963
|
+
"node": ">= 20"
|
|
2088
1964
|
},
|
|
2089
1965
|
"peerDependencies": {
|
|
2090
|
-
"@octokit/core": "
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
|
|
2094
|
-
"version": "24.2.0",
|
|
2095
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
2096
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
2097
|
-
"license": "MIT"
|
|
2098
|
-
},
|
|
2099
|
-
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
|
|
2100
|
-
"version": "13.10.0",
|
|
2101
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
2102
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
2103
|
-
"license": "MIT",
|
|
2104
|
-
"dependencies": {
|
|
2105
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
1966
|
+
"@octokit/core": ">=6"
|
|
2106
1967
|
}
|
|
2107
1968
|
},
|
|
2108
1969
|
"node_modules/@octokit/plugin-request-log": {
|
|
2109
|
-
"version": "
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-
|
|
2111
|
-
"integrity": "sha512-
|
|
1970
|
+
"version": "6.0.0",
|
|
1971
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-6.0.0.tgz",
|
|
1972
|
+
"integrity": "sha512-UkOzeEN3W91/eBq9sPZNQ7sUBvYCqYbrrD8gTbBuGtHEuycE4/awMXcYvx6sVYo7LypPhmQwwpUe4Yyu4QZN5Q==",
|
|
2112
1973
|
"license": "MIT",
|
|
2113
1974
|
"engines": {
|
|
2114
|
-
"node": ">=
|
|
1975
|
+
"node": ">= 20"
|
|
2115
1976
|
},
|
|
2116
1977
|
"peerDependencies": {
|
|
2117
|
-
"@octokit/core": "
|
|
1978
|
+
"@octokit/core": ">=6"
|
|
2118
1979
|
}
|
|
2119
1980
|
},
|
|
2120
1981
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
2121
|
-
"version": "
|
|
2122
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-
|
|
2123
|
-
"integrity": "sha512-
|
|
1982
|
+
"version": "16.1.1",
|
|
1983
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-16.1.1.tgz",
|
|
1984
|
+
"integrity": "sha512-VztDkhM0ketQYSh5Im3IcKWFZl7VIrrsCaHbDINkdYeiiAsJzjhS2xRFCSJgfN6VOcsoW4laMtsmf3HcNqIimg==",
|
|
2124
1985
|
"license": "MIT",
|
|
2125
1986
|
"dependencies": {
|
|
2126
|
-
"@octokit/types": "^
|
|
1987
|
+
"@octokit/types": "^15.0.1"
|
|
2127
1988
|
},
|
|
2128
1989
|
"engines": {
|
|
2129
|
-
"node": ">=
|
|
1990
|
+
"node": ">= 20"
|
|
2130
1991
|
},
|
|
2131
1992
|
"peerDependencies": {
|
|
2132
|
-
"@octokit/core": "
|
|
2133
|
-
}
|
|
2134
|
-
},
|
|
2135
|
-
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
|
|
2136
|
-
"version": "24.2.0",
|
|
2137
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
2138
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
2139
|
-
"license": "MIT"
|
|
2140
|
-
},
|
|
2141
|
-
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
|
|
2142
|
-
"version": "13.10.0",
|
|
2143
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
2144
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
2145
|
-
"license": "MIT",
|
|
2146
|
-
"dependencies": {
|
|
2147
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
1993
|
+
"@octokit/core": ">=6"
|
|
2148
1994
|
}
|
|
2149
1995
|
},
|
|
2150
1996
|
"node_modules/@octokit/request": {
|
|
2151
|
-
"version": "
|
|
2152
|
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-
|
|
2153
|
-
"integrity": "sha512-
|
|
1997
|
+
"version": "10.0.5",
|
|
1998
|
+
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-10.0.5.tgz",
|
|
1999
|
+
"integrity": "sha512-TXnouHIYLtgDhKo+N6mXATnDBkV05VwbR0TtMWpgTHIoQdRQfCSzmy/LGqR1AbRMbijq/EckC/E3/ZNcU92NaQ==",
|
|
2154
2000
|
"license": "MIT",
|
|
2155
2001
|
"dependencies": {
|
|
2156
|
-
"@octokit/endpoint": "^
|
|
2157
|
-
"@octokit/request-error": "^
|
|
2158
|
-
"@octokit/types": "^
|
|
2159
|
-
"fast-content-type-parse": "^
|
|
2002
|
+
"@octokit/endpoint": "^11.0.1",
|
|
2003
|
+
"@octokit/request-error": "^7.0.1",
|
|
2004
|
+
"@octokit/types": "^15.0.0",
|
|
2005
|
+
"fast-content-type-parse": "^3.0.0",
|
|
2160
2006
|
"universal-user-agent": "^7.0.2"
|
|
2161
2007
|
},
|
|
2162
2008
|
"engines": {
|
|
2163
|
-
"node": ">=
|
|
2009
|
+
"node": ">= 20"
|
|
2164
2010
|
}
|
|
2165
2011
|
},
|
|
2166
2012
|
"node_modules/@octokit/request-error": {
|
|
2167
|
-
"version": "
|
|
2168
|
-
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-
|
|
2169
|
-
"integrity": "sha512-
|
|
2013
|
+
"version": "7.0.1",
|
|
2014
|
+
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-7.0.1.tgz",
|
|
2015
|
+
"integrity": "sha512-CZpFwV4+1uBrxu7Cw8E5NCXDWFNf18MSY23TdxCBgjw1tXXHvTrZVsXlW8hgFTOLw8RQR1BBrMvYRtuyaijHMA==",
|
|
2170
2016
|
"license": "MIT",
|
|
2171
2017
|
"dependencies": {
|
|
2172
|
-
"@octokit/types": "^
|
|
2018
|
+
"@octokit/types": "^15.0.0"
|
|
2173
2019
|
},
|
|
2174
2020
|
"engines": {
|
|
2175
|
-
"node": ">=
|
|
2021
|
+
"node": ">= 20"
|
|
2176
2022
|
}
|
|
2177
2023
|
},
|
|
2178
2024
|
"node_modules/@octokit/rest": {
|
|
2179
|
-
"version": "
|
|
2180
|
-
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-
|
|
2181
|
-
"integrity": "sha512-
|
|
2025
|
+
"version": "22.0.0",
|
|
2026
|
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-22.0.0.tgz",
|
|
2027
|
+
"integrity": "sha512-z6tmTu9BTnw51jYGulxrlernpsQYXpui1RK21vmXn8yF5bp6iX16yfTtJYGK5Mh1qDkvDOmp2n8sRMcQmR8jiA==",
|
|
2182
2028
|
"license": "MIT",
|
|
2183
2029
|
"dependencies": {
|
|
2184
|
-
"@octokit/core": "^
|
|
2185
|
-
"@octokit/plugin-paginate-rest": "
|
|
2186
|
-
"@octokit/plugin-request-log": "^
|
|
2187
|
-
"@octokit/plugin-rest-endpoint-methods": "
|
|
2030
|
+
"@octokit/core": "^7.0.2",
|
|
2031
|
+
"@octokit/plugin-paginate-rest": "^13.0.1",
|
|
2032
|
+
"@octokit/plugin-request-log": "^6.0.0",
|
|
2033
|
+
"@octokit/plugin-rest-endpoint-methods": "^16.0.0"
|
|
2188
2034
|
},
|
|
2189
2035
|
"engines": {
|
|
2190
|
-
"node": ">=
|
|
2036
|
+
"node": ">= 20"
|
|
2191
2037
|
}
|
|
2192
2038
|
},
|
|
2193
2039
|
"node_modules/@octokit/types": {
|
|
2194
|
-
"version": "
|
|
2195
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-
|
|
2196
|
-
"integrity": "sha512-
|
|
2040
|
+
"version": "15.0.1",
|
|
2041
|
+
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.1.tgz",
|
|
2042
|
+
"integrity": "sha512-sdiirM93IYJ9ODDCBgmRPIboLbSkpLa5i+WLuXH8b8Atg+YMLAyLvDDhNWLV4OYd08tlvYfVm/dw88cqHWtw1Q==",
|
|
2197
2043
|
"license": "MIT",
|
|
2198
2044
|
"dependencies": {
|
|
2199
|
-
"@octokit/openapi-types": "^
|
|
2045
|
+
"@octokit/openapi-types": "^26.0.0"
|
|
2200
2046
|
}
|
|
2201
2047
|
},
|
|
2202
2048
|
"node_modules/@one-ini/wasm": {
|
|
@@ -3087,9 +2933,9 @@
|
|
|
3087
2933
|
}
|
|
3088
2934
|
},
|
|
3089
2935
|
"node_modules/@types/node": {
|
|
3090
|
-
"version": "24.9.
|
|
3091
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.
|
|
3092
|
-
"integrity": "sha512-
|
|
2936
|
+
"version": "24.9.2",
|
|
2937
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
|
|
2938
|
+
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
|
|
3093
2939
|
"license": "MIT",
|
|
3094
2940
|
"dependencies": {
|
|
3095
2941
|
"undici-types": "~7.16.0"
|
|
@@ -3246,9 +3092,9 @@
|
|
|
3246
3092
|
}
|
|
3247
3093
|
},
|
|
3248
3094
|
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
3249
|
-
"version": "20.19.
|
|
3250
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
3251
|
-
"integrity": "sha512-
|
|
3095
|
+
"version": "20.19.24",
|
|
3096
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.24.tgz",
|
|
3097
|
+
"integrity": "sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA==",
|
|
3252
3098
|
"license": "MIT",
|
|
3253
3099
|
"dependencies": {
|
|
3254
3100
|
"undici-types": "~6.21.0"
|
|
@@ -3273,9 +3119,9 @@
|
|
|
3273
3119
|
}
|
|
3274
3120
|
},
|
|
3275
3121
|
"node_modules/@wdio/types/node_modules/@types/node": {
|
|
3276
|
-
"version": "20.19.
|
|
3277
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
3278
|
-
"integrity": "sha512-
|
|
3122
|
+
"version": "20.19.24",
|
|
3123
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.24.tgz",
|
|
3124
|
+
"integrity": "sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA==",
|
|
3279
3125
|
"license": "MIT",
|
|
3280
3126
|
"dependencies": {
|
|
3281
3127
|
"undici-types": "~6.21.0"
|
|
@@ -3321,6 +3167,21 @@
|
|
|
3321
3167
|
"node": ">=10.0.0"
|
|
3322
3168
|
}
|
|
3323
3169
|
},
|
|
3170
|
+
"node_modules/@yornaath/batshit": {
|
|
3171
|
+
"version": "0.11.1",
|
|
3172
|
+
"resolved": "https://registry.npmjs.org/@yornaath/batshit/-/batshit-0.11.1.tgz",
|
|
3173
|
+
"integrity": "sha512-LYsrHbsdGivKIr2IDcwaqrEYoW2W27a68GT4eW1jlM7nHO3KtH2qItqaOD57wiiOpYzxFRTVz7LUZMVMSfaekQ==",
|
|
3174
|
+
"license": "MIT",
|
|
3175
|
+
"dependencies": {
|
|
3176
|
+
"@yornaath/batshit-devtools": "^1.7.1"
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3179
|
+
"node_modules/@yornaath/batshit-devtools": {
|
|
3180
|
+
"version": "1.7.1",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/@yornaath/batshit-devtools/-/batshit-devtools-1.7.1.tgz",
|
|
3182
|
+
"integrity": "sha512-AyttV1Njj5ug+XqEWY1smV45dTWMlWKtj1B8jcFYgBKUFyUlF/qEhD+iP1E5UaRYW6hQRYD9T2WNDwFTrOMWzQ==",
|
|
3183
|
+
"license": "MIT"
|
|
3184
|
+
},
|
|
3324
3185
|
"node_modules/@zip.js/zip.js": {
|
|
3325
3186
|
"version": "2.8.8",
|
|
3326
3187
|
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.8.tgz",
|
|
@@ -8682,9 +8543,9 @@
|
|
|
8682
8543
|
}
|
|
8683
8544
|
},
|
|
8684
8545
|
"node_modules/axios": {
|
|
8685
|
-
"version": "1.
|
|
8686
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
8687
|
-
"integrity": "sha512-
|
|
8546
|
+
"version": "1.13.1",
|
|
8547
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz",
|
|
8548
|
+
"integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==",
|
|
8688
8549
|
"license": "MIT",
|
|
8689
8550
|
"dependencies": {
|
|
8690
8551
|
"follow-redirects": "^1.15.6",
|
|
@@ -8882,9 +8743,9 @@
|
|
|
8882
8743
|
}
|
|
8883
8744
|
},
|
|
8884
8745
|
"node_modules/before-after-hook": {
|
|
8885
|
-
"version": "
|
|
8886
|
-
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-
|
|
8887
|
-
"integrity": "sha512-
|
|
8746
|
+
"version": "4.0.0",
|
|
8747
|
+
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-4.0.0.tgz",
|
|
8748
|
+
"integrity": "sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==",
|
|
8888
8749
|
"license": "Apache-2.0"
|
|
8889
8750
|
},
|
|
8890
8751
|
"node_modules/big-integer": {
|
|
@@ -9800,12 +9661,6 @@
|
|
|
9800
9661
|
"node": ">= 0.8"
|
|
9801
9662
|
}
|
|
9802
9663
|
},
|
|
9803
|
-
"node_modules/deprecation": {
|
|
9804
|
-
"version": "2.3.1",
|
|
9805
|
-
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
|
|
9806
|
-
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==",
|
|
9807
|
-
"license": "ISC"
|
|
9808
|
-
},
|
|
9809
9664
|
"node_modules/destroy": {
|
|
9810
9665
|
"version": "1.2.0",
|
|
9811
9666
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
@@ -10560,9 +10415,9 @@
|
|
|
10560
10415
|
}
|
|
10561
10416
|
},
|
|
10562
10417
|
"node_modules/fast-content-type-parse": {
|
|
10563
|
-
"version": "
|
|
10564
|
-
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-
|
|
10565
|
-
"integrity": "sha512-
|
|
10418
|
+
"version": "3.0.0",
|
|
10419
|
+
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-3.0.0.tgz",
|
|
10420
|
+
"integrity": "sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==",
|
|
10566
10421
|
"funding": [
|
|
10567
10422
|
{
|
|
10568
10423
|
"type": "github",
|
|
@@ -11788,16 +11643,16 @@
|
|
|
11788
11643
|
"license": "BSD-3-Clause"
|
|
11789
11644
|
},
|
|
11790
11645
|
"node_modules/js-beautify": {
|
|
11791
|
-
"version": "1.15.
|
|
11792
|
-
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.
|
|
11793
|
-
"integrity": "sha512-
|
|
11646
|
+
"version": "1.15.4",
|
|
11647
|
+
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz",
|
|
11648
|
+
"integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==",
|
|
11794
11649
|
"license": "MIT",
|
|
11795
11650
|
"dependencies": {
|
|
11796
11651
|
"config-chain": "^1.1.13",
|
|
11797
11652
|
"editorconfig": "^1.0.4",
|
|
11798
|
-
"glob": "^10.
|
|
11653
|
+
"glob": "^10.4.2",
|
|
11799
11654
|
"js-cookie": "^3.0.5",
|
|
11800
|
-
"nopt": "^7.2.
|
|
11655
|
+
"nopt": "^7.2.1"
|
|
11801
11656
|
},
|
|
11802
11657
|
"bin": {
|
|
11803
11658
|
"css-beautify": "js/bin/css-beautify.js",
|
|
@@ -14454,9 +14309,9 @@
|
|
|
14454
14309
|
"license": "ISC"
|
|
14455
14310
|
},
|
|
14456
14311
|
"node_modules/set-cookie-parser": {
|
|
14457
|
-
"version": "2.7.
|
|
14458
|
-
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.
|
|
14459
|
-
"integrity": "sha512-
|
|
14312
|
+
"version": "2.7.2",
|
|
14313
|
+
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
|
|
14314
|
+
"integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
|
|
14460
14315
|
"license": "MIT"
|
|
14461
14316
|
},
|
|
14462
14317
|
"node_modules/setimmediate": {
|
|
@@ -15481,9 +15336,9 @@
|
|
|
15481
15336
|
"license": "0BSD"
|
|
15482
15337
|
},
|
|
15483
15338
|
"node_modules/twilio": {
|
|
15484
|
-
"version": "5.10.
|
|
15485
|
-
"resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.
|
|
15486
|
-
"integrity": "sha512-
|
|
15339
|
+
"version": "5.10.4",
|
|
15340
|
+
"resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.4.tgz",
|
|
15341
|
+
"integrity": "sha512-5dUsT3/O1+WxyJop2a6a4r92NAgtEQL7+oSU4t466NPhDaPOOBH/uomxnYHD5GWouYo7CZ/B7XSOwlhEUAHpWg==",
|
|
15487
15342
|
"license": "MIT",
|
|
15488
15343
|
"dependencies": {
|
|
15489
15344
|
"axios": "^1.12.0",
|
|
@@ -15822,9 +15677,9 @@
|
|
|
15822
15677
|
}
|
|
15823
15678
|
},
|
|
15824
15679
|
"node_modules/webdriver/node_modules/@types/node": {
|
|
15825
|
-
"version": "20.19.
|
|
15826
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
15827
|
-
"integrity": "sha512-
|
|
15680
|
+
"version": "20.19.24",
|
|
15681
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.24.tgz",
|
|
15682
|
+
"integrity": "sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA==",
|
|
15828
15683
|
"license": "MIT",
|
|
15829
15684
|
"dependencies": {
|
|
15830
15685
|
"undici-types": "~6.21.0"
|
|
@@ -15890,9 +15745,9 @@
|
|
|
15890
15745
|
}
|
|
15891
15746
|
},
|
|
15892
15747
|
"node_modules/webdriverio/node_modules/@types/node": {
|
|
15893
|
-
"version": "20.19.
|
|
15894
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
15895
|
-
"integrity": "sha512-
|
|
15748
|
+
"version": "20.19.24",
|
|
15749
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.24.tgz",
|
|
15750
|
+
"integrity": "sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA==",
|
|
15896
15751
|
"license": "MIT",
|
|
15897
15752
|
"dependencies": {
|
|
15898
15753
|
"undici-types": "~6.21.0"
|
|
@@ -16243,12 +16098,15 @@
|
|
|
16243
16098
|
}
|
|
16244
16099
|
},
|
|
16245
16100
|
"node_modules/yaml": {
|
|
16246
|
-
"version": "2.
|
|
16247
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
16248
|
-
"integrity": "sha512-
|
|
16101
|
+
"version": "2.8.1",
|
|
16102
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
|
16103
|
+
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
16249
16104
|
"license": "ISC",
|
|
16105
|
+
"bin": {
|
|
16106
|
+
"yaml": "bin.mjs"
|
|
16107
|
+
},
|
|
16250
16108
|
"engines": {
|
|
16251
|
-
"node": ">= 14"
|
|
16109
|
+
"node": ">= 14.6"
|
|
16252
16110
|
}
|
|
16253
16111
|
},
|
|
16254
16112
|
"node_modules/yargs": {
|