appium-xcuitest-driver 7.28.3 → 7.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/npm-shrinkwrap.json +114 -176
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.29.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.3...v7.29.0) (2024-11-11)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* add useClearTextShortcut to setting api ([#2490](https://github.com/appium/appium-xcuitest-driver/issues/2490)) ([f54a157](https://github.com/appium/appium-xcuitest-driver/commit/f54a1570da5ca791ccb1f3f7402dafd1b9860c1b))
|
|
6
|
+
|
|
1
7
|
## [7.28.3](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.2...v7.28.3) (2024-10-23)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.29.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.29.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^2.7.23",
|
|
15
15
|
"appium-ios-simulator": "^6.1.7",
|
|
16
16
|
"appium-remote-debugger": "^12.1.1",
|
|
17
|
-
"appium-webdriveragent": "^8.
|
|
17
|
+
"appium-webdriveragent": "^8.10.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"node_modules/@appium/base-driver": {
|
|
76
|
-
"version": "9.12.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.12.
|
|
78
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "9.12.1",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.12.1.tgz",
|
|
78
|
+
"integrity": "sha512-lUOI/r0jrT1EVR16D31OH2m2FgEQAfYzJTsuDCohqI9caA8vHd4ChkWELnhMG/PdfhigxUoIpyvTlImG4XtbVQ==",
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@appium/support": "^5.1.
|
|
81
|
+
"@appium/support": "^5.1.6",
|
|
82
82
|
"@appium/types": "^0.22.0",
|
|
83
83
|
"@colors/colors": "1.6.0",
|
|
84
84
|
"@types/async-lock": "1.4.2",
|
|
85
85
|
"@types/bluebird": "3.5.42",
|
|
86
86
|
"@types/express": "5.0.0",
|
|
87
|
-
"@types/lodash": "4.17.
|
|
87
|
+
"@types/lodash": "4.17.12",
|
|
88
88
|
"@types/method-override": "0.0.35",
|
|
89
89
|
"@types/serve-favicon": "2.5.7",
|
|
90
90
|
"async-lock": "1.4.1",
|
|
@@ -113,18 +113,18 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
116
|
-
"version": "4.17.
|
|
117
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.
|
|
118
|
-
"integrity": "sha512-
|
|
116
|
+
"version": "4.17.12",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
|
|
118
|
+
"integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
|
|
119
119
|
"license": "MIT"
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@appium/docutils": {
|
|
122
|
-
"version": "1.0.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
124
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "1.0.23",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.23.tgz",
|
|
124
|
+
"integrity": "sha512-NXqviNCm/NCLFVzQ60gqCkFITMTpX8IY/ASI+gVSTJAEF4cvndE94FM1tq8ocuMmkTOYiFk4ZJa8CcPV3afbVw==",
|
|
125
125
|
"license": "Apache-2.0",
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@appium/support": "^5.1.
|
|
127
|
+
"@appium/support": "^5.1.6",
|
|
128
128
|
"@appium/tsconfig": "^0.3.3",
|
|
129
129
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
130
130
|
"@types/which": "3.0.4",
|
|
@@ -199,16 +199,16 @@
|
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"node_modules/@appium/support": {
|
|
202
|
-
"version": "5.1.
|
|
203
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.
|
|
204
|
-
"integrity": "sha512
|
|
202
|
+
"version": "5.1.6",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.6.tgz",
|
|
204
|
+
"integrity": "sha512-BtWnVkIGUOHLDWkuBKSm15C5t2g5qv2+NOguAJ6ujPwDn2VLL86usk82DZF3IJ3Yujn0IrLGUrDLvtlG/uqXUg==",
|
|
205
205
|
"license": "Apache-2.0",
|
|
206
206
|
"dependencies": {
|
|
207
207
|
"@appium/logger": "^1.6.1",
|
|
208
208
|
"@appium/tsconfig": "^0.3.3",
|
|
209
209
|
"@appium/types": "^0.22.0",
|
|
210
210
|
"@colors/colors": "1.6.0",
|
|
211
|
-
"@types/archiver": "6.0.
|
|
211
|
+
"@types/archiver": "6.0.3",
|
|
212
212
|
"@types/base64-stream": "1.0.5",
|
|
213
213
|
"@types/find-root": "1.1.4",
|
|
214
214
|
"@types/jsftp": "2.1.5",
|
|
@@ -297,12 +297,13 @@
|
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"node_modules/@babel/code-frame": {
|
|
300
|
-
"version": "7.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
302
|
-
"integrity": "sha512-
|
|
300
|
+
"version": "7.26.2",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
302
|
+
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
303
303
|
"license": "MIT",
|
|
304
304
|
"dependencies": {
|
|
305
|
-
"@babel/
|
|
305
|
+
"@babel/helper-validator-identifier": "^7.25.9",
|
|
306
|
+
"js-tokens": "^4.0.0",
|
|
306
307
|
"picocolors": "^1.0.0"
|
|
307
308
|
},
|
|
308
309
|
"engines": {
|
|
@@ -318,92 +319,6 @@
|
|
|
318
319
|
"node": ">=6.9.0"
|
|
319
320
|
}
|
|
320
321
|
},
|
|
321
|
-
"node_modules/@babel/highlight": {
|
|
322
|
-
"version": "7.25.9",
|
|
323
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
|
|
324
|
-
"integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
|
|
325
|
-
"license": "MIT",
|
|
326
|
-
"dependencies": {
|
|
327
|
-
"@babel/helper-validator-identifier": "^7.25.9",
|
|
328
|
-
"chalk": "^2.4.2",
|
|
329
|
-
"js-tokens": "^4.0.0",
|
|
330
|
-
"picocolors": "^1.0.0"
|
|
331
|
-
},
|
|
332
|
-
"engines": {
|
|
333
|
-
"node": ">=6.9.0"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
337
|
-
"version": "3.2.1",
|
|
338
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
339
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
340
|
-
"license": "MIT",
|
|
341
|
-
"dependencies": {
|
|
342
|
-
"color-convert": "^1.9.0"
|
|
343
|
-
},
|
|
344
|
-
"engines": {
|
|
345
|
-
"node": ">=4"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
349
|
-
"version": "2.4.2",
|
|
350
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
351
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
352
|
-
"license": "MIT",
|
|
353
|
-
"dependencies": {
|
|
354
|
-
"ansi-styles": "^3.2.1",
|
|
355
|
-
"escape-string-regexp": "^1.0.5",
|
|
356
|
-
"supports-color": "^5.3.0"
|
|
357
|
-
},
|
|
358
|
-
"engines": {
|
|
359
|
-
"node": ">=4"
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
363
|
-
"version": "1.9.3",
|
|
364
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
365
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
366
|
-
"license": "MIT",
|
|
367
|
-
"dependencies": {
|
|
368
|
-
"color-name": "1.1.3"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
372
|
-
"version": "1.1.3",
|
|
373
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
374
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
375
|
-
"license": "MIT"
|
|
376
|
-
},
|
|
377
|
-
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
378
|
-
"version": "1.0.5",
|
|
379
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
380
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
381
|
-
"license": "MIT",
|
|
382
|
-
"engines": {
|
|
383
|
-
"node": ">=0.8.0"
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
387
|
-
"version": "3.0.0",
|
|
388
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
389
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
390
|
-
"license": "MIT",
|
|
391
|
-
"engines": {
|
|
392
|
-
"node": ">=4"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
396
|
-
"version": "5.5.0",
|
|
397
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
398
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
399
|
-
"license": "MIT",
|
|
400
|
-
"dependencies": {
|
|
401
|
-
"has-flag": "^3.0.0"
|
|
402
|
-
},
|
|
403
|
-
"engines": {
|
|
404
|
-
"node": ">=4"
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
322
|
"node_modules/@colors/colors": {
|
|
408
323
|
"version": "1.6.0",
|
|
409
324
|
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
|
|
@@ -430,18 +345,6 @@
|
|
|
430
345
|
"node": ">=12"
|
|
431
346
|
}
|
|
432
347
|
},
|
|
433
|
-
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
434
|
-
"version": "6.1.0",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
436
|
-
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
437
|
-
"license": "MIT",
|
|
438
|
-
"engines": {
|
|
439
|
-
"node": ">=12"
|
|
440
|
-
},
|
|
441
|
-
"funding": {
|
|
442
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
348
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
446
349
|
"version": "6.2.1",
|
|
447
350
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
@@ -556,9 +459,9 @@
|
|
|
556
459
|
"license": "MIT"
|
|
557
460
|
},
|
|
558
461
|
"node_modules/@types/archiver": {
|
|
559
|
-
"version": "6.0.
|
|
560
|
-
"resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.
|
|
561
|
-
"integrity": "sha512-
|
|
462
|
+
"version": "6.0.3",
|
|
463
|
+
"resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.3.tgz",
|
|
464
|
+
"integrity": "sha512-a6wUll6k3zX6qs5KlxIggs1P1JcYJaTCx2gnlr+f0S1yd2DoaEwoIK10HmBaLnZwWneBz+JBm0dwcZu0zECBcQ==",
|
|
562
465
|
"license": "MIT",
|
|
563
466
|
"dependencies": {
|
|
564
467
|
"@types/readdir-glob": "*"
|
|
@@ -617,9 +520,9 @@
|
|
|
617
520
|
}
|
|
618
521
|
},
|
|
619
522
|
"node_modules/@types/express-serve-static-core": {
|
|
620
|
-
"version": "5.0.
|
|
621
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
622
|
-
"integrity": "sha512-
|
|
523
|
+
"version": "5.0.1",
|
|
524
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz",
|
|
525
|
+
"integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==",
|
|
623
526
|
"license": "MIT",
|
|
624
527
|
"dependencies": {
|
|
625
528
|
"@types/node": "*",
|
|
@@ -671,9 +574,9 @@
|
|
|
671
574
|
"license": "MIT"
|
|
672
575
|
},
|
|
673
576
|
"node_modules/@types/lodash": {
|
|
674
|
-
"version": "4.17.
|
|
675
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.
|
|
676
|
-
"integrity": "sha512-
|
|
577
|
+
"version": "4.17.13",
|
|
578
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
|
|
579
|
+
"integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
|
|
677
580
|
"license": "MIT"
|
|
678
581
|
},
|
|
679
582
|
"node_modules/@types/method-override": {
|
|
@@ -707,12 +610,12 @@
|
|
|
707
610
|
}
|
|
708
611
|
},
|
|
709
612
|
"node_modules/@types/node": {
|
|
710
|
-
"version": "22.
|
|
711
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
712
|
-
"integrity": "sha512-
|
|
613
|
+
"version": "22.9.0",
|
|
614
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz",
|
|
615
|
+
"integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==",
|
|
713
616
|
"license": "MIT",
|
|
714
617
|
"dependencies": {
|
|
715
|
-
"undici-types": "~6.19.
|
|
618
|
+
"undici-types": "~6.19.8"
|
|
716
619
|
}
|
|
717
620
|
},
|
|
718
621
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -728,9 +631,9 @@
|
|
|
728
631
|
"license": "MIT"
|
|
729
632
|
},
|
|
730
633
|
"node_modules/@types/qs": {
|
|
731
|
-
"version": "6.9.
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.
|
|
733
|
-
"integrity": "sha512-
|
|
634
|
+
"version": "6.9.17",
|
|
635
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz",
|
|
636
|
+
"integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==",
|
|
734
637
|
"license": "MIT"
|
|
735
638
|
},
|
|
736
639
|
"node_modules/@types/range-parser": {
|
|
@@ -827,9 +730,9 @@
|
|
|
827
730
|
}
|
|
828
731
|
},
|
|
829
732
|
"node_modules/@xmldom/xmldom": {
|
|
830
|
-
"version": "0.9.
|
|
831
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
832
|
-
"integrity": "sha512-
|
|
733
|
+
"version": "0.9.5",
|
|
734
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz",
|
|
735
|
+
"integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==",
|
|
833
736
|
"license": "MIT",
|
|
834
737
|
"engines": {
|
|
835
738
|
"node": ">=14.6"
|
|
@@ -861,12 +764,15 @@
|
|
|
861
764
|
}
|
|
862
765
|
},
|
|
863
766
|
"node_modules/ansi-regex": {
|
|
864
|
-
"version": "
|
|
865
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
866
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "6.1.0",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
769
|
+
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
867
770
|
"license": "MIT",
|
|
868
771
|
"engines": {
|
|
869
|
-
"node": ">=
|
|
772
|
+
"node": ">=12"
|
|
773
|
+
},
|
|
774
|
+
"funding": {
|
|
775
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
870
776
|
}
|
|
871
777
|
},
|
|
872
778
|
"node_modules/ansi-styles": {
|
|
@@ -903,9 +809,9 @@
|
|
|
903
809
|
}
|
|
904
810
|
},
|
|
905
811
|
"node_modules/appium-ios-device": {
|
|
906
|
-
"version": "2.7.
|
|
907
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.
|
|
908
|
-
"integrity": "sha512-
|
|
812
|
+
"version": "2.7.24",
|
|
813
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.24.tgz",
|
|
814
|
+
"integrity": "sha512-AjFa4nCytqdl0PiSsCDWPMPBI3MsKfg6KQreoDHjoYZARet1CC9puOb8sGyVvK9qWSPnDw4uc0rZL3KII+OcWA==",
|
|
909
815
|
"license": "Apache-2.0",
|
|
910
816
|
"dependencies": {
|
|
911
817
|
"@appium/support": "^5.0.3",
|
|
@@ -917,13 +823,26 @@
|
|
|
917
823
|
"lodash": "^4.17.15",
|
|
918
824
|
"semver": "^7.0.0",
|
|
919
825
|
"source-map-support": "^0.x",
|
|
920
|
-
"uuid": "^
|
|
826
|
+
"uuid": "^11.0.1"
|
|
921
827
|
},
|
|
922
828
|
"engines": {
|
|
923
829
|
"node": ">=14",
|
|
924
830
|
"npm": ">=8"
|
|
925
831
|
}
|
|
926
832
|
},
|
|
833
|
+
"node_modules/appium-ios-device/node_modules/uuid": {
|
|
834
|
+
"version": "11.0.3",
|
|
835
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
836
|
+
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
837
|
+
"funding": [
|
|
838
|
+
"https://github.com/sponsors/broofa",
|
|
839
|
+
"https://github.com/sponsors/ctavan"
|
|
840
|
+
],
|
|
841
|
+
"license": "MIT",
|
|
842
|
+
"bin": {
|
|
843
|
+
"uuid": "dist/esm/bin/uuid"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
927
846
|
"node_modules/appium-ios-simulator": {
|
|
928
847
|
"version": "6.1.13",
|
|
929
848
|
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.13.tgz",
|
|
@@ -969,9 +888,9 @@
|
|
|
969
888
|
}
|
|
970
889
|
},
|
|
971
890
|
"node_modules/appium-webdriveragent": {
|
|
972
|
-
"version": "8.
|
|
973
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.
|
|
974
|
-
"integrity": "sha512-
|
|
891
|
+
"version": "8.10.1",
|
|
892
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.10.1.tgz",
|
|
893
|
+
"integrity": "sha512-wDdqsmThUQcN0gZOhKsWqcpMzMxkkIYQhCwMdvZ6w49cTs8gxt0iEn6aidbWYn9Q9cfTtSTaOA+0WD5okkkE5w==",
|
|
975
894
|
"license": "Apache-2.0",
|
|
976
895
|
"dependencies": {
|
|
977
896
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -1554,9 +1473,9 @@
|
|
|
1554
1473
|
"license": "MIT"
|
|
1555
1474
|
},
|
|
1556
1475
|
"node_modules/cross-spawn": {
|
|
1557
|
-
"version": "7.0.
|
|
1558
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
1559
|
-
"integrity": "sha512-
|
|
1476
|
+
"version": "7.0.5",
|
|
1477
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
|
|
1478
|
+
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
|
|
1560
1479
|
"license": "MIT",
|
|
1561
1480
|
"dependencies": {
|
|
1562
1481
|
"path-key": "^3.1.0",
|
|
@@ -2926,9 +2845,9 @@
|
|
|
2926
2845
|
}
|
|
2927
2846
|
},
|
|
2928
2847
|
"node_modules/node-simctl": {
|
|
2929
|
-
"version": "7.6.
|
|
2930
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.
|
|
2931
|
-
"integrity": "sha512-
|
|
2848
|
+
"version": "7.6.2",
|
|
2849
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.2.tgz",
|
|
2850
|
+
"integrity": "sha512-cchHIVLY5Rh2muCBobbwVquqtOBysxD4t7EThTcOIcBw13OsTWTfkCpHlxdjFRl4HnB9Mv8Z5MpkFyWmuH0iDA==",
|
|
2932
2851
|
"license": "Apache-2.0",
|
|
2933
2852
|
"dependencies": {
|
|
2934
2853
|
"@appium/logger": "^1.3.0",
|
|
@@ -2939,7 +2858,7 @@
|
|
|
2939
2858
|
"semver": "^7.0.0",
|
|
2940
2859
|
"source-map-support": "^0.x",
|
|
2941
2860
|
"teen_process": "^2.2.0",
|
|
2942
|
-
"uuid": "^
|
|
2861
|
+
"uuid": "^11.0.1",
|
|
2943
2862
|
"which": "^4.0.0"
|
|
2944
2863
|
},
|
|
2945
2864
|
"engines": {
|
|
@@ -2947,6 +2866,19 @@
|
|
|
2947
2866
|
"npm": ">=8"
|
|
2948
2867
|
}
|
|
2949
2868
|
},
|
|
2869
|
+
"node_modules/node-simctl/node_modules/uuid": {
|
|
2870
|
+
"version": "11.0.3",
|
|
2871
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
2872
|
+
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
2873
|
+
"funding": [
|
|
2874
|
+
"https://github.com/sponsors/broofa",
|
|
2875
|
+
"https://github.com/sponsors/ctavan"
|
|
2876
|
+
],
|
|
2877
|
+
"license": "MIT",
|
|
2878
|
+
"bin": {
|
|
2879
|
+
"uuid": "dist/esm/bin/uuid"
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2950
2882
|
"node_modules/normalize-package-data": {
|
|
2951
2883
|
"version": "2.5.0",
|
|
2952
2884
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
@@ -2978,9 +2910,9 @@
|
|
|
2978
2910
|
}
|
|
2979
2911
|
},
|
|
2980
2912
|
"node_modules/object-inspect": {
|
|
2981
|
-
"version": "1.13.
|
|
2982
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.
|
|
2983
|
-
"integrity": "sha512-
|
|
2913
|
+
"version": "1.13.3",
|
|
2914
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz",
|
|
2915
|
+
"integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
|
|
2984
2916
|
"license": "MIT",
|
|
2985
2917
|
"engines": {
|
|
2986
2918
|
"node": ">= 0.4"
|
|
@@ -3961,18 +3893,6 @@
|
|
|
3961
3893
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
3962
3894
|
"license": "MIT"
|
|
3963
3895
|
},
|
|
3964
|
-
"node_modules/string-width/node_modules/ansi-regex": {
|
|
3965
|
-
"version": "6.1.0",
|
|
3966
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
3967
|
-
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
3968
|
-
"license": "MIT",
|
|
3969
|
-
"engines": {
|
|
3970
|
-
"node": ">=12"
|
|
3971
|
-
},
|
|
3972
|
-
"funding": {
|
|
3973
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3974
|
-
}
|
|
3975
|
-
},
|
|
3976
3896
|
"node_modules/string-width/node_modules/strip-ansi": {
|
|
3977
3897
|
"version": "7.1.0",
|
|
3978
3898
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
@@ -4013,6 +3933,24 @@
|
|
|
4013
3933
|
"node": ">=8"
|
|
4014
3934
|
}
|
|
4015
3935
|
},
|
|
3936
|
+
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
3937
|
+
"version": "5.0.1",
|
|
3938
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3939
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3940
|
+
"license": "MIT",
|
|
3941
|
+
"engines": {
|
|
3942
|
+
"node": ">=8"
|
|
3943
|
+
}
|
|
3944
|
+
},
|
|
3945
|
+
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
3946
|
+
"version": "5.0.1",
|
|
3947
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3948
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3949
|
+
"license": "MIT",
|
|
3950
|
+
"engines": {
|
|
3951
|
+
"node": ">=8"
|
|
3952
|
+
}
|
|
3953
|
+
},
|
|
4016
3954
|
"node_modules/supports-color": {
|
|
4017
3955
|
"version": "8.1.1",
|
|
4018
3956
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4098,9 +4036,9 @@
|
|
|
4098
4036
|
}
|
|
4099
4037
|
},
|
|
4100
4038
|
"node_modules/tslib": {
|
|
4101
|
-
"version": "2.8.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.
|
|
4103
|
-
"integrity": "sha512-
|
|
4039
|
+
"version": "2.8.1",
|
|
4040
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4041
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4104
4042
|
"license": "0BSD"
|
|
4105
4043
|
},
|
|
4106
4044
|
"node_modules/type-fest": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.
|
|
11
|
+
"version": "7.29.0",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.7.23",
|
|
82
82
|
"appium-ios-simulator": "^6.1.7",
|
|
83
83
|
"appium-remote-debugger": "^12.1.1",
|
|
84
|
-
"appium-webdriveragent": "^8.
|
|
84
|
+
"appium-webdriveragent": "^8.10.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|