appium-xcuitest-driver 4.29.5 → 4.29.6
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 +7 -0
- package/npm-shrinkwrap.json +333 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.29.6](https://github.com/appium/appium-xcuitest-driver/compare/v4.29.5...v4.29.6) (2023-05-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency appium-remote-debugger to v9.1.15 ([f8d8213](https://github.com/appium/appium-xcuitest-driver/commit/f8d82132106442df25a513f2b1d133ce58e22e67))
|
|
7
|
+
|
|
1
8
|
## [4.29.5](https://github.com/appium/appium-xcuitest-driver/compare/v4.29.4...v4.29.5) (2023-05-24)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.29.
|
|
3
|
+
"version": "4.29.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.29.
|
|
9
|
+
"version": "4.29.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.7",
|
|
13
13
|
"appium-idb": "1.6.11",
|
|
14
14
|
"appium-ios-device": "2.5.2",
|
|
15
15
|
"appium-ios-simulator": "5.0.8",
|
|
16
|
-
"appium-remote-debugger": "9.1.
|
|
17
|
-
"appium-webdriveragent": "5.
|
|
16
|
+
"appium-remote-debugger": "9.1.15",
|
|
17
|
+
"appium-webdriveragent": "5.3.0",
|
|
18
18
|
"appium-xcode": "5.1.1",
|
|
19
19
|
"async-lock": "1.4.0",
|
|
20
20
|
"asyncbox": "2.9.4",
|
|
@@ -311,6 +311,19 @@
|
|
|
311
311
|
"npm": ">=8"
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
|
+
"node_modules/@appium/strongbox": {
|
|
315
|
+
"version": "0.3.0",
|
|
316
|
+
"resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-0.3.0.tgz",
|
|
317
|
+
"integrity": "sha512-HHoLtdjg1nITXkL5ue5R2HkWbYJVDtL22NFrkJvSAhk+uKXk9LgXo06goCmTeygaBELjicL0updraonL/oxVNw==",
|
|
318
|
+
"dependencies": {
|
|
319
|
+
"env-paths": "2.2.1",
|
|
320
|
+
"slugify": "1.6.6"
|
|
321
|
+
},
|
|
322
|
+
"engines": {
|
|
323
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
324
|
+
"npm": ">=8"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
314
327
|
"node_modules/@appium/support": {
|
|
315
328
|
"version": "3.1.11",
|
|
316
329
|
"resolved": "https://registry.npmjs.org/@appium/support/-/support-3.1.11.tgz",
|
|
@@ -4432,12 +4445,12 @@
|
|
|
4432
4445
|
}
|
|
4433
4446
|
},
|
|
4434
4447
|
"node_modules/appium-remote-debugger": {
|
|
4435
|
-
"version": "9.1.
|
|
4436
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-9.1.
|
|
4437
|
-
"integrity": "sha512-
|
|
4448
|
+
"version": "9.1.15",
|
|
4449
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-9.1.15.tgz",
|
|
4450
|
+
"integrity": "sha512-0n+LGHktwUGoZzT7UXItUt0w3n/1A8Q7K0A6YKOnKK/sg3TORzXCCX62BwlW4DOLdYyrX79zdyv/if6gLbaQ8w==",
|
|
4438
4451
|
"dependencies": {
|
|
4439
4452
|
"@appium/base-driver": "^9.0.0",
|
|
4440
|
-
"@appium/support": "^
|
|
4453
|
+
"@appium/support": "^4.0.0",
|
|
4441
4454
|
"@babel/runtime": "^7.0.0",
|
|
4442
4455
|
"appium-ios-device": "^2.0.0",
|
|
4443
4456
|
"async-lock": "^1.2.2",
|
|
@@ -4454,6 +4467,94 @@
|
|
|
4454
4467
|
"npm": ">=8"
|
|
4455
4468
|
}
|
|
4456
4469
|
},
|
|
4470
|
+
"node_modules/appium-remote-debugger/node_modules/@appium/support": {
|
|
4471
|
+
"version": "4.0.1",
|
|
4472
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.0.1.tgz",
|
|
4473
|
+
"integrity": "sha512-A/dZGhywFrfDAE7mzf8MZK6PmX9K1Erq0LWTJh8Aio4P3aHy32GYiEZUOkslL9ByMtligKFEDRPCJ+TIFhtKtQ==",
|
|
4474
|
+
"dependencies": {
|
|
4475
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4476
|
+
"@appium/types": "^0.11.1",
|
|
4477
|
+
"@colors/colors": "1.5.0",
|
|
4478
|
+
"@types/archiver": "5.3.2",
|
|
4479
|
+
"@types/base64-stream": "1.0.2",
|
|
4480
|
+
"@types/find-root": "1.1.2",
|
|
4481
|
+
"@types/glob": "8.1.0",
|
|
4482
|
+
"@types/jsftp": "2.1.2",
|
|
4483
|
+
"@types/klaw": "3.0.3",
|
|
4484
|
+
"@types/lockfile": "1.0.2",
|
|
4485
|
+
"@types/mv": "2.1.2",
|
|
4486
|
+
"@types/ncp": "2.0.5",
|
|
4487
|
+
"@types/npmlog": "4.1.4",
|
|
4488
|
+
"@types/pluralize": "0.0.29",
|
|
4489
|
+
"@types/semver": "7.3.13",
|
|
4490
|
+
"@types/shell-quote": "1.7.1",
|
|
4491
|
+
"@types/supports-color": "8.1.1",
|
|
4492
|
+
"@types/teen_process": "2.0.0",
|
|
4493
|
+
"@types/uuid": "9.0.1",
|
|
4494
|
+
"@types/which": "3.0.0",
|
|
4495
|
+
"archiver": "5.3.1",
|
|
4496
|
+
"axios": "1.4.0",
|
|
4497
|
+
"base64-stream": "1.0.0",
|
|
4498
|
+
"bluebird": "3.7.2",
|
|
4499
|
+
"bplist-creator": "0.1.1",
|
|
4500
|
+
"bplist-parser": "0.3.2",
|
|
4501
|
+
"form-data": "4.0.0",
|
|
4502
|
+
"get-stream": "6.0.1",
|
|
4503
|
+
"glob": "8.1.0",
|
|
4504
|
+
"jsftp": "2.1.3",
|
|
4505
|
+
"klaw": "4.1.0",
|
|
4506
|
+
"lockfile": "1.0.4",
|
|
4507
|
+
"lodash": "4.17.21",
|
|
4508
|
+
"log-symbols": "4.1.0",
|
|
4509
|
+
"moment": "2.29.4",
|
|
4510
|
+
"mv": "2.1.1",
|
|
4511
|
+
"ncp": "2.0.0",
|
|
4512
|
+
"npmlog": "7.0.1",
|
|
4513
|
+
"opencv-bindings": "4.5.5",
|
|
4514
|
+
"pkg-dir": "5.0.0",
|
|
4515
|
+
"plist": "3.0.6",
|
|
4516
|
+
"pluralize": "8.0.0",
|
|
4517
|
+
"read-pkg": "5.2.0",
|
|
4518
|
+
"resolve-from": "5.0.0",
|
|
4519
|
+
"sanitize-filename": "1.6.3",
|
|
4520
|
+
"semver": "7.5.0",
|
|
4521
|
+
"sharp": "0.32.1",
|
|
4522
|
+
"shell-quote": "1.8.1",
|
|
4523
|
+
"source-map-support": "0.5.21",
|
|
4524
|
+
"supports-color": "8.1.1",
|
|
4525
|
+
"teen_process": "2.0.2",
|
|
4526
|
+
"type-fest": "3.10.0",
|
|
4527
|
+
"uuid": "9.0.0",
|
|
4528
|
+
"which": "3.0.1",
|
|
4529
|
+
"yauzl": "2.10.0"
|
|
4530
|
+
},
|
|
4531
|
+
"engines": {
|
|
4532
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4533
|
+
"npm": ">=8"
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4536
|
+
"node_modules/appium-remote-debugger/node_modules/@appium/types": {
|
|
4537
|
+
"version": "0.11.1",
|
|
4538
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.11.1.tgz",
|
|
4539
|
+
"integrity": "sha512-rhgWvpExzIjJke8y1dAwngm9NzCVVg8ToFwdyxfs6ofFHHwqmZrDrefXOkQ1ebjgOEJJ/pfJXjKeMaAtajD6TA==",
|
|
4540
|
+
"dependencies": {
|
|
4541
|
+
"@appium/schema": "^0.2.6",
|
|
4542
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4543
|
+
"@types/express": "4.17.17",
|
|
4544
|
+
"@types/npmlog": "4.1.4",
|
|
4545
|
+
"@types/ws": "8.5.4",
|
|
4546
|
+
"type-fest": "3.10.0"
|
|
4547
|
+
},
|
|
4548
|
+
"engines": {
|
|
4549
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4550
|
+
"npm": ">=8"
|
|
4551
|
+
}
|
|
4552
|
+
},
|
|
4553
|
+
"node_modules/appium-remote-debugger/node_modules/@types/which": {
|
|
4554
|
+
"version": "3.0.0",
|
|
4555
|
+
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
|
|
4556
|
+
"integrity": "sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ=="
|
|
4557
|
+
},
|
|
4457
4558
|
"node_modules/appium-remote-debugger/node_modules/brace-expansion": {
|
|
4458
4559
|
"version": "2.0.1",
|
|
4459
4560
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
@@ -4480,6 +4581,17 @@
|
|
|
4480
4581
|
"url": "https://github.com/sponsors/isaacs"
|
|
4481
4582
|
}
|
|
4482
4583
|
},
|
|
4584
|
+
"node_modules/appium-remote-debugger/node_modules/lru-cache": {
|
|
4585
|
+
"version": "6.0.0",
|
|
4586
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
4587
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
4588
|
+
"dependencies": {
|
|
4589
|
+
"yallist": "^4.0.0"
|
|
4590
|
+
},
|
|
4591
|
+
"engines": {
|
|
4592
|
+
"node": ">=10"
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4483
4595
|
"node_modules/appium-remote-debugger/node_modules/minimatch": {
|
|
4484
4596
|
"version": "5.1.6",
|
|
4485
4597
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
@@ -4491,13 +4603,42 @@
|
|
|
4491
4603
|
"node": ">=10"
|
|
4492
4604
|
}
|
|
4493
4605
|
},
|
|
4606
|
+
"node_modules/appium-remote-debugger/node_modules/semver": {
|
|
4607
|
+
"version": "7.5.0",
|
|
4608
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
4609
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
4610
|
+
"dependencies": {
|
|
4611
|
+
"lru-cache": "^6.0.0"
|
|
4612
|
+
},
|
|
4613
|
+
"bin": {
|
|
4614
|
+
"semver": "bin/semver.js"
|
|
4615
|
+
},
|
|
4616
|
+
"engines": {
|
|
4617
|
+
"node": ">=10"
|
|
4618
|
+
}
|
|
4619
|
+
},
|
|
4620
|
+
"node_modules/appium-remote-debugger/node_modules/which": {
|
|
4621
|
+
"version": "3.0.1",
|
|
4622
|
+
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
4623
|
+
"integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
|
|
4624
|
+
"dependencies": {
|
|
4625
|
+
"isexe": "^2.0.0"
|
|
4626
|
+
},
|
|
4627
|
+
"bin": {
|
|
4628
|
+
"node-which": "bin/which.js"
|
|
4629
|
+
},
|
|
4630
|
+
"engines": {
|
|
4631
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4632
|
+
}
|
|
4633
|
+
},
|
|
4494
4634
|
"node_modules/appium-webdriveragent": {
|
|
4495
|
-
"version": "5.
|
|
4496
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.
|
|
4497
|
-
"integrity": "sha512-
|
|
4635
|
+
"version": "5.3.0",
|
|
4636
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.3.0.tgz",
|
|
4637
|
+
"integrity": "sha512-6nx9hXoO3LdIa/Jhfqvs5qfDMonNmz3JZTa242RQ0r0Tj0/4YG9xYRYL4dMK0vlYF/YeQ4CcrIuRpOBC0pMbBA==",
|
|
4498
4638
|
"dependencies": {
|
|
4499
4639
|
"@appium/base-driver": "^9.0.0",
|
|
4500
|
-
"@appium/
|
|
4640
|
+
"@appium/strongbox": "^0.x",
|
|
4641
|
+
"@appium/support": "^4.0.0",
|
|
4501
4642
|
"@babel/runtime": "^7.0.0",
|
|
4502
4643
|
"appium-ios-device": "^2.5.0",
|
|
4503
4644
|
"appium-ios-simulator": "^5.0.1",
|
|
@@ -4515,6 +4656,170 @@
|
|
|
4515
4656
|
"npm": ">=8"
|
|
4516
4657
|
}
|
|
4517
4658
|
},
|
|
4659
|
+
"node_modules/appium-webdriveragent/node_modules/@appium/support": {
|
|
4660
|
+
"version": "4.0.1",
|
|
4661
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.0.1.tgz",
|
|
4662
|
+
"integrity": "sha512-A/dZGhywFrfDAE7mzf8MZK6PmX9K1Erq0LWTJh8Aio4P3aHy32GYiEZUOkslL9ByMtligKFEDRPCJ+TIFhtKtQ==",
|
|
4663
|
+
"dependencies": {
|
|
4664
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4665
|
+
"@appium/types": "^0.11.1",
|
|
4666
|
+
"@colors/colors": "1.5.0",
|
|
4667
|
+
"@types/archiver": "5.3.2",
|
|
4668
|
+
"@types/base64-stream": "1.0.2",
|
|
4669
|
+
"@types/find-root": "1.1.2",
|
|
4670
|
+
"@types/glob": "8.1.0",
|
|
4671
|
+
"@types/jsftp": "2.1.2",
|
|
4672
|
+
"@types/klaw": "3.0.3",
|
|
4673
|
+
"@types/lockfile": "1.0.2",
|
|
4674
|
+
"@types/mv": "2.1.2",
|
|
4675
|
+
"@types/ncp": "2.0.5",
|
|
4676
|
+
"@types/npmlog": "4.1.4",
|
|
4677
|
+
"@types/pluralize": "0.0.29",
|
|
4678
|
+
"@types/semver": "7.3.13",
|
|
4679
|
+
"@types/shell-quote": "1.7.1",
|
|
4680
|
+
"@types/supports-color": "8.1.1",
|
|
4681
|
+
"@types/teen_process": "2.0.0",
|
|
4682
|
+
"@types/uuid": "9.0.1",
|
|
4683
|
+
"@types/which": "3.0.0",
|
|
4684
|
+
"archiver": "5.3.1",
|
|
4685
|
+
"axios": "1.4.0",
|
|
4686
|
+
"base64-stream": "1.0.0",
|
|
4687
|
+
"bluebird": "3.7.2",
|
|
4688
|
+
"bplist-creator": "0.1.1",
|
|
4689
|
+
"bplist-parser": "0.3.2",
|
|
4690
|
+
"form-data": "4.0.0",
|
|
4691
|
+
"get-stream": "6.0.1",
|
|
4692
|
+
"glob": "8.1.0",
|
|
4693
|
+
"jsftp": "2.1.3",
|
|
4694
|
+
"klaw": "4.1.0",
|
|
4695
|
+
"lockfile": "1.0.4",
|
|
4696
|
+
"lodash": "4.17.21",
|
|
4697
|
+
"log-symbols": "4.1.0",
|
|
4698
|
+
"moment": "2.29.4",
|
|
4699
|
+
"mv": "2.1.1",
|
|
4700
|
+
"ncp": "2.0.0",
|
|
4701
|
+
"npmlog": "7.0.1",
|
|
4702
|
+
"opencv-bindings": "4.5.5",
|
|
4703
|
+
"pkg-dir": "5.0.0",
|
|
4704
|
+
"plist": "3.0.6",
|
|
4705
|
+
"pluralize": "8.0.0",
|
|
4706
|
+
"read-pkg": "5.2.0",
|
|
4707
|
+
"resolve-from": "5.0.0",
|
|
4708
|
+
"sanitize-filename": "1.6.3",
|
|
4709
|
+
"semver": "7.5.0",
|
|
4710
|
+
"sharp": "0.32.1",
|
|
4711
|
+
"shell-quote": "1.8.1",
|
|
4712
|
+
"source-map-support": "0.5.21",
|
|
4713
|
+
"supports-color": "8.1.1",
|
|
4714
|
+
"teen_process": "2.0.2",
|
|
4715
|
+
"type-fest": "3.10.0",
|
|
4716
|
+
"uuid": "9.0.0",
|
|
4717
|
+
"which": "3.0.1",
|
|
4718
|
+
"yauzl": "2.10.0"
|
|
4719
|
+
},
|
|
4720
|
+
"engines": {
|
|
4721
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4722
|
+
"npm": ">=8"
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
"node_modules/appium-webdriveragent/node_modules/@appium/types": {
|
|
4726
|
+
"version": "0.11.1",
|
|
4727
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.11.1.tgz",
|
|
4728
|
+
"integrity": "sha512-rhgWvpExzIjJke8y1dAwngm9NzCVVg8ToFwdyxfs6ofFHHwqmZrDrefXOkQ1ebjgOEJJ/pfJXjKeMaAtajD6TA==",
|
|
4729
|
+
"dependencies": {
|
|
4730
|
+
"@appium/schema": "^0.2.6",
|
|
4731
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4732
|
+
"@types/express": "4.17.17",
|
|
4733
|
+
"@types/npmlog": "4.1.4",
|
|
4734
|
+
"@types/ws": "8.5.4",
|
|
4735
|
+
"type-fest": "3.10.0"
|
|
4736
|
+
},
|
|
4737
|
+
"engines": {
|
|
4738
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4739
|
+
"npm": ">=8"
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4742
|
+
"node_modules/appium-webdriveragent/node_modules/@types/which": {
|
|
4743
|
+
"version": "3.0.0",
|
|
4744
|
+
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
|
|
4745
|
+
"integrity": "sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ=="
|
|
4746
|
+
},
|
|
4747
|
+
"node_modules/appium-webdriveragent/node_modules/brace-expansion": {
|
|
4748
|
+
"version": "2.0.1",
|
|
4749
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
4750
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
4751
|
+
"dependencies": {
|
|
4752
|
+
"balanced-match": "^1.0.0"
|
|
4753
|
+
}
|
|
4754
|
+
},
|
|
4755
|
+
"node_modules/appium-webdriveragent/node_modules/glob": {
|
|
4756
|
+
"version": "8.1.0",
|
|
4757
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
4758
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
4759
|
+
"dependencies": {
|
|
4760
|
+
"fs.realpath": "^1.0.0",
|
|
4761
|
+
"inflight": "^1.0.4",
|
|
4762
|
+
"inherits": "2",
|
|
4763
|
+
"minimatch": "^5.0.1",
|
|
4764
|
+
"once": "^1.3.0"
|
|
4765
|
+
},
|
|
4766
|
+
"engines": {
|
|
4767
|
+
"node": ">=12"
|
|
4768
|
+
},
|
|
4769
|
+
"funding": {
|
|
4770
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4771
|
+
}
|
|
4772
|
+
},
|
|
4773
|
+
"node_modules/appium-webdriveragent/node_modules/lru-cache": {
|
|
4774
|
+
"version": "6.0.0",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
4776
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
4777
|
+
"dependencies": {
|
|
4778
|
+
"yallist": "^4.0.0"
|
|
4779
|
+
},
|
|
4780
|
+
"engines": {
|
|
4781
|
+
"node": ">=10"
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
"node_modules/appium-webdriveragent/node_modules/minimatch": {
|
|
4785
|
+
"version": "5.1.6",
|
|
4786
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
4787
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
4788
|
+
"dependencies": {
|
|
4789
|
+
"brace-expansion": "^2.0.1"
|
|
4790
|
+
},
|
|
4791
|
+
"engines": {
|
|
4792
|
+
"node": ">=10"
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
4795
|
+
"node_modules/appium-webdriveragent/node_modules/semver": {
|
|
4796
|
+
"version": "7.5.0",
|
|
4797
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
4798
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
4799
|
+
"dependencies": {
|
|
4800
|
+
"lru-cache": "^6.0.0"
|
|
4801
|
+
},
|
|
4802
|
+
"bin": {
|
|
4803
|
+
"semver": "bin/semver.js"
|
|
4804
|
+
},
|
|
4805
|
+
"engines": {
|
|
4806
|
+
"node": ">=10"
|
|
4807
|
+
}
|
|
4808
|
+
},
|
|
4809
|
+
"node_modules/appium-webdriveragent/node_modules/which": {
|
|
4810
|
+
"version": "3.0.1",
|
|
4811
|
+
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
4812
|
+
"integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
|
|
4813
|
+
"dependencies": {
|
|
4814
|
+
"isexe": "^2.0.0"
|
|
4815
|
+
},
|
|
4816
|
+
"bin": {
|
|
4817
|
+
"node-which": "bin/which.js"
|
|
4818
|
+
},
|
|
4819
|
+
"engines": {
|
|
4820
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4821
|
+
}
|
|
4822
|
+
},
|
|
4518
4823
|
"node_modules/appium-xcode": {
|
|
4519
4824
|
"version": "5.1.1",
|
|
4520
4825
|
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.1.1.tgz",
|
|
@@ -7136,6 +7441,14 @@
|
|
|
7136
7441
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7137
7442
|
}
|
|
7138
7443
|
},
|
|
7444
|
+
"node_modules/env-paths": {
|
|
7445
|
+
"version": "2.2.1",
|
|
7446
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
7447
|
+
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
7448
|
+
"engines": {
|
|
7449
|
+
"node": ">=6"
|
|
7450
|
+
}
|
|
7451
|
+
},
|
|
7139
7452
|
"node_modules/error-ex": {
|
|
7140
7453
|
"version": "1.3.2",
|
|
7141
7454
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
@@ -17416,6 +17729,14 @@
|
|
|
17416
17729
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
17417
17730
|
}
|
|
17418
17731
|
},
|
|
17732
|
+
"node_modules/slugify": {
|
|
17733
|
+
"version": "1.6.6",
|
|
17734
|
+
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
|
|
17735
|
+
"integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==",
|
|
17736
|
+
"engines": {
|
|
17737
|
+
"node": ">=8.0.0"
|
|
17738
|
+
}
|
|
17739
|
+
},
|
|
17419
17740
|
"node_modules/source-map": {
|
|
17420
17741
|
"version": "0.6.1",
|
|
17421
17742
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.29.
|
|
11
|
+
"version": "4.29.6",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"appium-idb": "1.6.11",
|
|
73
73
|
"appium-ios-device": "2.5.2",
|
|
74
74
|
"appium-ios-simulator": "5.0.8",
|
|
75
|
-
"appium-remote-debugger": "9.1.
|
|
76
|
-
"appium-webdriveragent": "5.
|
|
75
|
+
"appium-remote-debugger": "9.1.15",
|
|
76
|
+
"appium-webdriveragent": "5.3.0",
|
|
77
77
|
"appium-xcode": "5.1.1",
|
|
78
78
|
"async-lock": "1.4.0",
|
|
79
79
|
"asyncbox": "2.9.4",
|