appium-xcuitest-driver 5.8.0 → 5.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.8.1](https://github.com/appium/appium-xcuitest-driver/compare/v5.8.0...v5.8.1) (2023-11-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Sync package-lock ([09be06f](https://github.com/appium/appium-xcuitest-driver/commit/09be06f7c13f3aaba5a4f1b8552e0dbb356ec200))
7
+
1
8
  ## [5.8.0](https://github.com/appium/appium-xcuitest-driver/compare/v5.7.0...v5.8.0) (2023-10-30)
2
9
 
3
10
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "5.8.0",
9
+ "version": "5.8.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-idb": "^1.6.13",
13
13
  "appium-ios-device": "^2.5.4",
14
14
  "appium-ios-simulator": "^5.3.3",
15
15
  "appium-remote-debugger": "^10.0.0",
16
- "appium-webdriveragent": "^5.12.2",
16
+ "appium-webdriveragent": "^5.13.0",
17
17
  "appium-xcode": "^5.1.4",
18
18
  "async-lock": "^1.4.0",
19
19
  "asyncbox": "^2.9.4",
@@ -3302,9 +3302,9 @@
3302
3302
  }
3303
3303
  },
3304
3304
  "node_modules/@types/node": {
3305
- "version": "20.8.9",
3306
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz",
3307
- "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==",
3305
+ "version": "20.8.10",
3306
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz",
3307
+ "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==",
3308
3308
  "dependencies": {
3309
3309
  "undici-types": "~5.26.4"
3310
3310
  }
@@ -3464,16 +3464,16 @@
3464
3464
  }
3465
3465
  },
3466
3466
  "node_modules/@typescript-eslint/eslint-plugin": {
3467
- "version": "6.9.0",
3468
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz",
3469
- "integrity": "sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==",
3467
+ "version": "6.9.1",
3468
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz",
3469
+ "integrity": "sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==",
3470
3470
  "dev": true,
3471
3471
  "dependencies": {
3472
3472
  "@eslint-community/regexpp": "^4.5.1",
3473
- "@typescript-eslint/scope-manager": "6.9.0",
3474
- "@typescript-eslint/type-utils": "6.9.0",
3475
- "@typescript-eslint/utils": "6.9.0",
3476
- "@typescript-eslint/visitor-keys": "6.9.0",
3473
+ "@typescript-eslint/scope-manager": "6.9.1",
3474
+ "@typescript-eslint/type-utils": "6.9.1",
3475
+ "@typescript-eslint/utils": "6.9.1",
3476
+ "@typescript-eslint/visitor-keys": "6.9.1",
3477
3477
  "debug": "^4.3.4",
3478
3478
  "graphemer": "^1.4.0",
3479
3479
  "ignore": "^5.2.4",
@@ -3498,16 +3498,63 @@
3498
3498
  }
3499
3499
  }
3500
3500
  },
3501
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
3502
+ "version": "6.9.1",
3503
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
3504
+ "integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
3505
+ "dev": true,
3506
+ "dependencies": {
3507
+ "@typescript-eslint/types": "6.9.1",
3508
+ "@typescript-eslint/visitor-keys": "6.9.1"
3509
+ },
3510
+ "engines": {
3511
+ "node": "^16.0.0 || >=18.0.0"
3512
+ },
3513
+ "funding": {
3514
+ "type": "opencollective",
3515
+ "url": "https://opencollective.com/typescript-eslint"
3516
+ }
3517
+ },
3518
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
3519
+ "version": "6.9.1",
3520
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
3521
+ "integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
3522
+ "dev": true,
3523
+ "engines": {
3524
+ "node": "^16.0.0 || >=18.0.0"
3525
+ },
3526
+ "funding": {
3527
+ "type": "opencollective",
3528
+ "url": "https://opencollective.com/typescript-eslint"
3529
+ }
3530
+ },
3531
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
3532
+ "version": "6.9.1",
3533
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
3534
+ "integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
3535
+ "dev": true,
3536
+ "dependencies": {
3537
+ "@typescript-eslint/types": "6.9.1",
3538
+ "eslint-visitor-keys": "^3.4.1"
3539
+ },
3540
+ "engines": {
3541
+ "node": "^16.0.0 || >=18.0.0"
3542
+ },
3543
+ "funding": {
3544
+ "type": "opencollective",
3545
+ "url": "https://opencollective.com/typescript-eslint"
3546
+ }
3547
+ },
3501
3548
  "node_modules/@typescript-eslint/parser": {
3502
- "version": "6.9.0",
3503
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.9.0.tgz",
3504
- "integrity": "sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==",
3549
+ "version": "6.9.1",
3550
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.9.1.tgz",
3551
+ "integrity": "sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==",
3505
3552
  "dev": true,
3506
3553
  "dependencies": {
3507
- "@typescript-eslint/scope-manager": "6.9.0",
3508
- "@typescript-eslint/types": "6.9.0",
3509
- "@typescript-eslint/typescript-estree": "6.9.0",
3510
- "@typescript-eslint/visitor-keys": "6.9.0",
3554
+ "@typescript-eslint/scope-manager": "6.9.1",
3555
+ "@typescript-eslint/types": "6.9.1",
3556
+ "@typescript-eslint/typescript-estree": "6.9.1",
3557
+ "@typescript-eslint/visitor-keys": "6.9.1",
3511
3558
  "debug": "^4.3.4"
3512
3559
  },
3513
3560
  "engines": {
@@ -3526,14 +3573,71 @@
3526
3573
  }
3527
3574
  }
3528
3575
  },
3529
- "node_modules/@typescript-eslint/scope-manager": {
3530
- "version": "6.9.0",
3531
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
3532
- "integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
3576
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
3577
+ "version": "6.9.1",
3578
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
3579
+ "integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
3580
+ "dev": true,
3581
+ "dependencies": {
3582
+ "@typescript-eslint/types": "6.9.1",
3583
+ "@typescript-eslint/visitor-keys": "6.9.1"
3584
+ },
3585
+ "engines": {
3586
+ "node": "^16.0.0 || >=18.0.0"
3587
+ },
3588
+ "funding": {
3589
+ "type": "opencollective",
3590
+ "url": "https://opencollective.com/typescript-eslint"
3591
+ }
3592
+ },
3593
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
3594
+ "version": "6.9.1",
3595
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
3596
+ "integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
3597
+ "dev": true,
3598
+ "engines": {
3599
+ "node": "^16.0.0 || >=18.0.0"
3600
+ },
3601
+ "funding": {
3602
+ "type": "opencollective",
3603
+ "url": "https://opencollective.com/typescript-eslint"
3604
+ }
3605
+ },
3606
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
3607
+ "version": "6.9.1",
3608
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz",
3609
+ "integrity": "sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==",
3533
3610
  "dev": true,
3534
3611
  "dependencies": {
3535
- "@typescript-eslint/types": "6.9.0",
3536
- "@typescript-eslint/visitor-keys": "6.9.0"
3612
+ "@typescript-eslint/types": "6.9.1",
3613
+ "@typescript-eslint/visitor-keys": "6.9.1",
3614
+ "debug": "^4.3.4",
3615
+ "globby": "^11.1.0",
3616
+ "is-glob": "^4.0.3",
3617
+ "semver": "^7.5.4",
3618
+ "ts-api-utils": "^1.0.1"
3619
+ },
3620
+ "engines": {
3621
+ "node": "^16.0.0 || >=18.0.0"
3622
+ },
3623
+ "funding": {
3624
+ "type": "opencollective",
3625
+ "url": "https://opencollective.com/typescript-eslint"
3626
+ },
3627
+ "peerDependenciesMeta": {
3628
+ "typescript": {
3629
+ "optional": true
3630
+ }
3631
+ }
3632
+ },
3633
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
3634
+ "version": "6.9.1",
3635
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
3636
+ "integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
3637
+ "dev": true,
3638
+ "dependencies": {
3639
+ "@typescript-eslint/types": "6.9.1",
3640
+ "eslint-visitor-keys": "^3.4.1"
3537
3641
  },
3538
3642
  "engines": {
3539
3643
  "node": "^16.0.0 || >=18.0.0"
@@ -3544,13 +3648,13 @@
3544
3648
  }
3545
3649
  },
3546
3650
  "node_modules/@typescript-eslint/type-utils": {
3547
- "version": "6.9.0",
3548
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz",
3549
- "integrity": "sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==",
3651
+ "version": "6.9.1",
3652
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz",
3653
+ "integrity": "sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==",
3550
3654
  "dev": true,
3551
3655
  "dependencies": {
3552
- "@typescript-eslint/typescript-estree": "6.9.0",
3553
- "@typescript-eslint/utils": "6.9.0",
3656
+ "@typescript-eslint/typescript-estree": "6.9.1",
3657
+ "@typescript-eslint/utils": "6.9.1",
3554
3658
  "debug": "^4.3.4",
3555
3659
  "ts-api-utils": "^1.0.1"
3556
3660
  },
@@ -3570,10 +3674,10 @@
3570
3674
  }
3571
3675
  }
3572
3676
  },
3573
- "node_modules/@typescript-eslint/types": {
3574
- "version": "6.9.0",
3575
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
3576
- "integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
3677
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
3678
+ "version": "6.9.1",
3679
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
3680
+ "integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
3577
3681
  "dev": true,
3578
3682
  "engines": {
3579
3683
  "node": "^16.0.0 || >=18.0.0"
@@ -3583,14 +3687,14 @@
3583
3687
  "url": "https://opencollective.com/typescript-eslint"
3584
3688
  }
3585
3689
  },
3586
- "node_modules/@typescript-eslint/typescript-estree": {
3587
- "version": "6.9.0",
3588
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz",
3589
- "integrity": "sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==",
3690
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
3691
+ "version": "6.9.1",
3692
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz",
3693
+ "integrity": "sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==",
3590
3694
  "dev": true,
3591
3695
  "dependencies": {
3592
- "@typescript-eslint/types": "6.9.0",
3593
- "@typescript-eslint/visitor-keys": "6.9.0",
3696
+ "@typescript-eslint/types": "6.9.1",
3697
+ "@typescript-eslint/visitor-keys": "6.9.1",
3594
3698
  "debug": "^4.3.4",
3595
3699
  "globby": "^11.1.0",
3596
3700
  "is-glob": "^4.0.3",
@@ -3610,18 +3714,35 @@
3610
3714
  }
3611
3715
  }
3612
3716
  },
3717
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
3718
+ "version": "6.9.1",
3719
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
3720
+ "integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
3721
+ "dev": true,
3722
+ "dependencies": {
3723
+ "@typescript-eslint/types": "6.9.1",
3724
+ "eslint-visitor-keys": "^3.4.1"
3725
+ },
3726
+ "engines": {
3727
+ "node": "^16.0.0 || >=18.0.0"
3728
+ },
3729
+ "funding": {
3730
+ "type": "opencollective",
3731
+ "url": "https://opencollective.com/typescript-eslint"
3732
+ }
3733
+ },
3613
3734
  "node_modules/@typescript-eslint/utils": {
3614
- "version": "6.9.0",
3615
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.0.tgz",
3616
- "integrity": "sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==",
3735
+ "version": "6.9.1",
3736
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.1.tgz",
3737
+ "integrity": "sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==",
3617
3738
  "dev": true,
3618
3739
  "dependencies": {
3619
3740
  "@eslint-community/eslint-utils": "^4.4.0",
3620
3741
  "@types/json-schema": "^7.0.12",
3621
3742
  "@types/semver": "^7.5.0",
3622
- "@typescript-eslint/scope-manager": "6.9.0",
3623
- "@typescript-eslint/types": "6.9.0",
3624
- "@typescript-eslint/typescript-estree": "6.9.0",
3743
+ "@typescript-eslint/scope-manager": "6.9.1",
3744
+ "@typescript-eslint/types": "6.9.1",
3745
+ "@typescript-eslint/typescript-estree": "6.9.1",
3625
3746
  "semver": "^7.5.4"
3626
3747
  },
3627
3748
  "engines": {
@@ -3635,13 +3756,70 @@
3635
3756
  "eslint": "^7.0.0 || ^8.0.0"
3636
3757
  }
3637
3758
  },
3638
- "node_modules/@typescript-eslint/visitor-keys": {
3639
- "version": "6.9.0",
3640
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
3641
- "integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
3759
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
3760
+ "version": "6.9.1",
3761
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
3762
+ "integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
3642
3763
  "dev": true,
3643
3764
  "dependencies": {
3644
- "@typescript-eslint/types": "6.9.0",
3765
+ "@typescript-eslint/types": "6.9.1",
3766
+ "@typescript-eslint/visitor-keys": "6.9.1"
3767
+ },
3768
+ "engines": {
3769
+ "node": "^16.0.0 || >=18.0.0"
3770
+ },
3771
+ "funding": {
3772
+ "type": "opencollective",
3773
+ "url": "https://opencollective.com/typescript-eslint"
3774
+ }
3775
+ },
3776
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
3777
+ "version": "6.9.1",
3778
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
3779
+ "integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
3780
+ "dev": true,
3781
+ "engines": {
3782
+ "node": "^16.0.0 || >=18.0.0"
3783
+ },
3784
+ "funding": {
3785
+ "type": "opencollective",
3786
+ "url": "https://opencollective.com/typescript-eslint"
3787
+ }
3788
+ },
3789
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
3790
+ "version": "6.9.1",
3791
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz",
3792
+ "integrity": "sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==",
3793
+ "dev": true,
3794
+ "dependencies": {
3795
+ "@typescript-eslint/types": "6.9.1",
3796
+ "@typescript-eslint/visitor-keys": "6.9.1",
3797
+ "debug": "^4.3.4",
3798
+ "globby": "^11.1.0",
3799
+ "is-glob": "^4.0.3",
3800
+ "semver": "^7.5.4",
3801
+ "ts-api-utils": "^1.0.1"
3802
+ },
3803
+ "engines": {
3804
+ "node": "^16.0.0 || >=18.0.0"
3805
+ },
3806
+ "funding": {
3807
+ "type": "opencollective",
3808
+ "url": "https://opencollective.com/typescript-eslint"
3809
+ },
3810
+ "peerDependenciesMeta": {
3811
+ "typescript": {
3812
+ "optional": true
3813
+ }
3814
+ }
3815
+ },
3816
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
3817
+ "version": "6.9.1",
3818
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
3819
+ "integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
3820
+ "dev": true,
3821
+ "dependencies": {
3822
+ "@typescript-eslint/types": "6.9.1",
3645
3823
  "eslint-visitor-keys": "^3.4.1"
3646
3824
  },
3647
3825
  "engines": {
@@ -4332,9 +4510,9 @@
4332
4510
  }
4333
4511
  },
4334
4512
  "node_modules/appium-ios-simulator": {
4335
- "version": "5.3.5",
4336
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.3.5.tgz",
4337
- "integrity": "sha512-FWz4voSZTfyqJoWRu4L32Vs1Lbg9ccUDHenTtyyQJT4E4c+wZg0E7VgGIPndXwI2TbSSJmtZJUP7+Vd0abuHqQ==",
4513
+ "version": "5.3.6",
4514
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.3.6.tgz",
4515
+ "integrity": "sha512-o2v2RoY5rk0y8qrs372eB5JnLdC0ONoReQ/s/8DgeInSgavapESoozGys139DrbZusBCZkyalUgu8bPxqSrVDg==",
4338
4516
  "dependencies": {
4339
4517
  "@appium/support": "^4.0.0",
4340
4518
  "@xmldom/xmldom": "^0.x",
@@ -4376,9 +4554,9 @@
4376
4554
  }
4377
4555
  },
4378
4556
  "node_modules/appium-webdriveragent": {
4379
- "version": "5.12.2",
4380
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.12.2.tgz",
4381
- "integrity": "sha512-7TulQ0L9y7dIObwmXAIx2zto/RKvR7ecrk2TVJF2rwwIf8N66UOOyPd/+PGrqj/LRQtJBsTYckQn7pT8u1Di5w==",
4557
+ "version": "5.13.0",
4558
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.13.0.tgz",
4559
+ "integrity": "sha512-UzU4bcCF9cDgDGIY2NIJjtsFegRWrAcL4aIP40cJbEOwHl2nz4u4SW8USLhMDCkidvwN5SwtcRMPQfNDGpttCg==",
4382
4560
  "dependencies": {
4383
4561
  "@appium/base-driver": "^9.0.0",
4384
4562
  "@appium/strongbox": "^0.x",
@@ -17139,9 +17317,9 @@
17139
17317
  }
17140
17318
  },
17141
17319
  "node_modules/semantic-release": {
17142
- "version": "22.0.5",
17143
- "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-22.0.5.tgz",
17144
- "integrity": "sha512-ESCEQsZlBj1DWMA84RthaJzQHHnihoGk49s9nUxHfRNUNZelLE9JZrE94bHO2Y00EWb7iwrzr1OYhv5QNVmf8A==",
17320
+ "version": "22.0.6",
17321
+ "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-22.0.6.tgz",
17322
+ "integrity": "sha512-SxgpGR6b52gaKrb42nnaZWa2h5ig06XlloS3NjUN4W/lRBB8SId4JMaZaxN6Ncb+Ii2Uxd8WO6uvshTSSf8XRg==",
17145
17323
  "dev": true,
17146
17324
  "dependencies": {
17147
17325
  "@semantic-release/commit-analyzer": "^11.0.0",
@@ -17154,7 +17332,7 @@
17154
17332
  "debug": "^4.0.0",
17155
17333
  "env-ci": "^10.0.0",
17156
17334
  "execa": "^8.0.0",
17157
- "figures": "^5.0.0",
17335
+ "figures": "^6.0.0",
17158
17336
  "find-versions": "^5.1.0",
17159
17337
  "get-stream": "^6.0.0",
17160
17338
  "git-log-parser": "^1.2.0",
@@ -17268,16 +17446,15 @@
17268
17446
  }
17269
17447
  },
17270
17448
  "node_modules/semantic-release/node_modules/figures": {
17271
- "version": "5.0.0",
17272
- "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
17273
- "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
17449
+ "version": "6.0.1",
17450
+ "resolved": "https://registry.npmjs.org/figures/-/figures-6.0.1.tgz",
17451
+ "integrity": "sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ==",
17274
17452
  "dev": true,
17275
17453
  "dependencies": {
17276
- "escape-string-regexp": "^5.0.0",
17277
- "is-unicode-supported": "^1.2.0"
17454
+ "is-unicode-supported": "^2.0.0"
17278
17455
  },
17279
17456
  "engines": {
17280
- "node": ">=14"
17457
+ "node": ">=18"
17281
17458
  },
17282
17459
  "funding": {
17283
17460
  "url": "https://github.com/sponsors/sindresorhus"
@@ -17345,12 +17522,12 @@
17345
17522
  }
17346
17523
  },
17347
17524
  "node_modules/semantic-release/node_modules/is-unicode-supported": {
17348
- "version": "1.3.0",
17349
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
17350
- "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
17525
+ "version": "2.0.0",
17526
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz",
17527
+ "integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==",
17351
17528
  "dev": true,
17352
17529
  "engines": {
17353
- "node": ">=12"
17530
+ "node": ">=18"
17354
17531
  },
17355
17532
  "funding": {
17356
17533
  "url": "https://github.com/sponsors/sindresorhus"
@@ -18750,9 +18927,9 @@
18750
18927
  }
18751
18928
  },
18752
18929
  "node_modules/teen_process": {
18753
- "version": "2.0.68",
18754
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.68.tgz",
18755
- "integrity": "sha512-r66JMTiHFGUZwZAJh0rWmcjCAGRu8SsZefJi3SccxoPzDSHYNCLt9mKw1jo9w+FqTb+sesRt2y/jn7UfkHra/Q==",
18930
+ "version": "2.0.69",
18931
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.69.tgz",
18932
+ "integrity": "sha512-P2nj0FQWt17Ou/+h+vPQTWxIKYrA0q9eUpPL72W3iIqpyMRxyKpl+SbPXOAxxBkM51Hqz0lnkrz9kkKYsm66Pg==",
18756
18933
  "dependencies": {
18757
18934
  "bluebird": "3.7.2",
18758
18935
  "lodash": "4.17.21",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "5.8.0",
11
+ "version": "5.8.1",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "appium-ios-device": "^2.5.4",
74
74
  "appium-ios-simulator": "^5.3.3",
75
75
  "appium-remote-debugger": "^10.0.0",
76
- "appium-webdriveragent": "^5.12.2",
76
+ "appium-webdriveragent": "^5.13.0",
77
77
  "appium-xcode": "^5.1.4",
78
78
  "async-lock": "^1.4.0",
79
79
  "asyncbox": "^2.9.4",