appium-xcuitest-driver 4.32.0 → 4.32.2
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 +14 -0
- package/npm-shrinkwrap.json +168 -51
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.32.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.1...v4.32.2) (2023-06-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency node-simctl to v7.1.16 ([#1743](https://github.com/appium/appium-xcuitest-driver/issues/1743)) ([33eced1](https://github.com/appium/appium-xcuitest-driver/commit/33eced1a309091bc3c7826c5a2fce36c2c9e87dd))
|
|
7
|
+
|
|
8
|
+
## [4.32.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.0...v4.32.1) (2023-06-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency teen_process to v2.0.4 ([#1758](https://github.com/appium/appium-xcuitest-driver/issues/1758)) ([a95e08a](https://github.com/appium/appium-xcuitest-driver/commit/a95e08a40a2d8653b4bc2162102a681396f25eb5))
|
|
14
|
+
|
|
1
15
|
## [4.32.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.31.0...v4.32.0) (2023-06-13)
|
|
2
16
|
|
|
3
17
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.32.
|
|
3
|
+
"version": "4.32.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.32.
|
|
9
|
+
"version": "4.32.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.8",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"lru-cache": "7.18.3",
|
|
27
27
|
"moment": "2.29.4",
|
|
28
28
|
"moment-timezone": "0.5.43",
|
|
29
|
-
"node-simctl": "7.1.
|
|
29
|
+
"node-simctl": "7.1.16",
|
|
30
30
|
"portscanner": "2.2.0",
|
|
31
31
|
"semver": "7.5.1",
|
|
32
32
|
"source-map-support": "0.5.21",
|
|
33
|
-
"teen_process": "2.0.
|
|
33
|
+
"teen_process": "2.0.4",
|
|
34
34
|
"ws": "8.13.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"rimraf": "5.0.1",
|
|
82
82
|
"semantic-release": "20.1.3",
|
|
83
83
|
"sharp": "0.32.1",
|
|
84
|
-
"sinon": "15.1.
|
|
84
|
+
"sinon": "15.1.2",
|
|
85
85
|
"sinon-chai": "3.7.0",
|
|
86
86
|
"ts-node": "10.9.1",
|
|
87
87
|
"type-fest": "3.11.1",
|
|
@@ -220,6 +220,18 @@
|
|
|
220
220
|
"npm": ">=8"
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
|
+
"node_modules/@appium/docutils/node_modules/@babel/runtime": {
|
|
224
|
+
"version": "7.19.0",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz",
|
|
226
|
+
"integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==",
|
|
227
|
+
"dev": true,
|
|
228
|
+
"dependencies": {
|
|
229
|
+
"regenerator-runtime": "^0.13.4"
|
|
230
|
+
},
|
|
231
|
+
"engines": {
|
|
232
|
+
"node": ">=6.9.0"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
223
235
|
"node_modules/@appium/docutils/node_modules/@types/which": {
|
|
224
236
|
"version": "3.0.0",
|
|
225
237
|
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
|
|
@@ -268,6 +280,12 @@
|
|
|
268
280
|
"node": ">=10"
|
|
269
281
|
}
|
|
270
282
|
},
|
|
283
|
+
"node_modules/@appium/docutils/node_modules/shell-quote": {
|
|
284
|
+
"version": "1.7.3",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
|
|
286
|
+
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==",
|
|
287
|
+
"dev": true
|
|
288
|
+
},
|
|
271
289
|
"node_modules/@appium/docutils/node_modules/string-width": {
|
|
272
290
|
"version": "4.2.3",
|
|
273
291
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -282,6 +300,24 @@
|
|
|
282
300
|
"node": ">=8"
|
|
283
301
|
}
|
|
284
302
|
},
|
|
303
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
304
|
+
"version": "2.0.2",
|
|
305
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.2.tgz",
|
|
306
|
+
"integrity": "sha512-8Be+s0d3XIs6rosilYTYR8/TY4JfAl8Der8ItWhI/o/MTYGLTcjvNUNk5AU8c1eTpJ98MF0xextE8VJtqhtUcg==",
|
|
307
|
+
"dev": true,
|
|
308
|
+
"dependencies": {
|
|
309
|
+
"@babel/runtime": "7.19.0",
|
|
310
|
+
"bluebird": "3.7.2",
|
|
311
|
+
"lodash": "4.17.21",
|
|
312
|
+
"shell-quote": "1.7.3",
|
|
313
|
+
"source-map-support": "0.5.21",
|
|
314
|
+
"which": "2.0.2"
|
|
315
|
+
},
|
|
316
|
+
"engines": {
|
|
317
|
+
"node": ">=14",
|
|
318
|
+
"npm": ">=6"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
285
321
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
286
322
|
"version": "3.10.0",
|
|
287
323
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
|
|
@@ -297,6 +333,21 @@
|
|
|
297
333
|
"typescript": ">=4.7.0"
|
|
298
334
|
}
|
|
299
335
|
},
|
|
336
|
+
"node_modules/@appium/docutils/node_modules/which": {
|
|
337
|
+
"version": "2.0.2",
|
|
338
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
339
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
340
|
+
"dev": true,
|
|
341
|
+
"dependencies": {
|
|
342
|
+
"isexe": "^2.0.0"
|
|
343
|
+
},
|
|
344
|
+
"bin": {
|
|
345
|
+
"node-which": "bin/node-which"
|
|
346
|
+
},
|
|
347
|
+
"engines": {
|
|
348
|
+
"node": ">= 8"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
300
351
|
"node_modules/@appium/docutils/node_modules/yargs": {
|
|
301
352
|
"version": "17.7.2",
|
|
302
353
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -446,6 +497,17 @@
|
|
|
446
497
|
"npm": ">=8"
|
|
447
498
|
}
|
|
448
499
|
},
|
|
500
|
+
"node_modules/@appium/support/node_modules/@babel/runtime": {
|
|
501
|
+
"version": "7.19.0",
|
|
502
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz",
|
|
503
|
+
"integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==",
|
|
504
|
+
"dependencies": {
|
|
505
|
+
"regenerator-runtime": "^0.13.4"
|
|
506
|
+
},
|
|
507
|
+
"engines": {
|
|
508
|
+
"node": ">=6.9.0"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
449
511
|
"node_modules/@appium/support/node_modules/@types/which": {
|
|
450
512
|
"version": "3.0.0",
|
|
451
513
|
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
|
|
@@ -513,6 +575,42 @@
|
|
|
513
575
|
"node": ">=10"
|
|
514
576
|
}
|
|
515
577
|
},
|
|
578
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
579
|
+
"version": "2.0.2",
|
|
580
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.2.tgz",
|
|
581
|
+
"integrity": "sha512-8Be+s0d3XIs6rosilYTYR8/TY4JfAl8Der8ItWhI/o/MTYGLTcjvNUNk5AU8c1eTpJ98MF0xextE8VJtqhtUcg==",
|
|
582
|
+
"dependencies": {
|
|
583
|
+
"@babel/runtime": "7.19.0",
|
|
584
|
+
"bluebird": "3.7.2",
|
|
585
|
+
"lodash": "4.17.21",
|
|
586
|
+
"shell-quote": "1.7.3",
|
|
587
|
+
"source-map-support": "0.5.21",
|
|
588
|
+
"which": "2.0.2"
|
|
589
|
+
},
|
|
590
|
+
"engines": {
|
|
591
|
+
"node": ">=14",
|
|
592
|
+
"npm": ">=6"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"node_modules/@appium/support/node_modules/teen_process/node_modules/shell-quote": {
|
|
596
|
+
"version": "1.7.3",
|
|
597
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
|
|
598
|
+
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
|
|
599
|
+
},
|
|
600
|
+
"node_modules/@appium/support/node_modules/teen_process/node_modules/which": {
|
|
601
|
+
"version": "2.0.2",
|
|
602
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
603
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
604
|
+
"dependencies": {
|
|
605
|
+
"isexe": "^2.0.0"
|
|
606
|
+
},
|
|
607
|
+
"bin": {
|
|
608
|
+
"node-which": "bin/node-which"
|
|
609
|
+
},
|
|
610
|
+
"engines": {
|
|
611
|
+
"node": ">= 8"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
516
614
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
517
615
|
"version": "3.10.0",
|
|
518
616
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
|
|
@@ -3685,6 +3783,18 @@
|
|
|
3685
3783
|
"npm": ">=8"
|
|
3686
3784
|
}
|
|
3687
3785
|
},
|
|
3786
|
+
"node_modules/appium/node_modules/@babel/runtime": {
|
|
3787
|
+
"version": "7.19.0",
|
|
3788
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz",
|
|
3789
|
+
"integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==",
|
|
3790
|
+
"dev": true,
|
|
3791
|
+
"dependencies": {
|
|
3792
|
+
"regenerator-runtime": "^0.13.4"
|
|
3793
|
+
},
|
|
3794
|
+
"engines": {
|
|
3795
|
+
"node": ">=6.9.0"
|
|
3796
|
+
}
|
|
3797
|
+
},
|
|
3688
3798
|
"node_modules/appium/node_modules/brace-expansion": {
|
|
3689
3799
|
"version": "2.0.1",
|
|
3690
3800
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
@@ -3752,6 +3862,30 @@
|
|
|
3752
3862
|
"node": ">=10"
|
|
3753
3863
|
}
|
|
3754
3864
|
},
|
|
3865
|
+
"node_modules/appium/node_modules/shell-quote": {
|
|
3866
|
+
"version": "1.7.3",
|
|
3867
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
|
|
3868
|
+
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==",
|
|
3869
|
+
"dev": true
|
|
3870
|
+
},
|
|
3871
|
+
"node_modules/appium/node_modules/teen_process": {
|
|
3872
|
+
"version": "2.0.2",
|
|
3873
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.2.tgz",
|
|
3874
|
+
"integrity": "sha512-8Be+s0d3XIs6rosilYTYR8/TY4JfAl8Der8ItWhI/o/MTYGLTcjvNUNk5AU8c1eTpJ98MF0xextE8VJtqhtUcg==",
|
|
3875
|
+
"dev": true,
|
|
3876
|
+
"dependencies": {
|
|
3877
|
+
"@babel/runtime": "7.19.0",
|
|
3878
|
+
"bluebird": "3.7.2",
|
|
3879
|
+
"lodash": "4.17.21",
|
|
3880
|
+
"shell-quote": "1.7.3",
|
|
3881
|
+
"source-map-support": "0.5.21",
|
|
3882
|
+
"which": "2.0.2"
|
|
3883
|
+
},
|
|
3884
|
+
"engines": {
|
|
3885
|
+
"node": ">=14",
|
|
3886
|
+
"npm": ">=6"
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3755
3889
|
"node_modules/appium/node_modules/type-fest": {
|
|
3756
3890
|
"version": "3.10.0",
|
|
3757
3891
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
|
|
@@ -3767,6 +3901,21 @@
|
|
|
3767
3901
|
"typescript": ">=4.7.0"
|
|
3768
3902
|
}
|
|
3769
3903
|
},
|
|
3904
|
+
"node_modules/appium/node_modules/which": {
|
|
3905
|
+
"version": "2.0.2",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
3907
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
3908
|
+
"dev": true,
|
|
3909
|
+
"dependencies": {
|
|
3910
|
+
"isexe": "^2.0.0"
|
|
3911
|
+
},
|
|
3912
|
+
"bin": {
|
|
3913
|
+
"node-which": "bin/node-which"
|
|
3914
|
+
},
|
|
3915
|
+
"engines": {
|
|
3916
|
+
"node": ">= 8"
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3770
3919
|
"node_modules/aproba": {
|
|
3771
3920
|
"version": "2.0.0",
|
|
3772
3921
|
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
|
|
@@ -10831,9 +10980,9 @@
|
|
|
10831
10980
|
"dev": true
|
|
10832
10981
|
},
|
|
10833
10982
|
"node_modules/node-simctl": {
|
|
10834
|
-
"version": "7.1.
|
|
10835
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.1.
|
|
10836
|
-
"integrity": "sha512-
|
|
10983
|
+
"version": "7.1.16",
|
|
10984
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.1.16.tgz",
|
|
10985
|
+
"integrity": "sha512-zEtpmydUgRSQxolfS1mn1DYgFTv3ujID6I0V4rDytuaO5ssRf29J+7eQpvTsH1py4C8IkG6RP3dFQxFeodU4qw==",
|
|
10837
10986
|
"dependencies": {
|
|
10838
10987
|
"@babel/runtime": "^7.0.0",
|
|
10839
10988
|
"asyncbox": "^2.3.1",
|
|
@@ -16061,13 +16210,13 @@
|
|
|
16061
16210
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
16062
16211
|
},
|
|
16063
16212
|
"node_modules/sinon": {
|
|
16064
|
-
"version": "15.1.
|
|
16065
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.
|
|
16066
|
-
"integrity": "sha512-
|
|
16213
|
+
"version": "15.1.2",
|
|
16214
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.2.tgz",
|
|
16215
|
+
"integrity": "sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==",
|
|
16067
16216
|
"dev": true,
|
|
16068
16217
|
"dependencies": {
|
|
16069
16218
|
"@sinonjs/commons": "^3.0.0",
|
|
16070
|
-
"@sinonjs/fake-timers": "^10.
|
|
16219
|
+
"@sinonjs/fake-timers": "^10.1.0",
|
|
16071
16220
|
"@sinonjs/samsam": "^8.0.0",
|
|
16072
16221
|
"diff": "^5.1.0",
|
|
16073
16222
|
"nise": "^5.1.4",
|
|
@@ -16679,50 +16828,18 @@
|
|
|
16679
16828
|
}
|
|
16680
16829
|
},
|
|
16681
16830
|
"node_modules/teen_process": {
|
|
16682
|
-
"version": "2.0.
|
|
16683
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.
|
|
16684
|
-
"integrity": "sha512-
|
|
16831
|
+
"version": "2.0.4",
|
|
16832
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.4.tgz",
|
|
16833
|
+
"integrity": "sha512-34Jw6kbHF0alXf9Rqt7B4kL1mrO30siG4JgdFuzYOeahoF9fbzDxSovC4pEfQ8L614cy2BPnAQPBp+dWZGuZNw==",
|
|
16685
16834
|
"dependencies": {
|
|
16686
|
-
"@babel/runtime": "7.19.0",
|
|
16687
16835
|
"bluebird": "3.7.2",
|
|
16688
16836
|
"lodash": "4.17.21",
|
|
16689
|
-
"shell-quote": "1.
|
|
16690
|
-
"source-map-support": "0.5.21"
|
|
16691
|
-
"which": "2.0.2"
|
|
16692
|
-
},
|
|
16693
|
-
"engines": {
|
|
16694
|
-
"node": ">=14",
|
|
16695
|
-
"npm": ">=6"
|
|
16696
|
-
}
|
|
16697
|
-
},
|
|
16698
|
-
"node_modules/teen_process/node_modules/@babel/runtime": {
|
|
16699
|
-
"version": "7.19.0",
|
|
16700
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz",
|
|
16701
|
-
"integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==",
|
|
16702
|
-
"dependencies": {
|
|
16703
|
-
"regenerator-runtime": "^0.13.4"
|
|
16704
|
-
},
|
|
16705
|
-
"engines": {
|
|
16706
|
-
"node": ">=6.9.0"
|
|
16707
|
-
}
|
|
16708
|
-
},
|
|
16709
|
-
"node_modules/teen_process/node_modules/shell-quote": {
|
|
16710
|
-
"version": "1.7.3",
|
|
16711
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
|
|
16712
|
-
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
|
|
16713
|
-
},
|
|
16714
|
-
"node_modules/teen_process/node_modules/which": {
|
|
16715
|
-
"version": "2.0.2",
|
|
16716
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
16717
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
16718
|
-
"dependencies": {
|
|
16719
|
-
"isexe": "^2.0.0"
|
|
16720
|
-
},
|
|
16721
|
-
"bin": {
|
|
16722
|
-
"node-which": "bin/node-which"
|
|
16837
|
+
"shell-quote": "1.8.1",
|
|
16838
|
+
"source-map-support": "0.5.21"
|
|
16723
16839
|
},
|
|
16724
16840
|
"engines": {
|
|
16725
|
-
"node": ">=
|
|
16841
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
16842
|
+
"npm": ">=8"
|
|
16726
16843
|
}
|
|
16727
16844
|
},
|
|
16728
16845
|
"node_modules/temp-dir": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.32.
|
|
11
|
+
"version": "4.32.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"lru-cache": "7.18.3",
|
|
86
86
|
"moment": "2.29.4",
|
|
87
87
|
"moment-timezone": "0.5.43",
|
|
88
|
-
"node-simctl": "7.1.
|
|
88
|
+
"node-simctl": "7.1.16",
|
|
89
89
|
"portscanner": "2.2.0",
|
|
90
90
|
"semver": "7.5.1",
|
|
91
91
|
"source-map-support": "0.5.21",
|
|
92
|
-
"teen_process": "2.0.
|
|
92
|
+
"teen_process": "2.0.4",
|
|
93
93
|
"ws": "8.13.0"
|
|
94
94
|
},
|
|
95
95
|
"scripts": {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"rimraf": "5.0.1",
|
|
179
179
|
"semantic-release": "20.1.3",
|
|
180
180
|
"sharp": "0.32.1",
|
|
181
|
-
"sinon": "15.1.
|
|
181
|
+
"sinon": "15.1.2",
|
|
182
182
|
"sinon-chai": "3.7.0",
|
|
183
183
|
"ts-node": "10.9.1",
|
|
184
184
|
"type-fest": "3.11.1",
|