@testim/testim-cli 4.184.4 → 4.185.1

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@testim/testim-cli",
3
- "version": "4.184.4",
3
+ "version": "4.185.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@testim/testim-cli",
9
- "version": "4.184.4",
9
+ "version": "4.185.1",
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": "8.44.1",
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",
@@ -1485,33 +1486,42 @@
1485
1486
  }
1486
1487
  },
1487
1488
  "node_modules/@puppeteer/browsers": {
1488
- "version": "1.9.1",
1489
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.9.1.tgz",
1490
- "integrity": "sha512-PuvK6xZzGhKPvlx3fpfdM2kYY3P/hB1URtK8wA7XUJ6prn6pp22zvJHu48th0SGcHL9SutbPHrFuQgfXTFobWA==",
1489
+ "version": "2.12.1",
1490
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.12.1.tgz",
1491
+ "integrity": "sha512-fXa6uXLxfslBlus3MEpW8S6S9fe5RwmAE5Gd8u3krqOwnkZJV3/lQJiY3LaFdTctLLqJtyMgEUGkbDnRNf6vbQ==",
1491
1492
  "license": "Apache-2.0",
1492
1493
  "dependencies": {
1493
- "debug": "4.3.4",
1494
- "extract-zip": "2.0.1",
1495
- "progress": "2.0.3",
1496
- "proxy-agent": "6.3.1",
1497
- "tar-fs": "3.0.4",
1498
- "unbzip2-stream": "1.4.3",
1499
- "yargs": "17.7.2"
1494
+ "debug": "^4.4.3",
1495
+ "extract-zip": "^2.0.1",
1496
+ "progress": "^2.0.3",
1497
+ "proxy-agent": "^6.5.0",
1498
+ "semver": "^7.7.4",
1499
+ "tar-fs": "^3.1.1",
1500
+ "yargs": "^17.7.2"
1500
1501
  },
1501
1502
  "bin": {
1502
1503
  "browsers": "lib/cjs/main-cli.js"
1503
1504
  },
1504
1505
  "engines": {
1505
- "node": ">=16.3.0"
1506
+ "node": ">=18"
1507
+ }
1508
+ },
1509
+ "node_modules/@puppeteer/browsers/node_modules/agent-base": {
1510
+ "version": "7.1.4",
1511
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
1512
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
1513
+ "license": "MIT",
1514
+ "engines": {
1515
+ "node": ">= 14"
1506
1516
  }
1507
1517
  },
1508
1518
  "node_modules/@puppeteer/browsers/node_modules/debug": {
1509
- "version": "4.3.4",
1510
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1511
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1519
+ "version": "4.4.3",
1520
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1521
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1512
1522
  "license": "MIT",
1513
1523
  "dependencies": {
1514
- "ms": "2.1.2"
1524
+ "ms": "^2.1.3"
1515
1525
  },
1516
1526
  "engines": {
1517
1527
  "node": ">=6.0"
@@ -1522,6 +1532,66 @@
1522
1532
  }
1523
1533
  }
1524
1534
  },
1535
+ "node_modules/@puppeteer/browsers/node_modules/http-proxy-agent": {
1536
+ "version": "7.0.2",
1537
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
1538
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
1539
+ "license": "MIT",
1540
+ "dependencies": {
1541
+ "agent-base": "^7.1.0",
1542
+ "debug": "^4.3.4"
1543
+ },
1544
+ "engines": {
1545
+ "node": ">= 14"
1546
+ }
1547
+ },
1548
+ "node_modules/@puppeteer/browsers/node_modules/https-proxy-agent": {
1549
+ "version": "7.0.6",
1550
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
1551
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
1552
+ "license": "MIT",
1553
+ "dependencies": {
1554
+ "agent-base": "^7.1.2",
1555
+ "debug": "4"
1556
+ },
1557
+ "engines": {
1558
+ "node": ">= 14"
1559
+ }
1560
+ },
1561
+ "node_modules/@puppeteer/browsers/node_modules/lru-cache": {
1562
+ "version": "7.18.3",
1563
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
1564
+ "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
1565
+ "license": "ISC",
1566
+ "engines": {
1567
+ "node": ">=12"
1568
+ }
1569
+ },
1570
+ "node_modules/@puppeteer/browsers/node_modules/ms": {
1571
+ "version": "2.1.3",
1572
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1573
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1574
+ "license": "MIT"
1575
+ },
1576
+ "node_modules/@puppeteer/browsers/node_modules/proxy-agent": {
1577
+ "version": "6.5.0",
1578
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
1579
+ "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
1580
+ "license": "MIT",
1581
+ "dependencies": {
1582
+ "agent-base": "^7.1.2",
1583
+ "debug": "^4.3.4",
1584
+ "http-proxy-agent": "^7.0.1",
1585
+ "https-proxy-agent": "^7.0.6",
1586
+ "lru-cache": "^7.14.1",
1587
+ "pac-proxy-agent": "^7.1.0",
1588
+ "proxy-from-env": "^1.1.0",
1589
+ "socks-proxy-agent": "^8.0.5"
1590
+ },
1591
+ "engines": {
1592
+ "node": ">= 14"
1593
+ }
1594
+ },
1525
1595
  "node_modules/@puppeteer/browsers/node_modules/yargs": {
1526
1596
  "version": "17.7.2",
1527
1597
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@@ -2705,6 +2775,36 @@
2705
2775
  "node": ">=12.0.0"
2706
2776
  }
2707
2777
  },
2778
+ "node_modules/@wdio/config/node_modules/@types/node": {
2779
+ "version": "18.19.130",
2780
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
2781
+ "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
2782
+ "license": "MIT",
2783
+ "dependencies": {
2784
+ "undici-types": "~5.26.4"
2785
+ }
2786
+ },
2787
+ "node_modules/@wdio/config/node_modules/@wdio/types": {
2788
+ "version": "7.26.0",
2789
+ "resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
2790
+ "integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
2791
+ "license": "MIT",
2792
+ "dependencies": {
2793
+ "@types/node": "^18.0.0",
2794
+ "got": "^11.8.1"
2795
+ },
2796
+ "engines": {
2797
+ "node": ">=12.0.0"
2798
+ },
2799
+ "peerDependencies": {
2800
+ "typescript": "^4.6.2"
2801
+ },
2802
+ "peerDependenciesMeta": {
2803
+ "typescript": {
2804
+ "optional": true
2805
+ }
2806
+ }
2807
+ },
2708
2808
  "node_modules/@wdio/config/node_modules/balanced-match": {
2709
2809
  "version": "1.0.2",
2710
2810
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@@ -2752,6 +2852,12 @@
2752
2852
  "node": ">=10"
2753
2853
  }
2754
2854
  },
2855
+ "node_modules/@wdio/config/node_modules/undici-types": {
2856
+ "version": "5.26.5",
2857
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
2858
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
2859
+ "license": "MIT"
2860
+ },
2755
2861
  "node_modules/@wdio/logger": {
2756
2862
  "version": "7.26.0",
2757
2863
  "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-7.26.0.tgz",
@@ -2771,36 +2877,57 @@
2771
2877
  "version": "8.44.0",
2772
2878
  "resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-8.44.0.tgz",
2773
2879
  "integrity": "sha512-Do+AW3xuDUHWkrX++LeMBSrX2yRILlDqunRHPMv4adGFEA45m7r4WP8wGCDb+chrHGhXq5TwB9Ne4J7x1dHGng==",
2880
+ "dev": true,
2774
2881
  "license": "MIT"
2775
2882
  },
2776
2883
  "node_modules/@wdio/repl": {
2777
- "version": "8.40.3",
2778
- "resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-8.40.3.tgz",
2779
- "integrity": "sha512-mWEiBbaC7CgxvSd2/ozpbZWebnRIc8KRu/J81Hlw/txUWio27S7IpXBlZGVvhEsNzq0+cuxB/8gDkkXvMPbesw==",
2884
+ "version": "9.16.2",
2885
+ "resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-9.16.2.tgz",
2886
+ "integrity": "sha512-FLTF0VL6+o5BSTCO7yLSXocm3kUnu31zYwzdsz4n9s5YWt83sCtzGZlZpt7TaTzb3jVUfxuHNQDTb8UMkCu0lQ==",
2780
2887
  "license": "MIT",
2781
2888
  "dependencies": {
2782
- "@types/node": "^22.2.0"
2889
+ "@types/node": "^20.1.0"
2783
2890
  },
2784
2891
  "engines": {
2785
- "node": "^16.13 || >=18"
2892
+ "node": ">=18.20.0"
2786
2893
  }
2787
2894
  },
2788
- "node_modules/@wdio/repl/node_modules/@types/node": {
2789
- "version": "22.19.11",
2790
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
2791
- "integrity": "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==",
2895
+ "node_modules/@wdio/types": {
2896
+ "version": "9.16.2",
2897
+ "resolved": "https://registry.npmjs.org/@wdio/types/-/types-9.16.2.tgz",
2898
+ "integrity": "sha512-P86FvM/4XQGpJKwlC2RKF3I21TglPvPOozJGG9HoL0Jmt6jRF20ggO/nRTxU0XiWkRdqESUTmfA87bdCO4GRkQ==",
2792
2899
  "license": "MIT",
2793
2900
  "dependencies": {
2794
- "undici-types": "~6.21.0"
2901
+ "@types/node": "^20.1.0"
2902
+ },
2903
+ "engines": {
2904
+ "node": ">=18.20.0"
2795
2905
  }
2796
2906
  },
2797
- "node_modules/@wdio/repl/node_modules/undici-types": {
2798
- "version": "6.21.0",
2799
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
2800
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
2801
- "license": "MIT"
2907
+ "node_modules/@wdio/utils": {
2908
+ "version": "7.26.0",
2909
+ "resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
2910
+ "integrity": "sha512-pVq2MPXZAYLkKGKIIHktHejnHqg4TYKoNYSi2EDv+I3GlT8VZKXHazKhci82ov0tD+GdF27+s4DWNDCfGYfBdQ==",
2911
+ "license": "MIT",
2912
+ "dependencies": {
2913
+ "@wdio/logger": "7.26.0",
2914
+ "@wdio/types": "7.26.0",
2915
+ "p-iteration": "^1.1.8"
2916
+ },
2917
+ "engines": {
2918
+ "node": ">=12.0.0"
2919
+ }
2802
2920
  },
2803
- "node_modules/@wdio/types": {
2921
+ "node_modules/@wdio/utils/node_modules/@types/node": {
2922
+ "version": "18.19.130",
2923
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
2924
+ "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
2925
+ "license": "MIT",
2926
+ "dependencies": {
2927
+ "undici-types": "~5.26.4"
2928
+ }
2929
+ },
2930
+ "node_modules/@wdio/utils/node_modules/@wdio/types": {
2804
2931
  "version": "7.26.0",
2805
2932
  "resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
2806
2933
  "integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
@@ -2821,39 +2948,16 @@
2821
2948
  }
2822
2949
  }
2823
2950
  },
2824
- "node_modules/@wdio/types/node_modules/@types/node": {
2825
- "version": "18.19.130",
2826
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
2827
- "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
2828
- "license": "MIT",
2829
- "dependencies": {
2830
- "undici-types": "~5.26.4"
2831
- }
2832
- },
2833
- "node_modules/@wdio/types/node_modules/undici-types": {
2951
+ "node_modules/@wdio/utils/node_modules/undici-types": {
2834
2952
  "version": "5.26.5",
2835
2953
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
2836
2954
  "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
2837
2955
  "license": "MIT"
2838
2956
  },
2839
- "node_modules/@wdio/utils": {
2840
- "version": "7.26.0",
2841
- "resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
2842
- "integrity": "sha512-pVq2MPXZAYLkKGKIIHktHejnHqg4TYKoNYSi2EDv+I3GlT8VZKXHazKhci82ov0tD+GdF27+s4DWNDCfGYfBdQ==",
2843
- "license": "MIT",
2844
- "dependencies": {
2845
- "@wdio/logger": "7.26.0",
2846
- "@wdio/types": "7.26.0",
2847
- "p-iteration": "^1.1.8"
2848
- },
2849
- "engines": {
2850
- "node": ">=12.0.0"
2851
- }
2852
- },
2853
2957
  "node_modules/@zip.js/zip.js": {
2854
- "version": "2.8.20",
2855
- "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.20.tgz",
2856
- "integrity": "sha512-oJzVhK9gnSKD++WLG37QEgeTgm5W8XUYmNv0EhOxytSr85vXn9EMpOoKNTK3yWDLa55Z0MovKW/6RNeh9OUmnA==",
2958
+ "version": "2.8.21",
2959
+ "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.21.tgz",
2960
+ "integrity": "sha512-fkyzXISE3IMrstDO1AgPkJCx14MYHP/suIGiAovEYEuBjq3mffsuL6aMV7ohOSjW4rXtuACuUfpA3GtITgdtYg==",
2857
2961
  "license": "BSD-3-Clause",
2858
2962
  "engines": {
2859
2963
  "bun": ">=0.7.0",
@@ -3411,9 +3515,9 @@
3411
3515
  }
3412
3516
  },
3413
3517
  "node_modules/b4a": {
3414
- "version": "1.7.4",
3415
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.4.tgz",
3416
- "integrity": "sha512-u20zJLDaSWpxaZ+zaAkEIB2dZZ1o+DF4T/MRbmsvGp9nletHOyiai19OzX1fF8xUBYsO1bPXxODvcd0978pnug==",
3518
+ "version": "1.7.5",
3519
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.5.tgz",
3520
+ "integrity": "sha512-iEsKNwDh1wiWTps1/hdkNdmBgDlDVZP5U57ZVOlt+dNFqpc/lpPouCIxZw+DYBgc4P9NDfIZMPNR4CHNhzwLIA==",
3417
3521
  "license": "Apache-2.0",
3418
3522
  "peerDependencies": {
3419
3523
  "react-native-b4a": "*"
@@ -3451,6 +3555,84 @@
3451
3555
  }
3452
3556
  }
3453
3557
  },
3558
+ "node_modules/bare-fs": {
3559
+ "version": "4.5.4",
3560
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.4.tgz",
3561
+ "integrity": "sha512-POK4oplfA7P7gqvetNmCs4CNtm9fNsx+IAh7jH7GgU0OJdge2rso0R20TNWVq6VoWcCvsTdlNDaleLHGaKx8CA==",
3562
+ "license": "Apache-2.0",
3563
+ "optional": true,
3564
+ "dependencies": {
3565
+ "bare-events": "^2.5.4",
3566
+ "bare-path": "^3.0.0",
3567
+ "bare-stream": "^2.6.4",
3568
+ "bare-url": "^2.2.2",
3569
+ "fast-fifo": "^1.3.2"
3570
+ },
3571
+ "engines": {
3572
+ "bare": ">=1.16.0"
3573
+ },
3574
+ "peerDependencies": {
3575
+ "bare-buffer": "*"
3576
+ },
3577
+ "peerDependenciesMeta": {
3578
+ "bare-buffer": {
3579
+ "optional": true
3580
+ }
3581
+ }
3582
+ },
3583
+ "node_modules/bare-os": {
3584
+ "version": "3.6.2",
3585
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
3586
+ "integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
3587
+ "license": "Apache-2.0",
3588
+ "optional": true,
3589
+ "engines": {
3590
+ "bare": ">=1.14.0"
3591
+ }
3592
+ },
3593
+ "node_modules/bare-path": {
3594
+ "version": "3.0.0",
3595
+ "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
3596
+ "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
3597
+ "license": "Apache-2.0",
3598
+ "optional": true,
3599
+ "dependencies": {
3600
+ "bare-os": "^3.0.1"
3601
+ }
3602
+ },
3603
+ "node_modules/bare-stream": {
3604
+ "version": "2.8.0",
3605
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.0.tgz",
3606
+ "integrity": "sha512-reUN0M2sHRqCdG4lUK3Fw8w98eeUIZHL5c3H7Mbhk2yVBL+oofgaIp0ieLfD5QXwPCypBpmEEKU2WZKzbAk8GA==",
3607
+ "license": "Apache-2.0",
3608
+ "optional": true,
3609
+ "dependencies": {
3610
+ "streamx": "^2.21.0",
3611
+ "teex": "^1.0.1"
3612
+ },
3613
+ "peerDependencies": {
3614
+ "bare-buffer": "*",
3615
+ "bare-events": "*"
3616
+ },
3617
+ "peerDependenciesMeta": {
3618
+ "bare-buffer": {
3619
+ "optional": true
3620
+ },
3621
+ "bare-events": {
3622
+ "optional": true
3623
+ }
3624
+ }
3625
+ },
3626
+ "node_modules/bare-url": {
3627
+ "version": "2.3.2",
3628
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
3629
+ "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
3630
+ "license": "Apache-2.0",
3631
+ "optional": true,
3632
+ "dependencies": {
3633
+ "bare-path": "^3.0.0"
3634
+ }
3635
+ },
3454
3636
  "node_modules/base64-js": {
3455
3637
  "version": "1.5.1",
3456
3638
  "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -3480,15 +3662,6 @@
3480
3662
  "node": ">=10.0.0"
3481
3663
  }
3482
3664
  },
3483
- "node_modules/big-integer": {
3484
- "version": "1.6.52",
3485
- "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
3486
- "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
3487
- "license": "Unlicense",
3488
- "engines": {
3489
- "node": ">=0.6"
3490
- }
3491
- },
3492
3665
  "node_modules/binary": {
3493
3666
  "version": "0.3.0",
3494
3667
  "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
@@ -3672,15 +3845,6 @@
3672
3845
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
3673
3846
  "license": "MIT"
3674
3847
  },
3675
- "node_modules/buffer-indexof-polyfill": {
3676
- "version": "1.0.2",
3677
- "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
3678
- "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
3679
- "license": "MIT",
3680
- "engines": {
3681
- "node": ">=0.10"
3682
- }
3683
- },
3684
3848
  "node_modules/buffers": {
3685
3849
  "version": "0.1.1",
3686
3850
  "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
@@ -3880,6 +4044,112 @@
3880
4044
  "node": "*"
3881
4045
  }
3882
4046
  },
4047
+ "node_modules/cheerio": {
4048
+ "version": "1.2.0",
4049
+ "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz",
4050
+ "integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==",
4051
+ "license": "MIT",
4052
+ "dependencies": {
4053
+ "cheerio-select": "^2.1.0",
4054
+ "dom-serializer": "^2.0.0",
4055
+ "domhandler": "^5.0.3",
4056
+ "domutils": "^3.2.2",
4057
+ "encoding-sniffer": "^0.2.1",
4058
+ "htmlparser2": "^10.1.0",
4059
+ "parse5": "^7.3.0",
4060
+ "parse5-htmlparser2-tree-adapter": "^7.1.0",
4061
+ "parse5-parser-stream": "^7.1.2",
4062
+ "undici": "^7.19.0",
4063
+ "whatwg-mimetype": "^4.0.0"
4064
+ },
4065
+ "engines": {
4066
+ "node": ">=20.18.1"
4067
+ },
4068
+ "funding": {
4069
+ "url": "https://github.com/cheeriojs/cheerio?sponsor=1"
4070
+ }
4071
+ },
4072
+ "node_modules/cheerio-select": {
4073
+ "version": "2.1.0",
4074
+ "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz",
4075
+ "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
4076
+ "license": "BSD-2-Clause",
4077
+ "dependencies": {
4078
+ "boolbase": "^1.0.0",
4079
+ "css-select": "^5.1.0",
4080
+ "css-what": "^6.1.0",
4081
+ "domelementtype": "^2.3.0",
4082
+ "domhandler": "^5.0.3",
4083
+ "domutils": "^3.0.1"
4084
+ },
4085
+ "funding": {
4086
+ "url": "https://github.com/sponsors/fb55"
4087
+ }
4088
+ },
4089
+ "node_modules/cheerio/node_modules/entities": {
4090
+ "version": "7.0.1",
4091
+ "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
4092
+ "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
4093
+ "license": "BSD-2-Clause",
4094
+ "engines": {
4095
+ "node": ">=0.12"
4096
+ },
4097
+ "funding": {
4098
+ "url": "https://github.com/fb55/entities?sponsor=1"
4099
+ }
4100
+ },
4101
+ "node_modules/cheerio/node_modules/htmlparser2": {
4102
+ "version": "10.1.0",
4103
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
4104
+ "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
4105
+ "funding": [
4106
+ "https://github.com/fb55/htmlparser2?sponsor=1",
4107
+ {
4108
+ "type": "github",
4109
+ "url": "https://github.com/sponsors/fb55"
4110
+ }
4111
+ ],
4112
+ "license": "MIT",
4113
+ "dependencies": {
4114
+ "domelementtype": "^2.3.0",
4115
+ "domhandler": "^5.0.3",
4116
+ "domutils": "^3.2.2",
4117
+ "entities": "^7.0.1"
4118
+ }
4119
+ },
4120
+ "node_modules/cheerio/node_modules/parse5": {
4121
+ "version": "7.3.0",
4122
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
4123
+ "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
4124
+ "license": "MIT",
4125
+ "dependencies": {
4126
+ "entities": "^6.0.0"
4127
+ },
4128
+ "funding": {
4129
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
4130
+ }
4131
+ },
4132
+ "node_modules/cheerio/node_modules/parse5/node_modules/entities": {
4133
+ "version": "6.0.1",
4134
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
4135
+ "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
4136
+ "license": "BSD-2-Clause",
4137
+ "engines": {
4138
+ "node": ">=0.12"
4139
+ },
4140
+ "funding": {
4141
+ "url": "https://github.com/fb55/entities?sponsor=1"
4142
+ }
4143
+ },
4144
+ "node_modules/cheerio/node_modules/whatwg-mimetype": {
4145
+ "version": "4.0.0",
4146
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
4147
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
4148
+ "license": "MIT",
4149
+ "engines": {
4150
+ "node": ">=18"
4151
+ }
4152
+ },
3883
4153
  "node_modules/chrome-launcher": {
3884
4154
  "version": "0.15.0",
3885
4155
  "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.0.tgz",
@@ -3898,19 +4168,6 @@
3898
4168
  "node": ">=12.13.0"
3899
4169
  }
3900
4170
  },
3901
- "node_modules/chromium-bidi": {
3902
- "version": "0.5.8",
3903
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.8.tgz",
3904
- "integrity": "sha512-blqh+1cEQbHBKmok3rVJkBlBxt9beKBgOsxbFgs7UJcoVbbeZ+K7+6liAsjgpc8l1Xd55cQUy14fXZdGSb4zIw==",
3905
- "license": "Apache-2.0",
3906
- "dependencies": {
3907
- "mitt": "3.0.1",
3908
- "urlpattern-polyfill": "10.0.0"
3909
- },
3910
- "peerDependencies": {
3911
- "devtools-protocol": "*"
3912
- }
3913
- },
3914
4171
  "node_modules/clean-stack": {
3915
4172
  "version": "2.2.0",
3916
4173
  "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
@@ -4168,12 +4425,6 @@
4168
4425
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
4169
4426
  "license": "MIT"
4170
4427
  },
4171
- "node_modules/concat-map": {
4172
- "version": "0.0.1",
4173
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
4174
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
4175
- "license": "MIT"
4176
- },
4177
4428
  "node_modules/content-disposition": {
4178
4429
  "version": "0.5.4",
4179
4430
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
@@ -4299,15 +4550,6 @@
4299
4550
  "dev": true,
4300
4551
  "license": "MIT"
4301
4552
  },
4302
- "node_modules/cross-fetch": {
4303
- "version": "4.0.0",
4304
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
4305
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
4306
- "license": "MIT",
4307
- "dependencies": {
4308
- "node-fetch": "^2.6.12"
4309
- }
4310
- },
4311
4553
  "node_modules/cross-spawn": {
4312
4554
  "version": "7.0.6",
4313
4555
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -4523,9 +4765,9 @@
4523
4765
  }
4524
4766
  },
4525
4767
  "node_modules/deepmerge-ts": {
4526
- "version": "5.1.0",
4527
- "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-5.1.0.tgz",
4528
- "integrity": "sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==",
4768
+ "version": "7.1.5",
4769
+ "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz",
4770
+ "integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==",
4529
4771
  "license": "BSD-3-Clause",
4530
4772
  "engines": {
4531
4773
  "node": ">=16.0.0"
@@ -4594,12 +4836,6 @@
4594
4836
  "npm": "1.2.8000 || >= 1.4.16"
4595
4837
  }
4596
4838
  },
4597
- "node_modules/devtools-protocol": {
4598
- "version": "0.0.1400418",
4599
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1400418.tgz",
4600
- "integrity": "sha512-U8j75zDOXF8IP3o0Cgb7K4tFA9uUHEOru2Wx64+EUqL4LNOh9dRe1i8WKR1k3mSpjcCe3aIkTDvEwq0YkI4hfw==",
4601
- "license": "BSD-3-Clause"
4602
- },
4603
4839
  "node_modules/dezalgo": {
4604
4840
  "version": "1.0.4",
4605
4841
  "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
@@ -4723,15 +4959,6 @@
4723
4959
  "node": ">= 0.4"
4724
4960
  }
4725
4961
  },
4726
- "node_modules/duplexer2": {
4727
- "version": "0.1.4",
4728
- "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
4729
- "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
4730
- "license": "BSD-3-Clause",
4731
- "dependencies": {
4732
- "readable-stream": "^2.0.2"
4733
- }
4734
- },
4735
4962
  "node_modules/eastasianwidth": {
4736
4963
  "version": "0.2.0",
4737
4964
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
@@ -4764,37 +4991,51 @@
4764
4991
  }
4765
4992
  },
4766
4993
  "node_modules/edgedriver": {
4767
- "version": "5.6.1",
4768
- "resolved": "https://registry.npmjs.org/edgedriver/-/edgedriver-5.6.1.tgz",
4769
- "integrity": "sha512-3Ve9cd5ziLByUdigw6zovVeWJjVs8QHVmqOB0sJ0WNeVPcwf4p18GnxMmVvlFmYRloUwf5suNuorea4QzwBIOA==",
4994
+ "version": "6.3.0",
4995
+ "resolved": "https://registry.npmjs.org/edgedriver/-/edgedriver-6.3.0.tgz",
4996
+ "integrity": "sha512-ggEQL+oEyIcM4nP2QC3AtCQ04o4kDNefRM3hja0odvlPSnsaxiruMxEZ93v3gDCKWYW6BXUr51PPradb+3nffw==",
4770
4997
  "hasInstallScript": true,
4771
4998
  "license": "MIT",
4772
4999
  "dependencies": {
4773
- "@wdio/logger": "^8.38.0",
4774
- "@zip.js/zip.js": "^2.7.48",
4775
- "decamelize": "^6.0.0",
5000
+ "@wdio/logger": "^9.18.0",
5001
+ "@zip.js/zip.js": "^2.8.11",
5002
+ "decamelize": "^6.0.1",
4776
5003
  "edge-paths": "^3.0.5",
4777
- "fast-xml-parser": "^4.4.1",
4778
- "node-fetch": "^3.3.2",
4779
- "which": "^4.0.0"
5004
+ "fast-xml-parser": "^5.3.3",
5005
+ "http-proxy-agent": "^7.0.2",
5006
+ "https-proxy-agent": "^7.0.6",
5007
+ "which": "^6.0.0"
4780
5008
  },
4781
5009
  "bin": {
4782
5010
  "edgedriver": "bin/edgedriver.js"
5011
+ },
5012
+ "engines": {
5013
+ "node": ">=20.0.0"
4783
5014
  }
4784
5015
  },
4785
5016
  "node_modules/edgedriver/node_modules/@wdio/logger": {
4786
- "version": "8.38.0",
4787
- "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-8.38.0.tgz",
4788
- "integrity": "sha512-kcHL86RmNbcQP+Gq/vQUGlArfU6IIcbbnNp32rRIraitomZow+iEoc519rdQmSVusDozMS5DZthkgDdxK+vz6Q==",
5017
+ "version": "9.18.0",
5018
+ "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
5019
+ "integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
4789
5020
  "license": "MIT",
4790
5021
  "dependencies": {
4791
5022
  "chalk": "^5.1.2",
4792
5023
  "loglevel": "^1.6.0",
4793
5024
  "loglevel-plugin-prefix": "^0.8.4",
5025
+ "safe-regex2": "^5.0.0",
4794
5026
  "strip-ansi": "^7.1.0"
4795
5027
  },
4796
5028
  "engines": {
4797
- "node": "^16.13 || >=18"
5029
+ "node": ">=18.20.0"
5030
+ }
5031
+ },
5032
+ "node_modules/edgedriver/node_modules/agent-base": {
5033
+ "version": "7.1.4",
5034
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
5035
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
5036
+ "license": "MIT",
5037
+ "engines": {
5038
+ "node": ">= 14"
4798
5039
  }
4799
5040
  },
4800
5041
  "node_modules/edgedriver/node_modules/ansi-regex": {
@@ -4821,13 +5062,90 @@
4821
5062
  "url": "https://github.com/chalk/chalk?sponsor=1"
4822
5063
  }
4823
5064
  },
5065
+ "node_modules/edgedriver/node_modules/debug": {
5066
+ "version": "4.4.3",
5067
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
5068
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
5069
+ "license": "MIT",
5070
+ "dependencies": {
5071
+ "ms": "^2.1.3"
5072
+ },
5073
+ "engines": {
5074
+ "node": ">=6.0"
5075
+ },
5076
+ "peerDependenciesMeta": {
5077
+ "supports-color": {
5078
+ "optional": true
5079
+ }
5080
+ }
5081
+ },
5082
+ "node_modules/edgedriver/node_modules/http-proxy-agent": {
5083
+ "version": "7.0.2",
5084
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
5085
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
5086
+ "license": "MIT",
5087
+ "dependencies": {
5088
+ "agent-base": "^7.1.0",
5089
+ "debug": "^4.3.4"
5090
+ },
5091
+ "engines": {
5092
+ "node": ">= 14"
5093
+ }
5094
+ },
5095
+ "node_modules/edgedriver/node_modules/https-proxy-agent": {
5096
+ "version": "7.0.6",
5097
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
5098
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
5099
+ "license": "MIT",
5100
+ "dependencies": {
5101
+ "agent-base": "^7.1.2",
5102
+ "debug": "4"
5103
+ },
5104
+ "engines": {
5105
+ "node": ">= 14"
5106
+ }
5107
+ },
4824
5108
  "node_modules/edgedriver/node_modules/isexe": {
4825
- "version": "3.1.5",
4826
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
4827
- "integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
5109
+ "version": "4.0.0",
5110
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
5111
+ "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
4828
5112
  "license": "BlueOak-1.0.0",
4829
5113
  "engines": {
4830
- "node": ">=18"
5114
+ "node": ">=20"
5115
+ }
5116
+ },
5117
+ "node_modules/edgedriver/node_modules/ms": {
5118
+ "version": "2.1.3",
5119
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
5120
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
5121
+ "license": "MIT"
5122
+ },
5123
+ "node_modules/edgedriver/node_modules/ret": {
5124
+ "version": "0.5.0",
5125
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
5126
+ "integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
5127
+ "license": "MIT",
5128
+ "engines": {
5129
+ "node": ">=10"
5130
+ }
5131
+ },
5132
+ "node_modules/edgedriver/node_modules/safe-regex2": {
5133
+ "version": "5.0.0",
5134
+ "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
5135
+ "integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
5136
+ "funding": [
5137
+ {
5138
+ "type": "github",
5139
+ "url": "https://github.com/sponsors/fastify"
5140
+ },
5141
+ {
5142
+ "type": "opencollective",
5143
+ "url": "https://opencollective.com/fastify"
5144
+ }
5145
+ ],
5146
+ "license": "MIT",
5147
+ "dependencies": {
5148
+ "ret": "~0.5.0"
4831
5149
  }
4832
5150
  },
4833
5151
  "node_modules/edgedriver/node_modules/strip-ansi": {
@@ -4846,18 +5164,18 @@
4846
5164
  }
4847
5165
  },
4848
5166
  "node_modules/edgedriver/node_modules/which": {
4849
- "version": "4.0.0",
4850
- "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
4851
- "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
5167
+ "version": "6.0.1",
5168
+ "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
5169
+ "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
4852
5170
  "license": "ISC",
4853
5171
  "dependencies": {
4854
- "isexe": "^3.1.1"
5172
+ "isexe": "^4.0.0"
4855
5173
  },
4856
5174
  "bin": {
4857
5175
  "node-which": "bin/which.js"
4858
5176
  },
4859
5177
  "engines": {
4860
- "node": "^16.13.0 || >=18.0.0"
5178
+ "node": "^20.17.0 || >=22.9.0"
4861
5179
  }
4862
5180
  },
4863
5181
  "node_modules/ee-first": {
@@ -4896,6 +5214,44 @@
4896
5214
  "iconv-lite": "^0.6.2"
4897
5215
  }
4898
5216
  },
5217
+ "node_modules/encoding-sniffer": {
5218
+ "version": "0.2.1",
5219
+ "resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz",
5220
+ "integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==",
5221
+ "license": "MIT",
5222
+ "dependencies": {
5223
+ "iconv-lite": "^0.6.3",
5224
+ "whatwg-encoding": "^3.1.1"
5225
+ },
5226
+ "funding": {
5227
+ "url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
5228
+ }
5229
+ },
5230
+ "node_modules/encoding-sniffer/node_modules/iconv-lite": {
5231
+ "version": "0.6.3",
5232
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
5233
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
5234
+ "license": "MIT",
5235
+ "dependencies": {
5236
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
5237
+ },
5238
+ "engines": {
5239
+ "node": ">=0.10.0"
5240
+ }
5241
+ },
5242
+ "node_modules/encoding-sniffer/node_modules/whatwg-encoding": {
5243
+ "version": "3.1.1",
5244
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
5245
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
5246
+ "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation",
5247
+ "license": "MIT",
5248
+ "dependencies": {
5249
+ "iconv-lite": "0.6.3"
5250
+ },
5251
+ "engines": {
5252
+ "node": ">=18"
5253
+ }
5254
+ },
4899
5255
  "node_modules/encoding/node_modules/iconv-lite": {
4900
5256
  "version": "0.6.3",
4901
5257
  "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
@@ -5462,9 +5818,9 @@
5462
5818
  "license": "BSD-3-Clause"
5463
5819
  },
5464
5820
  "node_modules/fast-xml-parser": {
5465
- "version": "4.5.3",
5466
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
5467
- "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
5821
+ "version": "5.3.6",
5822
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz",
5823
+ "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==",
5468
5824
  "funding": [
5469
5825
  {
5470
5826
  "type": "github",
@@ -5473,7 +5829,7 @@
5473
5829
  ],
5474
5830
  "license": "MIT",
5475
5831
  "dependencies": {
5476
- "strnum": "^1.1.1"
5832
+ "strnum": "^2.1.2"
5477
5833
  },
5478
5834
  "bin": {
5479
5835
  "fxparser": "src/cli/cli.js"
@@ -5742,15 +6098,6 @@
5742
6098
  "node": ">= 6"
5743
6099
  }
5744
6100
  },
5745
- "node_modules/form-data-encoder": {
5746
- "version": "2.1.4",
5747
- "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
5748
- "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
5749
- "license": "MIT",
5750
- "engines": {
5751
- "node": ">= 14.17"
5752
- }
5753
- },
5754
6101
  "node_modules/formidable": {
5755
6102
  "version": "3.5.4",
5756
6103
  "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz",
@@ -5830,22 +6177,6 @@
5830
6177
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
5831
6178
  }
5832
6179
  },
5833
- "node_modules/fstream": {
5834
- "version": "1.0.12",
5835
- "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
5836
- "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
5837
- "deprecated": "This package is no longer supported.",
5838
- "license": "ISC",
5839
- "dependencies": {
5840
- "graceful-fs": "^4.1.2",
5841
- "inherits": "~2.0.0",
5842
- "mkdirp": ">=0.5 0",
5843
- "rimraf": "2"
5844
- },
5845
- "engines": {
5846
- "node": ">=0.6"
5847
- }
5848
- },
5849
6180
  "node_modules/ftp": {
5850
6181
  "version": "0.3.10",
5851
6182
  "resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
@@ -5892,41 +6223,42 @@
5892
6223
  }
5893
6224
  },
5894
6225
  "node_modules/geckodriver": {
5895
- "version": "4.2.1",
5896
- "resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-4.2.1.tgz",
5897
- "integrity": "sha512-4m/CRk0OI8MaANRuFIahvOxYTSjlNAO2p9JmE14zxueknq6cdtB5M9UGRQ8R9aMV0bLGNVHHDnDXmoXdOwJfWg==",
6226
+ "version": "5.0.0",
6227
+ "resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-5.0.0.tgz",
6228
+ "integrity": "sha512-vn7TtQ3b9VMJtVXsyWtQQl1fyBVFhQy7UvJF96kPuuJ0or5THH496AD3eUyaDD11+EqCxH9t6V+EP9soZQk4YQ==",
5898
6229
  "hasInstallScript": true,
5899
- "license": "MPL-2.0",
6230
+ "license": "MIT",
5900
6231
  "dependencies": {
5901
- "@wdio/logger": "^8.11.0",
6232
+ "@wdio/logger": "^9.1.3",
6233
+ "@zip.js/zip.js": "^2.7.53",
5902
6234
  "decamelize": "^6.0.0",
5903
- "http-proxy-agent": "^7.0.0",
5904
- "https-proxy-agent": "^7.0.1",
5905
- "node-fetch": "^3.3.1",
5906
- "tar-fs": "^3.0.4",
5907
- "unzipper": "^0.10.14",
5908
- "which": "^4.0.0"
6235
+ "http-proxy-agent": "^7.0.2",
6236
+ "https-proxy-agent": "^7.0.5",
6237
+ "node-fetch": "^3.3.2",
6238
+ "tar-fs": "^3.0.6",
6239
+ "which": "^5.0.0"
5909
6240
  },
5910
6241
  "bin": {
5911
6242
  "geckodriver": "bin/geckodriver.js"
5912
6243
  },
5913
6244
  "engines": {
5914
- "node": "^16.13 || >=18 || >=20"
6245
+ "node": ">=18.0.0"
5915
6246
  }
5916
6247
  },
5917
6248
  "node_modules/geckodriver/node_modules/@wdio/logger": {
5918
- "version": "8.38.0",
5919
- "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-8.38.0.tgz",
5920
- "integrity": "sha512-kcHL86RmNbcQP+Gq/vQUGlArfU6IIcbbnNp32rRIraitomZow+iEoc519rdQmSVusDozMS5DZthkgDdxK+vz6Q==",
6249
+ "version": "9.18.0",
6250
+ "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
6251
+ "integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
5921
6252
  "license": "MIT",
5922
6253
  "dependencies": {
5923
6254
  "chalk": "^5.1.2",
5924
6255
  "loglevel": "^1.6.0",
5925
6256
  "loglevel-plugin-prefix": "^0.8.4",
6257
+ "safe-regex2": "^5.0.0",
5926
6258
  "strip-ansi": "^7.1.0"
5927
6259
  },
5928
6260
  "engines": {
5929
- "node": "^16.13 || >=18"
6261
+ "node": ">=18.20.0"
5930
6262
  }
5931
6263
  },
5932
6264
  "node_modules/geckodriver/node_modules/agent-base": {
@@ -5992,6 +6324,19 @@
5992
6324
  "node": ">= 14"
5993
6325
  }
5994
6326
  },
6327
+ "node_modules/geckodriver/node_modules/https-proxy-agent": {
6328
+ "version": "7.0.6",
6329
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
6330
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
6331
+ "license": "MIT",
6332
+ "dependencies": {
6333
+ "agent-base": "^7.1.2",
6334
+ "debug": "4"
6335
+ },
6336
+ "engines": {
6337
+ "node": ">= 14"
6338
+ }
6339
+ },
5995
6340
  "node_modules/geckodriver/node_modules/isexe": {
5996
6341
  "version": "3.1.5",
5997
6342
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
@@ -6007,6 +6352,34 @@
6007
6352
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
6008
6353
  "license": "MIT"
6009
6354
  },
6355
+ "node_modules/geckodriver/node_modules/ret": {
6356
+ "version": "0.5.0",
6357
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
6358
+ "integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
6359
+ "license": "MIT",
6360
+ "engines": {
6361
+ "node": ">=10"
6362
+ }
6363
+ },
6364
+ "node_modules/geckodriver/node_modules/safe-regex2": {
6365
+ "version": "5.0.0",
6366
+ "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
6367
+ "integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
6368
+ "funding": [
6369
+ {
6370
+ "type": "github",
6371
+ "url": "https://github.com/sponsors/fastify"
6372
+ },
6373
+ {
6374
+ "type": "opencollective",
6375
+ "url": "https://opencollective.com/fastify"
6376
+ }
6377
+ ],
6378
+ "license": "MIT",
6379
+ "dependencies": {
6380
+ "ret": "~0.5.0"
6381
+ }
6382
+ },
6010
6383
  "node_modules/geckodriver/node_modules/strip-ansi": {
6011
6384
  "version": "7.1.2",
6012
6385
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
@@ -6023,9 +6396,9 @@
6023
6396
  }
6024
6397
  },
6025
6398
  "node_modules/geckodriver/node_modules/which": {
6026
- "version": "4.0.0",
6027
- "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
6028
- "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
6399
+ "version": "5.0.0",
6400
+ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
6401
+ "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
6029
6402
  "license": "ISC",
6030
6403
  "dependencies": {
6031
6404
  "isexe": "^3.1.1"
@@ -6034,7 +6407,7 @@
6034
6407
  "node-which": "bin/which.js"
6035
6408
  },
6036
6409
  "engines": {
6037
- "node": "^16.13.0 || >=18.0.0"
6410
+ "node": "^18.17.0 || >=20.5.0"
6038
6411
  }
6039
6412
  },
6040
6413
  "node_modules/get-caller-file": {
@@ -6304,6 +6677,12 @@
6304
6677
  "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
6305
6678
  "license": "MIT"
6306
6679
  },
6680
+ "node_modules/htmlfy": {
6681
+ "version": "0.8.1",
6682
+ "resolved": "https://registry.npmjs.org/htmlfy/-/htmlfy-0.8.1.tgz",
6683
+ "integrity": "sha512-xWROBw9+MEGwxpotll0h672KCaLrKKiCYzsyN8ZgL9cQbVumFnyvsk2JqiB9ELAV1GLj1GG/jxZUjV9OZZi/yQ==",
6684
+ "license": "MIT"
6685
+ },
6307
6686
  "node_modules/htmlparser2": {
6308
6687
  "version": "9.1.0",
6309
6688
  "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
@@ -6949,12 +7328,6 @@
6949
7328
  "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
6950
7329
  "license": "MIT"
6951
7330
  },
6952
- "node_modules/listenercount": {
6953
- "version": "1.0.1",
6954
- "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
6955
- "integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==",
6956
- "license": "ISC"
6957
- },
6958
7331
  "node_modules/locate-app": {
6959
7332
  "version": "2.5.0",
6960
7333
  "resolved": "https://registry.npmjs.org/locate-app/-/locate-app-2.5.0.tgz",
@@ -7296,9 +7669,9 @@
7296
7669
  }
7297
7670
  },
7298
7671
  "node_modules/minimatch": {
7299
- "version": "10.2.0",
7300
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz",
7301
- "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==",
7672
+ "version": "10.2.1",
7673
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
7674
+ "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
7302
7675
  "dev": true,
7303
7676
  "license": "BlueOak-1.0.0",
7304
7677
  "dependencies": {
@@ -7347,12 +7720,6 @@
7347
7720
  "mkdirp": "bin/cmd.js"
7348
7721
  }
7349
7722
  },
7350
- "node_modules/mkdirp-classic": {
7351
- "version": "0.5.3",
7352
- "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
7353
- "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
7354
- "license": "MIT"
7355
- },
7356
7723
  "node_modules/module-not-found-error": {
7357
7724
  "version": "1.0.1",
7358
7725
  "resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
@@ -7808,6 +8175,79 @@
7808
8175
  "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
7809
8176
  "license": "MIT"
7810
8177
  },
8178
+ "node_modules/parse5-htmlparser2-tree-adapter": {
8179
+ "version": "7.1.0",
8180
+ "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
8181
+ "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
8182
+ "license": "MIT",
8183
+ "dependencies": {
8184
+ "domhandler": "^5.0.3",
8185
+ "parse5": "^7.0.0"
8186
+ },
8187
+ "funding": {
8188
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
8189
+ }
8190
+ },
8191
+ "node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities": {
8192
+ "version": "6.0.1",
8193
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
8194
+ "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
8195
+ "license": "BSD-2-Clause",
8196
+ "engines": {
8197
+ "node": ">=0.12"
8198
+ },
8199
+ "funding": {
8200
+ "url": "https://github.com/fb55/entities?sponsor=1"
8201
+ }
8202
+ },
8203
+ "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
8204
+ "version": "7.3.0",
8205
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
8206
+ "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
8207
+ "license": "MIT",
8208
+ "dependencies": {
8209
+ "entities": "^6.0.0"
8210
+ },
8211
+ "funding": {
8212
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
8213
+ }
8214
+ },
8215
+ "node_modules/parse5-parser-stream": {
8216
+ "version": "7.1.2",
8217
+ "resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
8218
+ "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
8219
+ "license": "MIT",
8220
+ "dependencies": {
8221
+ "parse5": "^7.0.0"
8222
+ },
8223
+ "funding": {
8224
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
8225
+ }
8226
+ },
8227
+ "node_modules/parse5-parser-stream/node_modules/entities": {
8228
+ "version": "6.0.1",
8229
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
8230
+ "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
8231
+ "license": "BSD-2-Clause",
8232
+ "engines": {
8233
+ "node": ">=0.12"
8234
+ },
8235
+ "funding": {
8236
+ "url": "https://github.com/fb55/entities?sponsor=1"
8237
+ }
8238
+ },
8239
+ "node_modules/parse5-parser-stream/node_modules/parse5": {
8240
+ "version": "7.3.0",
8241
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
8242
+ "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
8243
+ "license": "MIT",
8244
+ "dependencies": {
8245
+ "entities": "^6.0.0"
8246
+ },
8247
+ "funding": {
8248
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
8249
+ }
8250
+ },
7811
8251
  "node_modules/parseurl": {
7812
8252
  "version": "1.3.3",
7813
8253
  "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -7817,15 +8257,6 @@
7817
8257
  "node": ">= 0.8"
7818
8258
  }
7819
8259
  },
7820
- "node_modules/path-is-absolute": {
7821
- "version": "1.0.1",
7822
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
7823
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
7824
- "license": "MIT",
7825
- "engines": {
7826
- "node": ">=0.10.0"
7827
- }
7828
- },
7829
8260
  "node_modules/path-key": {
7830
8261
  "version": "3.1.1",
7831
8262
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -8230,70 +8661,9 @@
8230
8661
  "version": "2.3.1",
8231
8662
  "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
8232
8663
  "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
8233
- "license": "MIT",
8234
- "engines": {
8235
- "node": ">=6"
8236
- }
8237
- },
8238
- "node_modules/puppeteer-core": {
8239
- "version": "21.11.0",
8240
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-21.11.0.tgz",
8241
- "integrity": "sha512-ArbnyA3U5SGHokEvkfWjW+O8hOxV1RSJxOgriX/3A4xZRqixt9ZFHD0yPgZQF05Qj0oAqi8H/7stDorjoHY90Q==",
8242
- "license": "Apache-2.0",
8243
- "dependencies": {
8244
- "@puppeteer/browsers": "1.9.1",
8245
- "chromium-bidi": "0.5.8",
8246
- "cross-fetch": "4.0.0",
8247
- "debug": "4.3.4",
8248
- "devtools-protocol": "0.0.1232444",
8249
- "ws": "8.16.0"
8250
- },
8251
- "engines": {
8252
- "node": ">=16.13.2"
8253
- }
8254
- },
8255
- "node_modules/puppeteer-core/node_modules/debug": {
8256
- "version": "4.3.4",
8257
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
8258
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
8259
- "license": "MIT",
8260
- "dependencies": {
8261
- "ms": "2.1.2"
8262
- },
8263
- "engines": {
8264
- "node": ">=6.0"
8265
- },
8266
- "peerDependenciesMeta": {
8267
- "supports-color": {
8268
- "optional": true
8269
- }
8270
- }
8271
- },
8272
- "node_modules/puppeteer-core/node_modules/devtools-protocol": {
8273
- "version": "0.0.1232444",
8274
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1232444.tgz",
8275
- "integrity": "sha512-pM27vqEfxSxRkTMnF+XCmxSEb6duO5R+t8A9DEEJgy4Wz2RVanje2mmj99B6A3zv2r/qGfYlOvYznUhuokizmg==",
8276
- "license": "BSD-3-Clause"
8277
- },
8278
- "node_modules/puppeteer-core/node_modules/ws": {
8279
- "version": "8.16.0",
8280
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
8281
- "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
8282
- "license": "MIT",
8283
- "engines": {
8284
- "node": ">=10.0.0"
8285
- },
8286
- "peerDependencies": {
8287
- "bufferutil": "^4.0.1",
8288
- "utf-8-validate": ">=5.0.2"
8289
- },
8290
- "peerDependenciesMeta": {
8291
- "bufferutil": {
8292
- "optional": true
8293
- },
8294
- "utf-8-validate": {
8295
- "optional": true
8296
- }
8664
+ "license": "MIT",
8665
+ "engines": {
8666
+ "node": ">=6"
8297
8667
  }
8298
8668
  },
8299
8669
  "node_modules/qs": {
@@ -8573,68 +8943,6 @@
8573
8943
  "integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
8574
8944
  "license": "MIT"
8575
8945
  },
8576
- "node_modules/rimraf": {
8577
- "version": "2.7.1",
8578
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
8579
- "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
8580
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
8581
- "license": "ISC",
8582
- "dependencies": {
8583
- "glob": "^7.1.3"
8584
- },
8585
- "bin": {
8586
- "rimraf": "bin.js"
8587
- }
8588
- },
8589
- "node_modules/rimraf/node_modules/balanced-match": {
8590
- "version": "1.0.2",
8591
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
8592
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
8593
- "license": "MIT"
8594
- },
8595
- "node_modules/rimraf/node_modules/brace-expansion": {
8596
- "version": "1.1.12",
8597
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
8598
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
8599
- "license": "MIT",
8600
- "dependencies": {
8601
- "balanced-match": "^1.0.0",
8602
- "concat-map": "0.0.1"
8603
- }
8604
- },
8605
- "node_modules/rimraf/node_modules/glob": {
8606
- "version": "7.2.3",
8607
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
8608
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
8609
- "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
8610
- "license": "ISC",
8611
- "dependencies": {
8612
- "fs.realpath": "^1.0.0",
8613
- "inflight": "^1.0.4",
8614
- "inherits": "2",
8615
- "minimatch": "^3.1.1",
8616
- "once": "^1.3.0",
8617
- "path-is-absolute": "^1.0.0"
8618
- },
8619
- "engines": {
8620
- "node": "*"
8621
- },
8622
- "funding": {
8623
- "url": "https://github.com/sponsors/isaacs"
8624
- }
8625
- },
8626
- "node_modules/rimraf/node_modules/minimatch": {
8627
- "version": "3.1.2",
8628
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
8629
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
8630
- "license": "ISC",
8631
- "dependencies": {
8632
- "brace-expansion": "^1.1.7"
8633
- },
8634
- "engines": {
8635
- "node": "*"
8636
- }
8637
- },
8638
8946
  "node_modules/rollup": {
8639
8947
  "version": "4.57.1",
8640
8948
  "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz",
@@ -8690,10 +8998,13 @@
8690
8998
  }
8691
8999
  },
8692
9000
  "node_modules/safaridriver": {
8693
- "version": "0.1.2",
8694
- "resolved": "https://registry.npmjs.org/safaridriver/-/safaridriver-0.1.2.tgz",
8695
- "integrity": "sha512-4R309+gWflJktzPXBQCobbWEHlzC4aK3a+Ov3tz2Ib2aBxiwd11phkdIBH1l0EO22x24CJMUQkpKFumRriCSRg==",
8696
- "license": "MIT"
9001
+ "version": "1.0.1",
9002
+ "resolved": "https://registry.npmjs.org/safaridriver/-/safaridriver-1.0.1.tgz",
9003
+ "integrity": "sha512-jkg4434cYgtrIF2AeY/X0Wmd2W73cK5qIEFE3hDrrQenJH/2SDJIXGvPAigfvQTcE9+H31zkiNHbUqcihEiMRA==",
9004
+ "license": "MIT",
9005
+ "engines": {
9006
+ "node": ">=18.0.0"
9007
+ }
8697
9008
  },
8698
9009
  "node_modules/safe-buffer": {
8699
9010
  "version": "5.2.1",
@@ -9385,9 +9696,9 @@
9385
9696
  }
9386
9697
  },
9387
9698
  "node_modules/strnum": {
9388
- "version": "1.1.2",
9389
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
9390
- "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
9699
+ "version": "2.1.2",
9700
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
9701
+ "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
9391
9702
  "funding": [
9392
9703
  {
9393
9704
  "type": "github",
@@ -9625,14 +9936,17 @@
9625
9936
  "license": "MIT"
9626
9937
  },
9627
9938
  "node_modules/tar-fs": {
9628
- "version": "3.0.4",
9629
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
9630
- "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
9939
+ "version": "3.1.1",
9940
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
9941
+ "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
9631
9942
  "license": "MIT",
9632
9943
  "dependencies": {
9633
- "mkdirp-classic": "^0.5.2",
9634
9944
  "pump": "^3.0.0",
9635
9945
  "tar-stream": "^3.1.5"
9946
+ },
9947
+ "optionalDependencies": {
9948
+ "bare-fs": "^4.0.1",
9949
+ "bare-path": "^3.0.0"
9636
9950
  }
9637
9951
  },
9638
9952
  "node_modules/tar-stream": {
@@ -9721,6 +10035,16 @@
9721
10035
  "which": "^2.0.2"
9722
10036
  }
9723
10037
  },
10038
+ "node_modules/teex": {
10039
+ "version": "1.0.1",
10040
+ "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
10041
+ "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
10042
+ "license": "MIT",
10043
+ "optional": true,
10044
+ "dependencies": {
10045
+ "streamx": "^2.12.5"
10046
+ }
10047
+ },
9724
10048
  "node_modules/test-exclude": {
9725
10049
  "version": "7.0.0",
9726
10050
  "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.0.tgz",
@@ -9920,9 +10244,9 @@
9920
10244
  }
9921
10245
  },
9922
10246
  "node_modules/text-decoder": {
9923
- "version": "1.2.6",
9924
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.6.tgz",
9925
- "integrity": "sha512-27FeW5GQFDfw0FpwMQhMagB7BztOOlmjcSRi97t2oplhKVTZtp0DZbSegSaXS5IIC6mxMvBG4AR1Sgc6BX3CQg==",
10247
+ "version": "1.2.7",
10248
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
10249
+ "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
9926
10250
  "license": "Apache-2.0",
9927
10251
  "dependencies": {
9928
10252
  "b4a": "^1.6.4"
@@ -9940,12 +10264,6 @@
9940
10264
  "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
9941
10265
  "license": "MIT"
9942
10266
  },
9943
- "node_modules/through": {
9944
- "version": "2.3.8",
9945
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
9946
- "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
9947
- "license": "MIT"
9948
- },
9949
10267
  "node_modules/tiny-lru": {
9950
10268
  "version": "8.0.2",
9951
10269
  "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
@@ -10221,38 +10539,13 @@
10221
10539
  "integrity": "sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==",
10222
10540
  "license": "ISC"
10223
10541
  },
10224
- "node_modules/unbzip2-stream": {
10225
- "version": "1.4.3",
10226
- "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
10227
- "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
10542
+ "node_modules/undici": {
10543
+ "version": "7.22.0",
10544
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz",
10545
+ "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
10228
10546
  "license": "MIT",
10229
- "dependencies": {
10230
- "buffer": "^5.2.1",
10231
- "through": "^2.3.8"
10232
- }
10233
- },
10234
- "node_modules/unbzip2-stream/node_modules/buffer": {
10235
- "version": "5.7.1",
10236
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
10237
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
10238
- "funding": [
10239
- {
10240
- "type": "github",
10241
- "url": "https://github.com/sponsors/feross"
10242
- },
10243
- {
10244
- "type": "patreon",
10245
- "url": "https://www.patreon.com/feross"
10246
- },
10247
- {
10248
- "type": "consulting",
10249
- "url": "https://feross.org/support"
10250
- }
10251
- ],
10252
- "license": "MIT",
10253
- "dependencies": {
10254
- "base64-js": "^1.3.1",
10255
- "ieee754": "^1.1.13"
10547
+ "engines": {
10548
+ "node": ">=20.18.1"
10256
10549
  }
10257
10550
  },
10258
10551
  "node_modules/undici-types": {
@@ -10289,30 +10582,6 @@
10289
10582
  "mkdirp": "^0.5.1"
10290
10583
  }
10291
10584
  },
10292
- "node_modules/unzipper": {
10293
- "version": "0.10.14",
10294
- "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz",
10295
- "integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==",
10296
- "license": "MIT",
10297
- "dependencies": {
10298
- "big-integer": "^1.6.17",
10299
- "binary": "~0.3.0",
10300
- "bluebird": "~3.4.1",
10301
- "buffer-indexof-polyfill": "~1.0.0",
10302
- "duplexer2": "~0.1.4",
10303
- "fstream": "^1.0.12",
10304
- "graceful-fs": "^4.2.2",
10305
- "listenercount": "~1.0.1",
10306
- "readable-stream": "~2.3.6",
10307
- "setimmediate": "~1.0.4"
10308
- }
10309
- },
10310
- "node_modules/unzipper/node_modules/bluebird": {
10311
- "version": "3.4.7",
10312
- "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
10313
- "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
10314
- "license": "MIT"
10315
- },
10316
10585
  "node_modules/uri-js": {
10317
10586
  "version": "4.4.1",
10318
10587
  "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -10333,9 +10602,9 @@
10333
10602
  }
10334
10603
  },
10335
10604
  "node_modules/urlpattern-polyfill": {
10336
- "version": "10.0.0",
10337
- "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz",
10338
- "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==",
10605
+ "version": "10.1.0",
10606
+ "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz",
10607
+ "integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==",
10339
10608
  "license": "MIT"
10340
10609
  },
10341
10610
  "node_modules/userhome": {
@@ -10741,6 +11010,27 @@
10741
11010
  "node": ">=12.0.0"
10742
11011
  }
10743
11012
  },
11013
+ "node_modules/webdriver/node_modules/@wdio/types": {
11014
+ "version": "7.26.0",
11015
+ "resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
11016
+ "integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
11017
+ "license": "MIT",
11018
+ "dependencies": {
11019
+ "@types/node": "^18.0.0",
11020
+ "got": "^11.8.1"
11021
+ },
11022
+ "engines": {
11023
+ "node": ">=12.0.0"
11024
+ },
11025
+ "peerDependencies": {
11026
+ "typescript": "^4.6.2"
11027
+ },
11028
+ "peerDependenciesMeta": {
11029
+ "typescript": {
11030
+ "optional": true
11031
+ }
11032
+ }
11033
+ },
10744
11034
  "node_modules/webdriver/node_modules/undici-types": {
10745
11035
  "version": "5.26.5",
10746
11036
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
@@ -10748,45 +11038,45 @@
10748
11038
  "license": "MIT"
10749
11039
  },
10750
11040
  "node_modules/webdriverio": {
10751
- "version": "8.44.1",
10752
- "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-8.44.1.tgz",
10753
- "integrity": "sha512-oICYl524/wtl7c9vagAe7OIn0vgzVPg4uqh9NdNAw0Lg3PZPNjb8JFELm/3+CvBH5Gjdt1HLbe6RJwphz0jnKw==",
10754
- "license": "MIT",
10755
- "dependencies": {
10756
- "@types/node": "^22.2.0",
10757
- "@wdio/config": "8.43.0",
10758
- "@wdio/logger": "8.38.0",
10759
- "@wdio/protocols": "8.44.0",
10760
- "@wdio/repl": "8.40.3",
10761
- "@wdio/types": "8.41.0",
10762
- "@wdio/utils": "8.41.0",
10763
- "archiver": "^7.0.0",
10764
- "aria-query": "^5.0.0",
11041
+ "version": "9.18.4",
11042
+ "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.18.4.tgz",
11043
+ "integrity": "sha512-Q/gghz/Zt7EhTnbDQfLb61WgSwCksXZE60lEzmDXe4fULCH/6Js5IWUsne3W+BRy6nXeVvFscHD/d7S77dbamw==",
11044
+ "license": "MIT",
11045
+ "dependencies": {
11046
+ "@types/node": "^20.11.30",
11047
+ "@types/sinonjs__fake-timers": "^8.1.5",
11048
+ "@wdio/config": "9.18.0",
11049
+ "@wdio/logger": "9.18.0",
11050
+ "@wdio/protocols": "9.16.2",
11051
+ "@wdio/repl": "9.16.2",
11052
+ "@wdio/types": "9.16.2",
11053
+ "@wdio/utils": "9.18.0",
11054
+ "archiver": "^7.0.1",
11055
+ "aria-query": "^5.3.0",
11056
+ "cheerio": "^1.0.0-rc.12",
10765
11057
  "css-shorthand-properties": "^1.1.1",
10766
11058
  "css-value": "^0.0.1",
10767
- "devtools-protocol": "^0.0.1400418",
10768
- "grapheme-splitter": "^1.0.2",
10769
- "import-meta-resolve": "^4.0.0",
11059
+ "grapheme-splitter": "^1.0.4",
11060
+ "htmlfy": "^0.8.1",
10770
11061
  "is-plain-obj": "^4.1.0",
10771
11062
  "jszip": "^3.10.1",
10772
11063
  "lodash.clonedeep": "^4.5.0",
10773
11064
  "lodash.zip": "^4.2.0",
10774
- "minimatch": "^9.0.0",
10775
- "puppeteer-core": "^21.11.0",
10776
- "query-selector-shadow-dom": "^1.0.0",
10777
- "resq": "^1.9.1",
11065
+ "query-selector-shadow-dom": "^1.0.1",
11066
+ "resq": "^1.11.0",
10778
11067
  "rgb2hex": "0.2.5",
10779
- "serialize-error": "^11.0.1",
10780
- "webdriver": "8.44.0"
11068
+ "serialize-error": "^12.0.0",
11069
+ "urlpattern-polyfill": "^10.0.0",
11070
+ "webdriver": "9.18.0"
10781
11071
  },
10782
11072
  "engines": {
10783
- "node": "^16.13 || >=18"
11073
+ "node": ">=18.20.0"
10784
11074
  },
10785
11075
  "peerDependencies": {
10786
- "devtools": "^8.14.0"
11076
+ "puppeteer-core": ">=22.x || <=24.x"
10787
11077
  },
10788
11078
  "peerDependenciesMeta": {
10789
- "devtools": {
11079
+ "puppeteer-core": {
10790
11080
  "optional": true
10791
11081
  }
10792
11082
  }
@@ -10808,106 +11098,83 @@
10808
11098
  "node": ">=12"
10809
11099
  }
10810
11100
  },
10811
- "node_modules/webdriverio/node_modules/@sindresorhus/is": {
10812
- "version": "5.6.0",
10813
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
10814
- "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
10815
- "license": "MIT",
10816
- "engines": {
10817
- "node": ">=14.16"
10818
- },
10819
- "funding": {
10820
- "url": "https://github.com/sindresorhus/is?sponsor=1"
10821
- }
10822
- },
10823
- "node_modules/webdriverio/node_modules/@szmarczak/http-timer": {
10824
- "version": "5.0.1",
10825
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
10826
- "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
10827
- "license": "MIT",
10828
- "dependencies": {
10829
- "defer-to-connect": "^2.0.1"
10830
- },
10831
- "engines": {
10832
- "node": ">=14.16"
10833
- }
10834
- },
10835
- "node_modules/webdriverio/node_modules/@types/node": {
10836
- "version": "22.19.11",
10837
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
10838
- "integrity": "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==",
10839
- "license": "MIT",
10840
- "dependencies": {
10841
- "undici-types": "~6.21.0"
10842
- }
11101
+ "node_modules/webdriverio/node_modules/@types/sinonjs__fake-timers": {
11102
+ "version": "8.1.5",
11103
+ "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz",
11104
+ "integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==",
11105
+ "license": "MIT"
10843
11106
  },
10844
11107
  "node_modules/webdriverio/node_modules/@wdio/config": {
10845
- "version": "8.43.0",
10846
- "resolved": "https://registry.npmjs.org/@wdio/config/-/config-8.43.0.tgz",
10847
- "integrity": "sha512-mptlO5Lt8hV/8T9vRkp24G4o/kpI4qa9k4bRlOsI777MgeOlCEu2xLdRvVNGcg7RigDkx4jdYXX1pIHFg7gpSA==",
11108
+ "version": "9.18.0",
11109
+ "resolved": "https://registry.npmjs.org/@wdio/config/-/config-9.18.0.tgz",
11110
+ "integrity": "sha512-fN+Z7SkKjb0u3UUMSxMN4d+CCZQKZhm/tx3eX7Rv+3T78LtpOjlesBYQ7Ax3tQ3tp8hgEo+CoOXU0jHEYubFrg==",
10848
11111
  "license": "MIT",
10849
11112
  "dependencies": {
10850
- "@wdio/logger": "8.38.0",
10851
- "@wdio/types": "8.41.0",
10852
- "@wdio/utils": "8.41.0",
10853
- "decamelize": "^6.0.0",
10854
- "deepmerge-ts": "^5.0.0",
11113
+ "@wdio/logger": "9.18.0",
11114
+ "@wdio/types": "9.16.2",
11115
+ "@wdio/utils": "9.18.0",
11116
+ "deepmerge-ts": "^7.0.3",
10855
11117
  "glob": "^10.2.2",
10856
11118
  "import-meta-resolve": "^4.0.0"
10857
11119
  },
10858
11120
  "engines": {
10859
- "node": "^16.13 || >=18"
11121
+ "node": ">=18.20.0"
10860
11122
  }
10861
11123
  },
10862
11124
  "node_modules/webdriverio/node_modules/@wdio/logger": {
10863
- "version": "8.38.0",
10864
- "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-8.38.0.tgz",
10865
- "integrity": "sha512-kcHL86RmNbcQP+Gq/vQUGlArfU6IIcbbnNp32rRIraitomZow+iEoc519rdQmSVusDozMS5DZthkgDdxK+vz6Q==",
11125
+ "version": "9.18.0",
11126
+ "resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
11127
+ "integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
10866
11128
  "license": "MIT",
10867
11129
  "dependencies": {
10868
11130
  "chalk": "^5.1.2",
10869
11131
  "loglevel": "^1.6.0",
10870
11132
  "loglevel-plugin-prefix": "^0.8.4",
11133
+ "safe-regex2": "^5.0.0",
10871
11134
  "strip-ansi": "^7.1.0"
10872
11135
  },
10873
11136
  "engines": {
10874
- "node": "^16.13 || >=18"
11137
+ "node": ">=18.20.0"
10875
11138
  }
10876
11139
  },
10877
- "node_modules/webdriverio/node_modules/@wdio/types": {
10878
- "version": "8.41.0",
10879
- "resolved": "https://registry.npmjs.org/@wdio/types/-/types-8.41.0.tgz",
10880
- "integrity": "sha512-t4NaNTvJZci3Xv/yUZPH4eTL0hxrVTf5wdwNnYIBrzMnlRDbNefjQ0P7FM7ZjQCLaH92AEH6t/XanUId7Webug==",
10881
- "license": "MIT",
10882
- "dependencies": {
10883
- "@types/node": "^22.2.0"
10884
- },
10885
- "engines": {
10886
- "node": "^16.13 || >=18"
10887
- }
11140
+ "node_modules/webdriverio/node_modules/@wdio/protocols": {
11141
+ "version": "9.16.2",
11142
+ "resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-9.16.2.tgz",
11143
+ "integrity": "sha512-h3k97/lzmyw5MowqceAuY3HX/wGJojXHkiPXA3WlhGPCaa2h4+GovV2nJtRvknCKsE7UHA1xB5SWeI8MzloBew==",
11144
+ "license": "MIT"
10888
11145
  },
10889
11146
  "node_modules/webdriverio/node_modules/@wdio/utils": {
10890
- "version": "8.41.0",
10891
- "resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-8.41.0.tgz",
10892
- "integrity": "sha512-0TcTjBiax1VxtJQ/iQA0ZyYOSHjjX2ARVmEI0AMo9+AuIq+xBfnY561+v8k9GqOMPKsiH/HrK3xwjx8xCVS03g==",
11147
+ "version": "9.18.0",
11148
+ "resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-9.18.0.tgz",
11149
+ "integrity": "sha512-M+QH05FUw25aFXZfjb+V16ydKoURgV61zeZrMjQdW2aAiks3F5iiI9pgqYT5kr1kHZcMy8gawGqQQ+RVfKYscQ==",
10893
11150
  "license": "MIT",
10894
11151
  "dependencies": {
10895
- "@puppeteer/browsers": "^1.6.0",
10896
- "@wdio/logger": "8.38.0",
10897
- "@wdio/types": "8.41.0",
11152
+ "@puppeteer/browsers": "^2.2.0",
11153
+ "@wdio/logger": "9.18.0",
11154
+ "@wdio/types": "9.16.2",
10898
11155
  "decamelize": "^6.0.0",
10899
- "deepmerge-ts": "^5.1.0",
10900
- "edgedriver": "^5.5.0",
10901
- "geckodriver": "~4.2.0",
11156
+ "deepmerge-ts": "^7.0.3",
11157
+ "edgedriver": "^6.1.2",
11158
+ "geckodriver": "^5.0.0",
10902
11159
  "get-port": "^7.0.0",
10903
11160
  "import-meta-resolve": "^4.0.0",
10904
- "locate-app": "^2.1.0",
10905
- "safaridriver": "^0.1.0",
11161
+ "locate-app": "^2.2.24",
11162
+ "mitt": "^3.0.1",
11163
+ "safaridriver": "^1.0.0",
10906
11164
  "split2": "^4.2.0",
10907
- "wait-port": "^1.0.4"
11165
+ "wait-port": "^1.1.0"
10908
11166
  },
10909
11167
  "engines": {
10910
- "node": "^16.13 || >=18"
11168
+ "node": ">=18.20.0"
11169
+ }
11170
+ },
11171
+ "node_modules/webdriverio/node_modules/agent-base": {
11172
+ "version": "7.1.4",
11173
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
11174
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
11175
+ "license": "MIT",
11176
+ "engines": {
11177
+ "node": ">= 14"
10911
11178
  }
10912
11179
  },
10913
11180
  "node_modules/webdriverio/node_modules/ansi-regex": {
@@ -10949,33 +11216,6 @@
10949
11216
  "balanced-match": "^1.0.0"
10950
11217
  }
10951
11218
  },
10952
- "node_modules/webdriverio/node_modules/cacheable-lookup": {
10953
- "version": "7.0.0",
10954
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
10955
- "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
10956
- "license": "MIT",
10957
- "engines": {
10958
- "node": ">=14.16"
10959
- }
10960
- },
10961
- "node_modules/webdriverio/node_modules/cacheable-request": {
10962
- "version": "10.2.14",
10963
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
10964
- "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
10965
- "license": "MIT",
10966
- "dependencies": {
10967
- "@types/http-cache-semantics": "^4.0.2",
10968
- "get-stream": "^6.0.1",
10969
- "http-cache-semantics": "^4.1.1",
10970
- "keyv": "^4.5.3",
10971
- "mimic-response": "^4.0.0",
10972
- "normalize-url": "^8.0.0",
10973
- "responselike": "^3.0.0"
10974
- },
10975
- "engines": {
10976
- "node": ">=14.16"
10977
- }
10978
- },
10979
11219
  "node_modules/webdriverio/node_modules/chalk": {
10980
11220
  "version": "5.6.2",
10981
11221
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -11015,42 +11255,17 @@
11015
11255
  "url": "https://github.com/sponsors/isaacs"
11016
11256
  }
11017
11257
  },
11018
- "node_modules/webdriverio/node_modules/got": {
11019
- "version": "12.6.1",
11020
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
11021
- "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
11022
- "license": "MIT",
11023
- "dependencies": {
11024
- "@sindresorhus/is": "^5.2.0",
11025
- "@szmarczak/http-timer": "^5.0.1",
11026
- "cacheable-lookup": "^7.0.0",
11027
- "cacheable-request": "^10.2.8",
11028
- "decompress-response": "^6.0.0",
11029
- "form-data-encoder": "^2.1.2",
11030
- "get-stream": "^6.0.1",
11031
- "http2-wrapper": "^2.1.10",
11032
- "lowercase-keys": "^3.0.0",
11033
- "p-cancelable": "^3.0.0",
11034
- "responselike": "^3.0.0"
11035
- },
11036
- "engines": {
11037
- "node": ">=14.16"
11038
- },
11039
- "funding": {
11040
- "url": "https://github.com/sindresorhus/got?sponsor=1"
11041
- }
11042
- },
11043
- "node_modules/webdriverio/node_modules/http2-wrapper": {
11044
- "version": "2.2.1",
11045
- "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
11046
- "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
11258
+ "node_modules/webdriverio/node_modules/https-proxy-agent": {
11259
+ "version": "7.0.6",
11260
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
11261
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
11047
11262
  "license": "MIT",
11048
11263
  "dependencies": {
11049
- "quick-lru": "^5.1.1",
11050
- "resolve-alpn": "^1.2.0"
11264
+ "agent-base": "^7.1.2",
11265
+ "debug": "4"
11051
11266
  },
11052
11267
  "engines": {
11053
- "node": ">=10.19.0"
11268
+ "node": ">= 14"
11054
11269
  }
11055
11270
  },
11056
11271
  "node_modules/webdriverio/node_modules/jackspeak": {
@@ -11068,48 +11283,12 @@
11068
11283
  "@pkgjs/parseargs": "^0.11.0"
11069
11284
  }
11070
11285
  },
11071
- "node_modules/webdriverio/node_modules/ky": {
11072
- "version": "0.33.3",
11073
- "resolved": "https://registry.npmjs.org/ky/-/ky-0.33.3.tgz",
11074
- "integrity": "sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==",
11075
- "license": "MIT",
11076
- "engines": {
11077
- "node": ">=14.16"
11078
- },
11079
- "funding": {
11080
- "url": "https://github.com/sindresorhus/ky?sponsor=1"
11081
- }
11082
- },
11083
- "node_modules/webdriverio/node_modules/lowercase-keys": {
11084
- "version": "3.0.0",
11085
- "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
11086
- "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
11087
- "license": "MIT",
11088
- "engines": {
11089
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11090
- },
11091
- "funding": {
11092
- "url": "https://github.com/sponsors/sindresorhus"
11093
- }
11094
- },
11095
11286
  "node_modules/webdriverio/node_modules/lru-cache": {
11096
11287
  "version": "10.4.3",
11097
11288
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
11098
11289
  "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
11099
11290
  "license": "ISC"
11100
11291
  },
11101
- "node_modules/webdriverio/node_modules/mimic-response": {
11102
- "version": "4.0.0",
11103
- "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
11104
- "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
11105
- "license": "MIT",
11106
- "engines": {
11107
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11108
- },
11109
- "funding": {
11110
- "url": "https://github.com/sponsors/sindresorhus"
11111
- }
11112
- },
11113
11292
  "node_modules/webdriverio/node_modules/minimatch": {
11114
11293
  "version": "9.0.5",
11115
11294
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -11125,27 +11304,6 @@
11125
11304
  "url": "https://github.com/sponsors/isaacs"
11126
11305
  }
11127
11306
  },
11128
- "node_modules/webdriverio/node_modules/normalize-url": {
11129
- "version": "8.1.1",
11130
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz",
11131
- "integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==",
11132
- "license": "MIT",
11133
- "engines": {
11134
- "node": ">=14.16"
11135
- },
11136
- "funding": {
11137
- "url": "https://github.com/sponsors/sindresorhus"
11138
- }
11139
- },
11140
- "node_modules/webdriverio/node_modules/p-cancelable": {
11141
- "version": "3.0.0",
11142
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
11143
- "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
11144
- "license": "MIT",
11145
- "engines": {
11146
- "node": ">=12.20"
11147
- }
11148
- },
11149
11307
  "node_modules/webdriverio/node_modules/path-scurry": {
11150
11308
  "version": "1.11.1",
11151
11309
  "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
@@ -11162,31 +11320,44 @@
11162
11320
  "url": "https://github.com/sponsors/isaacs"
11163
11321
  }
11164
11322
  },
11165
- "node_modules/webdriverio/node_modules/responselike": {
11166
- "version": "3.0.0",
11167
- "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
11168
- "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
11323
+ "node_modules/webdriverio/node_modules/ret": {
11324
+ "version": "0.5.0",
11325
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
11326
+ "integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
11169
11327
  "license": "MIT",
11170
- "dependencies": {
11171
- "lowercase-keys": "^3.0.0"
11172
- },
11173
11328
  "engines": {
11174
- "node": ">=14.16"
11175
- },
11176
- "funding": {
11177
- "url": "https://github.com/sponsors/sindresorhus"
11329
+ "node": ">=10"
11330
+ }
11331
+ },
11332
+ "node_modules/webdriverio/node_modules/safe-regex2": {
11333
+ "version": "5.0.0",
11334
+ "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
11335
+ "integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
11336
+ "funding": [
11337
+ {
11338
+ "type": "github",
11339
+ "url": "https://github.com/sponsors/fastify"
11340
+ },
11341
+ {
11342
+ "type": "opencollective",
11343
+ "url": "https://opencollective.com/fastify"
11344
+ }
11345
+ ],
11346
+ "license": "MIT",
11347
+ "dependencies": {
11348
+ "ret": "~0.5.0"
11178
11349
  }
11179
11350
  },
11180
11351
  "node_modules/webdriverio/node_modules/serialize-error": {
11181
- "version": "11.0.3",
11182
- "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-11.0.3.tgz",
11183
- "integrity": "sha512-2G2y++21dhj2R7iHAdd0FIzjGwuKZld+7Pl/bTU6YIkrC2ZMbVUjm+luj6A6V34Rv9XfKJDKpTWu9W4Gse1D9g==",
11352
+ "version": "12.0.0",
11353
+ "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
11354
+ "integrity": "sha512-ZYkZLAvKTKQXWuh5XpBw7CdbSzagarX39WyZ2H07CDLC5/KfsRGlIXV8d4+tfqX1M7916mRqR1QfNHSij+c9Pw==",
11184
11355
  "license": "MIT",
11185
11356
  "dependencies": {
11186
- "type-fest": "^2.12.2"
11357
+ "type-fest": "^4.31.0"
11187
11358
  },
11188
11359
  "engines": {
11189
- "node": ">=14.16"
11360
+ "node": ">=18"
11190
11361
  },
11191
11362
  "funding": {
11192
11363
  "url": "https://github.com/sponsors/sindresorhus"
@@ -11225,43 +11396,46 @@
11225
11396
  }
11226
11397
  },
11227
11398
  "node_modules/webdriverio/node_modules/type-fest": {
11228
- "version": "2.19.0",
11229
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
11230
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
11399
+ "version": "4.41.0",
11400
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
11401
+ "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
11231
11402
  "license": "(MIT OR CC0-1.0)",
11232
11403
  "engines": {
11233
- "node": ">=12.20"
11404
+ "node": ">=16"
11234
11405
  },
11235
11406
  "funding": {
11236
11407
  "url": "https://github.com/sponsors/sindresorhus"
11237
11408
  }
11238
11409
  },
11239
- "node_modules/webdriverio/node_modules/undici-types": {
11240
- "version": "6.21.0",
11241
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
11242
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
11243
- "license": "MIT"
11410
+ "node_modules/webdriverio/node_modules/undici": {
11411
+ "version": "6.23.0",
11412
+ "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
11413
+ "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
11414
+ "license": "MIT",
11415
+ "engines": {
11416
+ "node": ">=18.17"
11417
+ }
11244
11418
  },
11245
11419
  "node_modules/webdriverio/node_modules/webdriver": {
11246
- "version": "8.44.0",
11247
- "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-8.44.0.tgz",
11248
- "integrity": "sha512-7+mMyz6XNkJWDSYf3gGHBwJxdjzvJvZF4/e8JCAICpI/EbZE2N6GmrpCV/4BskwtohhiTgzA5ehthSQQa6hXIA==",
11420
+ "version": "9.18.0",
11421
+ "resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.18.0.tgz",
11422
+ "integrity": "sha512-07lC4FLj45lHJo0FvLjUp5qkjzEGWJWKGsxLoe9rQ2Fg88iYsqgr9JfSj8qxHpazBaBd+77+ZtpmMZ2X2D1Zuw==",
11249
11423
  "license": "MIT",
11250
11424
  "dependencies": {
11251
- "@types/node": "^22.2.0",
11425
+ "@types/node": "^20.1.0",
11252
11426
  "@types/ws": "^8.5.3",
11253
- "@wdio/config": "8.43.0",
11254
- "@wdio/logger": "8.38.0",
11255
- "@wdio/protocols": "8.44.0",
11256
- "@wdio/types": "8.41.0",
11257
- "@wdio/utils": "8.41.0",
11258
- "deepmerge-ts": "^5.1.0",
11259
- "got": "^12.6.1",
11260
- "ky": "^0.33.0",
11427
+ "@wdio/config": "9.18.0",
11428
+ "@wdio/logger": "9.18.0",
11429
+ "@wdio/protocols": "9.16.2",
11430
+ "@wdio/types": "9.16.2",
11431
+ "@wdio/utils": "9.18.0",
11432
+ "deepmerge-ts": "^7.0.3",
11433
+ "https-proxy-agent": "^7.0.6",
11434
+ "undici": "^6.21.3",
11261
11435
  "ws": "^8.8.0"
11262
11436
  },
11263
11437
  "engines": {
11264
- "node": "^16.13 || >=18"
11438
+ "node": ">=18.20.0"
11265
11439
  }
11266
11440
  },
11267
11441
  "node_modules/webdriverio/node_modules/wrap-ansi": {