appium-xcuitest-driver 4.32.4 → 4.32.5

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
+ ## [4.32.5](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.4...v4.32.5) (2023-06-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semver to v7.5.2 ([d6c236d](https://github.com/appium/appium-xcuitest-driver/commit/d6c236da158dc6fe50a20e812917cc4dc132447b))
7
+
1
8
  ## [4.32.4](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.3...v4.32.4) (2023-06-16)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.32.4",
3
+ "version": "4.32.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.32.4",
9
+ "version": "4.32.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "0.8.8",
@@ -28,7 +28,7 @@
28
28
  "moment-timezone": "0.5.43",
29
29
  "node-simctl": "7.1.16",
30
30
  "portscanner": "2.2.0",
31
- "semver": "7.5.1",
31
+ "semver": "7.5.2",
32
32
  "source-map-support": "0.5.21",
33
33
  "teen_process": "2.0.4",
34
34
  "ws": "8.13.0"
@@ -54,8 +54,8 @@
54
54
  "@types/sinon": "10.0.15",
55
55
  "@types/sinon-chai": "3.2.9",
56
56
  "@types/teen_process": "2.0.0",
57
- "@typescript-eslint/eslint-plugin": "5.59.9",
58
- "@typescript-eslint/parser": "5.59.9",
57
+ "@typescript-eslint/eslint-plugin": "5.59.11",
58
+ "@typescript-eslint/parser": "5.59.11",
59
59
  "appium": "2.0.0-rc.2",
60
60
  "axios": "1.4.0",
61
61
  "chai": "4.3.7",
@@ -213,6 +213,33 @@
213
213
  "node": ">=6.9.0"
214
214
  }
215
215
  },
216
+ "node_modules/@appium/docutils/node_modules/lru-cache": {
217
+ "version": "6.0.0",
218
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
219
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
220
+ "dev": true,
221
+ "dependencies": {
222
+ "yallist": "^4.0.0"
223
+ },
224
+ "engines": {
225
+ "node": ">=10"
226
+ }
227
+ },
228
+ "node_modules/@appium/docutils/node_modules/semver": {
229
+ "version": "7.5.1",
230
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
231
+ "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
232
+ "dev": true,
233
+ "dependencies": {
234
+ "lru-cache": "^6.0.0"
235
+ },
236
+ "bin": {
237
+ "semver": "bin/semver.js"
238
+ },
239
+ "engines": {
240
+ "node": ">=10"
241
+ }
242
+ },
216
243
  "node_modules/@appium/docutils/node_modules/shell-quote": {
217
244
  "version": "1.7.3",
218
245
  "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
@@ -252,6 +279,12 @@
252
279
  "node": ">= 8"
253
280
  }
254
281
  },
282
+ "node_modules/@appium/docutils/node_modules/yallist": {
283
+ "version": "4.0.0",
284
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
285
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
286
+ "dev": true
287
+ },
255
288
  "node_modules/@appium/eslint-config-appium": {
256
289
  "version": "8.0.3",
257
290
  "resolved": "https://registry.npmjs.org/@appium/eslint-config-appium/-/eslint-config-appium-8.0.3.tgz",
@@ -422,6 +455,17 @@
422
455
  "url": "https://github.com/sponsors/isaacs"
423
456
  }
424
457
  },
458
+ "node_modules/@appium/support/node_modules/lru-cache": {
459
+ "version": "6.0.0",
460
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
461
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
462
+ "dependencies": {
463
+ "yallist": "^4.0.0"
464
+ },
465
+ "engines": {
466
+ "node": ">=10"
467
+ }
468
+ },
425
469
  "node_modules/@appium/support/node_modules/minimatch": {
426
470
  "version": "5.1.6",
427
471
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
@@ -433,6 +477,20 @@
433
477
  "node": ">=10"
434
478
  }
435
479
  },
480
+ "node_modules/@appium/support/node_modules/semver": {
481
+ "version": "7.5.1",
482
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
483
+ "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
484
+ "dependencies": {
485
+ "lru-cache": "^6.0.0"
486
+ },
487
+ "bin": {
488
+ "semver": "bin/semver.js"
489
+ },
490
+ "engines": {
491
+ "node": ">=10"
492
+ }
493
+ },
436
494
  "node_modules/@appium/support/node_modules/teen_process": {
437
495
  "version": "2.0.2",
438
496
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.2.tgz",
@@ -469,6 +527,11 @@
469
527
  "node": ">= 8"
470
528
  }
471
529
  },
530
+ "node_modules/@appium/support/node_modules/yallist": {
531
+ "version": "4.0.0",
532
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
533
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
534
+ },
472
535
  "node_modules/@appium/test-support": {
473
536
  "version": "3.0.17",
474
537
  "resolved": "https://registry.npmjs.org/@appium/test-support/-/test-support-3.0.17.tgz",
@@ -2688,15 +2751,15 @@
2688
2751
  }
2689
2752
  },
2690
2753
  "node_modules/@typescript-eslint/eslint-plugin": {
2691
- "version": "5.59.9",
2692
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz",
2693
- "integrity": "sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==",
2754
+ "version": "5.59.11",
2755
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz",
2756
+ "integrity": "sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==",
2694
2757
  "dev": true,
2695
2758
  "dependencies": {
2696
2759
  "@eslint-community/regexpp": "^4.4.0",
2697
- "@typescript-eslint/scope-manager": "5.59.9",
2698
- "@typescript-eslint/type-utils": "5.59.9",
2699
- "@typescript-eslint/utils": "5.59.9",
2760
+ "@typescript-eslint/scope-manager": "5.59.11",
2761
+ "@typescript-eslint/type-utils": "5.59.11",
2762
+ "@typescript-eslint/utils": "5.59.11",
2700
2763
  "debug": "^4.3.4",
2701
2764
  "grapheme-splitter": "^1.0.4",
2702
2765
  "ignore": "^5.2.0",
@@ -2722,14 +2785,14 @@
2722
2785
  }
2723
2786
  },
2724
2787
  "node_modules/@typescript-eslint/parser": {
2725
- "version": "5.59.9",
2726
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz",
2727
- "integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==",
2788
+ "version": "5.59.11",
2789
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.11.tgz",
2790
+ "integrity": "sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==",
2728
2791
  "dev": true,
2729
2792
  "dependencies": {
2730
- "@typescript-eslint/scope-manager": "5.59.9",
2731
- "@typescript-eslint/types": "5.59.9",
2732
- "@typescript-eslint/typescript-estree": "5.59.9",
2793
+ "@typescript-eslint/scope-manager": "5.59.11",
2794
+ "@typescript-eslint/types": "5.59.11",
2795
+ "@typescript-eslint/typescript-estree": "5.59.11",
2733
2796
  "debug": "^4.3.4"
2734
2797
  },
2735
2798
  "engines": {
@@ -2749,13 +2812,13 @@
2749
2812
  }
2750
2813
  },
2751
2814
  "node_modules/@typescript-eslint/scope-manager": {
2752
- "version": "5.59.9",
2753
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz",
2754
- "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==",
2815
+ "version": "5.59.11",
2816
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz",
2817
+ "integrity": "sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==",
2755
2818
  "dev": true,
2756
2819
  "dependencies": {
2757
- "@typescript-eslint/types": "5.59.9",
2758
- "@typescript-eslint/visitor-keys": "5.59.9"
2820
+ "@typescript-eslint/types": "5.59.11",
2821
+ "@typescript-eslint/visitor-keys": "5.59.11"
2759
2822
  },
2760
2823
  "engines": {
2761
2824
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -2766,13 +2829,13 @@
2766
2829
  }
2767
2830
  },
2768
2831
  "node_modules/@typescript-eslint/type-utils": {
2769
- "version": "5.59.9",
2770
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz",
2771
- "integrity": "sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==",
2832
+ "version": "5.59.11",
2833
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz",
2834
+ "integrity": "sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==",
2772
2835
  "dev": true,
2773
2836
  "dependencies": {
2774
- "@typescript-eslint/typescript-estree": "5.59.9",
2775
- "@typescript-eslint/utils": "5.59.9",
2837
+ "@typescript-eslint/typescript-estree": "5.59.11",
2838
+ "@typescript-eslint/utils": "5.59.11",
2776
2839
  "debug": "^4.3.4",
2777
2840
  "tsutils": "^3.21.0"
2778
2841
  },
@@ -2793,9 +2856,9 @@
2793
2856
  }
2794
2857
  },
2795
2858
  "node_modules/@typescript-eslint/types": {
2796
- "version": "5.59.9",
2797
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
2798
- "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
2859
+ "version": "5.59.11",
2860
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.11.tgz",
2861
+ "integrity": "sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==",
2799
2862
  "dev": true,
2800
2863
  "engines": {
2801
2864
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -2806,13 +2869,13 @@
2806
2869
  }
2807
2870
  },
2808
2871
  "node_modules/@typescript-eslint/typescript-estree": {
2809
- "version": "5.59.9",
2810
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
2811
- "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
2872
+ "version": "5.59.11",
2873
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz",
2874
+ "integrity": "sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==",
2812
2875
  "dev": true,
2813
2876
  "dependencies": {
2814
- "@typescript-eslint/types": "5.59.9",
2815
- "@typescript-eslint/visitor-keys": "5.59.9",
2877
+ "@typescript-eslint/types": "5.59.11",
2878
+ "@typescript-eslint/visitor-keys": "5.59.11",
2816
2879
  "debug": "^4.3.4",
2817
2880
  "globby": "^11.1.0",
2818
2881
  "is-glob": "^4.0.3",
@@ -2833,17 +2896,17 @@
2833
2896
  }
2834
2897
  },
2835
2898
  "node_modules/@typescript-eslint/utils": {
2836
- "version": "5.59.9",
2837
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.9.tgz",
2838
- "integrity": "sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==",
2899
+ "version": "5.59.11",
2900
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.11.tgz",
2901
+ "integrity": "sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==",
2839
2902
  "dev": true,
2840
2903
  "dependencies": {
2841
2904
  "@eslint-community/eslint-utils": "^4.2.0",
2842
2905
  "@types/json-schema": "^7.0.9",
2843
2906
  "@types/semver": "^7.3.12",
2844
- "@typescript-eslint/scope-manager": "5.59.9",
2845
- "@typescript-eslint/types": "5.59.9",
2846
- "@typescript-eslint/typescript-estree": "5.59.9",
2907
+ "@typescript-eslint/scope-manager": "5.59.11",
2908
+ "@typescript-eslint/types": "5.59.11",
2909
+ "@typescript-eslint/typescript-estree": "5.59.11",
2847
2910
  "eslint-scope": "^5.1.1",
2848
2911
  "semver": "^7.3.7"
2849
2912
  },
@@ -2859,12 +2922,12 @@
2859
2922
  }
2860
2923
  },
2861
2924
  "node_modules/@typescript-eslint/visitor-keys": {
2862
- "version": "5.59.9",
2863
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
2864
- "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
2925
+ "version": "5.59.11",
2926
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz",
2927
+ "integrity": "sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==",
2865
2928
  "dev": true,
2866
2929
  "dependencies": {
2867
- "@typescript-eslint/types": "5.59.9",
2930
+ "@typescript-eslint/types": "5.59.11",
2868
2931
  "eslint-visitor-keys": "^3.3.0"
2869
2932
  },
2870
2933
  "engines": {
@@ -3703,6 +3766,18 @@
3703
3766
  "url": "https://github.com/sponsors/isaacs"
3704
3767
  }
3705
3768
  },
3769
+ "node_modules/appium/node_modules/lru-cache": {
3770
+ "version": "6.0.0",
3771
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
3772
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
3773
+ "dev": true,
3774
+ "dependencies": {
3775
+ "yallist": "^4.0.0"
3776
+ },
3777
+ "engines": {
3778
+ "node": ">=10"
3779
+ }
3780
+ },
3706
3781
  "node_modules/appium/node_modules/minimatch": {
3707
3782
  "version": "5.1.6",
3708
3783
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
@@ -3715,6 +3790,21 @@
3715
3790
  "node": ">=10"
3716
3791
  }
3717
3792
  },
3793
+ "node_modules/appium/node_modules/semver": {
3794
+ "version": "7.5.1",
3795
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
3796
+ "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
3797
+ "dev": true,
3798
+ "dependencies": {
3799
+ "lru-cache": "^6.0.0"
3800
+ },
3801
+ "bin": {
3802
+ "semver": "bin/semver.js"
3803
+ },
3804
+ "engines": {
3805
+ "node": ">=10"
3806
+ }
3807
+ },
3718
3808
  "node_modules/appium/node_modules/shell-quote": {
3719
3809
  "version": "1.7.3",
3720
3810
  "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
@@ -3754,6 +3844,12 @@
3754
3844
  "node": ">= 8"
3755
3845
  }
3756
3846
  },
3847
+ "node_modules/appium/node_modules/yallist": {
3848
+ "version": "4.0.0",
3849
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3850
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
3851
+ "dev": true
3852
+ },
3757
3853
  "node_modules/aproba": {
3758
3854
  "version": "2.0.0",
3759
3855
  "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
@@ -15531,9 +15627,9 @@
15531
15627
  }
15532
15628
  },
15533
15629
  "node_modules/semver": {
15534
- "version": "7.5.1",
15535
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
15536
- "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
15630
+ "version": "7.5.2",
15631
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
15632
+ "integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
15537
15633
  "dependencies": {
15538
15634
  "lru-cache": "^6.0.0"
15539
15635
  },
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.32.4",
11
+ "version": "4.32.5",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -87,7 +87,7 @@
87
87
  "moment-timezone": "0.5.43",
88
88
  "node-simctl": "7.1.16",
89
89
  "portscanner": "2.2.0",
90
- "semver": "7.5.1",
90
+ "semver": "7.5.2",
91
91
  "source-map-support": "0.5.21",
92
92
  "teen_process": "2.0.4",
93
93
  "ws": "8.13.0"
@@ -151,8 +151,8 @@
151
151
  "@types/sinon": "10.0.15",
152
152
  "@types/sinon-chai": "3.2.9",
153
153
  "@types/teen_process": "2.0.0",
154
- "@typescript-eslint/eslint-plugin": "5.59.9",
155
- "@typescript-eslint/parser": "5.59.9",
154
+ "@typescript-eslint/eslint-plugin": "5.59.11",
155
+ "@typescript-eslint/parser": "5.59.11",
156
156
  "appium": "2.0.0-rc.2",
157
157
  "axios": "1.4.0",
158
158
  "chai": "4.3.7",