appium-xcuitest-driver 4.16.9 → 4.16.10

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.16.10](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.9...v4.16.10) (2023-01-17)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump semantic-release from 19.0.5 to 20.0.2 ([#1485](https://github.com/appium/appium-xcuitest-driver/issues/1485)) ([bbe7366](https://github.com/appium/appium-xcuitest-driver/commit/bbe73661336671b2c189fd3a1af6ecf5873001e3))
7
+
1
8
  ## [4.16.9](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.8...v4.16.9) (2023-01-13)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.16.9",
3
+ "version": "4.16.10",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.16.9",
9
+ "version": "4.16.10",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
@@ -66,7 +66,7 @@
66
66
  "pngjs": "^6.0.0",
67
67
  "pre-commit": "^1.1.3",
68
68
  "prettier": "^2.7.1",
69
- "semantic-release": "^19.0.2",
69
+ "semantic-release": "^20.0.2",
70
70
  "sinon": "^15.0.0",
71
71
  "webdriverio": "^8.0.5"
72
72
  },
@@ -79,10 +79,11 @@
79
79
  }
80
80
  },
81
81
  "node_modules/@appium/base-driver": {
82
- "version": "9.1.0",
82
+ "version": "9.2.3",
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
- "@appium/support": "^3.0.1",
85
+ "@appium/support": "^3.1.3",
86
+ "@appium/types": "^0.8.3",
86
87
  "@colors/colors": "1.5.0",
87
88
  "@types/async-lock": "1.3.0",
88
89
  "@types/bluebird": "3.5.38",
@@ -91,7 +92,7 @@
91
92
  "@types/serve-favicon": "2.5.3",
92
93
  "async-lock": "1.4.0",
93
94
  "asyncbox": "2.9.4",
94
- "axios": "1.2.1",
95
+ "axios": "1.2.2",
95
96
  "bluebird": "3.7.2",
96
97
  "body-parser": "1.20.1",
97
98
  "es6-error": "4.1.1",
@@ -103,7 +104,7 @@
103
104
  "morgan": "1.10.0",
104
105
  "serve-favicon": "2.5.0",
105
106
  "source-map-support": "0.5.21",
106
- "type-fest": "3.4.0",
107
+ "type-fest": "3.5.1",
107
108
  "validate.js": "0.13.1"
108
109
  },
109
110
  "engines": {
@@ -111,21 +112,12 @@
111
112
  "npm": ">=8"
112
113
  }
113
114
  },
114
- "node_modules/@appium/base-driver/node_modules/axios": {
115
- "version": "1.2.1",
116
- "license": "MIT",
117
- "dependencies": {
118
- "follow-redirects": "^1.15.0",
119
- "form-data": "^4.0.0",
120
- "proxy-from-env": "^1.1.0"
121
- }
122
- },
123
115
  "node_modules/@appium/base-plugin": {
124
- "version": "2.0.1",
116
+ "version": "2.1.3",
125
117
  "extraneous": true,
126
118
  "license": "Apache-2.0",
127
119
  "dependencies": {
128
- "@appium/support": "^3.0.1"
120
+ "@appium/support": "^3.1.3"
129
121
  },
130
122
  "engines": {
131
123
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -133,11 +125,11 @@
133
125
  }
134
126
  },
135
127
  "node_modules/@appium/docutils": {
136
- "version": "0.1.1",
128
+ "version": "0.1.5",
137
129
  "dev": true,
138
130
  "license": "Apache-2.0",
139
131
  "dependencies": {
140
- "@appium/support": "^3.0.1",
132
+ "@appium/support": "^3.1.3",
141
133
  "source-map-support": "0.5.21",
142
134
  "teen_process": "2.0.2"
143
135
  },
@@ -147,7 +139,7 @@
147
139
  }
148
140
  },
149
141
  "node_modules/@appium/schema": {
150
- "version": "0.1.0",
142
+ "version": "0.2.3",
151
143
  "license": "Apache-2.0",
152
144
  "dependencies": {
153
145
  "@types/json-schema": "7.0.11",
@@ -160,10 +152,11 @@
160
152
  }
161
153
  },
162
154
  "node_modules/@appium/support": {
163
- "version": "3.0.1",
155
+ "version": "3.1.3",
164
156
  "license": "Apache-2.0",
165
157
  "dependencies": {
166
- "@appium/types": "^0.7.0",
158
+ "@appium/tsconfig": "^0.2.3",
159
+ "@appium/types": "^0.8.3",
167
160
  "@colors/colors": "1.5.0",
168
161
  "@types/archiver": "5.3.1",
169
162
  "@types/base64-stream": "1.0.2",
@@ -184,7 +177,7 @@
184
177
  "@types/teen_process": "2.0.0",
185
178
  "@types/uuid": "9.0.0",
186
179
  "archiver": "5.3.1",
187
- "axios": "1.2.1",
180
+ "axios": "1.2.2",
188
181
  "base64-stream": "1.0.0",
189
182
  "bluebird": "3.7.2",
190
183
  "bplist-creator": "0.1.1",
@@ -194,7 +187,7 @@
194
187
  "glob": "8.0.3",
195
188
  "jimp": "0.16.2",
196
189
  "jsftp": "2.1.3",
197
- "klaw": "4.0.1",
190
+ "klaw": "4.1.0",
198
191
  "lockfile": "1.0.4",
199
192
  "lodash": "4.17.21",
200
193
  "log-symbols": "4.1.0",
@@ -216,7 +209,7 @@
216
209
  "source-map-support": "0.5.21",
217
210
  "supports-color": "8.1.1",
218
211
  "teen_process": "2.0.2",
219
- "type-fest": "3.4.0",
212
+ "type-fest": "3.5.1",
220
213
  "uuid": "9.0.0",
221
214
  "which": "3.0.0",
222
215
  "yauzl": "2.10.0"
@@ -226,25 +219,62 @@
226
219
  "npm": ">=8"
227
220
  }
228
221
  },
229
- "node_modules/@appium/support/node_modules/axios": {
230
- "version": "1.2.1",
222
+ "node_modules/@appium/support/node_modules/brace-expansion": {
223
+ "version": "2.0.1",
231
224
  "license": "MIT",
232
225
  "dependencies": {
233
- "follow-redirects": "^1.15.0",
234
- "form-data": "^4.0.0",
235
- "proxy-from-env": "^1.1.0"
226
+ "balanced-match": "^1.0.0"
227
+ }
228
+ },
229
+ "node_modules/@appium/support/node_modules/glob": {
230
+ "version": "8.0.3",
231
+ "license": "ISC",
232
+ "dependencies": {
233
+ "fs.realpath": "^1.0.0",
234
+ "inflight": "^1.0.4",
235
+ "inherits": "2",
236
+ "minimatch": "^5.0.1",
237
+ "once": "^1.3.0"
238
+ },
239
+ "engines": {
240
+ "node": ">=12"
241
+ },
242
+ "funding": {
243
+ "url": "https://github.com/sponsors/isaacs"
244
+ }
245
+ },
246
+ "node_modules/@appium/support/node_modules/minimatch": {
247
+ "version": "5.1.4",
248
+ "license": "ISC",
249
+ "dependencies": {
250
+ "brace-expansion": "^2.0.1"
251
+ },
252
+ "engines": {
253
+ "node": ">=10"
254
+ }
255
+ },
256
+ "node_modules/@appium/tsconfig": {
257
+ "version": "0.2.3",
258
+ "license": "Apache-2.0",
259
+ "dependencies": {
260
+ "@tsconfig/node14": "1.0.3"
261
+ },
262
+ "engines": {
263
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
264
+ "npm": ">=8"
236
265
  }
237
266
  },
238
267
  "node_modules/@appium/types": {
239
- "version": "0.7.0",
268
+ "version": "0.8.3",
240
269
  "license": "Apache-2.0",
241
270
  "dependencies": {
242
- "@appium/schema": "^0.1.0",
271
+ "@appium/schema": "^0.2.3",
272
+ "@appium/tsconfig": "^0.2.3",
243
273
  "@types/express": "4.17.15",
244
274
  "@types/npmlog": "4.1.4",
245
- "@types/ws": "8.5.3",
275
+ "@types/ws": "8.5.4",
246
276
  "@wdio/types": "7.26.0",
247
- "type-fest": "3.4.0"
277
+ "type-fest": "3.5.1"
248
278
  },
249
279
  "engines": {
250
280
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -795,6 +825,10 @@
795
825
  "node": ">=10"
796
826
  }
797
827
  },
828
+ "node_modules/@tsconfig/node14": {
829
+ "version": "1.0.3",
830
+ "license": "MIT"
831
+ },
798
832
  "node_modules/@types/archiver": {
799
833
  "version": "5.3.1",
800
834
  "license": "MIT",
@@ -1032,7 +1066,7 @@
1032
1066
  "license": "MIT"
1033
1067
  },
1034
1068
  "node_modules/@types/ws": {
1035
- "version": "8.5.3",
1069
+ "version": "8.5.4",
1036
1070
  "license": "MIT",
1037
1071
  "dependencies": {
1038
1072
  "@types/node": "*"
@@ -1086,7 +1120,7 @@
1086
1120
  }
1087
1121
  },
1088
1122
  "node_modules/ajv": {
1089
- "version": "8.11.2",
1123
+ "version": "8.12.0",
1090
1124
  "extraneous": true,
1091
1125
  "license": "MIT",
1092
1126
  "dependencies": {
@@ -1138,7 +1172,7 @@
1138
1172
  "license": "MIT"
1139
1173
  },
1140
1174
  "node_modules/appium-idb": {
1141
- "version": "1.6.9",
1175
+ "version": "1.6.10",
1142
1176
  "license": "Apache-2.0",
1143
1177
  "dependencies": {
1144
1178
  "@appium/support": "^3.0.0",
@@ -1155,7 +1189,7 @@
1155
1189
  }
1156
1190
  },
1157
1191
  "node_modules/appium-ios-device": {
1158
- "version": "2.4.8",
1192
+ "version": "2.4.9",
1159
1193
  "license": "Apache-2.0",
1160
1194
  "dependencies": {
1161
1195
  "@appium/support": "^3.0.0",
@@ -1175,13 +1209,13 @@
1175
1209
  }
1176
1210
  },
1177
1211
  "node_modules/appium-ios-simulator": {
1178
- "version": "5.0.5",
1212
+ "version": "5.0.7",
1179
1213
  "license": "Apache-2.0",
1180
1214
  "dependencies": {
1181
1215
  "@appium/support": "^3.0.0",
1182
1216
  "@babel/runtime": "^7.0.0",
1183
1217
  "@xmldom/xmldom": "^0.x",
1184
- "appium-xcode": "^4.0.0",
1218
+ "appium-xcode": "^5.0.0",
1185
1219
  "async-lock": "^1.0.0",
1186
1220
  "asyncbox": "^2.3.1",
1187
1221
  "bluebird": "^3.5.1",
@@ -1196,26 +1230,8 @@
1196
1230
  "npm": ">=8"
1197
1231
  }
1198
1232
  },
1199
- "node_modules/appium-ios-simulator/node_modules/appium-xcode": {
1200
- "version": "4.0.5",
1201
- "license": "Apache-2.0",
1202
- "dependencies": {
1203
- "@appium/support": "^3.0.0",
1204
- "@babel/runtime": "^7.0.0",
1205
- "asyncbox": "^2.3.0",
1206
- "lodash": "^4.17.4",
1207
- "plist": "^3.0.1",
1208
- "semver": "^7.0.0",
1209
- "source-map-support": "^0.x",
1210
- "teen_process": "^2.0.0"
1211
- },
1212
- "engines": {
1213
- "node": ">=14",
1214
- "npm": ">=8"
1215
- }
1216
- },
1217
1233
  "node_modules/appium-remote-debugger": {
1218
- "version": "9.1.11",
1234
+ "version": "9.1.12",
1219
1235
  "license": "Apache-2.0",
1220
1236
  "dependencies": {
1221
1237
  "@appium/base-driver": "^9.0.0",
@@ -1237,7 +1253,7 @@
1237
1253
  }
1238
1254
  },
1239
1255
  "node_modules/appium-webdriveragent": {
1240
- "version": "4.10.18",
1256
+ "version": "4.10.20",
1241
1257
  "license": "Apache-2.0",
1242
1258
  "dependencies": {
1243
1259
  "@appium/base-driver": "^9.0.0",
@@ -1259,7 +1275,7 @@
1259
1275
  }
1260
1276
  },
1261
1277
  "node_modules/appium-xcode": {
1262
- "version": "5.0.0",
1278
+ "version": "5.0.1",
1263
1279
  "license": "Apache-2.0",
1264
1280
  "dependencies": {
1265
1281
  "@appium/support": "^3.0.0",
@@ -2341,7 +2357,7 @@
2341
2357
  }
2342
2358
  },
2343
2359
  "node_modules/glob": {
2344
- "version": "8.0.3",
2360
+ "version": "8.1.0",
2345
2361
  "license": "ISC",
2346
2362
  "dependencies": {
2347
2363
  "fs.realpath": "^1.0.0",
@@ -2365,7 +2381,7 @@
2365
2381
  }
2366
2382
  },
2367
2383
  "node_modules/glob/node_modules/minimatch": {
2368
- "version": "5.1.2",
2384
+ "version": "5.1.4",
2369
2385
  "license": "ISC",
2370
2386
  "dependencies": {
2371
2387
  "brace-expansion": "^2.0.1"
@@ -2663,7 +2679,7 @@
2663
2679
  }
2664
2680
  },
2665
2681
  "node_modules/klaw": {
2666
- "version": "4.0.1",
2682
+ "version": "4.1.0",
2667
2683
  "license": "MIT",
2668
2684
  "engines": {
2669
2685
  "node": ">=14.14.0"
@@ -3112,7 +3128,7 @@
3112
3128
  }
3113
3129
  },
3114
3130
  "node_modules/node-simctl": {
3115
- "version": "7.1.8",
3131
+ "version": "7.1.11",
3116
3132
  "license": "Apache-2.0",
3117
3133
  "dependencies": {
3118
3134
  "@babel/runtime": "^7.0.0",
@@ -3120,7 +3136,7 @@
3120
3136
  "bluebird": "^3.5.1",
3121
3137
  "lodash": "^4.2.1",
3122
3138
  "npmlog": "^6.0.0",
3123
- "rimraf": "^3.0.0",
3139
+ "rimraf": "^4.0.4",
3124
3140
  "semver": "^7.0.0",
3125
3141
  "source-map-support": "^0.x",
3126
3142
  "teen_process": "^2.0.0",
@@ -3184,6 +3200,19 @@
3184
3200
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
3185
3201
  }
3186
3202
  },
3203
+ "node_modules/node-simctl/node_modules/rimraf": {
3204
+ "version": "4.1.0",
3205
+ "license": "ISC",
3206
+ "bin": {
3207
+ "rimraf": "dist/cjs/src/bin.js"
3208
+ },
3209
+ "engines": {
3210
+ "node": ">=14"
3211
+ },
3212
+ "funding": {
3213
+ "url": "https://github.com/sponsors/isaacs"
3214
+ }
3215
+ },
3187
3216
  "node_modules/node-simctl/node_modules/string-width": {
3188
3217
  "version": "4.2.3",
3189
3218
  "license": "MIT",
@@ -3741,7 +3770,7 @@
3741
3770
  }
3742
3771
  },
3743
3772
  "node_modules/readdir-glob/node_modules/minimatch": {
3744
- "version": "5.1.2",
3773
+ "version": "5.1.4",
3745
3774
  "license": "ISC",
3746
3775
  "dependencies": {
3747
3776
  "brace-expansion": "^2.0.1"
@@ -4247,7 +4276,7 @@
4247
4276
  }
4248
4277
  },
4249
4278
  "node_modules/type-fest": {
4250
- "version": "3.4.0",
4279
+ "version": "3.5.1",
4251
4280
  "license": "(MIT OR CC0-1.0)",
4252
4281
  "engines": {
4253
4282
  "node": ">=14.16"
@@ -4564,7 +4593,7 @@
4564
4593
  }
4565
4594
  },
4566
4595
  "node_modules/yaml": {
4567
- "version": "2.1.3",
4596
+ "version": "2.2.1",
4568
4597
  "extraneous": true,
4569
4598
  "license": "ISC",
4570
4599
  "engines": {
@@ -4604,9 +4633,10 @@
4604
4633
  },
4605
4634
  "dependencies": {
4606
4635
  "@appium/base-driver": {
4607
- "version": "9.1.0",
4636
+ "version": "9.2.3",
4608
4637
  "requires": {
4609
- "@appium/support": "^3.0.1",
4638
+ "@appium/support": "^3.1.3",
4639
+ "@appium/types": "^0.8.3",
4610
4640
  "@colors/colors": "1.5.0",
4611
4641
  "@types/async-lock": "1.3.0",
4612
4642
  "@types/bluebird": "3.5.38",
@@ -4615,7 +4645,7 @@
4615
4645
  "@types/serve-favicon": "2.5.3",
4616
4646
  "async-lock": "1.4.0",
4617
4647
  "asyncbox": "2.9.4",
4618
- "axios": "1.2.1",
4648
+ "axios": "1.2.2",
4619
4649
  "bluebird": "3.7.2",
4620
4650
  "body-parser": "1.20.1",
4621
4651
  "es6-error": "4.1.1",
@@ -4627,38 +4657,28 @@
4627
4657
  "morgan": "1.10.0",
4628
4658
  "serve-favicon": "2.5.0",
4629
4659
  "source-map-support": "0.5.21",
4630
- "type-fest": "3.4.0",
4660
+ "type-fest": "3.5.1",
4631
4661
  "validate.js": "0.13.1"
4632
- },
4633
- "dependencies": {
4634
- "axios": {
4635
- "version": "1.2.1",
4636
- "requires": {
4637
- "follow-redirects": "^1.15.0",
4638
- "form-data": "^4.0.0",
4639
- "proxy-from-env": "^1.1.0"
4640
- }
4641
- }
4642
4662
  }
4643
4663
  },
4644
4664
  "@appium/base-plugin": {
4645
- "version": "2.0.1",
4665
+ "version": "2.1.3",
4646
4666
  "extraneous": true,
4647
4667
  "requires": {
4648
- "@appium/support": "^3.0.1"
4668
+ "@appium/support": "^3.1.3"
4649
4669
  }
4650
4670
  },
4651
4671
  "@appium/docutils": {
4652
- "version": "0.1.1",
4672
+ "version": "0.1.5",
4653
4673
  "dev": true,
4654
4674
  "requires": {
4655
- "@appium/support": "^3.0.1",
4675
+ "@appium/support": "^3.1.3",
4656
4676
  "source-map-support": "0.5.21",
4657
4677
  "teen_process": "2.0.2"
4658
4678
  }
4659
4679
  },
4660
4680
  "@appium/schema": {
4661
- "version": "0.1.0",
4681
+ "version": "0.2.3",
4662
4682
  "requires": {
4663
4683
  "@types/json-schema": "7.0.11",
4664
4684
  "json-schema": "0.4.0",
@@ -4666,9 +4686,10 @@
4666
4686
  }
4667
4687
  },
4668
4688
  "@appium/support": {
4669
- "version": "3.0.1",
4689
+ "version": "3.1.3",
4670
4690
  "requires": {
4671
- "@appium/types": "^0.7.0",
4691
+ "@appium/tsconfig": "^0.2.3",
4692
+ "@appium/types": "^0.8.3",
4672
4693
  "@colors/colors": "1.5.0",
4673
4694
  "@types/archiver": "5.3.1",
4674
4695
  "@types/base64-stream": "1.0.2",
@@ -4689,7 +4710,7 @@
4689
4710
  "@types/teen_process": "2.0.0",
4690
4711
  "@types/uuid": "9.0.0",
4691
4712
  "archiver": "5.3.1",
4692
- "axios": "1.2.1",
4713
+ "axios": "1.2.2",
4693
4714
  "base64-stream": "1.0.0",
4694
4715
  "bluebird": "3.7.2",
4695
4716
  "bplist-creator": "0.1.1",
@@ -4699,7 +4720,7 @@
4699
4720
  "glob": "8.0.3",
4700
4721
  "jimp": "0.16.2",
4701
4722
  "jsftp": "2.1.3",
4702
- "klaw": "4.0.1",
4723
+ "klaw": "4.1.0",
4703
4724
  "lockfile": "1.0.4",
4704
4725
  "lodash": "4.17.21",
4705
4726
  "log-symbols": "4.1.0",
@@ -4721,31 +4742,52 @@
4721
4742
  "source-map-support": "0.5.21",
4722
4743
  "supports-color": "8.1.1",
4723
4744
  "teen_process": "2.0.2",
4724
- "type-fest": "3.4.0",
4745
+ "type-fest": "3.5.1",
4725
4746
  "uuid": "9.0.0",
4726
4747
  "which": "3.0.0",
4727
4748
  "yauzl": "2.10.0"
4728
4749
  },
4729
4750
  "dependencies": {
4730
- "axios": {
4731
- "version": "1.2.1",
4751
+ "brace-expansion": {
4752
+ "version": "2.0.1",
4732
4753
  "requires": {
4733
- "follow-redirects": "^1.15.0",
4734
- "form-data": "^4.0.0",
4735
- "proxy-from-env": "^1.1.0"
4754
+ "balanced-match": "^1.0.0"
4755
+ }
4756
+ },
4757
+ "glob": {
4758
+ "version": "8.0.3",
4759
+ "requires": {
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
+ },
4767
+ "minimatch": {
4768
+ "version": "5.1.4",
4769
+ "requires": {
4770
+ "brace-expansion": "^2.0.1"
4736
4771
  }
4737
4772
  }
4738
4773
  }
4739
4774
  },
4775
+ "@appium/tsconfig": {
4776
+ "version": "0.2.3",
4777
+ "requires": {
4778
+ "@tsconfig/node14": "1.0.3"
4779
+ }
4780
+ },
4740
4781
  "@appium/types": {
4741
- "version": "0.7.0",
4782
+ "version": "0.8.3",
4742
4783
  "requires": {
4743
- "@appium/schema": "^0.1.0",
4784
+ "@appium/schema": "^0.2.3",
4785
+ "@appium/tsconfig": "^0.2.3",
4744
4786
  "@types/express": "4.17.15",
4745
4787
  "@types/npmlog": "4.1.4",
4746
- "@types/ws": "8.5.3",
4788
+ "@types/ws": "8.5.4",
4747
4789
  "@wdio/types": "7.26.0",
4748
- "type-fest": "3.4.0"
4790
+ "type-fest": "3.5.1"
4749
4791
  }
4750
4792
  },
4751
4793
  "@babel/code-frame": {
@@ -5099,6 +5141,9 @@
5099
5141
  "defer-to-connect": "^2.0.0"
5100
5142
  }
5101
5143
  },
5144
+ "@tsconfig/node14": {
5145
+ "version": "1.0.3"
5146
+ },
5102
5147
  "@types/archiver": {
5103
5148
  "version": "5.3.1",
5104
5149
  "requires": {
@@ -5295,7 +5340,7 @@
5295
5340
  "extraneous": true
5296
5341
  },
5297
5342
  "@types/ws": {
5298
- "version": "8.5.3",
5343
+ "version": "8.5.4",
5299
5344
  "requires": {
5300
5345
  "@types/node": "*"
5301
5346
  }
@@ -5324,7 +5369,7 @@
5324
5369
  }
5325
5370
  },
5326
5371
  "ajv": {
5327
- "version": "8.11.2",
5372
+ "version": "8.12.0",
5328
5373
  "extraneous": true,
5329
5374
  "requires": {
5330
5375
  "fast-deep-equal": "^3.1.1",
@@ -5353,7 +5398,7 @@
5353
5398
  "version": "1.1.0"
5354
5399
  },
5355
5400
  "appium-idb": {
5356
- "version": "1.6.9",
5401
+ "version": "1.6.10",
5357
5402
  "requires": {
5358
5403
  "@appium/support": "^3.0.0",
5359
5404
  "@babel/runtime": "^7.0.0",
@@ -5365,7 +5410,7 @@
5365
5410
  }
5366
5411
  },
5367
5412
  "appium-ios-device": {
5368
- "version": "2.4.8",
5413
+ "version": "2.4.9",
5369
5414
  "requires": {
5370
5415
  "@appium/support": "^3.0.0",
5371
5416
  "@babel/runtime": "^7.0.0",
@@ -5380,12 +5425,12 @@
5380
5425
  }
5381
5426
  },
5382
5427
  "appium-ios-simulator": {
5383
- "version": "5.0.5",
5428
+ "version": "5.0.7",
5384
5429
  "requires": {
5385
5430
  "@appium/support": "^3.0.0",
5386
5431
  "@babel/runtime": "^7.0.0",
5387
5432
  "@xmldom/xmldom": "^0.x",
5388
- "appium-xcode": "^4.0.0",
5433
+ "appium-xcode": "^5.0.0",
5389
5434
  "async-lock": "^1.0.0",
5390
5435
  "asyncbox": "^2.3.1",
5391
5436
  "bluebird": "^3.5.1",
@@ -5394,25 +5439,10 @@
5394
5439
  "semver": "^7.0.0",
5395
5440
  "source-map-support": "^0.x",
5396
5441
  "teen_process": "^2.0.0"
5397
- },
5398
- "dependencies": {
5399
- "appium-xcode": {
5400
- "version": "4.0.5",
5401
- "requires": {
5402
- "@appium/support": "^3.0.0",
5403
- "@babel/runtime": "^7.0.0",
5404
- "asyncbox": "^2.3.0",
5405
- "lodash": "^4.17.4",
5406
- "plist": "^3.0.1",
5407
- "semver": "^7.0.0",
5408
- "source-map-support": "^0.x",
5409
- "teen_process": "^2.0.0"
5410
- }
5411
- }
5412
5442
  }
5413
5443
  },
5414
5444
  "appium-remote-debugger": {
5415
- "version": "9.1.11",
5445
+ "version": "9.1.12",
5416
5446
  "requires": {
5417
5447
  "@appium/base-driver": "^9.0.0",
5418
5448
  "@appium/support": "^3.0.0",
@@ -5429,7 +5459,7 @@
5429
5459
  }
5430
5460
  },
5431
5461
  "appium-webdriveragent": {
5432
- "version": "4.10.18",
5462
+ "version": "4.10.20",
5433
5463
  "requires": {
5434
5464
  "@appium/base-driver": "^9.0.0",
5435
5465
  "@appium/support": "^3.0.0",
@@ -5446,7 +5476,7 @@
5446
5476
  }
5447
5477
  },
5448
5478
  "appium-xcode": {
5449
- "version": "5.0.0",
5479
+ "version": "5.0.1",
5450
5480
  "requires": {
5451
5481
  "@appium/support": "^3.0.0",
5452
5482
  "@babel/runtime": "^7.0.0",
@@ -6153,7 +6183,7 @@
6153
6183
  }
6154
6184
  },
6155
6185
  "glob": {
6156
- "version": "8.0.3",
6186
+ "version": "8.1.0",
6157
6187
  "requires": {
6158
6188
  "fs.realpath": "^1.0.0",
6159
6189
  "inflight": "^1.0.4",
@@ -6169,7 +6199,7 @@
6169
6199
  }
6170
6200
  },
6171
6201
  "minimatch": {
6172
- "version": "5.1.2",
6202
+ "version": "5.1.4",
6173
6203
  "requires": {
6174
6204
  "brace-expansion": "^2.0.1"
6175
6205
  }
@@ -6366,7 +6396,7 @@
6366
6396
  }
6367
6397
  },
6368
6398
  "klaw": {
6369
- "version": "4.0.1"
6399
+ "version": "4.1.0"
6370
6400
  },
6371
6401
  "kuler": {
6372
6402
  "version": "2.0.0",
@@ -6659,14 +6689,14 @@
6659
6689
  "version": "0.6.3"
6660
6690
  },
6661
6691
  "node-simctl": {
6662
- "version": "7.1.8",
6692
+ "version": "7.1.11",
6663
6693
  "requires": {
6664
6694
  "@babel/runtime": "^7.0.0",
6665
6695
  "asyncbox": "^2.3.1",
6666
6696
  "bluebird": "^3.5.1",
6667
6697
  "lodash": "^4.2.1",
6668
6698
  "npmlog": "^6.0.0",
6669
- "rimraf": "^3.0.0",
6699
+ "rimraf": "^4.0.4",
6670
6700
  "semver": "^7.0.0",
6671
6701
  "source-map-support": "^0.x",
6672
6702
  "teen_process": "^2.0.0",
@@ -6709,6 +6739,9 @@
6709
6739
  "set-blocking": "^2.0.0"
6710
6740
  }
6711
6741
  },
6742
+ "rimraf": {
6743
+ "version": "4.1.0"
6744
+ },
6712
6745
  "string-width": {
6713
6746
  "version": "4.2.3",
6714
6747
  "requires": {
@@ -7054,7 +7087,7 @@
7054
7087
  }
7055
7088
  },
7056
7089
  "minimatch": {
7057
- "version": "5.1.2",
7090
+ "version": "5.1.4",
7058
7091
  "requires": {
7059
7092
  "brace-expansion": "^2.0.1"
7060
7093
  }
@@ -7389,7 +7422,7 @@
7389
7422
  }
7390
7423
  },
7391
7424
  "type-fest": {
7392
- "version": "3.4.0"
7425
+ "version": "3.5.1"
7393
7426
  },
7394
7427
  "type-is": {
7395
7428
  "version": "1.6.18",
@@ -7587,7 +7620,7 @@
7587
7620
  "version": "4.0.2"
7588
7621
  },
7589
7622
  "yaml": {
7590
- "version": "2.1.3",
7623
+ "version": "2.2.1",
7591
7624
  "extraneous": true
7592
7625
  },
7593
7626
  "yauzl": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.16.9",
11
+ "version": "4.16.10",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -161,7 +161,7 @@
161
161
  "pngjs": "^6.0.0",
162
162
  "pre-commit": "^1.1.3",
163
163
  "prettier": "^2.7.1",
164
- "semantic-release": "^19.0.2",
164
+ "semantic-release": "^20.0.2",
165
165
  "sinon": "^15.0.0",
166
166
  "webdriverio": "^8.0.5"
167
167
  }