@testim/testim-cli 4.183.4 → 4.183.5
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/cli.js +37 -37
- package/cli.js.map +3 -3
- package/npm-shrinkwrap.json +829 -660
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.183.
|
|
3
|
+
"version": "4.183.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.183.
|
|
9
|
+
"version": "4.183.5",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"unzip-stream": "0.3.4",
|
|
57
57
|
"uuid": "11.0.5",
|
|
58
58
|
"validate-npm-package-name": "3.0.0",
|
|
59
|
-
"webdriverio": "
|
|
59
|
+
"webdriverio": "9.18.4",
|
|
60
60
|
"winston": "3.11.0",
|
|
61
61
|
"winston-transport": "4.6.0",
|
|
62
62
|
"ws": "8.17.1",
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"@types/ws": "8.18.1",
|
|
107
107
|
"@types/xml2js": "0.4.14",
|
|
108
108
|
"@wdio/protocols": "8.44.0",
|
|
109
|
+
"@wdio/types": "9.16.2",
|
|
109
110
|
"app-root-dir": "1.0.2",
|
|
110
111
|
"bundle-deps": "1.0.0",
|
|
111
112
|
"chai-shallow-deep-equal": "1.4.6",
|
|
@@ -1541,24 +1542,33 @@
|
|
|
1541
1542
|
}
|
|
1542
1543
|
},
|
|
1543
1544
|
"node_modules/@puppeteer/browsers": {
|
|
1544
|
-
"version": "
|
|
1545
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-
|
|
1546
|
-
"integrity": "sha512-
|
|
1545
|
+
"version": "2.11.1",
|
|
1546
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.11.1.tgz",
|
|
1547
|
+
"integrity": "sha512-YmhAxs7XPuxN0j7LJloHpfD1ylhDuFmmwMvfy/+6nBSrETT2ycL53LrhgPtR+f+GcPSybQVuQ5inWWu5MrWCpA==",
|
|
1547
1548
|
"license": "Apache-2.0",
|
|
1548
1549
|
"dependencies": {
|
|
1549
|
-
"debug": "4.3
|
|
1550
|
-
"extract-zip": "2.0.1",
|
|
1551
|
-
"progress": "2.0.3",
|
|
1552
|
-
"proxy-agent": "6.
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1555
|
-
"yargs": "17.7.2"
|
|
1550
|
+
"debug": "^4.4.3",
|
|
1551
|
+
"extract-zip": "^2.0.1",
|
|
1552
|
+
"progress": "^2.0.3",
|
|
1553
|
+
"proxy-agent": "^6.5.0",
|
|
1554
|
+
"semver": "^7.7.3",
|
|
1555
|
+
"tar-fs": "^3.1.1",
|
|
1556
|
+
"yargs": "^17.7.2"
|
|
1556
1557
|
},
|
|
1557
1558
|
"bin": {
|
|
1558
1559
|
"browsers": "lib/cjs/main-cli.js"
|
|
1559
1560
|
},
|
|
1560
1561
|
"engines": {
|
|
1561
|
-
"node": ">=
|
|
1562
|
+
"node": ">=18"
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"node_modules/@puppeteer/browsers/node_modules/agent-base": {
|
|
1566
|
+
"version": "7.1.4",
|
|
1567
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
1568
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
1569
|
+
"license": "MIT",
|
|
1570
|
+
"engines": {
|
|
1571
|
+
"node": ">= 14"
|
|
1562
1572
|
}
|
|
1563
1573
|
},
|
|
1564
1574
|
"node_modules/@puppeteer/browsers/node_modules/ansi-regex": {
|
|
@@ -1571,12 +1581,12 @@
|
|
|
1571
1581
|
}
|
|
1572
1582
|
},
|
|
1573
1583
|
"node_modules/@puppeteer/browsers/node_modules/debug": {
|
|
1574
|
-
"version": "4.3
|
|
1575
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
1576
|
-
"integrity": "sha512-
|
|
1584
|
+
"version": "4.4.3",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1586
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1577
1587
|
"license": "MIT",
|
|
1578
1588
|
"dependencies": {
|
|
1579
|
-
"ms": "2.1.
|
|
1589
|
+
"ms": "^2.1.3"
|
|
1580
1590
|
},
|
|
1581
1591
|
"engines": {
|
|
1582
1592
|
"node": ">=6.0"
|
|
@@ -1593,6 +1603,66 @@
|
|
|
1593
1603
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1594
1604
|
"license": "MIT"
|
|
1595
1605
|
},
|
|
1606
|
+
"node_modules/@puppeteer/browsers/node_modules/http-proxy-agent": {
|
|
1607
|
+
"version": "7.0.2",
|
|
1608
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
1609
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
1610
|
+
"license": "MIT",
|
|
1611
|
+
"dependencies": {
|
|
1612
|
+
"agent-base": "^7.1.0",
|
|
1613
|
+
"debug": "^4.3.4"
|
|
1614
|
+
},
|
|
1615
|
+
"engines": {
|
|
1616
|
+
"node": ">= 14"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"node_modules/@puppeteer/browsers/node_modules/https-proxy-agent": {
|
|
1620
|
+
"version": "7.0.6",
|
|
1621
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
1622
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
1623
|
+
"license": "MIT",
|
|
1624
|
+
"dependencies": {
|
|
1625
|
+
"agent-base": "^7.1.2",
|
|
1626
|
+
"debug": "4"
|
|
1627
|
+
},
|
|
1628
|
+
"engines": {
|
|
1629
|
+
"node": ">= 14"
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
"node_modules/@puppeteer/browsers/node_modules/lru-cache": {
|
|
1633
|
+
"version": "7.18.3",
|
|
1634
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
1635
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
1636
|
+
"license": "ISC",
|
|
1637
|
+
"engines": {
|
|
1638
|
+
"node": ">=12"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"node_modules/@puppeteer/browsers/node_modules/ms": {
|
|
1642
|
+
"version": "2.1.3",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1644
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1645
|
+
"license": "MIT"
|
|
1646
|
+
},
|
|
1647
|
+
"node_modules/@puppeteer/browsers/node_modules/proxy-agent": {
|
|
1648
|
+
"version": "6.5.0",
|
|
1649
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
|
|
1650
|
+
"integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
|
|
1651
|
+
"license": "MIT",
|
|
1652
|
+
"dependencies": {
|
|
1653
|
+
"agent-base": "^7.1.2",
|
|
1654
|
+
"debug": "^4.3.4",
|
|
1655
|
+
"http-proxy-agent": "^7.0.1",
|
|
1656
|
+
"https-proxy-agent": "^7.0.6",
|
|
1657
|
+
"lru-cache": "^7.14.1",
|
|
1658
|
+
"pac-proxy-agent": "^7.1.0",
|
|
1659
|
+
"proxy-from-env": "^1.1.0",
|
|
1660
|
+
"socks-proxy-agent": "^8.0.5"
|
|
1661
|
+
},
|
|
1662
|
+
"engines": {
|
|
1663
|
+
"node": ">= 14"
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1596
1666
|
"node_modules/@puppeteer/browsers/node_modules/string-width": {
|
|
1597
1667
|
"version": "4.2.3",
|
|
1598
1668
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -2802,6 +2872,36 @@
|
|
|
2802
2872
|
"node": ">=12.0.0"
|
|
2803
2873
|
}
|
|
2804
2874
|
},
|
|
2875
|
+
"node_modules/@wdio/config/node_modules/@types/node": {
|
|
2876
|
+
"version": "18.19.130",
|
|
2877
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
2878
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
2879
|
+
"license": "MIT",
|
|
2880
|
+
"dependencies": {
|
|
2881
|
+
"undici-types": "~5.26.4"
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
"node_modules/@wdio/config/node_modules/@wdio/types": {
|
|
2885
|
+
"version": "7.26.0",
|
|
2886
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
|
|
2887
|
+
"integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
|
|
2888
|
+
"license": "MIT",
|
|
2889
|
+
"dependencies": {
|
|
2890
|
+
"@types/node": "^18.0.0",
|
|
2891
|
+
"got": "^11.8.1"
|
|
2892
|
+
},
|
|
2893
|
+
"engines": {
|
|
2894
|
+
"node": ">=12.0.0"
|
|
2895
|
+
},
|
|
2896
|
+
"peerDependencies": {
|
|
2897
|
+
"typescript": "^4.6.2"
|
|
2898
|
+
},
|
|
2899
|
+
"peerDependenciesMeta": {
|
|
2900
|
+
"typescript": {
|
|
2901
|
+
"optional": true
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2805
2905
|
"node_modules/@wdio/config/node_modules/glob": {
|
|
2806
2906
|
"version": "8.1.0",
|
|
2807
2907
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -2834,6 +2934,12 @@
|
|
|
2834
2934
|
"node": ">=10"
|
|
2835
2935
|
}
|
|
2836
2936
|
},
|
|
2937
|
+
"node_modules/@wdio/config/node_modules/undici-types": {
|
|
2938
|
+
"version": "5.26.5",
|
|
2939
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2940
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2941
|
+
"license": "MIT"
|
|
2942
|
+
},
|
|
2837
2943
|
"node_modules/@wdio/logger": {
|
|
2838
2944
|
"version": "7.26.0",
|
|
2839
2945
|
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-7.26.0.tgz",
|
|
@@ -2874,36 +2980,57 @@
|
|
|
2874
2980
|
"version": "8.44.0",
|
|
2875
2981
|
"resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-8.44.0.tgz",
|
|
2876
2982
|
"integrity": "sha512-Do+AW3xuDUHWkrX++LeMBSrX2yRILlDqunRHPMv4adGFEA45m7r4WP8wGCDb+chrHGhXq5TwB9Ne4J7x1dHGng==",
|
|
2983
|
+
"dev": true,
|
|
2877
2984
|
"license": "MIT"
|
|
2878
2985
|
},
|
|
2879
2986
|
"node_modules/@wdio/repl": {
|
|
2880
|
-
"version": "
|
|
2881
|
-
"resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-
|
|
2882
|
-
"integrity": "sha512-
|
|
2987
|
+
"version": "9.16.2",
|
|
2988
|
+
"resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-9.16.2.tgz",
|
|
2989
|
+
"integrity": "sha512-FLTF0VL6+o5BSTCO7yLSXocm3kUnu31zYwzdsz4n9s5YWt83sCtzGZlZpt7TaTzb3jVUfxuHNQDTb8UMkCu0lQ==",
|
|
2883
2990
|
"license": "MIT",
|
|
2884
2991
|
"dependencies": {
|
|
2885
|
-
"@types/node": "^
|
|
2992
|
+
"@types/node": "^20.1.0"
|
|
2886
2993
|
},
|
|
2887
2994
|
"engines": {
|
|
2888
|
-
"node": "
|
|
2995
|
+
"node": ">=18.20.0"
|
|
2889
2996
|
}
|
|
2890
2997
|
},
|
|
2891
|
-
"node_modules/@wdio/
|
|
2892
|
-
"version": "
|
|
2893
|
-
"resolved": "https://registry.npmjs.org/@types
|
|
2894
|
-
"integrity": "sha512-
|
|
2998
|
+
"node_modules/@wdio/types": {
|
|
2999
|
+
"version": "9.16.2",
|
|
3000
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-9.16.2.tgz",
|
|
3001
|
+
"integrity": "sha512-P86FvM/4XQGpJKwlC2RKF3I21TglPvPOozJGG9HoL0Jmt6jRF20ggO/nRTxU0XiWkRdqESUTmfA87bdCO4GRkQ==",
|
|
2895
3002
|
"license": "MIT",
|
|
2896
3003
|
"dependencies": {
|
|
2897
|
-
"
|
|
3004
|
+
"@types/node": "^20.1.0"
|
|
3005
|
+
},
|
|
3006
|
+
"engines": {
|
|
3007
|
+
"node": ">=18.20.0"
|
|
2898
3008
|
}
|
|
2899
3009
|
},
|
|
2900
|
-
"node_modules/@wdio/
|
|
2901
|
-
"version": "
|
|
2902
|
-
"resolved": "https://registry.npmjs.org/
|
|
2903
|
-
"integrity": "sha512-
|
|
2904
|
-
"license": "MIT"
|
|
3010
|
+
"node_modules/@wdio/utils": {
|
|
3011
|
+
"version": "7.26.0",
|
|
3012
|
+
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
|
|
3013
|
+
"integrity": "sha512-pVq2MPXZAYLkKGKIIHktHejnHqg4TYKoNYSi2EDv+I3GlT8VZKXHazKhci82ov0tD+GdF27+s4DWNDCfGYfBdQ==",
|
|
3014
|
+
"license": "MIT",
|
|
3015
|
+
"dependencies": {
|
|
3016
|
+
"@wdio/logger": "7.26.0",
|
|
3017
|
+
"@wdio/types": "7.26.0",
|
|
3018
|
+
"p-iteration": "^1.1.8"
|
|
3019
|
+
},
|
|
3020
|
+
"engines": {
|
|
3021
|
+
"node": ">=12.0.0"
|
|
3022
|
+
}
|
|
2905
3023
|
},
|
|
2906
|
-
"node_modules/@wdio/types": {
|
|
3024
|
+
"node_modules/@wdio/utils/node_modules/@types/node": {
|
|
3025
|
+
"version": "18.19.130",
|
|
3026
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
3027
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
3028
|
+
"license": "MIT",
|
|
3029
|
+
"dependencies": {
|
|
3030
|
+
"undici-types": "~5.26.4"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"node_modules/@wdio/utils/node_modules/@wdio/types": {
|
|
2907
3034
|
"version": "7.26.0",
|
|
2908
3035
|
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
|
|
2909
3036
|
"integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
|
|
@@ -2924,35 +3051,12 @@
|
|
|
2924
3051
|
}
|
|
2925
3052
|
}
|
|
2926
3053
|
},
|
|
2927
|
-
"node_modules/@wdio/
|
|
2928
|
-
"version": "18.19.130",
|
|
2929
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
2930
|
-
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
2931
|
-
"license": "MIT",
|
|
2932
|
-
"dependencies": {
|
|
2933
|
-
"undici-types": "~5.26.4"
|
|
2934
|
-
}
|
|
2935
|
-
},
|
|
2936
|
-
"node_modules/@wdio/types/node_modules/undici-types": {
|
|
3054
|
+
"node_modules/@wdio/utils/node_modules/undici-types": {
|
|
2937
3055
|
"version": "5.26.5",
|
|
2938
3056
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2939
3057
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2940
3058
|
"license": "MIT"
|
|
2941
3059
|
},
|
|
2942
|
-
"node_modules/@wdio/utils": {
|
|
2943
|
-
"version": "7.26.0",
|
|
2944
|
-
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
|
|
2945
|
-
"integrity": "sha512-pVq2MPXZAYLkKGKIIHktHejnHqg4TYKoNYSi2EDv+I3GlT8VZKXHazKhci82ov0tD+GdF27+s4DWNDCfGYfBdQ==",
|
|
2946
|
-
"license": "MIT",
|
|
2947
|
-
"dependencies": {
|
|
2948
|
-
"@wdio/logger": "7.26.0",
|
|
2949
|
-
"@wdio/types": "7.26.0",
|
|
2950
|
-
"p-iteration": "^1.1.8"
|
|
2951
|
-
},
|
|
2952
|
-
"engines": {
|
|
2953
|
-
"node": ">=12.0.0"
|
|
2954
|
-
}
|
|
2955
|
-
},
|
|
2956
3060
|
"node_modules/@zip.js/zip.js": {
|
|
2957
3061
|
"version": "2.8.15",
|
|
2958
3062
|
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.15.tgz",
|
|
@@ -3394,9 +3498,9 @@
|
|
|
3394
3498
|
}
|
|
3395
3499
|
},
|
|
3396
3500
|
"node_modules/axios": {
|
|
3397
|
-
"version": "1.13.
|
|
3398
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
3399
|
-
"integrity": "sha512-
|
|
3501
|
+
"version": "1.13.3",
|
|
3502
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.3.tgz",
|
|
3503
|
+
"integrity": "sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==",
|
|
3400
3504
|
"license": "MIT",
|
|
3401
3505
|
"dependencies": {
|
|
3402
3506
|
"follow-redirects": "^1.15.6",
|
|
@@ -3438,6 +3542,83 @@
|
|
|
3438
3542
|
}
|
|
3439
3543
|
}
|
|
3440
3544
|
},
|
|
3545
|
+
"node_modules/bare-fs": {
|
|
3546
|
+
"version": "4.5.2",
|
|
3547
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.2.tgz",
|
|
3548
|
+
"integrity": "sha512-veTnRzkb6aPHOvSKIOy60KzURfBdUflr5VReI+NSaPL6xf+XLdONQgZgpYvUuZLVQ8dCqxpBAudaOM1+KpAUxw==",
|
|
3549
|
+
"license": "Apache-2.0",
|
|
3550
|
+
"optional": true,
|
|
3551
|
+
"dependencies": {
|
|
3552
|
+
"bare-events": "^2.5.4",
|
|
3553
|
+
"bare-path": "^3.0.0",
|
|
3554
|
+
"bare-stream": "^2.6.4",
|
|
3555
|
+
"bare-url": "^2.2.2",
|
|
3556
|
+
"fast-fifo": "^1.3.2"
|
|
3557
|
+
},
|
|
3558
|
+
"engines": {
|
|
3559
|
+
"bare": ">=1.16.0"
|
|
3560
|
+
},
|
|
3561
|
+
"peerDependencies": {
|
|
3562
|
+
"bare-buffer": "*"
|
|
3563
|
+
},
|
|
3564
|
+
"peerDependenciesMeta": {
|
|
3565
|
+
"bare-buffer": {
|
|
3566
|
+
"optional": true
|
|
3567
|
+
}
|
|
3568
|
+
}
|
|
3569
|
+
},
|
|
3570
|
+
"node_modules/bare-os": {
|
|
3571
|
+
"version": "3.6.2",
|
|
3572
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
|
|
3573
|
+
"integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
|
|
3574
|
+
"license": "Apache-2.0",
|
|
3575
|
+
"optional": true,
|
|
3576
|
+
"engines": {
|
|
3577
|
+
"bare": ">=1.14.0"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
"node_modules/bare-path": {
|
|
3581
|
+
"version": "3.0.0",
|
|
3582
|
+
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
3583
|
+
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
3584
|
+
"license": "Apache-2.0",
|
|
3585
|
+
"optional": true,
|
|
3586
|
+
"dependencies": {
|
|
3587
|
+
"bare-os": "^3.0.1"
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3590
|
+
"node_modules/bare-stream": {
|
|
3591
|
+
"version": "2.7.0",
|
|
3592
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz",
|
|
3593
|
+
"integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==",
|
|
3594
|
+
"license": "Apache-2.0",
|
|
3595
|
+
"optional": true,
|
|
3596
|
+
"dependencies": {
|
|
3597
|
+
"streamx": "^2.21.0"
|
|
3598
|
+
},
|
|
3599
|
+
"peerDependencies": {
|
|
3600
|
+
"bare-buffer": "*",
|
|
3601
|
+
"bare-events": "*"
|
|
3602
|
+
},
|
|
3603
|
+
"peerDependenciesMeta": {
|
|
3604
|
+
"bare-buffer": {
|
|
3605
|
+
"optional": true
|
|
3606
|
+
},
|
|
3607
|
+
"bare-events": {
|
|
3608
|
+
"optional": true
|
|
3609
|
+
}
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
"node_modules/bare-url": {
|
|
3613
|
+
"version": "2.3.2",
|
|
3614
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
|
|
3615
|
+
"integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
|
|
3616
|
+
"license": "Apache-2.0",
|
|
3617
|
+
"optional": true,
|
|
3618
|
+
"dependencies": {
|
|
3619
|
+
"bare-path": "^3.0.0"
|
|
3620
|
+
}
|
|
3621
|
+
},
|
|
3441
3622
|
"node_modules/base64-js": {
|
|
3442
3623
|
"version": "1.5.1",
|
|
3443
3624
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -3467,15 +3648,6 @@
|
|
|
3467
3648
|
"node": ">=10.0.0"
|
|
3468
3649
|
}
|
|
3469
3650
|
},
|
|
3470
|
-
"node_modules/big-integer": {
|
|
3471
|
-
"version": "1.6.52",
|
|
3472
|
-
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
|
|
3473
|
-
"integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
|
|
3474
|
-
"license": "Unlicense",
|
|
3475
|
-
"engines": {
|
|
3476
|
-
"node": ">=0.6"
|
|
3477
|
-
}
|
|
3478
|
-
},
|
|
3479
3651
|
"node_modules/binary": {
|
|
3480
3652
|
"version": "0.3.0",
|
|
3481
3653
|
"resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
|
|
@@ -3655,15 +3827,6 @@
|
|
|
3655
3827
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
3656
3828
|
"license": "MIT"
|
|
3657
3829
|
},
|
|
3658
|
-
"node_modules/buffer-indexof-polyfill": {
|
|
3659
|
-
"version": "1.0.2",
|
|
3660
|
-
"resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
|
|
3661
|
-
"integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
|
|
3662
|
-
"license": "MIT",
|
|
3663
|
-
"engines": {
|
|
3664
|
-
"node": ">=0.10"
|
|
3665
|
-
}
|
|
3666
|
-
},
|
|
3667
3830
|
"node_modules/buffers": {
|
|
3668
3831
|
"version": "0.1.1",
|
|
3669
3832
|
"resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
|
|
@@ -3863,6 +4026,112 @@
|
|
|
3863
4026
|
"node": "*"
|
|
3864
4027
|
}
|
|
3865
4028
|
},
|
|
4029
|
+
"node_modules/cheerio": {
|
|
4030
|
+
"version": "1.2.0",
|
|
4031
|
+
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz",
|
|
4032
|
+
"integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==",
|
|
4033
|
+
"license": "MIT",
|
|
4034
|
+
"dependencies": {
|
|
4035
|
+
"cheerio-select": "^2.1.0",
|
|
4036
|
+
"dom-serializer": "^2.0.0",
|
|
4037
|
+
"domhandler": "^5.0.3",
|
|
4038
|
+
"domutils": "^3.2.2",
|
|
4039
|
+
"encoding-sniffer": "^0.2.1",
|
|
4040
|
+
"htmlparser2": "^10.1.0",
|
|
4041
|
+
"parse5": "^7.3.0",
|
|
4042
|
+
"parse5-htmlparser2-tree-adapter": "^7.1.0",
|
|
4043
|
+
"parse5-parser-stream": "^7.1.2",
|
|
4044
|
+
"undici": "^7.19.0",
|
|
4045
|
+
"whatwg-mimetype": "^4.0.0"
|
|
4046
|
+
},
|
|
4047
|
+
"engines": {
|
|
4048
|
+
"node": ">=20.18.1"
|
|
4049
|
+
},
|
|
4050
|
+
"funding": {
|
|
4051
|
+
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
|
4052
|
+
}
|
|
4053
|
+
},
|
|
4054
|
+
"node_modules/cheerio-select": {
|
|
4055
|
+
"version": "2.1.0",
|
|
4056
|
+
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz",
|
|
4057
|
+
"integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
|
|
4058
|
+
"license": "BSD-2-Clause",
|
|
4059
|
+
"dependencies": {
|
|
4060
|
+
"boolbase": "^1.0.0",
|
|
4061
|
+
"css-select": "^5.1.0",
|
|
4062
|
+
"css-what": "^6.1.0",
|
|
4063
|
+
"domelementtype": "^2.3.0",
|
|
4064
|
+
"domhandler": "^5.0.3",
|
|
4065
|
+
"domutils": "^3.0.1"
|
|
4066
|
+
},
|
|
4067
|
+
"funding": {
|
|
4068
|
+
"url": "https://github.com/sponsors/fb55"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
"node_modules/cheerio/node_modules/entities": {
|
|
4072
|
+
"version": "7.0.1",
|
|
4073
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
4074
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
4075
|
+
"license": "BSD-2-Clause",
|
|
4076
|
+
"engines": {
|
|
4077
|
+
"node": ">=0.12"
|
|
4078
|
+
},
|
|
4079
|
+
"funding": {
|
|
4080
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
"node_modules/cheerio/node_modules/htmlparser2": {
|
|
4084
|
+
"version": "10.1.0",
|
|
4085
|
+
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
|
|
4086
|
+
"integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
|
|
4087
|
+
"funding": [
|
|
4088
|
+
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
4089
|
+
{
|
|
4090
|
+
"type": "github",
|
|
4091
|
+
"url": "https://github.com/sponsors/fb55"
|
|
4092
|
+
}
|
|
4093
|
+
],
|
|
4094
|
+
"license": "MIT",
|
|
4095
|
+
"dependencies": {
|
|
4096
|
+
"domelementtype": "^2.3.0",
|
|
4097
|
+
"domhandler": "^5.0.3",
|
|
4098
|
+
"domutils": "^3.2.2",
|
|
4099
|
+
"entities": "^7.0.1"
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
"node_modules/cheerio/node_modules/parse5": {
|
|
4103
|
+
"version": "7.3.0",
|
|
4104
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
4105
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
4106
|
+
"license": "MIT",
|
|
4107
|
+
"dependencies": {
|
|
4108
|
+
"entities": "^6.0.0"
|
|
4109
|
+
},
|
|
4110
|
+
"funding": {
|
|
4111
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
4112
|
+
}
|
|
4113
|
+
},
|
|
4114
|
+
"node_modules/cheerio/node_modules/parse5/node_modules/entities": {
|
|
4115
|
+
"version": "6.0.1",
|
|
4116
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
4117
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
4118
|
+
"license": "BSD-2-Clause",
|
|
4119
|
+
"engines": {
|
|
4120
|
+
"node": ">=0.12"
|
|
4121
|
+
},
|
|
4122
|
+
"funding": {
|
|
4123
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4126
|
+
"node_modules/cheerio/node_modules/whatwg-mimetype": {
|
|
4127
|
+
"version": "4.0.0",
|
|
4128
|
+
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
4129
|
+
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
4130
|
+
"license": "MIT",
|
|
4131
|
+
"engines": {
|
|
4132
|
+
"node": ">=18"
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
3866
4135
|
"node_modules/chrome-launcher": {
|
|
3867
4136
|
"version": "0.15.0",
|
|
3868
4137
|
"resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.0.tgz",
|
|
@@ -3881,19 +4150,6 @@
|
|
|
3881
4150
|
"node": ">=12.13.0"
|
|
3882
4151
|
}
|
|
3883
4152
|
},
|
|
3884
|
-
"node_modules/chromium-bidi": {
|
|
3885
|
-
"version": "0.5.8",
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.8.tgz",
|
|
3887
|
-
"integrity": "sha512-blqh+1cEQbHBKmok3rVJkBlBxt9beKBgOsxbFgs7UJcoVbbeZ+K7+6liAsjgpc8l1Xd55cQUy14fXZdGSb4zIw==",
|
|
3888
|
-
"license": "Apache-2.0",
|
|
3889
|
-
"dependencies": {
|
|
3890
|
-
"mitt": "3.0.1",
|
|
3891
|
-
"urlpattern-polyfill": "10.0.0"
|
|
3892
|
-
},
|
|
3893
|
-
"peerDependencies": {
|
|
3894
|
-
"devtools-protocol": "*"
|
|
3895
|
-
}
|
|
3896
|
-
},
|
|
3897
4153
|
"node_modules/clean-stack": {
|
|
3898
4154
|
"version": "2.2.0",
|
|
3899
4155
|
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
@@ -4209,12 +4465,6 @@
|
|
|
4209
4465
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
4210
4466
|
"license": "MIT"
|
|
4211
4467
|
},
|
|
4212
|
-
"node_modules/concat-map": {
|
|
4213
|
-
"version": "0.0.1",
|
|
4214
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
4215
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
4216
|
-
"license": "MIT"
|
|
4217
|
-
},
|
|
4218
4468
|
"node_modules/content-disposition": {
|
|
4219
4469
|
"version": "0.5.4",
|
|
4220
4470
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
@@ -4340,15 +4590,6 @@
|
|
|
4340
4590
|
"dev": true,
|
|
4341
4591
|
"license": "MIT"
|
|
4342
4592
|
},
|
|
4343
|
-
"node_modules/cross-fetch": {
|
|
4344
|
-
"version": "4.0.0",
|
|
4345
|
-
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
|
4346
|
-
"integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
|
|
4347
|
-
"license": "MIT",
|
|
4348
|
-
"dependencies": {
|
|
4349
|
-
"node-fetch": "^2.6.12"
|
|
4350
|
-
}
|
|
4351
|
-
},
|
|
4352
4593
|
"node_modules/cross-spawn": {
|
|
4353
4594
|
"version": "7.0.6",
|
|
4354
4595
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -4564,9 +4805,9 @@
|
|
|
4564
4805
|
}
|
|
4565
4806
|
},
|
|
4566
4807
|
"node_modules/deepmerge-ts": {
|
|
4567
|
-
"version": "
|
|
4568
|
-
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-
|
|
4569
|
-
"integrity": "sha512-
|
|
4808
|
+
"version": "7.1.5",
|
|
4809
|
+
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz",
|
|
4810
|
+
"integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==",
|
|
4570
4811
|
"license": "BSD-3-Clause",
|
|
4571
4812
|
"engines": {
|
|
4572
4813
|
"node": ">=16.0.0"
|
|
@@ -4635,12 +4876,6 @@
|
|
|
4635
4876
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
4636
4877
|
}
|
|
4637
4878
|
},
|
|
4638
|
-
"node_modules/devtools-protocol": {
|
|
4639
|
-
"version": "0.0.1400418",
|
|
4640
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1400418.tgz",
|
|
4641
|
-
"integrity": "sha512-U8j75zDOXF8IP3o0Cgb7K4tFA9uUHEOru2Wx64+EUqL4LNOh9dRe1i8WKR1k3mSpjcCe3aIkTDvEwq0YkI4hfw==",
|
|
4642
|
-
"license": "BSD-3-Clause"
|
|
4643
|
-
},
|
|
4644
4879
|
"node_modules/dezalgo": {
|
|
4645
4880
|
"version": "1.0.4",
|
|
4646
4881
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -4764,15 +4999,6 @@
|
|
|
4764
4999
|
"node": ">= 0.4"
|
|
4765
5000
|
}
|
|
4766
5001
|
},
|
|
4767
|
-
"node_modules/duplexer2": {
|
|
4768
|
-
"version": "0.1.4",
|
|
4769
|
-
"resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
|
|
4770
|
-
"integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
|
|
4771
|
-
"license": "BSD-3-Clause",
|
|
4772
|
-
"dependencies": {
|
|
4773
|
-
"readable-stream": "^2.0.2"
|
|
4774
|
-
}
|
|
4775
|
-
},
|
|
4776
5002
|
"node_modules/eastasianwidth": {
|
|
4777
5003
|
"version": "0.2.0",
|
|
4778
5004
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
@@ -4805,37 +5031,51 @@
|
|
|
4805
5031
|
}
|
|
4806
5032
|
},
|
|
4807
5033
|
"node_modules/edgedriver": {
|
|
4808
|
-
"version": "
|
|
4809
|
-
"resolved": "https://registry.npmjs.org/edgedriver/-/edgedriver-
|
|
4810
|
-
"integrity": "sha512-
|
|
5034
|
+
"version": "6.3.0",
|
|
5035
|
+
"resolved": "https://registry.npmjs.org/edgedriver/-/edgedriver-6.3.0.tgz",
|
|
5036
|
+
"integrity": "sha512-ggEQL+oEyIcM4nP2QC3AtCQ04o4kDNefRM3hja0odvlPSnsaxiruMxEZ93v3gDCKWYW6BXUr51PPradb+3nffw==",
|
|
4811
5037
|
"hasInstallScript": true,
|
|
4812
5038
|
"license": "MIT",
|
|
4813
5039
|
"dependencies": {
|
|
4814
|
-
"@wdio/logger": "^
|
|
4815
|
-
"@zip.js/zip.js": "^2.
|
|
4816
|
-
"decamelize": "^6.0.
|
|
5040
|
+
"@wdio/logger": "^9.18.0",
|
|
5041
|
+
"@zip.js/zip.js": "^2.8.11",
|
|
5042
|
+
"decamelize": "^6.0.1",
|
|
4817
5043
|
"edge-paths": "^3.0.5",
|
|
4818
|
-
"fast-xml-parser": "^
|
|
4819
|
-
"
|
|
4820
|
-
"
|
|
5044
|
+
"fast-xml-parser": "^5.3.3",
|
|
5045
|
+
"http-proxy-agent": "^7.0.2",
|
|
5046
|
+
"https-proxy-agent": "^7.0.6",
|
|
5047
|
+
"which": "^6.0.0"
|
|
4821
5048
|
},
|
|
4822
5049
|
"bin": {
|
|
4823
5050
|
"edgedriver": "bin/edgedriver.js"
|
|
5051
|
+
},
|
|
5052
|
+
"engines": {
|
|
5053
|
+
"node": ">=20.0.0"
|
|
4824
5054
|
}
|
|
4825
5055
|
},
|
|
4826
5056
|
"node_modules/edgedriver/node_modules/@wdio/logger": {
|
|
4827
|
-
"version": "
|
|
4828
|
-
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-
|
|
4829
|
-
"integrity": "sha512-
|
|
5057
|
+
"version": "9.18.0",
|
|
5058
|
+
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
|
|
5059
|
+
"integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
|
|
4830
5060
|
"license": "MIT",
|
|
4831
5061
|
"dependencies": {
|
|
4832
5062
|
"chalk": "^5.1.2",
|
|
4833
5063
|
"loglevel": "^1.6.0",
|
|
4834
5064
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
5065
|
+
"safe-regex2": "^5.0.0",
|
|
4835
5066
|
"strip-ansi": "^7.1.0"
|
|
4836
5067
|
},
|
|
4837
5068
|
"engines": {
|
|
4838
|
-
"node": "
|
|
5069
|
+
"node": ">=18.20.0"
|
|
5070
|
+
}
|
|
5071
|
+
},
|
|
5072
|
+
"node_modules/edgedriver/node_modules/agent-base": {
|
|
5073
|
+
"version": "7.1.4",
|
|
5074
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
5075
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
5076
|
+
"license": "MIT",
|
|
5077
|
+
"engines": {
|
|
5078
|
+
"node": ">= 14"
|
|
4839
5079
|
}
|
|
4840
5080
|
},
|
|
4841
5081
|
"node_modules/edgedriver/node_modules/chalk": {
|
|
@@ -4850,6 +5090,49 @@
|
|
|
4850
5090
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4851
5091
|
}
|
|
4852
5092
|
},
|
|
5093
|
+
"node_modules/edgedriver/node_modules/debug": {
|
|
5094
|
+
"version": "4.4.3",
|
|
5095
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
5096
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
5097
|
+
"license": "MIT",
|
|
5098
|
+
"dependencies": {
|
|
5099
|
+
"ms": "^2.1.3"
|
|
5100
|
+
},
|
|
5101
|
+
"engines": {
|
|
5102
|
+
"node": ">=6.0"
|
|
5103
|
+
},
|
|
5104
|
+
"peerDependenciesMeta": {
|
|
5105
|
+
"supports-color": {
|
|
5106
|
+
"optional": true
|
|
5107
|
+
}
|
|
5108
|
+
}
|
|
5109
|
+
},
|
|
5110
|
+
"node_modules/edgedriver/node_modules/http-proxy-agent": {
|
|
5111
|
+
"version": "7.0.2",
|
|
5112
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5113
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5114
|
+
"license": "MIT",
|
|
5115
|
+
"dependencies": {
|
|
5116
|
+
"agent-base": "^7.1.0",
|
|
5117
|
+
"debug": "^4.3.4"
|
|
5118
|
+
},
|
|
5119
|
+
"engines": {
|
|
5120
|
+
"node": ">= 14"
|
|
5121
|
+
}
|
|
5122
|
+
},
|
|
5123
|
+
"node_modules/edgedriver/node_modules/https-proxy-agent": {
|
|
5124
|
+
"version": "7.0.6",
|
|
5125
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
5126
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
5127
|
+
"license": "MIT",
|
|
5128
|
+
"dependencies": {
|
|
5129
|
+
"agent-base": "^7.1.2",
|
|
5130
|
+
"debug": "4"
|
|
5131
|
+
},
|
|
5132
|
+
"engines": {
|
|
5133
|
+
"node": ">= 14"
|
|
5134
|
+
}
|
|
5135
|
+
},
|
|
4853
5136
|
"node_modules/edgedriver/node_modules/isexe": {
|
|
4854
5137
|
"version": "3.1.1",
|
|
4855
5138
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
|
|
@@ -4859,10 +5142,44 @@
|
|
|
4859
5142
|
"node": ">=16"
|
|
4860
5143
|
}
|
|
4861
5144
|
},
|
|
5145
|
+
"node_modules/edgedriver/node_modules/ms": {
|
|
5146
|
+
"version": "2.1.3",
|
|
5147
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
5148
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
5149
|
+
"license": "MIT"
|
|
5150
|
+
},
|
|
5151
|
+
"node_modules/edgedriver/node_modules/ret": {
|
|
5152
|
+
"version": "0.5.0",
|
|
5153
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
5154
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
5155
|
+
"license": "MIT",
|
|
5156
|
+
"engines": {
|
|
5157
|
+
"node": ">=10"
|
|
5158
|
+
}
|
|
5159
|
+
},
|
|
5160
|
+
"node_modules/edgedriver/node_modules/safe-regex2": {
|
|
5161
|
+
"version": "5.0.0",
|
|
5162
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
5163
|
+
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
5164
|
+
"funding": [
|
|
5165
|
+
{
|
|
5166
|
+
"type": "github",
|
|
5167
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"type": "opencollective",
|
|
5171
|
+
"url": "https://opencollective.com/fastify"
|
|
5172
|
+
}
|
|
5173
|
+
],
|
|
5174
|
+
"license": "MIT",
|
|
5175
|
+
"dependencies": {
|
|
5176
|
+
"ret": "~0.5.0"
|
|
5177
|
+
}
|
|
5178
|
+
},
|
|
4862
5179
|
"node_modules/edgedriver/node_modules/which": {
|
|
4863
|
-
"version": "
|
|
4864
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
4865
|
-
"integrity": "sha512-
|
|
5180
|
+
"version": "6.0.0",
|
|
5181
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz",
|
|
5182
|
+
"integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==",
|
|
4866
5183
|
"license": "ISC",
|
|
4867
5184
|
"dependencies": {
|
|
4868
5185
|
"isexe": "^3.1.1"
|
|
@@ -4871,7 +5188,7 @@
|
|
|
4871
5188
|
"node-which": "bin/which.js"
|
|
4872
5189
|
},
|
|
4873
5190
|
"engines": {
|
|
4874
|
-
"node": "^
|
|
5191
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
4875
5192
|
}
|
|
4876
5193
|
},
|
|
4877
5194
|
"node_modules/ee-first": {
|
|
@@ -4910,6 +5227,44 @@
|
|
|
4910
5227
|
"iconv-lite": "^0.6.2"
|
|
4911
5228
|
}
|
|
4912
5229
|
},
|
|
5230
|
+
"node_modules/encoding-sniffer": {
|
|
5231
|
+
"version": "0.2.1",
|
|
5232
|
+
"resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz",
|
|
5233
|
+
"integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==",
|
|
5234
|
+
"license": "MIT",
|
|
5235
|
+
"dependencies": {
|
|
5236
|
+
"iconv-lite": "^0.6.3",
|
|
5237
|
+
"whatwg-encoding": "^3.1.1"
|
|
5238
|
+
},
|
|
5239
|
+
"funding": {
|
|
5240
|
+
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
"node_modules/encoding-sniffer/node_modules/iconv-lite": {
|
|
5244
|
+
"version": "0.6.3",
|
|
5245
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
5246
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
5247
|
+
"license": "MIT",
|
|
5248
|
+
"dependencies": {
|
|
5249
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
5250
|
+
},
|
|
5251
|
+
"engines": {
|
|
5252
|
+
"node": ">=0.10.0"
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
"node_modules/encoding-sniffer/node_modules/whatwg-encoding": {
|
|
5256
|
+
"version": "3.1.1",
|
|
5257
|
+
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
5258
|
+
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
5259
|
+
"deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation",
|
|
5260
|
+
"license": "MIT",
|
|
5261
|
+
"dependencies": {
|
|
5262
|
+
"iconv-lite": "0.6.3"
|
|
5263
|
+
},
|
|
5264
|
+
"engines": {
|
|
5265
|
+
"node": ">=18"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
4913
5268
|
"node_modules/encoding/node_modules/iconv-lite": {
|
|
4914
5269
|
"version": "0.6.3",
|
|
4915
5270
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
@@ -5473,9 +5828,9 @@
|
|
|
5473
5828
|
"license": "BSD-3-Clause"
|
|
5474
5829
|
},
|
|
5475
5830
|
"node_modules/fast-xml-parser": {
|
|
5476
|
-
"version": "
|
|
5477
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-
|
|
5478
|
-
"integrity": "sha512-
|
|
5831
|
+
"version": "5.3.3",
|
|
5832
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz",
|
|
5833
|
+
"integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==",
|
|
5479
5834
|
"funding": [
|
|
5480
5835
|
{
|
|
5481
5836
|
"type": "github",
|
|
@@ -5484,7 +5839,7 @@
|
|
|
5484
5839
|
],
|
|
5485
5840
|
"license": "MIT",
|
|
5486
5841
|
"dependencies": {
|
|
5487
|
-
"strnum": "^
|
|
5842
|
+
"strnum": "^2.1.0"
|
|
5488
5843
|
},
|
|
5489
5844
|
"bin": {
|
|
5490
5845
|
"fxparser": "src/cli/cli.js"
|
|
@@ -5753,15 +6108,6 @@
|
|
|
5753
6108
|
"node": ">= 6"
|
|
5754
6109
|
}
|
|
5755
6110
|
},
|
|
5756
|
-
"node_modules/form-data-encoder": {
|
|
5757
|
-
"version": "2.1.4",
|
|
5758
|
-
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
|
|
5759
|
-
"integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
|
|
5760
|
-
"license": "MIT",
|
|
5761
|
-
"engines": {
|
|
5762
|
-
"node": ">= 14.17"
|
|
5763
|
-
}
|
|
5764
|
-
},
|
|
5765
6111
|
"node_modules/formidable": {
|
|
5766
6112
|
"version": "3.5.4",
|
|
5767
6113
|
"resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz",
|
|
@@ -5841,22 +6187,6 @@
|
|
|
5841
6187
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
5842
6188
|
}
|
|
5843
6189
|
},
|
|
5844
|
-
"node_modules/fstream": {
|
|
5845
|
-
"version": "1.0.12",
|
|
5846
|
-
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
|
|
5847
|
-
"integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
|
|
5848
|
-
"deprecated": "This package is no longer supported.",
|
|
5849
|
-
"license": "ISC",
|
|
5850
|
-
"dependencies": {
|
|
5851
|
-
"graceful-fs": "^4.1.2",
|
|
5852
|
-
"inherits": "~2.0.0",
|
|
5853
|
-
"mkdirp": ">=0.5 0",
|
|
5854
|
-
"rimraf": "2"
|
|
5855
|
-
},
|
|
5856
|
-
"engines": {
|
|
5857
|
-
"node": ">=0.6"
|
|
5858
|
-
}
|
|
5859
|
-
},
|
|
5860
6190
|
"node_modules/ftp": {
|
|
5861
6191
|
"version": "0.3.10",
|
|
5862
6192
|
"resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
|
|
@@ -5903,41 +6233,42 @@
|
|
|
5903
6233
|
}
|
|
5904
6234
|
},
|
|
5905
6235
|
"node_modules/geckodriver": {
|
|
5906
|
-
"version": "
|
|
5907
|
-
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-
|
|
5908
|
-
"integrity": "sha512-
|
|
6236
|
+
"version": "5.0.0",
|
|
6237
|
+
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-5.0.0.tgz",
|
|
6238
|
+
"integrity": "sha512-vn7TtQ3b9VMJtVXsyWtQQl1fyBVFhQy7UvJF96kPuuJ0or5THH496AD3eUyaDD11+EqCxH9t6V+EP9soZQk4YQ==",
|
|
5909
6239
|
"hasInstallScript": true,
|
|
5910
|
-
"license": "
|
|
6240
|
+
"license": "MIT",
|
|
5911
6241
|
"dependencies": {
|
|
5912
|
-
"@wdio/logger": "^
|
|
6242
|
+
"@wdio/logger": "^9.1.3",
|
|
6243
|
+
"@zip.js/zip.js": "^2.7.53",
|
|
5913
6244
|
"decamelize": "^6.0.0",
|
|
5914
|
-
"http-proxy-agent": "^7.0.
|
|
5915
|
-
"https-proxy-agent": "^7.0.
|
|
5916
|
-
"node-fetch": "^3.3.
|
|
5917
|
-
"tar-fs": "^3.0.
|
|
5918
|
-
"
|
|
5919
|
-
"which": "^4.0.0"
|
|
6245
|
+
"http-proxy-agent": "^7.0.2",
|
|
6246
|
+
"https-proxy-agent": "^7.0.5",
|
|
6247
|
+
"node-fetch": "^3.3.2",
|
|
6248
|
+
"tar-fs": "^3.0.6",
|
|
6249
|
+
"which": "^5.0.0"
|
|
5920
6250
|
},
|
|
5921
6251
|
"bin": {
|
|
5922
6252
|
"geckodriver": "bin/geckodriver.js"
|
|
5923
6253
|
},
|
|
5924
6254
|
"engines": {
|
|
5925
|
-
"node": "
|
|
6255
|
+
"node": ">=18.0.0"
|
|
5926
6256
|
}
|
|
5927
6257
|
},
|
|
5928
6258
|
"node_modules/geckodriver/node_modules/@wdio/logger": {
|
|
5929
|
-
"version": "
|
|
5930
|
-
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-
|
|
5931
|
-
"integrity": "sha512-
|
|
6259
|
+
"version": "9.18.0",
|
|
6260
|
+
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
|
|
6261
|
+
"integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
|
|
5932
6262
|
"license": "MIT",
|
|
5933
6263
|
"dependencies": {
|
|
5934
6264
|
"chalk": "^5.1.2",
|
|
5935
6265
|
"loglevel": "^1.6.0",
|
|
5936
6266
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
6267
|
+
"safe-regex2": "^5.0.0",
|
|
5937
6268
|
"strip-ansi": "^7.1.0"
|
|
5938
6269
|
},
|
|
5939
6270
|
"engines": {
|
|
5940
|
-
"node": "
|
|
6271
|
+
"node": ">=18.20.0"
|
|
5941
6272
|
}
|
|
5942
6273
|
},
|
|
5943
6274
|
"node_modules/geckodriver/node_modules/agent-base": {
|
|
@@ -5991,6 +6322,19 @@
|
|
|
5991
6322
|
"node": ">= 14"
|
|
5992
6323
|
}
|
|
5993
6324
|
},
|
|
6325
|
+
"node_modules/geckodriver/node_modules/https-proxy-agent": {
|
|
6326
|
+
"version": "7.0.6",
|
|
6327
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
6328
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
6329
|
+
"license": "MIT",
|
|
6330
|
+
"dependencies": {
|
|
6331
|
+
"agent-base": "^7.1.2",
|
|
6332
|
+
"debug": "4"
|
|
6333
|
+
},
|
|
6334
|
+
"engines": {
|
|
6335
|
+
"node": ">= 14"
|
|
6336
|
+
}
|
|
6337
|
+
},
|
|
5994
6338
|
"node_modules/geckodriver/node_modules/isexe": {
|
|
5995
6339
|
"version": "3.1.1",
|
|
5996
6340
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
|
|
@@ -6006,10 +6350,38 @@
|
|
|
6006
6350
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6007
6351
|
"license": "MIT"
|
|
6008
6352
|
},
|
|
6353
|
+
"node_modules/geckodriver/node_modules/ret": {
|
|
6354
|
+
"version": "0.5.0",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
6356
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
6357
|
+
"license": "MIT",
|
|
6358
|
+
"engines": {
|
|
6359
|
+
"node": ">=10"
|
|
6360
|
+
}
|
|
6361
|
+
},
|
|
6362
|
+
"node_modules/geckodriver/node_modules/safe-regex2": {
|
|
6363
|
+
"version": "5.0.0",
|
|
6364
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
6365
|
+
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
6366
|
+
"funding": [
|
|
6367
|
+
{
|
|
6368
|
+
"type": "github",
|
|
6369
|
+
"url": "https://github.com/sponsors/fastify"
|
|
6370
|
+
},
|
|
6371
|
+
{
|
|
6372
|
+
"type": "opencollective",
|
|
6373
|
+
"url": "https://opencollective.com/fastify"
|
|
6374
|
+
}
|
|
6375
|
+
],
|
|
6376
|
+
"license": "MIT",
|
|
6377
|
+
"dependencies": {
|
|
6378
|
+
"ret": "~0.5.0"
|
|
6379
|
+
}
|
|
6380
|
+
},
|
|
6009
6381
|
"node_modules/geckodriver/node_modules/which": {
|
|
6010
|
-
"version": "
|
|
6011
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
6012
|
-
"integrity": "sha512-
|
|
6382
|
+
"version": "5.0.0",
|
|
6383
|
+
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
|
|
6384
|
+
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
|
|
6013
6385
|
"license": "ISC",
|
|
6014
6386
|
"dependencies": {
|
|
6015
6387
|
"isexe": "^3.1.1"
|
|
@@ -6018,7 +6390,7 @@
|
|
|
6018
6390
|
"node-which": "bin/which.js"
|
|
6019
6391
|
},
|
|
6020
6392
|
"engines": {
|
|
6021
|
-
"node": "^
|
|
6393
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
6022
6394
|
}
|
|
6023
6395
|
},
|
|
6024
6396
|
"node_modules/get-caller-file": {
|
|
@@ -6287,6 +6659,12 @@
|
|
|
6287
6659
|
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
|
|
6288
6660
|
"license": "MIT"
|
|
6289
6661
|
},
|
|
6662
|
+
"node_modules/htmlfy": {
|
|
6663
|
+
"version": "0.8.1",
|
|
6664
|
+
"resolved": "https://registry.npmjs.org/htmlfy/-/htmlfy-0.8.1.tgz",
|
|
6665
|
+
"integrity": "sha512-xWROBw9+MEGwxpotll0h672KCaLrKKiCYzsyN8ZgL9cQbVumFnyvsk2JqiB9ELAV1GLj1GG/jxZUjV9OZZi/yQ==",
|
|
6666
|
+
"license": "MIT"
|
|
6667
|
+
},
|
|
6290
6668
|
"node_modules/htmlparser2": {
|
|
6291
6669
|
"version": "9.1.0",
|
|
6292
6670
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
|
|
@@ -6932,12 +7310,6 @@
|
|
|
6932
7310
|
"integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
|
|
6933
7311
|
"license": "MIT"
|
|
6934
7312
|
},
|
|
6935
|
-
"node_modules/listenercount": {
|
|
6936
|
-
"version": "1.0.1",
|
|
6937
|
-
"resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
|
|
6938
|
-
"integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==",
|
|
6939
|
-
"license": "ISC"
|
|
6940
|
-
},
|
|
6941
7313
|
"node_modules/locate-app": {
|
|
6942
7314
|
"version": "2.5.0",
|
|
6943
7315
|
"resolved": "https://registry.npmjs.org/locate-app/-/locate-app-2.5.0.tgz",
|
|
@@ -7110,9 +7482,9 @@
|
|
|
7110
7482
|
}
|
|
7111
7483
|
},
|
|
7112
7484
|
"node_modules/lru-cache": {
|
|
7113
|
-
"version": "11.2.
|
|
7114
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
7115
|
-
"integrity": "sha512-
|
|
7485
|
+
"version": "11.2.5",
|
|
7486
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz",
|
|
7487
|
+
"integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==",
|
|
7116
7488
|
"dev": true,
|
|
7117
7489
|
"license": "BlueOak-1.0.0",
|
|
7118
7490
|
"engines": {
|
|
@@ -7330,12 +7702,6 @@
|
|
|
7330
7702
|
"mkdirp": "bin/cmd.js"
|
|
7331
7703
|
}
|
|
7332
7704
|
},
|
|
7333
|
-
"node_modules/mkdirp-classic": {
|
|
7334
|
-
"version": "0.5.3",
|
|
7335
|
-
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
7336
|
-
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
7337
|
-
"license": "MIT"
|
|
7338
|
-
},
|
|
7339
7705
|
"node_modules/module-not-found-error": {
|
|
7340
7706
|
"version": "1.0.1",
|
|
7341
7707
|
"resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
|
|
@@ -7812,6 +8178,79 @@
|
|
|
7812
8178
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
7813
8179
|
"license": "MIT"
|
|
7814
8180
|
},
|
|
8181
|
+
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
8182
|
+
"version": "7.1.0",
|
|
8183
|
+
"resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
|
|
8184
|
+
"integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
|
|
8185
|
+
"license": "MIT",
|
|
8186
|
+
"dependencies": {
|
|
8187
|
+
"domhandler": "^5.0.3",
|
|
8188
|
+
"parse5": "^7.0.0"
|
|
8189
|
+
},
|
|
8190
|
+
"funding": {
|
|
8191
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8192
|
+
}
|
|
8193
|
+
},
|
|
8194
|
+
"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities": {
|
|
8195
|
+
"version": "6.0.1",
|
|
8196
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
8197
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
8198
|
+
"license": "BSD-2-Clause",
|
|
8199
|
+
"engines": {
|
|
8200
|
+
"node": ">=0.12"
|
|
8201
|
+
},
|
|
8202
|
+
"funding": {
|
|
8203
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
8204
|
+
}
|
|
8205
|
+
},
|
|
8206
|
+
"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
|
|
8207
|
+
"version": "7.3.0",
|
|
8208
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
8209
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
8210
|
+
"license": "MIT",
|
|
8211
|
+
"dependencies": {
|
|
8212
|
+
"entities": "^6.0.0"
|
|
8213
|
+
},
|
|
8214
|
+
"funding": {
|
|
8215
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8216
|
+
}
|
|
8217
|
+
},
|
|
8218
|
+
"node_modules/parse5-parser-stream": {
|
|
8219
|
+
"version": "7.1.2",
|
|
8220
|
+
"resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
|
|
8221
|
+
"integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
|
|
8222
|
+
"license": "MIT",
|
|
8223
|
+
"dependencies": {
|
|
8224
|
+
"parse5": "^7.0.0"
|
|
8225
|
+
},
|
|
8226
|
+
"funding": {
|
|
8227
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8228
|
+
}
|
|
8229
|
+
},
|
|
8230
|
+
"node_modules/parse5-parser-stream/node_modules/entities": {
|
|
8231
|
+
"version": "6.0.1",
|
|
8232
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
8233
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
8234
|
+
"license": "BSD-2-Clause",
|
|
8235
|
+
"engines": {
|
|
8236
|
+
"node": ">=0.12"
|
|
8237
|
+
},
|
|
8238
|
+
"funding": {
|
|
8239
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
8240
|
+
}
|
|
8241
|
+
},
|
|
8242
|
+
"node_modules/parse5-parser-stream/node_modules/parse5": {
|
|
8243
|
+
"version": "7.3.0",
|
|
8244
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
8245
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
8246
|
+
"license": "MIT",
|
|
8247
|
+
"dependencies": {
|
|
8248
|
+
"entities": "^6.0.0"
|
|
8249
|
+
},
|
|
8250
|
+
"funding": {
|
|
8251
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8252
|
+
}
|
|
8253
|
+
},
|
|
7815
8254
|
"node_modules/parseurl": {
|
|
7816
8255
|
"version": "1.3.3",
|
|
7817
8256
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
@@ -7821,15 +8260,6 @@
|
|
|
7821
8260
|
"node": ">= 0.8"
|
|
7822
8261
|
}
|
|
7823
8262
|
},
|
|
7824
|
-
"node_modules/path-is-absolute": {
|
|
7825
|
-
"version": "1.0.1",
|
|
7826
|
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
7827
|
-
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
7828
|
-
"license": "MIT",
|
|
7829
|
-
"engines": {
|
|
7830
|
-
"node": ">=0.10.0"
|
|
7831
|
-
}
|
|
7832
|
-
},
|
|
7833
8263
|
"node_modules/path-key": {
|
|
7834
8264
|
"version": "3.1.1",
|
|
7835
8265
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -8225,79 +8655,18 @@
|
|
|
8225
8655
|
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
8226
8656
|
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
|
8227
8657
|
"license": "MIT",
|
|
8228
|
-
"dependencies": {
|
|
8229
|
-
"end-of-stream": "^1.1.0",
|
|
8230
|
-
"once": "^1.3.1"
|
|
8231
|
-
}
|
|
8232
|
-
},
|
|
8233
|
-
"node_modules/punycode": {
|
|
8234
|
-
"version": "2.3.1",
|
|
8235
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
8236
|
-
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
8237
|
-
"license": "MIT",
|
|
8238
|
-
"engines": {
|
|
8239
|
-
"node": ">=6"
|
|
8240
|
-
}
|
|
8241
|
-
},
|
|
8242
|
-
"node_modules/puppeteer-core": {
|
|
8243
|
-
"version": "21.11.0",
|
|
8244
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-21.11.0.tgz",
|
|
8245
|
-
"integrity": "sha512-ArbnyA3U5SGHokEvkfWjW+O8hOxV1RSJxOgriX/3A4xZRqixt9ZFHD0yPgZQF05Qj0oAqi8H/7stDorjoHY90Q==",
|
|
8246
|
-
"license": "Apache-2.0",
|
|
8247
|
-
"dependencies": {
|
|
8248
|
-
"@puppeteer/browsers": "1.9.1",
|
|
8249
|
-
"chromium-bidi": "0.5.8",
|
|
8250
|
-
"cross-fetch": "4.0.0",
|
|
8251
|
-
"debug": "4.3.4",
|
|
8252
|
-
"devtools-protocol": "0.0.1232444",
|
|
8253
|
-
"ws": "8.16.0"
|
|
8254
|
-
},
|
|
8255
|
-
"engines": {
|
|
8256
|
-
"node": ">=16.13.2"
|
|
8257
|
-
}
|
|
8258
|
-
},
|
|
8259
|
-
"node_modules/puppeteer-core/node_modules/debug": {
|
|
8260
|
-
"version": "4.3.4",
|
|
8261
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
8262
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
8263
|
-
"license": "MIT",
|
|
8264
|
-
"dependencies": {
|
|
8265
|
-
"ms": "2.1.2"
|
|
8266
|
-
},
|
|
8267
|
-
"engines": {
|
|
8268
|
-
"node": ">=6.0"
|
|
8269
|
-
},
|
|
8270
|
-
"peerDependenciesMeta": {
|
|
8271
|
-
"supports-color": {
|
|
8272
|
-
"optional": true
|
|
8273
|
-
}
|
|
8658
|
+
"dependencies": {
|
|
8659
|
+
"end-of-stream": "^1.1.0",
|
|
8660
|
+
"once": "^1.3.1"
|
|
8274
8661
|
}
|
|
8275
8662
|
},
|
|
8276
|
-
"node_modules/
|
|
8277
|
-
"version": "
|
|
8278
|
-
"resolved": "https://registry.npmjs.org/
|
|
8279
|
-
"integrity": "sha512-
|
|
8280
|
-
"license": "BSD-3-Clause"
|
|
8281
|
-
},
|
|
8282
|
-
"node_modules/puppeteer-core/node_modules/ws": {
|
|
8283
|
-
"version": "8.16.0",
|
|
8284
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
|
|
8285
|
-
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
|
|
8663
|
+
"node_modules/punycode": {
|
|
8664
|
+
"version": "2.3.1",
|
|
8665
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
8666
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
8286
8667
|
"license": "MIT",
|
|
8287
8668
|
"engines": {
|
|
8288
|
-
"node": ">=
|
|
8289
|
-
},
|
|
8290
|
-
"peerDependencies": {
|
|
8291
|
-
"bufferutil": "^4.0.1",
|
|
8292
|
-
"utf-8-validate": ">=5.0.2"
|
|
8293
|
-
},
|
|
8294
|
-
"peerDependenciesMeta": {
|
|
8295
|
-
"bufferutil": {
|
|
8296
|
-
"optional": true
|
|
8297
|
-
},
|
|
8298
|
-
"utf-8-validate": {
|
|
8299
|
-
"optional": true
|
|
8300
|
-
}
|
|
8669
|
+
"node": ">=6"
|
|
8301
8670
|
}
|
|
8302
8671
|
},
|
|
8303
8672
|
"node_modules/qs": {
|
|
@@ -8562,62 +8931,6 @@
|
|
|
8562
8931
|
"integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
|
|
8563
8932
|
"license": "MIT"
|
|
8564
8933
|
},
|
|
8565
|
-
"node_modules/rimraf": {
|
|
8566
|
-
"version": "2.7.1",
|
|
8567
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
|
8568
|
-
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
8569
|
-
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
8570
|
-
"license": "ISC",
|
|
8571
|
-
"dependencies": {
|
|
8572
|
-
"glob": "^7.1.3"
|
|
8573
|
-
},
|
|
8574
|
-
"bin": {
|
|
8575
|
-
"rimraf": "bin.js"
|
|
8576
|
-
}
|
|
8577
|
-
},
|
|
8578
|
-
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
8579
|
-
"version": "1.1.12",
|
|
8580
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
8581
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
8582
|
-
"license": "MIT",
|
|
8583
|
-
"dependencies": {
|
|
8584
|
-
"balanced-match": "^1.0.0",
|
|
8585
|
-
"concat-map": "0.0.1"
|
|
8586
|
-
}
|
|
8587
|
-
},
|
|
8588
|
-
"node_modules/rimraf/node_modules/glob": {
|
|
8589
|
-
"version": "7.2.3",
|
|
8590
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
8591
|
-
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
8592
|
-
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
8593
|
-
"license": "ISC",
|
|
8594
|
-
"dependencies": {
|
|
8595
|
-
"fs.realpath": "^1.0.0",
|
|
8596
|
-
"inflight": "^1.0.4",
|
|
8597
|
-
"inherits": "2",
|
|
8598
|
-
"minimatch": "^3.1.1",
|
|
8599
|
-
"once": "^1.3.0",
|
|
8600
|
-
"path-is-absolute": "^1.0.0"
|
|
8601
|
-
},
|
|
8602
|
-
"engines": {
|
|
8603
|
-
"node": "*"
|
|
8604
|
-
},
|
|
8605
|
-
"funding": {
|
|
8606
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
8607
|
-
}
|
|
8608
|
-
},
|
|
8609
|
-
"node_modules/rimraf/node_modules/minimatch": {
|
|
8610
|
-
"version": "3.1.2",
|
|
8611
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
8612
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
8613
|
-
"license": "ISC",
|
|
8614
|
-
"dependencies": {
|
|
8615
|
-
"brace-expansion": "^1.1.7"
|
|
8616
|
-
},
|
|
8617
|
-
"engines": {
|
|
8618
|
-
"node": "*"
|
|
8619
|
-
}
|
|
8620
|
-
},
|
|
8621
8934
|
"node_modules/rollup": {
|
|
8622
8935
|
"version": "4.56.0",
|
|
8623
8936
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.56.0.tgz",
|
|
@@ -8673,10 +8986,13 @@
|
|
|
8673
8986
|
}
|
|
8674
8987
|
},
|
|
8675
8988
|
"node_modules/safaridriver": {
|
|
8676
|
-
"version": "0.1
|
|
8677
|
-
"resolved": "https://registry.npmjs.org/safaridriver/-/safaridriver-0.1.
|
|
8678
|
-
"integrity": "sha512-
|
|
8679
|
-
"license": "MIT"
|
|
8989
|
+
"version": "1.0.1",
|
|
8990
|
+
"resolved": "https://registry.npmjs.org/safaridriver/-/safaridriver-1.0.1.tgz",
|
|
8991
|
+
"integrity": "sha512-jkg4434cYgtrIF2AeY/X0Wmd2W73cK5qIEFE3hDrrQenJH/2SDJIXGvPAigfvQTcE9+H31zkiNHbUqcihEiMRA==",
|
|
8992
|
+
"license": "MIT",
|
|
8993
|
+
"engines": {
|
|
8994
|
+
"node": ">=18.0.0"
|
|
8995
|
+
}
|
|
8680
8996
|
},
|
|
8681
8997
|
"node_modules/safe-buffer": {
|
|
8682
8998
|
"version": "5.2.1",
|
|
@@ -9410,9 +9726,9 @@
|
|
|
9410
9726
|
}
|
|
9411
9727
|
},
|
|
9412
9728
|
"node_modules/strnum": {
|
|
9413
|
-
"version": "
|
|
9414
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-
|
|
9415
|
-
"integrity": "sha512-
|
|
9729
|
+
"version": "2.1.2",
|
|
9730
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
|
|
9731
|
+
"integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
|
|
9416
9732
|
"funding": [
|
|
9417
9733
|
{
|
|
9418
9734
|
"type": "github",
|
|
@@ -9650,14 +9966,17 @@
|
|
|
9650
9966
|
"license": "MIT"
|
|
9651
9967
|
},
|
|
9652
9968
|
"node_modules/tar-fs": {
|
|
9653
|
-
"version": "3.
|
|
9654
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.
|
|
9655
|
-
"integrity": "sha512-
|
|
9969
|
+
"version": "3.1.1",
|
|
9970
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
|
|
9971
|
+
"integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
|
|
9656
9972
|
"license": "MIT",
|
|
9657
9973
|
"dependencies": {
|
|
9658
|
-
"mkdirp-classic": "^0.5.2",
|
|
9659
9974
|
"pump": "^3.0.0",
|
|
9660
9975
|
"tar-stream": "^3.1.5"
|
|
9976
|
+
},
|
|
9977
|
+
"optionalDependencies": {
|
|
9978
|
+
"bare-fs": "^4.0.1",
|
|
9979
|
+
"bare-path": "^3.0.0"
|
|
9661
9980
|
}
|
|
9662
9981
|
},
|
|
9663
9982
|
"node_modules/tar-stream": {
|
|
@@ -9853,12 +10172,6 @@
|
|
|
9853
10172
|
"integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
|
|
9854
10173
|
"license": "MIT"
|
|
9855
10174
|
},
|
|
9856
|
-
"node_modules/through": {
|
|
9857
|
-
"version": "2.3.8",
|
|
9858
|
-
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
9859
|
-
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
9860
|
-
"license": "MIT"
|
|
9861
|
-
},
|
|
9862
10175
|
"node_modules/tiny-lru": {
|
|
9863
10176
|
"version": "8.0.2",
|
|
9864
10177
|
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
|
|
@@ -10134,38 +10447,13 @@
|
|
|
10134
10447
|
"integrity": "sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==",
|
|
10135
10448
|
"license": "ISC"
|
|
10136
10449
|
},
|
|
10137
|
-
"node_modules/
|
|
10138
|
-
"version": "
|
|
10139
|
-
"resolved": "https://registry.npmjs.org/
|
|
10140
|
-
"integrity": "sha512-
|
|
10141
|
-
"license": "MIT",
|
|
10142
|
-
"dependencies": {
|
|
10143
|
-
"buffer": "^5.2.1",
|
|
10144
|
-
"through": "^2.3.8"
|
|
10145
|
-
}
|
|
10146
|
-
},
|
|
10147
|
-
"node_modules/unbzip2-stream/node_modules/buffer": {
|
|
10148
|
-
"version": "5.7.1",
|
|
10149
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
10150
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
10151
|
-
"funding": [
|
|
10152
|
-
{
|
|
10153
|
-
"type": "github",
|
|
10154
|
-
"url": "https://github.com/sponsors/feross"
|
|
10155
|
-
},
|
|
10156
|
-
{
|
|
10157
|
-
"type": "patreon",
|
|
10158
|
-
"url": "https://www.patreon.com/feross"
|
|
10159
|
-
},
|
|
10160
|
-
{
|
|
10161
|
-
"type": "consulting",
|
|
10162
|
-
"url": "https://feross.org/support"
|
|
10163
|
-
}
|
|
10164
|
-
],
|
|
10450
|
+
"node_modules/undici": {
|
|
10451
|
+
"version": "7.19.1",
|
|
10452
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.19.1.tgz",
|
|
10453
|
+
"integrity": "sha512-Gpq0iNm5M6cQWlyHQv9MV+uOj1jWk7LpkoE5vSp/7zjb4zMdAcUD+VL5y0nH4p9EbUklq00eVIIX/XcDHzu5xg==",
|
|
10165
10454
|
"license": "MIT",
|
|
10166
|
-
"
|
|
10167
|
-
"
|
|
10168
|
-
"ieee754": "^1.1.13"
|
|
10455
|
+
"engines": {
|
|
10456
|
+
"node": ">=20.18.1"
|
|
10169
10457
|
}
|
|
10170
10458
|
},
|
|
10171
10459
|
"node_modules/undici-types": {
|
|
@@ -10202,30 +10490,6 @@
|
|
|
10202
10490
|
"mkdirp": "^0.5.1"
|
|
10203
10491
|
}
|
|
10204
10492
|
},
|
|
10205
|
-
"node_modules/unzipper": {
|
|
10206
|
-
"version": "0.10.14",
|
|
10207
|
-
"resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz",
|
|
10208
|
-
"integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==",
|
|
10209
|
-
"license": "MIT",
|
|
10210
|
-
"dependencies": {
|
|
10211
|
-
"big-integer": "^1.6.17",
|
|
10212
|
-
"binary": "~0.3.0",
|
|
10213
|
-
"bluebird": "~3.4.1",
|
|
10214
|
-
"buffer-indexof-polyfill": "~1.0.0",
|
|
10215
|
-
"duplexer2": "~0.1.4",
|
|
10216
|
-
"fstream": "^1.0.12",
|
|
10217
|
-
"graceful-fs": "^4.2.2",
|
|
10218
|
-
"listenercount": "~1.0.1",
|
|
10219
|
-
"readable-stream": "~2.3.6",
|
|
10220
|
-
"setimmediate": "~1.0.4"
|
|
10221
|
-
}
|
|
10222
|
-
},
|
|
10223
|
-
"node_modules/unzipper/node_modules/bluebird": {
|
|
10224
|
-
"version": "3.4.7",
|
|
10225
|
-
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
|
|
10226
|
-
"integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
|
|
10227
|
-
"license": "MIT"
|
|
10228
|
-
},
|
|
10229
10493
|
"node_modules/uri-js": {
|
|
10230
10494
|
"version": "4.4.1",
|
|
10231
10495
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
@@ -10246,9 +10510,9 @@
|
|
|
10246
10510
|
}
|
|
10247
10511
|
},
|
|
10248
10512
|
"node_modules/urlpattern-polyfill": {
|
|
10249
|
-
"version": "10.
|
|
10250
|
-
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.
|
|
10251
|
-
"integrity": "sha512-
|
|
10513
|
+
"version": "10.1.0",
|
|
10514
|
+
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz",
|
|
10515
|
+
"integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==",
|
|
10252
10516
|
"license": "MIT"
|
|
10253
10517
|
},
|
|
10254
10518
|
"node_modules/userhome": {
|
|
@@ -11070,6 +11334,27 @@
|
|
|
11070
11334
|
"node": ">=12.0.0"
|
|
11071
11335
|
}
|
|
11072
11336
|
},
|
|
11337
|
+
"node_modules/webdriver/node_modules/@wdio/types": {
|
|
11338
|
+
"version": "7.26.0",
|
|
11339
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
|
|
11340
|
+
"integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
|
|
11341
|
+
"license": "MIT",
|
|
11342
|
+
"dependencies": {
|
|
11343
|
+
"@types/node": "^18.0.0",
|
|
11344
|
+
"got": "^11.8.1"
|
|
11345
|
+
},
|
|
11346
|
+
"engines": {
|
|
11347
|
+
"node": ">=12.0.0"
|
|
11348
|
+
},
|
|
11349
|
+
"peerDependencies": {
|
|
11350
|
+
"typescript": "^4.6.2"
|
|
11351
|
+
},
|
|
11352
|
+
"peerDependenciesMeta": {
|
|
11353
|
+
"typescript": {
|
|
11354
|
+
"optional": true
|
|
11355
|
+
}
|
|
11356
|
+
}
|
|
11357
|
+
},
|
|
11073
11358
|
"node_modules/webdriver/node_modules/undici-types": {
|
|
11074
11359
|
"version": "5.26.5",
|
|
11075
11360
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
@@ -11077,176 +11362,126 @@
|
|
|
11077
11362
|
"license": "MIT"
|
|
11078
11363
|
},
|
|
11079
11364
|
"node_modules/webdriverio": {
|
|
11080
|
-
"version": "
|
|
11081
|
-
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-
|
|
11082
|
-
"integrity": "sha512-
|
|
11083
|
-
"license": "MIT",
|
|
11084
|
-
"dependencies": {
|
|
11085
|
-
"@types/node": "^
|
|
11086
|
-
"@
|
|
11087
|
-
"@wdio/
|
|
11088
|
-
"@wdio/
|
|
11089
|
-
"@wdio/
|
|
11090
|
-
"@wdio/
|
|
11091
|
-
"@wdio/
|
|
11092
|
-
"
|
|
11093
|
-
"
|
|
11365
|
+
"version": "9.18.4",
|
|
11366
|
+
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.18.4.tgz",
|
|
11367
|
+
"integrity": "sha512-Q/gghz/Zt7EhTnbDQfLb61WgSwCksXZE60lEzmDXe4fULCH/6Js5IWUsne3W+BRy6nXeVvFscHD/d7S77dbamw==",
|
|
11368
|
+
"license": "MIT",
|
|
11369
|
+
"dependencies": {
|
|
11370
|
+
"@types/node": "^20.11.30",
|
|
11371
|
+
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
11372
|
+
"@wdio/config": "9.18.0",
|
|
11373
|
+
"@wdio/logger": "9.18.0",
|
|
11374
|
+
"@wdio/protocols": "9.16.2",
|
|
11375
|
+
"@wdio/repl": "9.16.2",
|
|
11376
|
+
"@wdio/types": "9.16.2",
|
|
11377
|
+
"@wdio/utils": "9.18.0",
|
|
11378
|
+
"archiver": "^7.0.1",
|
|
11379
|
+
"aria-query": "^5.3.0",
|
|
11380
|
+
"cheerio": "^1.0.0-rc.12",
|
|
11094
11381
|
"css-shorthand-properties": "^1.1.1",
|
|
11095
11382
|
"css-value": "^0.0.1",
|
|
11096
|
-
"
|
|
11097
|
-
"
|
|
11098
|
-
"import-meta-resolve": "^4.0.0",
|
|
11383
|
+
"grapheme-splitter": "^1.0.4",
|
|
11384
|
+
"htmlfy": "^0.8.1",
|
|
11099
11385
|
"is-plain-obj": "^4.1.0",
|
|
11100
11386
|
"jszip": "^3.10.1",
|
|
11101
11387
|
"lodash.clonedeep": "^4.5.0",
|
|
11102
11388
|
"lodash.zip": "^4.2.0",
|
|
11103
|
-
"
|
|
11104
|
-
"
|
|
11105
|
-
"query-selector-shadow-dom": "^1.0.0",
|
|
11106
|
-
"resq": "^1.9.1",
|
|
11389
|
+
"query-selector-shadow-dom": "^1.0.1",
|
|
11390
|
+
"resq": "^1.11.0",
|
|
11107
11391
|
"rgb2hex": "0.2.5",
|
|
11108
|
-
"serialize-error": "^
|
|
11109
|
-
"
|
|
11392
|
+
"serialize-error": "^12.0.0",
|
|
11393
|
+
"urlpattern-polyfill": "^10.0.0",
|
|
11394
|
+
"webdriver": "9.18.0"
|
|
11110
11395
|
},
|
|
11111
11396
|
"engines": {
|
|
11112
|
-
"node": "
|
|
11397
|
+
"node": ">=18.20.0"
|
|
11113
11398
|
},
|
|
11114
11399
|
"peerDependencies": {
|
|
11115
|
-
"
|
|
11400
|
+
"puppeteer-core": ">=22.x || <=24.x"
|
|
11116
11401
|
},
|
|
11117
11402
|
"peerDependenciesMeta": {
|
|
11118
|
-
"
|
|
11403
|
+
"puppeteer-core": {
|
|
11119
11404
|
"optional": true
|
|
11120
11405
|
}
|
|
11121
11406
|
}
|
|
11122
11407
|
},
|
|
11123
|
-
"node_modules/webdriverio/node_modules/@
|
|
11124
|
-
"version": "
|
|
11125
|
-
"resolved": "https://registry.npmjs.org/@
|
|
11126
|
-
"integrity": "sha512-
|
|
11127
|
-
"license": "MIT"
|
|
11128
|
-
"engines": {
|
|
11129
|
-
"node": ">=14.16"
|
|
11130
|
-
},
|
|
11131
|
-
"funding": {
|
|
11132
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
11133
|
-
}
|
|
11134
|
-
},
|
|
11135
|
-
"node_modules/webdriverio/node_modules/@szmarczak/http-timer": {
|
|
11136
|
-
"version": "5.0.1",
|
|
11137
|
-
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
11138
|
-
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
11139
|
-
"license": "MIT",
|
|
11140
|
-
"dependencies": {
|
|
11141
|
-
"defer-to-connect": "^2.0.1"
|
|
11142
|
-
},
|
|
11143
|
-
"engines": {
|
|
11144
|
-
"node": ">=14.16"
|
|
11145
|
-
}
|
|
11146
|
-
},
|
|
11147
|
-
"node_modules/webdriverio/node_modules/@types/node": {
|
|
11148
|
-
"version": "22.19.7",
|
|
11149
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.7.tgz",
|
|
11150
|
-
"integrity": "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==",
|
|
11151
|
-
"license": "MIT",
|
|
11152
|
-
"dependencies": {
|
|
11153
|
-
"undici-types": "~6.21.0"
|
|
11154
|
-
}
|
|
11408
|
+
"node_modules/webdriverio/node_modules/@types/sinonjs__fake-timers": {
|
|
11409
|
+
"version": "8.1.5",
|
|
11410
|
+
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz",
|
|
11411
|
+
"integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==",
|
|
11412
|
+
"license": "MIT"
|
|
11155
11413
|
},
|
|
11156
11414
|
"node_modules/webdriverio/node_modules/@wdio/config": {
|
|
11157
|
-
"version": "
|
|
11158
|
-
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-
|
|
11159
|
-
"integrity": "sha512-
|
|
11415
|
+
"version": "9.18.0",
|
|
11416
|
+
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-9.18.0.tgz",
|
|
11417
|
+
"integrity": "sha512-fN+Z7SkKjb0u3UUMSxMN4d+CCZQKZhm/tx3eX7Rv+3T78LtpOjlesBYQ7Ax3tQ3tp8hgEo+CoOXU0jHEYubFrg==",
|
|
11160
11418
|
"license": "MIT",
|
|
11161
11419
|
"dependencies": {
|
|
11162
|
-
"@wdio/logger": "
|
|
11163
|
-
"@wdio/types": "
|
|
11164
|
-
"@wdio/utils": "
|
|
11165
|
-
"
|
|
11166
|
-
"deepmerge-ts": "^5.0.0",
|
|
11420
|
+
"@wdio/logger": "9.18.0",
|
|
11421
|
+
"@wdio/types": "9.16.2",
|
|
11422
|
+
"@wdio/utils": "9.18.0",
|
|
11423
|
+
"deepmerge-ts": "^7.0.3",
|
|
11167
11424
|
"glob": "^10.2.2",
|
|
11168
11425
|
"import-meta-resolve": "^4.0.0"
|
|
11169
11426
|
},
|
|
11170
11427
|
"engines": {
|
|
11171
|
-
"node": "
|
|
11428
|
+
"node": ">=18.20.0"
|
|
11172
11429
|
}
|
|
11173
11430
|
},
|
|
11174
11431
|
"node_modules/webdriverio/node_modules/@wdio/logger": {
|
|
11175
|
-
"version": "
|
|
11176
|
-
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-
|
|
11177
|
-
"integrity": "sha512-
|
|
11432
|
+
"version": "9.18.0",
|
|
11433
|
+
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
|
|
11434
|
+
"integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
|
|
11178
11435
|
"license": "MIT",
|
|
11179
11436
|
"dependencies": {
|
|
11180
11437
|
"chalk": "^5.1.2",
|
|
11181
11438
|
"loglevel": "^1.6.0",
|
|
11182
11439
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
11440
|
+
"safe-regex2": "^5.0.0",
|
|
11183
11441
|
"strip-ansi": "^7.1.0"
|
|
11184
11442
|
},
|
|
11185
11443
|
"engines": {
|
|
11186
|
-
"node": "
|
|
11444
|
+
"node": ">=18.20.0"
|
|
11187
11445
|
}
|
|
11188
11446
|
},
|
|
11189
|
-
"node_modules/webdriverio/node_modules/@wdio/
|
|
11190
|
-
"version": "
|
|
11191
|
-
"resolved": "https://registry.npmjs.org/@wdio/
|
|
11192
|
-
"integrity": "sha512-
|
|
11193
|
-
"license": "MIT"
|
|
11194
|
-
"dependencies": {
|
|
11195
|
-
"@types/node": "^22.2.0"
|
|
11196
|
-
},
|
|
11197
|
-
"engines": {
|
|
11198
|
-
"node": "^16.13 || >=18"
|
|
11199
|
-
}
|
|
11447
|
+
"node_modules/webdriverio/node_modules/@wdio/protocols": {
|
|
11448
|
+
"version": "9.16.2",
|
|
11449
|
+
"resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-9.16.2.tgz",
|
|
11450
|
+
"integrity": "sha512-h3k97/lzmyw5MowqceAuY3HX/wGJojXHkiPXA3WlhGPCaa2h4+GovV2nJtRvknCKsE7UHA1xB5SWeI8MzloBew==",
|
|
11451
|
+
"license": "MIT"
|
|
11200
11452
|
},
|
|
11201
11453
|
"node_modules/webdriverio/node_modules/@wdio/utils": {
|
|
11202
|
-
"version": "
|
|
11203
|
-
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-
|
|
11204
|
-
"integrity": "sha512-
|
|
11454
|
+
"version": "9.18.0",
|
|
11455
|
+
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-9.18.0.tgz",
|
|
11456
|
+
"integrity": "sha512-M+QH05FUw25aFXZfjb+V16ydKoURgV61zeZrMjQdW2aAiks3F5iiI9pgqYT5kr1kHZcMy8gawGqQQ+RVfKYscQ==",
|
|
11205
11457
|
"license": "MIT",
|
|
11206
11458
|
"dependencies": {
|
|
11207
|
-
"@puppeteer/browsers": "^
|
|
11208
|
-
"@wdio/logger": "
|
|
11209
|
-
"@wdio/types": "
|
|
11459
|
+
"@puppeteer/browsers": "^2.2.0",
|
|
11460
|
+
"@wdio/logger": "9.18.0",
|
|
11461
|
+
"@wdio/types": "9.16.2",
|
|
11210
11462
|
"decamelize": "^6.0.0",
|
|
11211
|
-
"deepmerge-ts": "^
|
|
11212
|
-
"edgedriver": "^
|
|
11213
|
-
"geckodriver": "
|
|
11463
|
+
"deepmerge-ts": "^7.0.3",
|
|
11464
|
+
"edgedriver": "^6.1.2",
|
|
11465
|
+
"geckodriver": "^5.0.0",
|
|
11214
11466
|
"get-port": "^7.0.0",
|
|
11215
11467
|
"import-meta-resolve": "^4.0.0",
|
|
11216
|
-
"locate-app": "^2.
|
|
11217
|
-
"
|
|
11468
|
+
"locate-app": "^2.2.24",
|
|
11469
|
+
"mitt": "^3.0.1",
|
|
11470
|
+
"safaridriver": "^1.0.0",
|
|
11218
11471
|
"split2": "^4.2.0",
|
|
11219
|
-
"wait-port": "^1.0
|
|
11472
|
+
"wait-port": "^1.1.0"
|
|
11220
11473
|
},
|
|
11221
11474
|
"engines": {
|
|
11222
|
-
"node": "
|
|
11223
|
-
}
|
|
11224
|
-
},
|
|
11225
|
-
"node_modules/webdriverio/node_modules/cacheable-lookup": {
|
|
11226
|
-
"version": "7.0.0",
|
|
11227
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
11228
|
-
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
11229
|
-
"license": "MIT",
|
|
11230
|
-
"engines": {
|
|
11231
|
-
"node": ">=14.16"
|
|
11475
|
+
"node": ">=18.20.0"
|
|
11232
11476
|
}
|
|
11233
11477
|
},
|
|
11234
|
-
"node_modules/webdriverio/node_modules/
|
|
11235
|
-
"version": "
|
|
11236
|
-
"resolved": "https://registry.npmjs.org/
|
|
11237
|
-
"integrity": "sha512-
|
|
11478
|
+
"node_modules/webdriverio/node_modules/agent-base": {
|
|
11479
|
+
"version": "7.1.4",
|
|
11480
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
11481
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
11238
11482
|
"license": "MIT",
|
|
11239
|
-
"dependencies": {
|
|
11240
|
-
"@types/http-cache-semantics": "^4.0.2",
|
|
11241
|
-
"get-stream": "^6.0.1",
|
|
11242
|
-
"http-cache-semantics": "^4.1.1",
|
|
11243
|
-
"keyv": "^4.5.3",
|
|
11244
|
-
"mimic-response": "^4.0.0",
|
|
11245
|
-
"normalize-url": "^8.0.0",
|
|
11246
|
-
"responselike": "^3.0.0"
|
|
11247
|
-
},
|
|
11248
11483
|
"engines": {
|
|
11249
|
-
"node": ">=14
|
|
11484
|
+
"node": ">= 14"
|
|
11250
11485
|
}
|
|
11251
11486
|
},
|
|
11252
11487
|
"node_modules/webdriverio/node_modules/chalk": {
|
|
@@ -11281,42 +11516,17 @@
|
|
|
11281
11516
|
"url": "https://github.com/sponsors/isaacs"
|
|
11282
11517
|
}
|
|
11283
11518
|
},
|
|
11284
|
-
"node_modules/webdriverio/node_modules/
|
|
11285
|
-
"version": "
|
|
11286
|
-
"resolved": "https://registry.npmjs.org/
|
|
11287
|
-
"integrity": "sha512-
|
|
11288
|
-
"license": "MIT",
|
|
11289
|
-
"dependencies": {
|
|
11290
|
-
"@sindresorhus/is": "^5.2.0",
|
|
11291
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
11292
|
-
"cacheable-lookup": "^7.0.0",
|
|
11293
|
-
"cacheable-request": "^10.2.8",
|
|
11294
|
-
"decompress-response": "^6.0.0",
|
|
11295
|
-
"form-data-encoder": "^2.1.2",
|
|
11296
|
-
"get-stream": "^6.0.1",
|
|
11297
|
-
"http2-wrapper": "^2.1.10",
|
|
11298
|
-
"lowercase-keys": "^3.0.0",
|
|
11299
|
-
"p-cancelable": "^3.0.0",
|
|
11300
|
-
"responselike": "^3.0.0"
|
|
11301
|
-
},
|
|
11302
|
-
"engines": {
|
|
11303
|
-
"node": ">=14.16"
|
|
11304
|
-
},
|
|
11305
|
-
"funding": {
|
|
11306
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
11307
|
-
}
|
|
11308
|
-
},
|
|
11309
|
-
"node_modules/webdriverio/node_modules/http2-wrapper": {
|
|
11310
|
-
"version": "2.2.1",
|
|
11311
|
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
|
|
11312
|
-
"integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
|
|
11519
|
+
"node_modules/webdriverio/node_modules/https-proxy-agent": {
|
|
11520
|
+
"version": "7.0.6",
|
|
11521
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
11522
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
11313
11523
|
"license": "MIT",
|
|
11314
11524
|
"dependencies": {
|
|
11315
|
-
"
|
|
11316
|
-
"
|
|
11525
|
+
"agent-base": "^7.1.2",
|
|
11526
|
+
"debug": "4"
|
|
11317
11527
|
},
|
|
11318
11528
|
"engines": {
|
|
11319
|
-
"node": ">=
|
|
11529
|
+
"node": ">= 14"
|
|
11320
11530
|
}
|
|
11321
11531
|
},
|
|
11322
11532
|
"node_modules/webdriverio/node_modules/jackspeak": {
|
|
@@ -11334,48 +11544,12 @@
|
|
|
11334
11544
|
"@pkgjs/parseargs": "^0.11.0"
|
|
11335
11545
|
}
|
|
11336
11546
|
},
|
|
11337
|
-
"node_modules/webdriverio/node_modules/ky": {
|
|
11338
|
-
"version": "0.33.3",
|
|
11339
|
-
"resolved": "https://registry.npmjs.org/ky/-/ky-0.33.3.tgz",
|
|
11340
|
-
"integrity": "sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==",
|
|
11341
|
-
"license": "MIT",
|
|
11342
|
-
"engines": {
|
|
11343
|
-
"node": ">=14.16"
|
|
11344
|
-
},
|
|
11345
|
-
"funding": {
|
|
11346
|
-
"url": "https://github.com/sindresorhus/ky?sponsor=1"
|
|
11347
|
-
}
|
|
11348
|
-
},
|
|
11349
|
-
"node_modules/webdriverio/node_modules/lowercase-keys": {
|
|
11350
|
-
"version": "3.0.0",
|
|
11351
|
-
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
11352
|
-
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
11353
|
-
"license": "MIT",
|
|
11354
|
-
"engines": {
|
|
11355
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
11356
|
-
},
|
|
11357
|
-
"funding": {
|
|
11358
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11359
|
-
}
|
|
11360
|
-
},
|
|
11361
11547
|
"node_modules/webdriverio/node_modules/lru-cache": {
|
|
11362
11548
|
"version": "10.4.3",
|
|
11363
11549
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
11364
11550
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
11365
11551
|
"license": "ISC"
|
|
11366
11552
|
},
|
|
11367
|
-
"node_modules/webdriverio/node_modules/mimic-response": {
|
|
11368
|
-
"version": "4.0.0",
|
|
11369
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
11370
|
-
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
11371
|
-
"license": "MIT",
|
|
11372
|
-
"engines": {
|
|
11373
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
11374
|
-
},
|
|
11375
|
-
"funding": {
|
|
11376
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11377
|
-
}
|
|
11378
|
-
},
|
|
11379
11553
|
"node_modules/webdriverio/node_modules/minimatch": {
|
|
11380
11554
|
"version": "9.0.5",
|
|
11381
11555
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -11391,27 +11565,6 @@
|
|
|
11391
11565
|
"url": "https://github.com/sponsors/isaacs"
|
|
11392
11566
|
}
|
|
11393
11567
|
},
|
|
11394
|
-
"node_modules/webdriverio/node_modules/normalize-url": {
|
|
11395
|
-
"version": "8.1.1",
|
|
11396
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz",
|
|
11397
|
-
"integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==",
|
|
11398
|
-
"license": "MIT",
|
|
11399
|
-
"engines": {
|
|
11400
|
-
"node": ">=14.16"
|
|
11401
|
-
},
|
|
11402
|
-
"funding": {
|
|
11403
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11404
|
-
}
|
|
11405
|
-
},
|
|
11406
|
-
"node_modules/webdriverio/node_modules/p-cancelable": {
|
|
11407
|
-
"version": "3.0.0",
|
|
11408
|
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
11409
|
-
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
11410
|
-
"license": "MIT",
|
|
11411
|
-
"engines": {
|
|
11412
|
-
"node": ">=12.20"
|
|
11413
|
-
}
|
|
11414
|
-
},
|
|
11415
11568
|
"node_modules/webdriverio/node_modules/path-scurry": {
|
|
11416
11569
|
"version": "1.11.1",
|
|
11417
11570
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
@@ -11428,74 +11581,90 @@
|
|
|
11428
11581
|
"url": "https://github.com/sponsors/isaacs"
|
|
11429
11582
|
}
|
|
11430
11583
|
},
|
|
11431
|
-
"node_modules/webdriverio/node_modules/
|
|
11432
|
-
"version": "
|
|
11433
|
-
"resolved": "https://registry.npmjs.org/
|
|
11434
|
-
"integrity": "sha512-
|
|
11584
|
+
"node_modules/webdriverio/node_modules/ret": {
|
|
11585
|
+
"version": "0.5.0",
|
|
11586
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
11587
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
11435
11588
|
"license": "MIT",
|
|
11436
|
-
"dependencies": {
|
|
11437
|
-
"lowercase-keys": "^3.0.0"
|
|
11438
|
-
},
|
|
11439
11589
|
"engines": {
|
|
11440
|
-
"node": ">=
|
|
11441
|
-
}
|
|
11442
|
-
|
|
11443
|
-
|
|
11590
|
+
"node": ">=10"
|
|
11591
|
+
}
|
|
11592
|
+
},
|
|
11593
|
+
"node_modules/webdriverio/node_modules/safe-regex2": {
|
|
11594
|
+
"version": "5.0.0",
|
|
11595
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
11596
|
+
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
11597
|
+
"funding": [
|
|
11598
|
+
{
|
|
11599
|
+
"type": "github",
|
|
11600
|
+
"url": "https://github.com/sponsors/fastify"
|
|
11601
|
+
},
|
|
11602
|
+
{
|
|
11603
|
+
"type": "opencollective",
|
|
11604
|
+
"url": "https://opencollective.com/fastify"
|
|
11605
|
+
}
|
|
11606
|
+
],
|
|
11607
|
+
"license": "MIT",
|
|
11608
|
+
"dependencies": {
|
|
11609
|
+
"ret": "~0.5.0"
|
|
11444
11610
|
}
|
|
11445
11611
|
},
|
|
11446
11612
|
"node_modules/webdriverio/node_modules/serialize-error": {
|
|
11447
|
-
"version": "
|
|
11448
|
-
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-
|
|
11449
|
-
"integrity": "sha512-
|
|
11613
|
+
"version": "12.0.0",
|
|
11614
|
+
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
|
|
11615
|
+
"integrity": "sha512-ZYkZLAvKTKQXWuh5XpBw7CdbSzagarX39WyZ2H07CDLC5/KfsRGlIXV8d4+tfqX1M7916mRqR1QfNHSij+c9Pw==",
|
|
11450
11616
|
"license": "MIT",
|
|
11451
11617
|
"dependencies": {
|
|
11452
|
-
"type-fest": "^
|
|
11618
|
+
"type-fest": "^4.31.0"
|
|
11453
11619
|
},
|
|
11454
11620
|
"engines": {
|
|
11455
|
-
"node": ">=
|
|
11621
|
+
"node": ">=18"
|
|
11456
11622
|
},
|
|
11457
11623
|
"funding": {
|
|
11458
11624
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11459
11625
|
}
|
|
11460
11626
|
},
|
|
11461
11627
|
"node_modules/webdriverio/node_modules/type-fest": {
|
|
11462
|
-
"version": "
|
|
11463
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
11464
|
-
"integrity": "sha512-
|
|
11628
|
+
"version": "4.41.0",
|
|
11629
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
11630
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
11465
11631
|
"license": "(MIT OR CC0-1.0)",
|
|
11466
11632
|
"engines": {
|
|
11467
|
-
"node": ">=
|
|
11633
|
+
"node": ">=16"
|
|
11468
11634
|
},
|
|
11469
11635
|
"funding": {
|
|
11470
11636
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11471
11637
|
}
|
|
11472
11638
|
},
|
|
11473
|
-
"node_modules/webdriverio/node_modules/undici
|
|
11474
|
-
"version": "6.
|
|
11475
|
-
"resolved": "https://registry.npmjs.org/undici
|
|
11476
|
-
"integrity": "sha512-
|
|
11477
|
-
"license": "MIT"
|
|
11639
|
+
"node_modules/webdriverio/node_modules/undici": {
|
|
11640
|
+
"version": "6.23.0",
|
|
11641
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
|
|
11642
|
+
"integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
|
|
11643
|
+
"license": "MIT",
|
|
11644
|
+
"engines": {
|
|
11645
|
+
"node": ">=18.17"
|
|
11646
|
+
}
|
|
11478
11647
|
},
|
|
11479
11648
|
"node_modules/webdriverio/node_modules/webdriver": {
|
|
11480
|
-
"version": "
|
|
11481
|
-
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-
|
|
11482
|
-
"integrity": "sha512-
|
|
11649
|
+
"version": "9.18.0",
|
|
11650
|
+
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.18.0.tgz",
|
|
11651
|
+
"integrity": "sha512-07lC4FLj45lHJo0FvLjUp5qkjzEGWJWKGsxLoe9rQ2Fg88iYsqgr9JfSj8qxHpazBaBd+77+ZtpmMZ2X2D1Zuw==",
|
|
11483
11652
|
"license": "MIT",
|
|
11484
11653
|
"dependencies": {
|
|
11485
|
-
"@types/node": "^
|
|
11654
|
+
"@types/node": "^20.1.0",
|
|
11486
11655
|
"@types/ws": "^8.5.3",
|
|
11487
|
-
"@wdio/config": "
|
|
11488
|
-
"@wdio/logger": "
|
|
11489
|
-
"@wdio/protocols": "
|
|
11490
|
-
"@wdio/types": "
|
|
11491
|
-
"@wdio/utils": "
|
|
11492
|
-
"deepmerge-ts": "^
|
|
11493
|
-
"
|
|
11494
|
-
"
|
|
11656
|
+
"@wdio/config": "9.18.0",
|
|
11657
|
+
"@wdio/logger": "9.18.0",
|
|
11658
|
+
"@wdio/protocols": "9.16.2",
|
|
11659
|
+
"@wdio/types": "9.16.2",
|
|
11660
|
+
"@wdio/utils": "9.18.0",
|
|
11661
|
+
"deepmerge-ts": "^7.0.3",
|
|
11662
|
+
"https-proxy-agent": "^7.0.6",
|
|
11663
|
+
"undici": "^6.21.3",
|
|
11495
11664
|
"ws": "^8.8.0"
|
|
11496
11665
|
},
|
|
11497
11666
|
"engines": {
|
|
11498
|
-
"node": "
|
|
11667
|
+
"node": ">=18.20.0"
|
|
11499
11668
|
}
|
|
11500
11669
|
},
|
|
11501
11670
|
"node_modules/webidl-conversions": {
|