@testim/testim-cli 4.154.0 → 4.156.0
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/README.md +10 -0
- package/cli.js +31 -31
- package/cli.js.map +3 -3
- package/meta.json +1 -1
- package/npm-shrinkwrap.json +74 -321
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.156.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.156.0",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -1742,9 +1742,9 @@
|
|
|
1742
1742
|
}
|
|
1743
1743
|
},
|
|
1744
1744
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1745
|
-
"version": "1.5.
|
|
1746
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.
|
|
1747
|
-
"integrity": "sha512-
|
|
1745
|
+
"version": "1.5.4",
|
|
1746
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
|
|
1747
|
+
"integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
|
|
1748
1748
|
"peer": true
|
|
1749
1749
|
},
|
|
1750
1750
|
"node_modules/@lukeed/csprng": {
|
|
@@ -1865,205 +1865,10 @@
|
|
|
1865
1865
|
"node": ">=12"
|
|
1866
1866
|
}
|
|
1867
1867
|
},
|
|
1868
|
-
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1869
|
-
"version": "4.44.0",
|
|
1870
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.0.tgz",
|
|
1871
|
-
"integrity": "sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==",
|
|
1872
|
-
"cpu": [
|
|
1873
|
-
"arm"
|
|
1874
|
-
],
|
|
1875
|
-
"optional": true,
|
|
1876
|
-
"os": [
|
|
1877
|
-
"android"
|
|
1878
|
-
],
|
|
1879
|
-
"peer": true
|
|
1880
|
-
},
|
|
1881
|
-
"node_modules/@rollup/rollup-android-arm64": {
|
|
1882
|
-
"version": "4.44.0",
|
|
1883
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.0.tgz",
|
|
1884
|
-
"integrity": "sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==",
|
|
1885
|
-
"cpu": [
|
|
1886
|
-
"arm64"
|
|
1887
|
-
],
|
|
1888
|
-
"optional": true,
|
|
1889
|
-
"os": [
|
|
1890
|
-
"android"
|
|
1891
|
-
],
|
|
1892
|
-
"peer": true
|
|
1893
|
-
},
|
|
1894
|
-
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1895
|
-
"version": "4.44.0",
|
|
1896
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.0.tgz",
|
|
1897
|
-
"integrity": "sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==",
|
|
1898
|
-
"cpu": [
|
|
1899
|
-
"arm64"
|
|
1900
|
-
],
|
|
1901
|
-
"optional": true,
|
|
1902
|
-
"os": [
|
|
1903
|
-
"darwin"
|
|
1904
|
-
],
|
|
1905
|
-
"peer": true
|
|
1906
|
-
},
|
|
1907
|
-
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1908
|
-
"version": "4.44.0",
|
|
1909
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.0.tgz",
|
|
1910
|
-
"integrity": "sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==",
|
|
1911
|
-
"cpu": [
|
|
1912
|
-
"x64"
|
|
1913
|
-
],
|
|
1914
|
-
"optional": true,
|
|
1915
|
-
"os": [
|
|
1916
|
-
"darwin"
|
|
1917
|
-
],
|
|
1918
|
-
"peer": true
|
|
1919
|
-
},
|
|
1920
|
-
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1921
|
-
"version": "4.44.0",
|
|
1922
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.0.tgz",
|
|
1923
|
-
"integrity": "sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==",
|
|
1924
|
-
"cpu": [
|
|
1925
|
-
"arm64"
|
|
1926
|
-
],
|
|
1927
|
-
"optional": true,
|
|
1928
|
-
"os": [
|
|
1929
|
-
"freebsd"
|
|
1930
|
-
],
|
|
1931
|
-
"peer": true
|
|
1932
|
-
},
|
|
1933
|
-
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1934
|
-
"version": "4.44.0",
|
|
1935
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.0.tgz",
|
|
1936
|
-
"integrity": "sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==",
|
|
1937
|
-
"cpu": [
|
|
1938
|
-
"x64"
|
|
1939
|
-
],
|
|
1940
|
-
"optional": true,
|
|
1941
|
-
"os": [
|
|
1942
|
-
"freebsd"
|
|
1943
|
-
],
|
|
1944
|
-
"peer": true
|
|
1945
|
-
},
|
|
1946
|
-
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1947
|
-
"version": "4.44.0",
|
|
1948
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.0.tgz",
|
|
1949
|
-
"integrity": "sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==",
|
|
1950
|
-
"cpu": [
|
|
1951
|
-
"arm"
|
|
1952
|
-
],
|
|
1953
|
-
"optional": true,
|
|
1954
|
-
"os": [
|
|
1955
|
-
"linux"
|
|
1956
|
-
],
|
|
1957
|
-
"peer": true
|
|
1958
|
-
},
|
|
1959
|
-
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1960
|
-
"version": "4.44.0",
|
|
1961
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.0.tgz",
|
|
1962
|
-
"integrity": "sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==",
|
|
1963
|
-
"cpu": [
|
|
1964
|
-
"arm"
|
|
1965
|
-
],
|
|
1966
|
-
"optional": true,
|
|
1967
|
-
"os": [
|
|
1968
|
-
"linux"
|
|
1969
|
-
],
|
|
1970
|
-
"peer": true
|
|
1971
|
-
},
|
|
1972
|
-
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1973
|
-
"version": "4.44.0",
|
|
1974
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.0.tgz",
|
|
1975
|
-
"integrity": "sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==",
|
|
1976
|
-
"cpu": [
|
|
1977
|
-
"arm64"
|
|
1978
|
-
],
|
|
1979
|
-
"optional": true,
|
|
1980
|
-
"os": [
|
|
1981
|
-
"linux"
|
|
1982
|
-
],
|
|
1983
|
-
"peer": true
|
|
1984
|
-
},
|
|
1985
|
-
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1986
|
-
"version": "4.44.0",
|
|
1987
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.0.tgz",
|
|
1988
|
-
"integrity": "sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==",
|
|
1989
|
-
"cpu": [
|
|
1990
|
-
"arm64"
|
|
1991
|
-
],
|
|
1992
|
-
"optional": true,
|
|
1993
|
-
"os": [
|
|
1994
|
-
"linux"
|
|
1995
|
-
],
|
|
1996
|
-
"peer": true
|
|
1997
|
-
},
|
|
1998
|
-
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
1999
|
-
"version": "4.44.0",
|
|
2000
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.0.tgz",
|
|
2001
|
-
"integrity": "sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==",
|
|
2002
|
-
"cpu": [
|
|
2003
|
-
"loong64"
|
|
2004
|
-
],
|
|
2005
|
-
"optional": true,
|
|
2006
|
-
"os": [
|
|
2007
|
-
"linux"
|
|
2008
|
-
],
|
|
2009
|
-
"peer": true
|
|
2010
|
-
},
|
|
2011
|
-
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
|
2012
|
-
"version": "4.44.0",
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.0.tgz",
|
|
2014
|
-
"integrity": "sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==",
|
|
2015
|
-
"cpu": [
|
|
2016
|
-
"ppc64"
|
|
2017
|
-
],
|
|
2018
|
-
"optional": true,
|
|
2019
|
-
"os": [
|
|
2020
|
-
"linux"
|
|
2021
|
-
],
|
|
2022
|
-
"peer": true
|
|
2023
|
-
},
|
|
2024
|
-
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
2025
|
-
"version": "4.44.0",
|
|
2026
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.0.tgz",
|
|
2027
|
-
"integrity": "sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==",
|
|
2028
|
-
"cpu": [
|
|
2029
|
-
"riscv64"
|
|
2030
|
-
],
|
|
2031
|
-
"optional": true,
|
|
2032
|
-
"os": [
|
|
2033
|
-
"linux"
|
|
2034
|
-
],
|
|
2035
|
-
"peer": true
|
|
2036
|
-
},
|
|
2037
|
-
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
2038
|
-
"version": "4.44.0",
|
|
2039
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.0.tgz",
|
|
2040
|
-
"integrity": "sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==",
|
|
2041
|
-
"cpu": [
|
|
2042
|
-
"riscv64"
|
|
2043
|
-
],
|
|
2044
|
-
"optional": true,
|
|
2045
|
-
"os": [
|
|
2046
|
-
"linux"
|
|
2047
|
-
],
|
|
2048
|
-
"peer": true
|
|
2049
|
-
},
|
|
2050
|
-
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
2051
|
-
"version": "4.44.0",
|
|
2052
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.0.tgz",
|
|
2053
|
-
"integrity": "sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==",
|
|
2054
|
-
"cpu": [
|
|
2055
|
-
"s390x"
|
|
2056
|
-
],
|
|
2057
|
-
"optional": true,
|
|
2058
|
-
"os": [
|
|
2059
|
-
"linux"
|
|
2060
|
-
],
|
|
2061
|
-
"peer": true
|
|
2062
|
-
},
|
|
2063
1868
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
2064
|
-
"version": "4.44.
|
|
2065
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.
|
|
2066
|
-
"integrity": "sha512-
|
|
1869
|
+
"version": "4.44.1",
|
|
1870
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz",
|
|
1871
|
+
"integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==",
|
|
2067
1872
|
"cpu": [
|
|
2068
1873
|
"x64"
|
|
2069
1874
|
],
|
|
@@ -2073,58 +1878,6 @@
|
|
|
2073
1878
|
],
|
|
2074
1879
|
"peer": true
|
|
2075
1880
|
},
|
|
2076
|
-
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
2077
|
-
"version": "4.44.0",
|
|
2078
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.0.tgz",
|
|
2079
|
-
"integrity": "sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==",
|
|
2080
|
-
"cpu": [
|
|
2081
|
-
"x64"
|
|
2082
|
-
],
|
|
2083
|
-
"optional": true,
|
|
2084
|
-
"os": [
|
|
2085
|
-
"linux"
|
|
2086
|
-
],
|
|
2087
|
-
"peer": true
|
|
2088
|
-
},
|
|
2089
|
-
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
2090
|
-
"version": "4.44.0",
|
|
2091
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.0.tgz",
|
|
2092
|
-
"integrity": "sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==",
|
|
2093
|
-
"cpu": [
|
|
2094
|
-
"arm64"
|
|
2095
|
-
],
|
|
2096
|
-
"optional": true,
|
|
2097
|
-
"os": [
|
|
2098
|
-
"win32"
|
|
2099
|
-
],
|
|
2100
|
-
"peer": true
|
|
2101
|
-
},
|
|
2102
|
-
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
2103
|
-
"version": "4.44.0",
|
|
2104
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.0.tgz",
|
|
2105
|
-
"integrity": "sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==",
|
|
2106
|
-
"cpu": [
|
|
2107
|
-
"ia32"
|
|
2108
|
-
],
|
|
2109
|
-
"optional": true,
|
|
2110
|
-
"os": [
|
|
2111
|
-
"win32"
|
|
2112
|
-
],
|
|
2113
|
-
"peer": true
|
|
2114
|
-
},
|
|
2115
|
-
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
2116
|
-
"version": "4.44.0",
|
|
2117
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.0.tgz",
|
|
2118
|
-
"integrity": "sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==",
|
|
2119
|
-
"cpu": [
|
|
2120
|
-
"x64"
|
|
2121
|
-
],
|
|
2122
|
-
"optional": true,
|
|
2123
|
-
"os": [
|
|
2124
|
-
"win32"
|
|
2125
|
-
],
|
|
2126
|
-
"peer": true
|
|
2127
|
-
},
|
|
2128
1881
|
"node_modules/@segment/analytics-core": {
|
|
2129
1882
|
"version": "1.7.0",
|
|
2130
1883
|
"resolved": "https://registry.npmjs.org/@segment/analytics-core/-/analytics-core-1.7.0.tgz",
|
|
@@ -2587,9 +2340,9 @@
|
|
|
2587
2340
|
"peer": true
|
|
2588
2341
|
},
|
|
2589
2342
|
"node_modules/@vitest/expect/node_modules/pathval": {
|
|
2590
|
-
"version": "2.0.
|
|
2591
|
-
"resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.
|
|
2592
|
-
"integrity": "sha512
|
|
2343
|
+
"version": "2.0.1",
|
|
2344
|
+
"resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
|
|
2345
|
+
"integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
|
|
2593
2346
|
"peer": true,
|
|
2594
2347
|
"engines": {
|
|
2595
2348
|
"node": ">= 14.16"
|
|
@@ -2754,9 +2507,9 @@
|
|
|
2754
2507
|
}
|
|
2755
2508
|
},
|
|
2756
2509
|
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
2757
|
-
"version": "22.
|
|
2758
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
2759
|
-
"integrity": "sha512-
|
|
2510
|
+
"version": "22.16.0",
|
|
2511
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz",
|
|
2512
|
+
"integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==",
|
|
2760
2513
|
"dependencies": {
|
|
2761
2514
|
"undici-types": "~6.21.0"
|
|
2762
2515
|
}
|
|
@@ -2787,9 +2540,9 @@
|
|
|
2787
2540
|
}
|
|
2788
2541
|
},
|
|
2789
2542
|
"node_modules/@wdio/types/node_modules/@types/node": {
|
|
2790
|
-
"version": "18.19.
|
|
2791
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
2792
|
-
"integrity": "sha512-
|
|
2543
|
+
"version": "18.19.115",
|
|
2544
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.115.tgz",
|
|
2545
|
+
"integrity": "sha512-kNrFiTgG4a9JAn1LMQeLOv3MvXIPokzXziohMrMsvpYgLpdEt/mMiVYc4sGKtDfyxM5gIDF4VgrPRyCw4fHOYg==",
|
|
2793
2546
|
"dependencies": {
|
|
2794
2547
|
"undici-types": "~5.26.4"
|
|
2795
2548
|
}
|
|
@@ -4089,9 +3842,9 @@
|
|
|
4089
3842
|
}
|
|
4090
3843
|
},
|
|
4091
3844
|
"node_modules/css-select": {
|
|
4092
|
-
"version": "5.
|
|
4093
|
-
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.
|
|
4094
|
-
"integrity": "sha512-
|
|
3845
|
+
"version": "5.2.2",
|
|
3846
|
+
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
|
|
3847
|
+
"integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
|
|
4095
3848
|
"dependencies": {
|
|
4096
3849
|
"boolbase": "^1.0.0",
|
|
4097
3850
|
"css-what": "^6.1.0",
|
|
@@ -4126,9 +3879,9 @@
|
|
|
4126
3879
|
"integrity": "sha512-FUV3xaJ63buRLgHrLQVlVgQnQdR4yqdLGaDu7g8CQcWjInDfM9plBTPI9FRfpahju1UBSaMckeb2/46ApS/V1Q=="
|
|
4127
3880
|
},
|
|
4128
3881
|
"node_modules/css-what": {
|
|
4129
|
-
"version": "6.
|
|
4130
|
-
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.
|
|
4131
|
-
"integrity": "sha512-
|
|
3882
|
+
"version": "6.2.2",
|
|
3883
|
+
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
|
|
3884
|
+
"integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
|
|
4132
3885
|
"engines": {
|
|
4133
3886
|
"node": ">= 6"
|
|
4134
3887
|
},
|
|
@@ -4422,9 +4175,9 @@
|
|
|
4422
4175
|
}
|
|
4423
4176
|
},
|
|
4424
4177
|
"node_modules/dotenv": {
|
|
4425
|
-
"version": "16.
|
|
4426
|
-
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.
|
|
4427
|
-
"integrity": "sha512-
|
|
4178
|
+
"version": "16.6.1",
|
|
4179
|
+
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
|
|
4180
|
+
"integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
|
|
4428
4181
|
"engines": {
|
|
4429
4182
|
"node": ">=12"
|
|
4430
4183
|
},
|
|
@@ -4872,11 +4625,11 @@
|
|
|
4872
4625
|
}
|
|
4873
4626
|
},
|
|
4874
4627
|
"node_modules/eventsource-parser": {
|
|
4875
|
-
"version": "3.0.
|
|
4876
|
-
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.
|
|
4877
|
-
"integrity": "sha512-
|
|
4628
|
+
"version": "3.0.3",
|
|
4629
|
+
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.3.tgz",
|
|
4630
|
+
"integrity": "sha512-nVpZkTMM9rF6AQ9gPJpFsNAMt48wIzB5TQgiTLdHiuO8XEDhUgZEhqKlZWXbIzo9VmJ/HvysHqEaVeD5v9TPvA==",
|
|
4878
4631
|
"engines": {
|
|
4879
|
-
"node": ">=
|
|
4632
|
+
"node": ">=20.0.0"
|
|
4880
4633
|
}
|
|
4881
4634
|
},
|
|
4882
4635
|
"node_modules/execa": {
|
|
@@ -10631,9 +10384,9 @@
|
|
|
10631
10384
|
}
|
|
10632
10385
|
},
|
|
10633
10386
|
"node_modules/rollup": {
|
|
10634
|
-
"version": "4.44.
|
|
10635
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.44.
|
|
10636
|
-
"integrity": "sha512-
|
|
10387
|
+
"version": "4.44.1",
|
|
10388
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.44.1.tgz",
|
|
10389
|
+
"integrity": "sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==",
|
|
10637
10390
|
"peer": true,
|
|
10638
10391
|
"dependencies": {
|
|
10639
10392
|
"@types/estree": "1.0.8"
|
|
@@ -10646,26 +10399,26 @@
|
|
|
10646
10399
|
"npm": ">=8.0.0"
|
|
10647
10400
|
},
|
|
10648
10401
|
"optionalDependencies": {
|
|
10649
|
-
"@rollup/rollup-android-arm-eabi": "4.44.
|
|
10650
|
-
"@rollup/rollup-android-arm64": "4.44.
|
|
10651
|
-
"@rollup/rollup-darwin-arm64": "4.44.
|
|
10652
|
-
"@rollup/rollup-darwin-x64": "4.44.
|
|
10653
|
-
"@rollup/rollup-freebsd-arm64": "4.44.
|
|
10654
|
-
"@rollup/rollup-freebsd-x64": "4.44.
|
|
10655
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.44.
|
|
10656
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.44.
|
|
10657
|
-
"@rollup/rollup-linux-arm64-gnu": "4.44.
|
|
10658
|
-
"@rollup/rollup-linux-arm64-musl": "4.44.
|
|
10659
|
-
"@rollup/rollup-linux-loongarch64-gnu": "4.44.
|
|
10660
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.44.
|
|
10661
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.44.
|
|
10662
|
-
"@rollup/rollup-linux-riscv64-musl": "4.44.
|
|
10663
|
-
"@rollup/rollup-linux-s390x-gnu": "4.44.
|
|
10664
|
-
"@rollup/rollup-linux-x64-gnu": "4.44.
|
|
10665
|
-
"@rollup/rollup-linux-x64-musl": "4.44.
|
|
10666
|
-
"@rollup/rollup-win32-arm64-msvc": "4.44.
|
|
10667
|
-
"@rollup/rollup-win32-ia32-msvc": "4.44.
|
|
10668
|
-
"@rollup/rollup-win32-x64-msvc": "4.44.
|
|
10402
|
+
"@rollup/rollup-android-arm-eabi": "4.44.1",
|
|
10403
|
+
"@rollup/rollup-android-arm64": "4.44.1",
|
|
10404
|
+
"@rollup/rollup-darwin-arm64": "4.44.1",
|
|
10405
|
+
"@rollup/rollup-darwin-x64": "4.44.1",
|
|
10406
|
+
"@rollup/rollup-freebsd-arm64": "4.44.1",
|
|
10407
|
+
"@rollup/rollup-freebsd-x64": "4.44.1",
|
|
10408
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.44.1",
|
|
10409
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.44.1",
|
|
10410
|
+
"@rollup/rollup-linux-arm64-gnu": "4.44.1",
|
|
10411
|
+
"@rollup/rollup-linux-arm64-musl": "4.44.1",
|
|
10412
|
+
"@rollup/rollup-linux-loongarch64-gnu": "4.44.1",
|
|
10413
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "4.44.1",
|
|
10414
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.44.1",
|
|
10415
|
+
"@rollup/rollup-linux-riscv64-musl": "4.44.1",
|
|
10416
|
+
"@rollup/rollup-linux-s390x-gnu": "4.44.1",
|
|
10417
|
+
"@rollup/rollup-linux-x64-gnu": "4.44.1",
|
|
10418
|
+
"@rollup/rollup-linux-x64-musl": "4.44.1",
|
|
10419
|
+
"@rollup/rollup-win32-arm64-msvc": "4.44.1",
|
|
10420
|
+
"@rollup/rollup-win32-ia32-msvc": "4.44.1",
|
|
10421
|
+
"@rollup/rollup-win32-x64-msvc": "4.44.1",
|
|
10669
10422
|
"fsevents": "~2.3.2"
|
|
10670
10423
|
}
|
|
10671
10424
|
},
|
|
@@ -12526,9 +12279,9 @@
|
|
|
12526
12279
|
}
|
|
12527
12280
|
},
|
|
12528
12281
|
"node_modules/vite-node/node_modules/@types/node": {
|
|
12529
|
-
"version": "24.0.
|
|
12530
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.
|
|
12531
|
-
"integrity": "sha512-
|
|
12282
|
+
"version": "24.0.10",
|
|
12283
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
|
|
12284
|
+
"integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
|
|
12532
12285
|
"optional": true,
|
|
12533
12286
|
"peer": true,
|
|
12534
12287
|
"dependencies": {
|
|
@@ -12606,9 +12359,9 @@
|
|
|
12606
12359
|
"peer": true
|
|
12607
12360
|
},
|
|
12608
12361
|
"node_modules/vite-node/node_modules/vite": {
|
|
12609
|
-
"version": "7.0.
|
|
12610
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.
|
|
12611
|
-
"integrity": "sha512-
|
|
12362
|
+
"version": "7.0.1",
|
|
12363
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.1.tgz",
|
|
12364
|
+
"integrity": "sha512-BiKOQoW5HGR30E6JDeNsati6HnSPMVEKbkIWbCiol+xKeu3g5owrjy7kbk/QEMuzCV87dSUTvycYKmlcfGKq3Q==",
|
|
12612
12365
|
"peer": true,
|
|
12613
12366
|
"dependencies": {
|
|
12614
12367
|
"esbuild": "^0.25.0",
|
|
@@ -13255,18 +13008,18 @@
|
|
|
13255
13008
|
"peer": true
|
|
13256
13009
|
},
|
|
13257
13010
|
"node_modules/vitest/node_modules/pathval": {
|
|
13258
|
-
"version": "2.0.
|
|
13259
|
-
"resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.
|
|
13260
|
-
"integrity": "sha512
|
|
13011
|
+
"version": "2.0.1",
|
|
13012
|
+
"resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
|
|
13013
|
+
"integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
|
|
13261
13014
|
"peer": true,
|
|
13262
13015
|
"engines": {
|
|
13263
13016
|
"node": ">= 14.16"
|
|
13264
13017
|
}
|
|
13265
13018
|
},
|
|
13266
13019
|
"node_modules/vitest/node_modules/vite": {
|
|
13267
|
-
"version": "7.0.
|
|
13268
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.
|
|
13269
|
-
"integrity": "sha512-
|
|
13020
|
+
"version": "7.0.1",
|
|
13021
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.0.1.tgz",
|
|
13022
|
+
"integrity": "sha512-BiKOQoW5HGR30E6JDeNsati6HnSPMVEKbkIWbCiol+xKeu3g5owrjy7kbk/QEMuzCV87dSUTvycYKmlcfGKq3Q==",
|
|
13270
13023
|
"peer": true,
|
|
13271
13024
|
"dependencies": {
|
|
13272
13025
|
"esbuild": "^0.25.0",
|
|
@@ -13443,9 +13196,9 @@
|
|
|
13443
13196
|
}
|
|
13444
13197
|
},
|
|
13445
13198
|
"node_modules/webdriver/node_modules/@types/node": {
|
|
13446
|
-
"version": "18.19.
|
|
13447
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
13448
|
-
"integrity": "sha512-
|
|
13199
|
+
"version": "18.19.115",
|
|
13200
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.115.tgz",
|
|
13201
|
+
"integrity": "sha512-kNrFiTgG4a9JAn1LMQeLOv3MvXIPokzXziohMrMsvpYgLpdEt/mMiVYc4sGKtDfyxM5gIDF4VgrPRyCw4fHOYg==",
|
|
13449
13202
|
"dependencies": {
|
|
13450
13203
|
"undici-types": "~5.26.4"
|
|
13451
13204
|
}
|
|
@@ -13521,9 +13274,9 @@
|
|
|
13521
13274
|
}
|
|
13522
13275
|
},
|
|
13523
13276
|
"node_modules/webdriverio/node_modules/@types/node": {
|
|
13524
|
-
"version": "22.
|
|
13525
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
13526
|
-
"integrity": "sha512-
|
|
13277
|
+
"version": "22.16.0",
|
|
13278
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz",
|
|
13279
|
+
"integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==",
|
|
13527
13280
|
"dependencies": {
|
|
13528
13281
|
"undici-types": "~6.21.0"
|
|
13529
13282
|
}
|
|
@@ -14249,9 +14002,9 @@
|
|
|
14249
14002
|
}
|
|
14250
14003
|
},
|
|
14251
14004
|
"node_modules/zod": {
|
|
14252
|
-
"version": "3.25.
|
|
14253
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.
|
|
14254
|
-
"integrity": "sha512-
|
|
14005
|
+
"version": "3.25.71",
|
|
14006
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.71.tgz",
|
|
14007
|
+
"integrity": "sha512-BsBc/NPk7h8WsUWYWYL+BajcJPY8YhjelaWu2NMLuzgraKAz4Lb4/6K11g9jpuDetjMiqhZ6YaexFLOC0Ogi3Q==",
|
|
14255
14008
|
"funding": {
|
|
14256
14009
|
"url": "https://github.com/sponsors/colinhacks"
|
|
14257
14010
|
}
|