momentic-mobile 0.0.24 → 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 +53 -47
- package/npm-shrinkwrap.json +166 -325
- package/package.json +7 -7
- package/static/assets/{index-um2Ul35D.js → index-sQRpJWwA.js} +171 -171
- package/static/index.html +1 -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,8 +16,8 @@
|
|
|
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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"glob": "^10.4.5",
|
|
47
47
|
"jimp": "1.1.4",
|
|
48
48
|
"jpeg-js": "^0.4.4",
|
|
49
|
-
"js-beautify": "1.15.1",
|
|
49
|
+
"js-beautify": "^1.15.1",
|
|
50
50
|
"junit-report-builder": "^5.1.1",
|
|
51
51
|
"lodash-es": "^4.17.21",
|
|
52
52
|
"mime": "^4.0.4",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"quote": "^0.4.0",
|
|
72
72
|
"readline-sync": "^1.4.10",
|
|
73
73
|
"safe-stable-stringify": "^2.5.0",
|
|
74
|
-
"semver": "^7.
|
|
75
|
-
"set-cookie-parser": "^2.
|
|
74
|
+
"semver": "^7.6.0",
|
|
75
|
+
"set-cookie-parser": "^2.7.1",
|
|
76
76
|
"simple-git": "^3.27.0",
|
|
77
77
|
"slimdom": "^4.3.5",
|
|
78
78
|
"socket.io": "^4.8.1",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"wait-on": "^7.2.0",
|
|
86
86
|
"webdriverio": "^9.17.0",
|
|
87
87
|
"ws": "^8.18.3",
|
|
88
|
-
"yaml": "2.
|
|
88
|
+
"yaml": "^2.5.0",
|
|
89
89
|
"zod": "^3.25.76",
|
|
90
90
|
"zod-openapi": "^2.19.0"
|
|
91
91
|
},
|
|
@@ -1802,403 +1802,247 @@
|
|
|
1802
1802
|
}
|
|
1803
1803
|
},
|
|
1804
1804
|
"node_modules/@octokit/auth-app": {
|
|
1805
|
-
"version": "
|
|
1806
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-
|
|
1807
|
-
"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==",
|
|
1808
1808
|
"license": "MIT",
|
|
1809
1809
|
"dependencies": {
|
|
1810
|
-
"@octokit/auth-oauth-app": "^
|
|
1811
|
-
"@octokit/auth-oauth-user": "^
|
|
1812
|
-
"@octokit/request": "^
|
|
1813
|
-
"@octokit/request-error": "^
|
|
1814
|
-
"@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",
|
|
1815
1815
|
"toad-cache": "^3.7.0",
|
|
1816
1816
|
"universal-github-app-jwt": "^2.2.0",
|
|
1817
1817
|
"universal-user-agent": "^7.0.0"
|
|
1818
1818
|
},
|
|
1819
1819
|
"engines": {
|
|
1820
|
-
"node": ">=
|
|
1820
|
+
"node": ">= 20"
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
1823
1823
|
"node_modules/@octokit/auth-oauth-app": {
|
|
1824
|
-
"version": "
|
|
1825
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-app/-/auth-oauth-app-
|
|
1826
|
-
"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==",
|
|
1827
1827
|
"license": "MIT",
|
|
1828
1828
|
"dependencies": {
|
|
1829
|
-
"@octokit/auth-oauth-device": "^
|
|
1830
|
-
"@octokit/auth-oauth-user": "^
|
|
1831
|
-
"@octokit/request": "^
|
|
1832
|
-
"@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",
|
|
1833
1833
|
"universal-user-agent": "^7.0.0"
|
|
1834
1834
|
},
|
|
1835
1835
|
"engines": {
|
|
1836
|
-
"node": ">=
|
|
1836
|
+
"node": ">= 20"
|
|
1837
1837
|
}
|
|
1838
1838
|
},
|
|
1839
1839
|
"node_modules/@octokit/auth-oauth-device": {
|
|
1840
|
-
"version": "
|
|
1841
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-device/-/auth-oauth-device-
|
|
1842
|
-
"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==",
|
|
1843
1843
|
"license": "MIT",
|
|
1844
1844
|
"dependencies": {
|
|
1845
|
-
"@octokit/oauth-methods": "^
|
|
1846
|
-
"@octokit/request": "^
|
|
1847
|
-
"@octokit/types": "^
|
|
1845
|
+
"@octokit/oauth-methods": "^6.0.1",
|
|
1846
|
+
"@octokit/request": "^10.0.5",
|
|
1847
|
+
"@octokit/types": "^15.0.0",
|
|
1848
1848
|
"universal-user-agent": "^7.0.0"
|
|
1849
1849
|
},
|
|
1850
1850
|
"engines": {
|
|
1851
|
-
"node": ">=
|
|
1851
|
+
"node": ">= 20"
|
|
1852
1852
|
}
|
|
1853
1853
|
},
|
|
1854
1854
|
"node_modules/@octokit/auth-oauth-user": {
|
|
1855
|
-
"version": "
|
|
1856
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-oauth-user/-/auth-oauth-user-
|
|
1857
|
-
"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==",
|
|
1858
1858
|
"license": "MIT",
|
|
1859
1859
|
"dependencies": {
|
|
1860
|
-
"@octokit/auth-oauth-device": "^
|
|
1861
|
-
"@octokit/oauth-methods": "^
|
|
1862
|
-
"@octokit/request": "^
|
|
1863
|
-
"@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",
|
|
1864
1864
|
"universal-user-agent": "^7.0.0"
|
|
1865
1865
|
},
|
|
1866
1866
|
"engines": {
|
|
1867
|
-
"node": ">=
|
|
1867
|
+
"node": ">= 20"
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
1870
|
"node_modules/@octokit/auth-token": {
|
|
1871
|
-
"version": "
|
|
1872
|
-
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-
|
|
1873
|
-
"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==",
|
|
1874
1874
|
"license": "MIT",
|
|
1875
1875
|
"engines": {
|
|
1876
|
-
"node": ">=
|
|
1876
|
+
"node": ">= 20"
|
|
1877
1877
|
}
|
|
1878
1878
|
},
|
|
1879
1879
|
"node_modules/@octokit/core": {
|
|
1880
|
-
"version": "
|
|
1881
|
-
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-
|
|
1882
|
-
"integrity": "sha512
|
|
1883
|
-
"license": "MIT",
|
|
1884
|
-
"dependencies": {
|
|
1885
|
-
"@octokit/auth-token": "^4.0.0",
|
|
1886
|
-
"@octokit/graphql": "^7.1.0",
|
|
1887
|
-
"@octokit/request": "^8.4.1",
|
|
1888
|
-
"@octokit/request-error": "^5.1.1",
|
|
1889
|
-
"@octokit/types": "^13.0.0",
|
|
1890
|
-
"before-after-hook": "^2.2.0",
|
|
1891
|
-
"universal-user-agent": "^6.0.0"
|
|
1892
|
-
},
|
|
1893
|
-
"engines": {
|
|
1894
|
-
"node": ">= 18"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
"node_modules/@octokit/core/node_modules/@octokit/endpoint": {
|
|
1898
|
-
"version": "9.0.6",
|
|
1899
|
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
|
|
1900
|
-
"integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
|
|
1901
|
-
"license": "MIT",
|
|
1902
|
-
"dependencies": {
|
|
1903
|
-
"@octokit/types": "^13.1.0",
|
|
1904
|
-
"universal-user-agent": "^6.0.0"
|
|
1905
|
-
},
|
|
1906
|
-
"engines": {
|
|
1907
|
-
"node": ">= 18"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
"node_modules/@octokit/core/node_modules/@octokit/openapi-types": {
|
|
1911
|
-
"version": "24.2.0",
|
|
1912
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
1913
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
1914
|
-
"license": "MIT"
|
|
1915
|
-
},
|
|
1916
|
-
"node_modules/@octokit/core/node_modules/@octokit/request": {
|
|
1917
|
-
"version": "8.4.1",
|
|
1918
|
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
|
|
1919
|
-
"integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
|
|
1920
|
-
"license": "MIT",
|
|
1921
|
-
"dependencies": {
|
|
1922
|
-
"@octokit/endpoint": "^9.0.6",
|
|
1923
|
-
"@octokit/request-error": "^5.1.1",
|
|
1924
|
-
"@octokit/types": "^13.1.0",
|
|
1925
|
-
"universal-user-agent": "^6.0.0"
|
|
1926
|
-
},
|
|
1927
|
-
"engines": {
|
|
1928
|
-
"node": ">= 18"
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
"node_modules/@octokit/core/node_modules/@octokit/request-error": {
|
|
1932
|
-
"version": "5.1.1",
|
|
1933
|
-
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
|
|
1934
|
-
"integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==",
|
|
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==",
|
|
1935
1883
|
"license": "MIT",
|
|
1936
1884
|
"dependencies": {
|
|
1937
|
-
"@octokit/
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
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"
|
|
1940
1892
|
},
|
|
1941
1893
|
"engines": {
|
|
1942
|
-
"node": ">=
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
"node_modules/@octokit/core/node_modules/@octokit/types": {
|
|
1946
|
-
"version": "13.10.0",
|
|
1947
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
1948
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
1949
|
-
"license": "MIT",
|
|
1950
|
-
"dependencies": {
|
|
1951
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
1894
|
+
"node": ">= 20"
|
|
1952
1895
|
}
|
|
1953
1896
|
},
|
|
1954
|
-
"node_modules/@octokit/core/node_modules/universal-user-agent": {
|
|
1955
|
-
"version": "6.0.1",
|
|
1956
|
-
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
|
1957
|
-
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
|
|
1958
|
-
"license": "ISC"
|
|
1959
|
-
},
|
|
1960
1897
|
"node_modules/@octokit/endpoint": {
|
|
1961
|
-
"version": "
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-
|
|
1963
|
-
"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==",
|
|
1964
1901
|
"license": "MIT",
|
|
1965
1902
|
"dependencies": {
|
|
1966
|
-
"@octokit/types": "^
|
|
1903
|
+
"@octokit/types": "^15.0.0",
|
|
1967
1904
|
"universal-user-agent": "^7.0.2"
|
|
1968
1905
|
},
|
|
1969
1906
|
"engines": {
|
|
1970
|
-
"node": ">=
|
|
1907
|
+
"node": ">= 20"
|
|
1971
1908
|
}
|
|
1972
1909
|
},
|
|
1973
1910
|
"node_modules/@octokit/graphql": {
|
|
1974
|
-
"version": "
|
|
1975
|
-
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-
|
|
1976
|
-
"integrity": "sha512-
|
|
1977
|
-
"license": "MIT",
|
|
1978
|
-
"dependencies": {
|
|
1979
|
-
"@octokit/request": "^8.4.1",
|
|
1980
|
-
"@octokit/types": "^13.0.0",
|
|
1981
|
-
"universal-user-agent": "^6.0.0"
|
|
1982
|
-
},
|
|
1983
|
-
"engines": {
|
|
1984
|
-
"node": ">= 18"
|
|
1985
|
-
}
|
|
1986
|
-
},
|
|
1987
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/endpoint": {
|
|
1988
|
-
"version": "9.0.6",
|
|
1989
|
-
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz",
|
|
1990
|
-
"integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==",
|
|
1991
|
-
"license": "MIT",
|
|
1992
|
-
"dependencies": {
|
|
1993
|
-
"@octokit/types": "^13.1.0",
|
|
1994
|
-
"universal-user-agent": "^6.0.0"
|
|
1995
|
-
},
|
|
1996
|
-
"engines": {
|
|
1997
|
-
"node": ">= 18"
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/openapi-types": {
|
|
2001
|
-
"version": "24.2.0",
|
|
2002
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
2003
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
2004
|
-
"license": "MIT"
|
|
2005
|
-
},
|
|
2006
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/request": {
|
|
2007
|
-
"version": "8.4.1",
|
|
2008
|
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz",
|
|
2009
|
-
"integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==",
|
|
2010
|
-
"license": "MIT",
|
|
2011
|
-
"dependencies": {
|
|
2012
|
-
"@octokit/endpoint": "^9.0.6",
|
|
2013
|
-
"@octokit/request-error": "^5.1.1",
|
|
2014
|
-
"@octokit/types": "^13.1.0",
|
|
2015
|
-
"universal-user-agent": "^6.0.0"
|
|
2016
|
-
},
|
|
2017
|
-
"engines": {
|
|
2018
|
-
"node": ">= 18"
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/request-error": {
|
|
2022
|
-
"version": "5.1.1",
|
|
2023
|
-
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz",
|
|
2024
|
-
"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==",
|
|
2025
1914
|
"license": "MIT",
|
|
2026
1915
|
"dependencies": {
|
|
2027
|
-
"@octokit/
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
1916
|
+
"@octokit/request": "^10.0.4",
|
|
1917
|
+
"@octokit/types": "^15.0.0",
|
|
1918
|
+
"universal-user-agent": "^7.0.0"
|
|
2030
1919
|
},
|
|
2031
1920
|
"engines": {
|
|
2032
|
-
"node": ">=
|
|
1921
|
+
"node": ">= 20"
|
|
2033
1922
|
}
|
|
2034
1923
|
},
|
|
2035
|
-
"node_modules/@octokit/graphql/node_modules/@octokit/types": {
|
|
2036
|
-
"version": "13.10.0",
|
|
2037
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
2038
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
2039
|
-
"license": "MIT",
|
|
2040
|
-
"dependencies": {
|
|
2041
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
2042
|
-
}
|
|
2043
|
-
},
|
|
2044
|
-
"node_modules/@octokit/graphql/node_modules/universal-user-agent": {
|
|
2045
|
-
"version": "6.0.1",
|
|
2046
|
-
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
|
2047
|
-
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
|
|
2048
|
-
"license": "ISC"
|
|
2049
|
-
},
|
|
2050
1924
|
"node_modules/@octokit/oauth-authorization-url": {
|
|
2051
|
-
"version": "
|
|
2052
|
-
"resolved": "https://registry.npmjs.org/@octokit/oauth-authorization-url/-/oauth-authorization-url-
|
|
2053
|
-
"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==",
|
|
2054
1928
|
"license": "MIT",
|
|
2055
1929
|
"engines": {
|
|
2056
|
-
"node": ">=
|
|
1930
|
+
"node": ">= 20"
|
|
2057
1931
|
}
|
|
2058
1932
|
},
|
|
2059
1933
|
"node_modules/@octokit/oauth-methods": {
|
|
2060
|
-
"version": "
|
|
2061
|
-
"resolved": "https://registry.npmjs.org/@octokit/oauth-methods/-/oauth-methods-
|
|
2062
|
-
"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==",
|
|
2063
1937
|
"license": "MIT",
|
|
2064
1938
|
"dependencies": {
|
|
2065
|
-
"@octokit/oauth-authorization-url": "^
|
|
2066
|
-
"@octokit/request": "^
|
|
2067
|
-
"@octokit/request-error": "^
|
|
2068
|
-
"@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"
|
|
2069
1943
|
},
|
|
2070
1944
|
"engines": {
|
|
2071
|
-
"node": ">=
|
|
1945
|
+
"node": ">= 20"
|
|
2072
1946
|
}
|
|
2073
1947
|
},
|
|
2074
1948
|
"node_modules/@octokit/openapi-types": {
|
|
2075
|
-
"version": "
|
|
2076
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-
|
|
2077
|
-
"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==",
|
|
2078
1952
|
"license": "MIT"
|
|
2079
1953
|
},
|
|
2080
1954
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
2081
|
-
"version": "
|
|
2082
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-
|
|
2083
|
-
"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==",
|
|
2084
1958
|
"license": "MIT",
|
|
2085
1959
|
"dependencies": {
|
|
2086
|
-
"@octokit/types": "^
|
|
1960
|
+
"@octokit/types": "^15.0.1"
|
|
2087
1961
|
},
|
|
2088
1962
|
"engines": {
|
|
2089
|
-
"node": ">=
|
|
1963
|
+
"node": ">= 20"
|
|
2090
1964
|
},
|
|
2091
1965
|
"peerDependencies": {
|
|
2092
|
-
"@octokit/core": "
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
|
-
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
|
|
2096
|
-
"version": "24.2.0",
|
|
2097
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
2098
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
2099
|
-
"license": "MIT"
|
|
2100
|
-
},
|
|
2101
|
-
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
|
|
2102
|
-
"version": "13.10.0",
|
|
2103
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
2104
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
2105
|
-
"license": "MIT",
|
|
2106
|
-
"dependencies": {
|
|
2107
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
1966
|
+
"@octokit/core": ">=6"
|
|
2108
1967
|
}
|
|
2109
1968
|
},
|
|
2110
1969
|
"node_modules/@octokit/plugin-request-log": {
|
|
2111
|
-
"version": "
|
|
2112
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-
|
|
2113
|
-
"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==",
|
|
2114
1973
|
"license": "MIT",
|
|
2115
1974
|
"engines": {
|
|
2116
|
-
"node": ">=
|
|
1975
|
+
"node": ">= 20"
|
|
2117
1976
|
},
|
|
2118
1977
|
"peerDependencies": {
|
|
2119
|
-
"@octokit/core": "
|
|
1978
|
+
"@octokit/core": ">=6"
|
|
2120
1979
|
}
|
|
2121
1980
|
},
|
|
2122
1981
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
2123
|
-
"version": "
|
|
2124
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-
|
|
2125
|
-
"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==",
|
|
2126
1985
|
"license": "MIT",
|
|
2127
1986
|
"dependencies": {
|
|
2128
|
-
"@octokit/types": "^
|
|
1987
|
+
"@octokit/types": "^15.0.1"
|
|
2129
1988
|
},
|
|
2130
1989
|
"engines": {
|
|
2131
|
-
"node": ">=
|
|
1990
|
+
"node": ">= 20"
|
|
2132
1991
|
},
|
|
2133
1992
|
"peerDependencies": {
|
|
2134
|
-
"@octokit/core": "
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
|
|
2138
|
-
"version": "24.2.0",
|
|
2139
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
|
|
2140
|
-
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
|
|
2141
|
-
"license": "MIT"
|
|
2142
|
-
},
|
|
2143
|
-
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
|
|
2144
|
-
"version": "13.10.0",
|
|
2145
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
|
|
2146
|
-
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
|
|
2147
|
-
"license": "MIT",
|
|
2148
|
-
"dependencies": {
|
|
2149
|
-
"@octokit/openapi-types": "^24.2.0"
|
|
1993
|
+
"@octokit/core": ">=6"
|
|
2150
1994
|
}
|
|
2151
1995
|
},
|
|
2152
1996
|
"node_modules/@octokit/request": {
|
|
2153
|
-
"version": "
|
|
2154
|
-
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-
|
|
2155
|
-
"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==",
|
|
2156
2000
|
"license": "MIT",
|
|
2157
2001
|
"dependencies": {
|
|
2158
|
-
"@octokit/endpoint": "^
|
|
2159
|
-
"@octokit/request-error": "^
|
|
2160
|
-
"@octokit/types": "^
|
|
2161
|
-
"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",
|
|
2162
2006
|
"universal-user-agent": "^7.0.2"
|
|
2163
2007
|
},
|
|
2164
2008
|
"engines": {
|
|
2165
|
-
"node": ">=
|
|
2009
|
+
"node": ">= 20"
|
|
2166
2010
|
}
|
|
2167
2011
|
},
|
|
2168
2012
|
"node_modules/@octokit/request-error": {
|
|
2169
|
-
"version": "
|
|
2170
|
-
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-
|
|
2171
|
-
"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==",
|
|
2172
2016
|
"license": "MIT",
|
|
2173
2017
|
"dependencies": {
|
|
2174
|
-
"@octokit/types": "^
|
|
2018
|
+
"@octokit/types": "^15.0.0"
|
|
2175
2019
|
},
|
|
2176
2020
|
"engines": {
|
|
2177
|
-
"node": ">=
|
|
2021
|
+
"node": ">= 20"
|
|
2178
2022
|
}
|
|
2179
2023
|
},
|
|
2180
2024
|
"node_modules/@octokit/rest": {
|
|
2181
|
-
"version": "
|
|
2182
|
-
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-
|
|
2183
|
-
"integrity": "sha512-
|
|
2025
|
+
"version": "22.0.0",
|
|
2026
|
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-22.0.0.tgz",
|
|
2027
|
+
"integrity": "sha512-z6tmTu9BTnw51jYGulxrlernpsQYXpui1RK21vmXn8yF5bp6iX16yfTtJYGK5Mh1qDkvDOmp2n8sRMcQmR8jiA==",
|
|
2184
2028
|
"license": "MIT",
|
|
2185
2029
|
"dependencies": {
|
|
2186
|
-
"@octokit/core": "^
|
|
2187
|
-
"@octokit/plugin-paginate-rest": "
|
|
2188
|
-
"@octokit/plugin-request-log": "^
|
|
2189
|
-
"@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"
|
|
2190
2034
|
},
|
|
2191
2035
|
"engines": {
|
|
2192
|
-
"node": ">=
|
|
2036
|
+
"node": ">= 20"
|
|
2193
2037
|
}
|
|
2194
2038
|
},
|
|
2195
2039
|
"node_modules/@octokit/types": {
|
|
2196
|
-
"version": "
|
|
2197
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-
|
|
2198
|
-
"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==",
|
|
2199
2043
|
"license": "MIT",
|
|
2200
2044
|
"dependencies": {
|
|
2201
|
-
"@octokit/openapi-types": "^
|
|
2045
|
+
"@octokit/openapi-types": "^26.0.0"
|
|
2202
2046
|
}
|
|
2203
2047
|
},
|
|
2204
2048
|
"node_modules/@one-ini/wasm": {
|
|
@@ -3089,9 +2933,9 @@
|
|
|
3089
2933
|
}
|
|
3090
2934
|
},
|
|
3091
2935
|
"node_modules/@types/node": {
|
|
3092
|
-
"version": "24.9.
|
|
3093
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.
|
|
3094
|
-
"integrity": "sha512-
|
|
2936
|
+
"version": "24.9.2",
|
|
2937
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
|
|
2938
|
+
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
|
|
3095
2939
|
"license": "MIT",
|
|
3096
2940
|
"dependencies": {
|
|
3097
2941
|
"undici-types": "~7.16.0"
|
|
@@ -3248,9 +3092,9 @@
|
|
|
3248
3092
|
}
|
|
3249
3093
|
},
|
|
3250
3094
|
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
3251
|
-
"version": "20.19.
|
|
3252
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
3253
|
-
"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==",
|
|
3254
3098
|
"license": "MIT",
|
|
3255
3099
|
"dependencies": {
|
|
3256
3100
|
"undici-types": "~6.21.0"
|
|
@@ -3275,9 +3119,9 @@
|
|
|
3275
3119
|
}
|
|
3276
3120
|
},
|
|
3277
3121
|
"node_modules/@wdio/types/node_modules/@types/node": {
|
|
3278
|
-
"version": "20.19.
|
|
3279
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
3280
|
-
"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==",
|
|
3281
3125
|
"license": "MIT",
|
|
3282
3126
|
"dependencies": {
|
|
3283
3127
|
"undici-types": "~6.21.0"
|
|
@@ -8699,9 +8543,9 @@
|
|
|
8699
8543
|
}
|
|
8700
8544
|
},
|
|
8701
8545
|
"node_modules/axios": {
|
|
8702
|
-
"version": "1.
|
|
8703
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
8704
|
-
"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==",
|
|
8705
8549
|
"license": "MIT",
|
|
8706
8550
|
"dependencies": {
|
|
8707
8551
|
"follow-redirects": "^1.15.6",
|
|
@@ -8899,9 +8743,9 @@
|
|
|
8899
8743
|
}
|
|
8900
8744
|
},
|
|
8901
8745
|
"node_modules/before-after-hook": {
|
|
8902
|
-
"version": "
|
|
8903
|
-
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-
|
|
8904
|
-
"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==",
|
|
8905
8749
|
"license": "Apache-2.0"
|
|
8906
8750
|
},
|
|
8907
8751
|
"node_modules/big-integer": {
|
|
@@ -9817,12 +9661,6 @@
|
|
|
9817
9661
|
"node": ">= 0.8"
|
|
9818
9662
|
}
|
|
9819
9663
|
},
|
|
9820
|
-
"node_modules/deprecation": {
|
|
9821
|
-
"version": "2.3.1",
|
|
9822
|
-
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
|
|
9823
|
-
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==",
|
|
9824
|
-
"license": "ISC"
|
|
9825
|
-
},
|
|
9826
9664
|
"node_modules/destroy": {
|
|
9827
9665
|
"version": "1.2.0",
|
|
9828
9666
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
@@ -10577,9 +10415,9 @@
|
|
|
10577
10415
|
}
|
|
10578
10416
|
},
|
|
10579
10417
|
"node_modules/fast-content-type-parse": {
|
|
10580
|
-
"version": "
|
|
10581
|
-
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-
|
|
10582
|
-
"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==",
|
|
10583
10421
|
"funding": [
|
|
10584
10422
|
{
|
|
10585
10423
|
"type": "github",
|
|
@@ -11805,16 +11643,16 @@
|
|
|
11805
11643
|
"license": "BSD-3-Clause"
|
|
11806
11644
|
},
|
|
11807
11645
|
"node_modules/js-beautify": {
|
|
11808
|
-
"version": "1.15.
|
|
11809
|
-
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.
|
|
11810
|
-
"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==",
|
|
11811
11649
|
"license": "MIT",
|
|
11812
11650
|
"dependencies": {
|
|
11813
11651
|
"config-chain": "^1.1.13",
|
|
11814
11652
|
"editorconfig": "^1.0.4",
|
|
11815
|
-
"glob": "^10.
|
|
11653
|
+
"glob": "^10.4.2",
|
|
11816
11654
|
"js-cookie": "^3.0.5",
|
|
11817
|
-
"nopt": "^7.2.
|
|
11655
|
+
"nopt": "^7.2.1"
|
|
11818
11656
|
},
|
|
11819
11657
|
"bin": {
|
|
11820
11658
|
"css-beautify": "js/bin/css-beautify.js",
|
|
@@ -14471,9 +14309,9 @@
|
|
|
14471
14309
|
"license": "ISC"
|
|
14472
14310
|
},
|
|
14473
14311
|
"node_modules/set-cookie-parser": {
|
|
14474
|
-
"version": "2.7.
|
|
14475
|
-
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.
|
|
14476
|
-
"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==",
|
|
14477
14315
|
"license": "MIT"
|
|
14478
14316
|
},
|
|
14479
14317
|
"node_modules/setimmediate": {
|
|
@@ -15498,9 +15336,9 @@
|
|
|
15498
15336
|
"license": "0BSD"
|
|
15499
15337
|
},
|
|
15500
15338
|
"node_modules/twilio": {
|
|
15501
|
-
"version": "5.10.
|
|
15502
|
-
"resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.
|
|
15503
|
-
"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==",
|
|
15504
15342
|
"license": "MIT",
|
|
15505
15343
|
"dependencies": {
|
|
15506
15344
|
"axios": "^1.12.0",
|
|
@@ -15839,9 +15677,9 @@
|
|
|
15839
15677
|
}
|
|
15840
15678
|
},
|
|
15841
15679
|
"node_modules/webdriver/node_modules/@types/node": {
|
|
15842
|
-
"version": "20.19.
|
|
15843
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
15844
|
-
"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==",
|
|
15845
15683
|
"license": "MIT",
|
|
15846
15684
|
"dependencies": {
|
|
15847
15685
|
"undici-types": "~6.21.0"
|
|
@@ -15907,9 +15745,9 @@
|
|
|
15907
15745
|
}
|
|
15908
15746
|
},
|
|
15909
15747
|
"node_modules/webdriverio/node_modules/@types/node": {
|
|
15910
|
-
"version": "20.19.
|
|
15911
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
15912
|
-
"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==",
|
|
15913
15751
|
"license": "MIT",
|
|
15914
15752
|
"dependencies": {
|
|
15915
15753
|
"undici-types": "~6.21.0"
|
|
@@ -16260,12 +16098,15 @@
|
|
|
16260
16098
|
}
|
|
16261
16099
|
},
|
|
16262
16100
|
"node_modules/yaml": {
|
|
16263
|
-
"version": "2.
|
|
16264
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
16265
|
-
"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==",
|
|
16266
16104
|
"license": "ISC",
|
|
16105
|
+
"bin": {
|
|
16106
|
+
"yaml": "bin.mjs"
|
|
16107
|
+
},
|
|
16267
16108
|
"engines": {
|
|
16268
|
-
"node": ">= 14"
|
|
16109
|
+
"node": ">= 14.6"
|
|
16269
16110
|
}
|
|
16270
16111
|
},
|
|
16271
16112
|
"node_modules/yargs": {
|