appium-xcuitest-driver 9.6.1 → 9.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "9.6.1",
3
+ "version": "9.8.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "9.6.1",
9
+ "version": "9.8.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
+ "@appium/strongbox": "^0.x",
12
13
  "@colors/colors": "^1.6.0",
13
14
  "appium-idb": "^1.6.13",
14
15
  "appium-ios-device": "^2.8.0",
@@ -30,6 +31,7 @@
30
31
  "semver": "^7.5.4",
31
32
  "source-map-support": "^0.x",
32
33
  "teen_process": "^2.2.0",
34
+ "winston": "3.17.0",
33
35
  "ws": "^8.13.0"
34
36
  },
35
37
  "devDependencies": {
@@ -107,6 +109,17 @@
107
109
  "spdy": "4.0.2"
108
110
  }
109
111
  },
112
+ "node_modules/@appium/base-driver/node_modules/axios": {
113
+ "version": "1.9.0",
114
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
115
+ "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
116
+ "license": "MIT",
117
+ "dependencies": {
118
+ "follow-redirects": "^1.15.6",
119
+ "form-data": "^4.0.0",
120
+ "proxy-from-env": "^1.1.0"
121
+ }
122
+ },
110
123
  "node_modules/@appium/docutils": {
111
124
  "version": "1.1.1",
112
125
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.1.1.tgz",
@@ -252,6 +265,17 @@
252
265
  "sharp": "0.34.2"
253
266
  }
254
267
  },
268
+ "node_modules/@appium/support/node_modules/axios": {
269
+ "version": "1.9.0",
270
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
271
+ "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
272
+ "license": "MIT",
273
+ "dependencies": {
274
+ "follow-redirects": "^1.15.6",
275
+ "form-data": "^4.0.0",
276
+ "proxy-from-env": "^1.1.0"
277
+ }
278
+ },
255
279
  "node_modules/@appium/support/node_modules/teen_process": {
256
280
  "version": "2.3.2",
257
281
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.2.tgz",
@@ -329,6 +353,17 @@
329
353
  "node": ">=0.1.90"
330
354
  }
331
355
  },
356
+ "node_modules/@dabh/diagnostics": {
357
+ "version": "2.0.3",
358
+ "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
359
+ "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
360
+ "license": "MIT",
361
+ "dependencies": {
362
+ "colorspace": "1.1.x",
363
+ "enabled": "2.0.x",
364
+ "kuler": "^2.0.0"
365
+ }
366
+ },
332
367
  "node_modules/@isaacs/cliui": {
333
368
  "version": "8.0.2",
334
369
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -445,15 +480,15 @@
445
480
  "license": "MIT"
446
481
  },
447
482
  "node_modules/@types/lodash": {
448
- "version": "4.17.17",
449
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.17.tgz",
450
- "integrity": "sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==",
483
+ "version": "4.17.18",
484
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.18.tgz",
485
+ "integrity": "sha512-KJ65INaxqxmU6EoCiJmRPZC9H9RVWCRd349tXM2M3O5NA7cY6YL7c0bHAHQ93NOfTObEQ004kd2QVHs/r0+m4g==",
451
486
  "license": "MIT"
452
487
  },
453
488
  "node_modules/@types/node": {
454
- "version": "24.0.1",
455
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz",
456
- "integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==",
489
+ "version": "24.0.3",
490
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz",
491
+ "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==",
457
492
  "license": "MIT",
458
493
  "dependencies": {
459
494
  "undici-types": "~7.8.0"
@@ -474,6 +509,12 @@
474
509
  "@types/node": "*"
475
510
  }
476
511
  },
512
+ "node_modules/@types/triple-beam": {
513
+ "version": "1.3.5",
514
+ "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz",
515
+ "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
516
+ "license": "MIT"
517
+ },
477
518
  "node_modules/@xmldom/xmldom": {
478
519
  "version": "0.9.8",
479
520
  "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz",
@@ -576,9 +617,9 @@
576
617
  }
577
618
  },
578
619
  "node_modules/appium-ios-simulator": {
579
- "version": "6.2.5",
580
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.2.5.tgz",
581
- "integrity": "sha512-GXQ0k+xgkSYFARHWqyct9EXuo7YAk7O3BFPue7DDb4dd9LCILAbxR8Zl98rdYlq9KpQeaNEb8agD5rRNxXUhNQ==",
620
+ "version": "6.2.6",
621
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.2.6.tgz",
622
+ "integrity": "sha512-dUd2GzE8MsyK3ZB1CwSgaMhXZ/sw8d1bK5LrdLzP/AifSsxOLy/0vJBDshfxI6NRmJrtCLcRVVfXqSwNl7ArXQ==",
582
623
  "license": "Apache-2.0",
583
624
  "dependencies": {
584
625
  "@appium/support": "^6.0.0",
@@ -599,9 +640,9 @@
599
640
  }
600
641
  },
601
642
  "node_modules/appium-remote-debugger": {
602
- "version": "12.2.4",
603
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.4.tgz",
604
- "integrity": "sha512-JQk8vRprzc1rfl1WTJ7/tKEsYNKfL/vfZKqUjM092jAa/Qcw8XFzpOyKrjMLmJkd0+5KmAqkf6XzikLJJHRZbA==",
643
+ "version": "12.2.5",
644
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.5.tgz",
645
+ "integrity": "sha512-5Gz4/qdITcvdzEd8QIKHqBzvs5I4wz5RGrbd9lsOqNkDKqIT8EnOA9AJHSKCGishB6sy+N3EkplCS7jJ8BokYg==",
605
646
  "license": "Apache-2.0",
606
647
  "dependencies": {
607
648
  "@appium/base-driver": "^9.0.0",
@@ -620,9 +661,9 @@
620
661
  }
621
662
  },
622
663
  "node_modules/appium-webdriveragent": {
623
- "version": "9.14.2",
624
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.14.2.tgz",
625
- "integrity": "sha512-7Kj9bCs3AEqckhcUhxH7EdX+5bNZHnly9KBinF7GdSjK0qXAVM1yIh+VjiPLkjTIEM27J3VYmmuCVRFhqmjtcg==",
664
+ "version": "9.14.6",
665
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.14.6.tgz",
666
+ "integrity": "sha512-OYJOMAIL0jHnOkTfK84nKFSuQPPwSw4gC72CsbqEYgZh3iE+yiELX6WpIH2e4DvShbzyCTJPhD60OwY/Ke3BmQ==",
626
667
  "license": "Apache-2.0",
627
668
  "dependencies": {
628
669
  "@appium/base-driver": "^9.0.0",
@@ -753,9 +794,9 @@
753
794
  "license": "MIT"
754
795
  },
755
796
  "node_modules/axios": {
756
- "version": "1.9.0",
757
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
758
- "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
797
+ "version": "1.10.0",
798
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
799
+ "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
759
800
  "license": "MIT",
760
801
  "dependencies": {
761
802
  "follow-redirects": "^1.15.6",
@@ -1089,6 +1130,41 @@
1089
1130
  "simple-swizzle": "^0.2.2"
1090
1131
  }
1091
1132
  },
1133
+ "node_modules/colorspace": {
1134
+ "version": "1.1.4",
1135
+ "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz",
1136
+ "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
1137
+ "license": "MIT",
1138
+ "dependencies": {
1139
+ "color": "^3.1.3",
1140
+ "text-hex": "1.0.x"
1141
+ }
1142
+ },
1143
+ "node_modules/colorspace/node_modules/color": {
1144
+ "version": "3.2.1",
1145
+ "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
1146
+ "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
1147
+ "license": "MIT",
1148
+ "dependencies": {
1149
+ "color-convert": "^1.9.3",
1150
+ "color-string": "^1.6.0"
1151
+ }
1152
+ },
1153
+ "node_modules/colorspace/node_modules/color-convert": {
1154
+ "version": "1.9.3",
1155
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
1156
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
1157
+ "license": "MIT",
1158
+ "dependencies": {
1159
+ "color-name": "1.1.3"
1160
+ }
1161
+ },
1162
+ "node_modules/colorspace/node_modules/color-name": {
1163
+ "version": "1.1.3",
1164
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
1165
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
1166
+ "license": "MIT"
1167
+ },
1092
1168
  "node_modules/combined-stream": {
1093
1169
  "version": "1.0.8",
1094
1170
  "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
@@ -1247,9 +1323,9 @@
1247
1323
  }
1248
1324
  },
1249
1325
  "node_modules/css-selector-parser": {
1250
- "version": "3.1.2",
1251
- "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.1.2.tgz",
1252
- "integrity": "sha512-WfUcL99xWDs7b3eZPoRszWVfbNo8ErCF15PTvVROjkShGlAfjIkG6hlfj/sl6/rfo5Q9x9ryJ3VqVnAZDA+gcw==",
1326
+ "version": "3.1.3",
1327
+ "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.1.3.tgz",
1328
+ "integrity": "sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==",
1253
1329
  "funding": [
1254
1330
  {
1255
1331
  "type": "github",
@@ -1372,6 +1448,12 @@
1372
1448
  "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
1373
1449
  "license": "MIT"
1374
1450
  },
1451
+ "node_modules/enabled": {
1452
+ "version": "2.0.0",
1453
+ "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
1454
+ "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==",
1455
+ "license": "MIT"
1456
+ },
1375
1457
  "node_modules/encodeurl": {
1376
1458
  "version": "2.0.0",
1377
1459
  "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
@@ -1568,6 +1650,12 @@
1568
1650
  "node": ">= 4.9.1"
1569
1651
  }
1570
1652
  },
1653
+ "node_modules/fecha": {
1654
+ "version": "4.2.3",
1655
+ "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
1656
+ "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
1657
+ "license": "MIT"
1658
+ },
1571
1659
  "node_modules/finalhandler": {
1572
1660
  "version": "1.3.1",
1573
1661
  "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
@@ -1617,6 +1705,12 @@
1617
1705
  "url": "https://github.com/sponsors/sindresorhus"
1618
1706
  }
1619
1707
  },
1708
+ "node_modules/fn.name": {
1709
+ "version": "1.1.0",
1710
+ "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz",
1711
+ "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==",
1712
+ "license": "MIT"
1713
+ },
1620
1714
  "node_modules/follow-redirects": {
1621
1715
  "version": "1.15.9",
1622
1716
  "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
@@ -2221,6 +2315,12 @@
2221
2315
  "node": ">=14.14.0"
2222
2316
  }
2223
2317
  },
2318
+ "node_modules/kuler": {
2319
+ "version": "2.0.0",
2320
+ "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz",
2321
+ "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==",
2322
+ "license": "MIT"
2323
+ },
2224
2324
  "node_modules/lazystream": {
2225
2325
  "version": "1.0.1",
2226
2326
  "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
@@ -2346,6 +2446,23 @@
2346
2446
  "url": "https://github.com/sponsors/sindresorhus"
2347
2447
  }
2348
2448
  },
2449
+ "node_modules/logform": {
2450
+ "version": "2.7.0",
2451
+ "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz",
2452
+ "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==",
2453
+ "license": "MIT",
2454
+ "dependencies": {
2455
+ "@colors/colors": "1.6.0",
2456
+ "@types/triple-beam": "^1.3.2",
2457
+ "fecha": "^4.2.0",
2458
+ "ms": "^2.1.1",
2459
+ "safe-stable-stringify": "^2.3.1",
2460
+ "triple-beam": "^1.3.0"
2461
+ },
2462
+ "engines": {
2463
+ "node": ">= 12.0.0"
2464
+ }
2465
+ },
2349
2466
  "node_modules/lru-cache": {
2350
2467
  "version": "10.4.3",
2351
2468
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
@@ -2637,9 +2754,9 @@
2637
2754
  }
2638
2755
  },
2639
2756
  "node_modules/node-simctl": {
2640
- "version": "7.7.4",
2641
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.7.4.tgz",
2642
- "integrity": "sha512-Jv3WfBwHrx3/6wuXLGeybE5XVvmJFS+sDgy7K4OZq9TAkFPthaUMPeHOw47iaIo3jNCyWDpSEi7pDhZiK1hjMQ==",
2757
+ "version": "7.7.5",
2758
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.7.5.tgz",
2759
+ "integrity": "sha512-lWflzDW9xLuOOvR6mTJ9efbDtO/iSCH6rEGjxFxTV0vGgz5XjoZlW2BkNCCZib0B6Y23tCOiYhYJaMQYB8FKIQ==",
2643
2760
  "license": "Apache-2.0",
2644
2761
  "dependencies": {
2645
2762
  "@appium/logger": "^1.3.0",
@@ -2752,6 +2869,15 @@
2752
2869
  "wrappy": "1"
2753
2870
  }
2754
2871
  },
2872
+ "node_modules/one-time": {
2873
+ "version": "1.0.0",
2874
+ "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
2875
+ "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
2876
+ "license": "MIT",
2877
+ "dependencies": {
2878
+ "fn.name": "1.x.x"
2879
+ }
2880
+ },
2755
2881
  "node_modules/onetime": {
2756
2882
  "version": "5.1.2",
2757
2883
  "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
@@ -3216,6 +3342,15 @@
3216
3342
  ],
3217
3343
  "license": "MIT"
3218
3344
  },
3345
+ "node_modules/safe-stable-stringify": {
3346
+ "version": "2.5.0",
3347
+ "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
3348
+ "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
3349
+ "license": "MIT",
3350
+ "engines": {
3351
+ "node": ">=10"
3352
+ }
3353
+ },
3219
3354
  "node_modules/safer-buffer": {
3220
3355
  "version": "2.1.2",
3221
3356
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
@@ -3640,6 +3775,15 @@
3640
3775
  "node": ">= 6"
3641
3776
  }
3642
3777
  },
3778
+ "node_modules/stack-trace": {
3779
+ "version": "0.0.10",
3780
+ "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
3781
+ "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
3782
+ "license": "MIT",
3783
+ "engines": {
3784
+ "node": "*"
3785
+ }
3786
+ },
3643
3787
  "node_modules/statuses": {
3644
3788
  "version": "2.0.1",
3645
3789
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
@@ -3849,6 +3993,12 @@
3849
3993
  "b4a": "^1.6.4"
3850
3994
  }
3851
3995
  },
3996
+ "node_modules/text-hex": {
3997
+ "version": "1.0.0",
3998
+ "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz",
3999
+ "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
4000
+ "license": "MIT"
4001
+ },
3852
4002
  "node_modules/through": {
3853
4003
  "version": "2.3.8",
3854
4004
  "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
@@ -3864,6 +4014,15 @@
3864
4014
  "node": ">=0.6"
3865
4015
  }
3866
4016
  },
4017
+ "node_modules/triple-beam": {
4018
+ "version": "1.4.1",
4019
+ "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz",
4020
+ "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==",
4021
+ "license": "MIT",
4022
+ "engines": {
4023
+ "node": ">= 14.0.0"
4024
+ }
4025
+ },
3867
4026
  "node_modules/truncate-utf8-bytes": {
3868
4027
  "version": "1.0.2",
3869
4028
  "resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
@@ -4025,6 +4184,70 @@
4025
4184
  "node": "^16.13.0 || >=18.0.0"
4026
4185
  }
4027
4186
  },
4187
+ "node_modules/winston": {
4188
+ "version": "3.17.0",
4189
+ "resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz",
4190
+ "integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==",
4191
+ "license": "MIT",
4192
+ "dependencies": {
4193
+ "@colors/colors": "^1.6.0",
4194
+ "@dabh/diagnostics": "^2.0.2",
4195
+ "async": "^3.2.3",
4196
+ "is-stream": "^2.0.0",
4197
+ "logform": "^2.7.0",
4198
+ "one-time": "^1.0.0",
4199
+ "readable-stream": "^3.4.0",
4200
+ "safe-stable-stringify": "^2.3.1",
4201
+ "stack-trace": "0.0.x",
4202
+ "triple-beam": "^1.3.0",
4203
+ "winston-transport": "^4.9.0"
4204
+ },
4205
+ "engines": {
4206
+ "node": ">= 12.0.0"
4207
+ }
4208
+ },
4209
+ "node_modules/winston-transport": {
4210
+ "version": "4.9.0",
4211
+ "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz",
4212
+ "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==",
4213
+ "license": "MIT",
4214
+ "dependencies": {
4215
+ "logform": "^2.7.0",
4216
+ "readable-stream": "^3.6.2",
4217
+ "triple-beam": "^1.3.0"
4218
+ },
4219
+ "engines": {
4220
+ "node": ">= 12.0.0"
4221
+ }
4222
+ },
4223
+ "node_modules/winston-transport/node_modules/readable-stream": {
4224
+ "version": "3.6.2",
4225
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
4226
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
4227
+ "license": "MIT",
4228
+ "dependencies": {
4229
+ "inherits": "^2.0.3",
4230
+ "string_decoder": "^1.1.1",
4231
+ "util-deprecate": "^1.0.1"
4232
+ },
4233
+ "engines": {
4234
+ "node": ">= 6"
4235
+ }
4236
+ },
4237
+ "node_modules/winston/node_modules/readable-stream": {
4238
+ "version": "3.6.2",
4239
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
4240
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
4241
+ "license": "MIT",
4242
+ "dependencies": {
4243
+ "inherits": "^2.0.3",
4244
+ "string_decoder": "^1.1.1",
4245
+ "util-deprecate": "^1.0.1"
4246
+ },
4247
+ "engines": {
4248
+ "node": ">= 6"
4249
+ }
4250
+ },
4028
4251
  "node_modules/wrap-ansi": {
4029
4252
  "version": "7.0.0",
4030
4253
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "9.6.1",
11
+ "version": "9.8.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -32,7 +32,8 @@
32
32
  "mainClass": "XCUITestDriver",
33
33
  "scripts": {
34
34
  "build-wda": "./scripts/build-wda.js",
35
- "open-wda": "./scripts/open-wda.js"
35
+ "open-wda": "./scripts/open-wda.js",
36
+ "tunnel-creation": "./scripts/tunnel-creation.mjs"
36
37
  },
37
38
  "schema": {
38
39
  "$schema": "http://json-schema.org/draft-07/schema",
@@ -76,6 +77,7 @@
76
77
  ],
77
78
  "types": "./build/index.d.ts",
78
79
  "dependencies": {
80
+ "@appium/strongbox": "^0.x",
79
81
  "@colors/colors": "^1.6.0",
80
82
  "appium-idb": "^1.6.13",
81
83
  "appium-ios-device": "^2.8.0",
@@ -97,6 +99,7 @@
97
99
  "semver": "^7.5.4",
98
100
  "source-map-support": "^0.x",
99
101
  "teen_process": "^2.2.0",
102
+ "winston": "3.17.0",
100
103
  "ws": "^8.13.0"
101
104
  },
102
105
  "scripts": {