appium-xcuitest-driver 10.1.2 → 10.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/npm-shrinkwrap.json +241 -129
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.1.4](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.3...v10.1.4) (2025-10-03)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump remote debugger ([#2635](https://github.com/appium/appium-xcuitest-driver/issues/2635)) ([387f2df](https://github.com/appium/appium-xcuitest-driver/commit/387f2dfdcc39ac209d126207134d9920717bc660))
|
|
6
|
+
|
|
7
|
+
## [10.1.3](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.2...v10.1.3) (2025-10-01)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* Unlock winston ([9649bd1](https://github.com/appium/appium-xcuitest-driver/commit/9649bd1de0c045813751f8f4d5eb4af0a0e1f271))
|
|
12
|
+
|
|
1
13
|
## [10.1.2](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.1...v10.1.2) (2025-09-16)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.1.
|
|
9
|
+
"version": "10.1.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-idb": "^2.0.0",
|
|
15
15
|
"appium-ios-device": "^3.0.0",
|
|
16
16
|
"appium-ios-simulator": "^7.0.0",
|
|
17
|
-
"appium-remote-debugger": "^15.0.
|
|
17
|
+
"appium-remote-debugger": "^15.0.3",
|
|
18
18
|
"appium-webdriveragent": "^10.1.0",
|
|
19
19
|
"appium-xcode": "^6.0.0",
|
|
20
20
|
"async-lock": "^1.4.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"semver": "^7.5.4",
|
|
32
32
|
"source-map-support": "^0.x",
|
|
33
33
|
"teen_process": "^3.0.0",
|
|
34
|
-
"winston": "3.17.0",
|
|
34
|
+
"winston": "^3.17.0",
|
|
35
35
|
"ws": "^8.13.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -119,6 +119,15 @@
|
|
|
119
119
|
"proxy-from-env": "^1.1.0"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
+
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
123
|
+
"version": "11.2.1",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
|
|
125
|
+
"integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
|
|
126
|
+
"license": "ISC",
|
|
127
|
+
"engines": {
|
|
128
|
+
"node": "20 || >=22"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
122
131
|
"node_modules/@appium/docutils": {
|
|
123
132
|
"version": "2.1.0",
|
|
124
133
|
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.0.tgz",
|
|
@@ -164,6 +173,15 @@
|
|
|
164
173
|
"npm": ">=10"
|
|
165
174
|
}
|
|
166
175
|
},
|
|
176
|
+
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
177
|
+
"version": "11.2.1",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
|
|
179
|
+
"integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
|
|
180
|
+
"license": "ISC",
|
|
181
|
+
"engines": {
|
|
182
|
+
"node": "20 || >=22"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
167
185
|
"node_modules/@appium/schema": {
|
|
168
186
|
"version": "1.0.0",
|
|
169
187
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
|
|
@@ -242,6 +260,44 @@
|
|
|
242
260
|
"sharp": "0.34.3"
|
|
243
261
|
}
|
|
244
262
|
},
|
|
263
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
264
|
+
"version": "1.2.0",
|
|
265
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz",
|
|
266
|
+
"integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==",
|
|
267
|
+
"cpu": [
|
|
268
|
+
"x64"
|
|
269
|
+
],
|
|
270
|
+
"license": "LGPL-3.0-or-later",
|
|
271
|
+
"optional": true,
|
|
272
|
+
"os": [
|
|
273
|
+
"linux"
|
|
274
|
+
],
|
|
275
|
+
"funding": {
|
|
276
|
+
"url": "https://opencollective.com/libvips"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
280
|
+
"version": "0.34.3",
|
|
281
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
|
|
282
|
+
"integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
|
|
283
|
+
"cpu": [
|
|
284
|
+
"x64"
|
|
285
|
+
],
|
|
286
|
+
"license": "Apache-2.0",
|
|
287
|
+
"optional": true,
|
|
288
|
+
"os": [
|
|
289
|
+
"linux"
|
|
290
|
+
],
|
|
291
|
+
"engines": {
|
|
292
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
293
|
+
},
|
|
294
|
+
"funding": {
|
|
295
|
+
"url": "https://opencollective.com/libvips"
|
|
296
|
+
},
|
|
297
|
+
"optionalDependencies": {
|
|
298
|
+
"@img/sharp-libvips-linux-x64": "1.2.0"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
245
301
|
"node_modules/@appium/support/node_modules/axios": {
|
|
246
302
|
"version": "1.11.0",
|
|
247
303
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
@@ -253,6 +309,74 @@
|
|
|
253
309
|
"proxy-from-env": "^1.1.0"
|
|
254
310
|
}
|
|
255
311
|
},
|
|
312
|
+
"node_modules/@appium/support/node_modules/color": {
|
|
313
|
+
"version": "4.2.3",
|
|
314
|
+
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
315
|
+
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
316
|
+
"license": "MIT",
|
|
317
|
+
"optional": true,
|
|
318
|
+
"dependencies": {
|
|
319
|
+
"color-convert": "^2.0.1",
|
|
320
|
+
"color-string": "^1.9.0"
|
|
321
|
+
},
|
|
322
|
+
"engines": {
|
|
323
|
+
"node": ">=12.5.0"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"node_modules/@appium/support/node_modules/color-string": {
|
|
327
|
+
"version": "1.9.1",
|
|
328
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
329
|
+
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
330
|
+
"license": "MIT",
|
|
331
|
+
"optional": true,
|
|
332
|
+
"dependencies": {
|
|
333
|
+
"color-name": "^1.0.0",
|
|
334
|
+
"simple-swizzle": "^0.2.2"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
338
|
+
"version": "0.34.3",
|
|
339
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz",
|
|
340
|
+
"integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
|
|
341
|
+
"hasInstallScript": true,
|
|
342
|
+
"license": "Apache-2.0",
|
|
343
|
+
"optional": true,
|
|
344
|
+
"dependencies": {
|
|
345
|
+
"color": "^4.2.3",
|
|
346
|
+
"detect-libc": "^2.0.4",
|
|
347
|
+
"semver": "^7.7.2"
|
|
348
|
+
},
|
|
349
|
+
"engines": {
|
|
350
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
351
|
+
},
|
|
352
|
+
"funding": {
|
|
353
|
+
"url": "https://opencollective.com/libvips"
|
|
354
|
+
},
|
|
355
|
+
"optionalDependencies": {
|
|
356
|
+
"@img/sharp-darwin-arm64": "0.34.3",
|
|
357
|
+
"@img/sharp-darwin-x64": "0.34.3",
|
|
358
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.0",
|
|
359
|
+
"@img/sharp-libvips-darwin-x64": "1.2.0",
|
|
360
|
+
"@img/sharp-libvips-linux-arm": "1.2.0",
|
|
361
|
+
"@img/sharp-libvips-linux-arm64": "1.2.0",
|
|
362
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.0",
|
|
363
|
+
"@img/sharp-libvips-linux-s390x": "1.2.0",
|
|
364
|
+
"@img/sharp-libvips-linux-x64": "1.2.0",
|
|
365
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
|
|
366
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.0",
|
|
367
|
+
"@img/sharp-linux-arm": "0.34.3",
|
|
368
|
+
"@img/sharp-linux-arm64": "0.34.3",
|
|
369
|
+
"@img/sharp-linux-ppc64": "0.34.3",
|
|
370
|
+
"@img/sharp-linux-s390x": "0.34.3",
|
|
371
|
+
"@img/sharp-linux-x64": "0.34.3",
|
|
372
|
+
"@img/sharp-linuxmusl-arm64": "0.34.3",
|
|
373
|
+
"@img/sharp-linuxmusl-x64": "0.34.3",
|
|
374
|
+
"@img/sharp-wasm32": "0.34.3",
|
|
375
|
+
"@img/sharp-win32-arm64": "0.34.3",
|
|
376
|
+
"@img/sharp-win32-ia32": "0.34.3",
|
|
377
|
+
"@img/sharp-win32-x64": "0.34.3"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
256
380
|
"node_modules/@appium/tsconfig": {
|
|
257
381
|
"version": "1.1.0",
|
|
258
382
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.0.tgz",
|
|
@@ -315,16 +439,26 @@
|
|
|
315
439
|
}
|
|
316
440
|
},
|
|
317
441
|
"node_modules/@dabh/diagnostics": {
|
|
318
|
-
"version": "2.0.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.
|
|
320
|
-
"integrity": "sha512-
|
|
442
|
+
"version": "2.0.8",
|
|
443
|
+
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz",
|
|
444
|
+
"integrity": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==",
|
|
321
445
|
"license": "MIT",
|
|
322
446
|
"dependencies": {
|
|
323
|
-
"colorspace": "1.1.
|
|
447
|
+
"@so-ric/colorspace": "^1.1.6",
|
|
324
448
|
"enabled": "2.0.x",
|
|
325
449
|
"kuler": "^2.0.0"
|
|
326
450
|
}
|
|
327
451
|
},
|
|
452
|
+
"node_modules/@emnapi/runtime": {
|
|
453
|
+
"version": "1.5.0",
|
|
454
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.5.0.tgz",
|
|
455
|
+
"integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==",
|
|
456
|
+
"extraneous": true,
|
|
457
|
+
"license": "MIT",
|
|
458
|
+
"dependencies": {
|
|
459
|
+
"tslib": "^2.4.0"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
328
462
|
"node_modules/@isaacs/balanced-match": {
|
|
329
463
|
"version": "4.0.1",
|
|
330
464
|
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
@@ -402,6 +536,16 @@
|
|
|
402
536
|
"node": ">=14"
|
|
403
537
|
}
|
|
404
538
|
},
|
|
539
|
+
"node_modules/@so-ric/colorspace": {
|
|
540
|
+
"version": "1.1.6",
|
|
541
|
+
"resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz",
|
|
542
|
+
"integrity": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==",
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"dependencies": {
|
|
545
|
+
"color": "^5.0.2",
|
|
546
|
+
"text-hex": "1.0.x"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
405
549
|
"node_modules/@tsconfig/node20": {
|
|
406
550
|
"version": "20.1.6",
|
|
407
551
|
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.6.tgz",
|
|
@@ -409,13 +553,13 @@
|
|
|
409
553
|
"license": "MIT"
|
|
410
554
|
},
|
|
411
555
|
"node_modules/@types/node": {
|
|
412
|
-
"version": "24.
|
|
413
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
414
|
-
"integrity": "sha512-
|
|
556
|
+
"version": "24.6.2",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.2.tgz",
|
|
558
|
+
"integrity": "sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==",
|
|
415
559
|
"devOptional": true,
|
|
416
560
|
"license": "MIT",
|
|
417
561
|
"dependencies": {
|
|
418
|
-
"undici-types": "~7.
|
|
562
|
+
"undici-types": "~7.13.0"
|
|
419
563
|
}
|
|
420
564
|
},
|
|
421
565
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -531,9 +675,9 @@
|
|
|
531
675
|
}
|
|
532
676
|
},
|
|
533
677
|
"node_modules/appium-ios-remotexpc": {
|
|
534
|
-
"version": "0.
|
|
535
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
536
|
-
"integrity": "sha512-
|
|
678
|
+
"version": "0.5.0",
|
|
679
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.5.0.tgz",
|
|
680
|
+
"integrity": "sha512-KYe2HcElee9yo2LfCzulGcWE1AoejuZCJcHdhJ2AxGer2Kn12+ZSxzHx9w8ZleD9TxSFdpkCWG8h6g8m9gzwZA==",
|
|
537
681
|
"license": "Apache-2.0",
|
|
538
682
|
"optional": true,
|
|
539
683
|
"dependencies": {
|
|
@@ -591,9 +735,9 @@
|
|
|
591
735
|
}
|
|
592
736
|
},
|
|
593
737
|
"node_modules/appium-remote-debugger": {
|
|
594
|
-
"version": "15.0.
|
|
595
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.0.
|
|
596
|
-
"integrity": "sha512-
|
|
738
|
+
"version": "15.0.3",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.0.3.tgz",
|
|
740
|
+
"integrity": "sha512-QU3PZ8ZoVw4TNwdYXhd0kPb/K2+nzhtbBhr+baQqo32XbfNewSRMLFLUKMEVuqrG76LlcKAZKMsgkBzkA2sWjA==",
|
|
597
741
|
"license": "Apache-2.0",
|
|
598
742
|
"dependencies": {
|
|
599
743
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -824,9 +968,9 @@
|
|
|
824
968
|
}
|
|
825
969
|
},
|
|
826
970
|
"node_modules/b4a": {
|
|
827
|
-
"version": "1.7.
|
|
828
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.
|
|
829
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "1.7.3",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
|
|
973
|
+
"integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
|
|
830
974
|
"license": "Apache-2.0",
|
|
831
975
|
"peerDependencies": {
|
|
832
976
|
"react-native-b4a": "*"
|
|
@@ -844,11 +988,10 @@
|
|
|
844
988
|
"license": "MIT"
|
|
845
989
|
},
|
|
846
990
|
"node_modules/bare-events": {
|
|
847
|
-
"version": "2.
|
|
848
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.
|
|
849
|
-
"integrity": "sha512-
|
|
850
|
-
"license": "Apache-2.0"
|
|
851
|
-
"optional": true
|
|
991
|
+
"version": "2.7.0",
|
|
992
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.7.0.tgz",
|
|
993
|
+
"integrity": "sha512-b3N5eTW1g7vXkw+0CXh/HazGTcO5KYuu/RCNaJbDMPI6LHDi+7qe8EmxKUVe1sUbY2KZOVZFyj62x0OEz9qyAA==",
|
|
994
|
+
"license": "Apache-2.0"
|
|
852
995
|
},
|
|
853
996
|
"node_modules/base64-js": {
|
|
854
997
|
"version": "1.5.1",
|
|
@@ -1098,17 +1241,16 @@
|
|
|
1098
1241
|
}
|
|
1099
1242
|
},
|
|
1100
1243
|
"node_modules/color": {
|
|
1101
|
-
"version": "
|
|
1102
|
-
"resolved": "https://registry.npmjs.org/color/-/color-
|
|
1103
|
-
"integrity": "sha512-
|
|
1104
|
-
"devOptional": true,
|
|
1244
|
+
"version": "5.0.2",
|
|
1245
|
+
"resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz",
|
|
1246
|
+
"integrity": "sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==",
|
|
1105
1247
|
"license": "MIT",
|
|
1106
1248
|
"dependencies": {
|
|
1107
|
-
"color-convert": "^
|
|
1108
|
-
"color-string": "^
|
|
1249
|
+
"color-convert": "^3.0.1",
|
|
1250
|
+
"color-string": "^2.0.0"
|
|
1109
1251
|
},
|
|
1110
1252
|
"engines": {
|
|
1111
|
-
"node": ">=
|
|
1253
|
+
"node": ">=18"
|
|
1112
1254
|
}
|
|
1113
1255
|
},
|
|
1114
1256
|
"node_modules/color-convert": {
|
|
@@ -1130,50 +1272,47 @@
|
|
|
1130
1272
|
"license": "MIT"
|
|
1131
1273
|
},
|
|
1132
1274
|
"node_modules/color-string": {
|
|
1133
|
-
"version": "1.
|
|
1134
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.
|
|
1135
|
-
"integrity": "sha512-
|
|
1275
|
+
"version": "2.1.2",
|
|
1276
|
+
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.2.tgz",
|
|
1277
|
+
"integrity": "sha512-RxmjYxbWemV9gKu4zPgiZagUxbH3RQpEIO77XoSSX0ivgABDZ+h8Zuash/EMFLTI4N9QgFPOJ6JQpPZKFxa+dA==",
|
|
1136
1278
|
"license": "MIT",
|
|
1137
1279
|
"dependencies": {
|
|
1138
|
-
"color-name": "^
|
|
1139
|
-
|
|
1280
|
+
"color-name": "^2.0.0"
|
|
1281
|
+
},
|
|
1282
|
+
"engines": {
|
|
1283
|
+
"node": ">=18"
|
|
1140
1284
|
}
|
|
1141
1285
|
},
|
|
1142
|
-
"node_modules/
|
|
1143
|
-
"version": "
|
|
1144
|
-
"resolved": "https://registry.npmjs.org/
|
|
1145
|
-
"integrity": "sha512-
|
|
1286
|
+
"node_modules/color-string/node_modules/color-name": {
|
|
1287
|
+
"version": "2.0.2",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz",
|
|
1289
|
+
"integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==",
|
|
1146
1290
|
"license": "MIT",
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"text-hex": "1.0.x"
|
|
1291
|
+
"engines": {
|
|
1292
|
+
"node": ">=12.20"
|
|
1150
1293
|
}
|
|
1151
1294
|
},
|
|
1152
|
-
"node_modules/
|
|
1153
|
-
"version": "3.2
|
|
1154
|
-
"resolved": "https://registry.npmjs.org/color/-/color-3.2.
|
|
1155
|
-
"integrity": "sha512-
|
|
1295
|
+
"node_modules/color/node_modules/color-convert": {
|
|
1296
|
+
"version": "3.1.2",
|
|
1297
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.2.tgz",
|
|
1298
|
+
"integrity": "sha512-UNqkvCDXstVck3kdowtOTWROIJQwafjOfXSmddoDrXo4cewMKmusCeF22Q24zvjR8nwWib/3S/dfyzPItPEiJg==",
|
|
1156
1299
|
"license": "MIT",
|
|
1157
1300
|
"dependencies": {
|
|
1158
|
-
"color-
|
|
1159
|
-
|
|
1301
|
+
"color-name": "^2.0.0"
|
|
1302
|
+
},
|
|
1303
|
+
"engines": {
|
|
1304
|
+
"node": ">=14.6"
|
|
1160
1305
|
}
|
|
1161
1306
|
},
|
|
1162
|
-
"node_modules/
|
|
1163
|
-
"version": "
|
|
1164
|
-
"resolved": "https://registry.npmjs.org/color-
|
|
1165
|
-
"integrity": "sha512-
|
|
1307
|
+
"node_modules/color/node_modules/color-name": {
|
|
1308
|
+
"version": "2.0.2",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.2.tgz",
|
|
1310
|
+
"integrity": "sha512-9vEt7gE16EW7Eu7pvZnR0abW9z6ufzhXxGXZEVU9IqPdlsUiMwJeJfRtq0zePUmnbHGT9zajca7mX8zgoayo4A==",
|
|
1166
1311
|
"license": "MIT",
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1312
|
+
"engines": {
|
|
1313
|
+
"node": ">=12.20"
|
|
1169
1314
|
}
|
|
1170
1315
|
},
|
|
1171
|
-
"node_modules/colorspace/node_modules/color-name": {
|
|
1172
|
-
"version": "1.1.3",
|
|
1173
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
1174
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
1175
|
-
"license": "MIT"
|
|
1176
|
-
},
|
|
1177
1316
|
"node_modules/combined-stream": {
|
|
1178
1317
|
"version": "1.0.8",
|
|
1179
1318
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
@@ -1374,9 +1513,9 @@
|
|
|
1374
1513
|
}
|
|
1375
1514
|
},
|
|
1376
1515
|
"node_modules/detect-libc": {
|
|
1377
|
-
"version": "2.1.
|
|
1378
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.
|
|
1379
|
-
"integrity": "sha512-
|
|
1516
|
+
"version": "2.1.1",
|
|
1517
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz",
|
|
1518
|
+
"integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==",
|
|
1380
1519
|
"devOptional": true,
|
|
1381
1520
|
"license": "Apache-2.0",
|
|
1382
1521
|
"engines": {
|
|
@@ -1557,6 +1696,15 @@
|
|
|
1557
1696
|
"node": ">=0.8.x"
|
|
1558
1697
|
}
|
|
1559
1698
|
},
|
|
1699
|
+
"node_modules/events-universal": {
|
|
1700
|
+
"version": "1.0.1",
|
|
1701
|
+
"resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
|
|
1702
|
+
"integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
|
|
1703
|
+
"license": "Apache-2.0",
|
|
1704
|
+
"dependencies": {
|
|
1705
|
+
"bare-events": "^2.7.0"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1560
1708
|
"node_modules/express": {
|
|
1561
1709
|
"version": "5.1.0",
|
|
1562
1710
|
"resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz",
|
|
@@ -2429,9 +2577,9 @@
|
|
|
2429
2577
|
}
|
|
2430
2578
|
},
|
|
2431
2579
|
"node_modules/lru-cache": {
|
|
2432
|
-
"version": "11.2.
|
|
2433
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
2434
|
-
"integrity": "sha512-
|
|
2580
|
+
"version": "11.2.2",
|
|
2581
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
2582
|
+
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
2435
2583
|
"license": "ISC",
|
|
2436
2584
|
"engines": {
|
|
2437
2585
|
"node": "20 || >=22"
|
|
@@ -3479,49 +3627,6 @@
|
|
|
3479
3627
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
3480
3628
|
"license": "ISC"
|
|
3481
3629
|
},
|
|
3482
|
-
"node_modules/sharp": {
|
|
3483
|
-
"version": "0.34.3",
|
|
3484
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.3.tgz",
|
|
3485
|
-
"integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
|
|
3486
|
-
"devOptional": true,
|
|
3487
|
-
"hasInstallScript": true,
|
|
3488
|
-
"license": "Apache-2.0",
|
|
3489
|
-
"dependencies": {
|
|
3490
|
-
"color": "^4.2.3",
|
|
3491
|
-
"detect-libc": "^2.0.4",
|
|
3492
|
-
"semver": "^7.7.2"
|
|
3493
|
-
},
|
|
3494
|
-
"engines": {
|
|
3495
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3496
|
-
},
|
|
3497
|
-
"funding": {
|
|
3498
|
-
"url": "https://opencollective.com/libvips"
|
|
3499
|
-
},
|
|
3500
|
-
"optionalDependencies": {
|
|
3501
|
-
"@img/sharp-darwin-arm64": "0.34.3",
|
|
3502
|
-
"@img/sharp-darwin-x64": "0.34.3",
|
|
3503
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.0",
|
|
3504
|
-
"@img/sharp-libvips-darwin-x64": "1.2.0",
|
|
3505
|
-
"@img/sharp-libvips-linux-arm": "1.2.0",
|
|
3506
|
-
"@img/sharp-libvips-linux-arm64": "1.2.0",
|
|
3507
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.0",
|
|
3508
|
-
"@img/sharp-libvips-linux-s390x": "1.2.0",
|
|
3509
|
-
"@img/sharp-libvips-linux-x64": "1.2.0",
|
|
3510
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
|
|
3511
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.0",
|
|
3512
|
-
"@img/sharp-linux-arm": "0.34.3",
|
|
3513
|
-
"@img/sharp-linux-arm64": "0.34.3",
|
|
3514
|
-
"@img/sharp-linux-ppc64": "0.34.3",
|
|
3515
|
-
"@img/sharp-linux-s390x": "0.34.3",
|
|
3516
|
-
"@img/sharp-linux-x64": "0.34.3",
|
|
3517
|
-
"@img/sharp-linuxmusl-arm64": "0.34.3",
|
|
3518
|
-
"@img/sharp-linuxmusl-x64": "0.34.3",
|
|
3519
|
-
"@img/sharp-wasm32": "0.34.3",
|
|
3520
|
-
"@img/sharp-win32-arm64": "0.34.3",
|
|
3521
|
-
"@img/sharp-win32-ia32": "0.34.3",
|
|
3522
|
-
"@img/sharp-win32-x64": "0.34.3"
|
|
3523
|
-
}
|
|
3524
|
-
},
|
|
3525
3630
|
"node_modules/shebang-command": {
|
|
3526
3631
|
"version": "2.0.0",
|
|
3527
3632
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -3638,6 +3743,7 @@
|
|
|
3638
3743
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
3639
3744
|
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
3640
3745
|
"license": "MIT",
|
|
3746
|
+
"optional": true,
|
|
3641
3747
|
"dependencies": {
|
|
3642
3748
|
"is-arrayish": "^0.3.1"
|
|
3643
3749
|
}
|
|
@@ -3646,7 +3752,8 @@
|
|
|
3646
3752
|
"version": "0.3.4",
|
|
3647
3753
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
3648
3754
|
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
3649
|
-
"license": "MIT"
|
|
3755
|
+
"license": "MIT",
|
|
3756
|
+
"optional": true
|
|
3650
3757
|
},
|
|
3651
3758
|
"node_modules/slugify": {
|
|
3652
3759
|
"version": "1.6.6",
|
|
@@ -3793,16 +3900,14 @@
|
|
|
3793
3900
|
}
|
|
3794
3901
|
},
|
|
3795
3902
|
"node_modules/streamx": {
|
|
3796
|
-
"version": "2.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
3798
|
-
"integrity": "sha512-
|
|
3903
|
+
"version": "2.23.0",
|
|
3904
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
|
|
3905
|
+
"integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
|
|
3799
3906
|
"license": "MIT",
|
|
3800
3907
|
"dependencies": {
|
|
3908
|
+
"events-universal": "^1.0.0",
|
|
3801
3909
|
"fast-fifo": "^1.3.2",
|
|
3802
3910
|
"text-decoder": "^1.1.0"
|
|
3803
|
-
},
|
|
3804
|
-
"optionalDependencies": {
|
|
3805
|
-
"bare-events": "^2.2.0"
|
|
3806
3911
|
}
|
|
3807
3912
|
},
|
|
3808
3913
|
"node_modules/string_decoder": {
|
|
@@ -4012,6 +4117,13 @@
|
|
|
4012
4117
|
"utf8-byte-length": "^1.0.1"
|
|
4013
4118
|
}
|
|
4014
4119
|
},
|
|
4120
|
+
"node_modules/tslib": {
|
|
4121
|
+
"version": "2.8.1",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4123
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4124
|
+
"extraneous": true,
|
|
4125
|
+
"license": "0BSD"
|
|
4126
|
+
},
|
|
4015
4127
|
"node_modules/type-fest": {
|
|
4016
4128
|
"version": "4.41.0",
|
|
4017
4129
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
@@ -4039,9 +4151,9 @@
|
|
|
4039
4151
|
}
|
|
4040
4152
|
},
|
|
4041
4153
|
"node_modules/typescript": {
|
|
4042
|
-
"version": "5.9.
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.
|
|
4044
|
-
"integrity": "sha512-
|
|
4154
|
+
"version": "5.9.3",
|
|
4155
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
4156
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
4045
4157
|
"devOptional": true,
|
|
4046
4158
|
"license": "Apache-2.0",
|
|
4047
4159
|
"bin": {
|
|
@@ -4053,9 +4165,9 @@
|
|
|
4053
4165
|
}
|
|
4054
4166
|
},
|
|
4055
4167
|
"node_modules/undici-types": {
|
|
4056
|
-
"version": "7.
|
|
4057
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
4058
|
-
"integrity": "sha512-
|
|
4168
|
+
"version": "7.13.0",
|
|
4169
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz",
|
|
4170
|
+
"integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==",
|
|
4059
4171
|
"devOptional": true,
|
|
4060
4172
|
"license": "MIT"
|
|
4061
4173
|
},
|
|
@@ -4147,13 +4259,13 @@
|
|
|
4147
4259
|
}
|
|
4148
4260
|
},
|
|
4149
4261
|
"node_modules/winston": {
|
|
4150
|
-
"version": "3.
|
|
4151
|
-
"resolved": "https://registry.npmjs.org/winston/-/winston-3.
|
|
4152
|
-
"integrity": "sha512-
|
|
4262
|
+
"version": "3.18.3",
|
|
4263
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.18.3.tgz",
|
|
4264
|
+
"integrity": "sha512-NoBZauFNNWENgsnC9YpgyYwOVrl2m58PpQ8lNHjV3kosGs7KJ7Npk9pCUE+WJlawVSe8mykWDKWFSVfs3QO9ww==",
|
|
4153
4265
|
"license": "MIT",
|
|
4154
4266
|
"dependencies": {
|
|
4155
4267
|
"@colors/colors": "^1.6.0",
|
|
4156
|
-
"@dabh/diagnostics": "^2.0.
|
|
4268
|
+
"@dabh/diagnostics": "^2.0.8",
|
|
4157
4269
|
"async": "^3.2.3",
|
|
4158
4270
|
"is-stream": "^2.0.0",
|
|
4159
4271
|
"logform": "^2.7.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.1.
|
|
11
|
+
"version": "10.1.4",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"appium-idb": "^2.0.0",
|
|
85
85
|
"appium-ios-device": "^3.0.0",
|
|
86
86
|
"appium-ios-simulator": "^7.0.0",
|
|
87
|
-
"appium-remote-debugger": "^15.0.
|
|
87
|
+
"appium-remote-debugger": "^15.0.3",
|
|
88
88
|
"appium-webdriveragent": "^10.1.0",
|
|
89
89
|
"appium-xcode": "^6.0.0",
|
|
90
90
|
"async-lock": "^1.4.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"semver": "^7.5.4",
|
|
102
102
|
"source-map-support": "^0.x",
|
|
103
103
|
"teen_process": "^3.0.0",
|
|
104
|
-
"winston": "3.17.0",
|
|
104
|
+
"winston": "^3.17.0",
|
|
105
105
|
"ws": "^8.13.0"
|
|
106
106
|
},
|
|
107
107
|
"optionalDependencies": {
|