appium-xcuitest-driver 5.8.2 → 5.9.0

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.9.0](https://github.com/appium/appium-xcuitest-driver/compare/v5.8.2...v5.9.0) (2023-11-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * add * in additionalWebviewBundleIds cap ([#2244](https://github.com/appium/appium-xcuitest-driver/issues/2244)) ([74874f5](https://github.com/appium/appium-xcuitest-driver/commit/74874f536975337a6608633de8aa9435a0edd52a))
7
+
1
8
  ## [5.8.2](https://github.com/appium/appium-xcuitest-driver/compare/v5.8.1...v5.8.2) (2023-11-08)
2
9
 
3
10
 
@@ -8,7 +8,7 @@ export class PerfRecorder {
8
8
  _reportPath: string;
9
9
  _pid: any;
10
10
  _udid: any;
11
- _logger: import("@appium/support/node_modules/@appium/types").AppiumLogger;
11
+ _logger: import("@appium/types").AppiumLogger;
12
12
  _archivePromise: Promise<string> | null;
13
13
  get profileName(): any;
14
14
  getOriginalReportPath(): Promise<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"performance.d.ts","sourceRoot":"","sources":["../../../lib/commands/performance.js"],"names":[],"mappings":"AA+CA;IAGE,mDAeC;IAjBD,qDAAqD;IACrD,UADW,OAAO,cAAc,EAAE,UAAU,GAAC,IAAI,CACxC;IAGP,0BAA2B;IAC3B,cAAoF;IACpF,kBAA4D;IAC5D,oBAGC;IACD,UAAoB;IACpB,WAAiB;IACjB,2EAEC;IACD,wCAA2B;IAG7B,uBAEC;IAED,yCAEC;IAED,uCAsBC;IAED,qBAEC;IAED,uCA+BC;IAED,uBAmGC;IAED,uCAkBC;CACF;;IAGC;;;;;;;;;;;;;;;;;OAiBG;IACH,+JA2CC;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,2XAiDC;;;6BAIU,OAAO,WAAW,EAAE,cAAc"}
1
+ {"version":3,"file":"performance.d.ts","sourceRoot":"","sources":["../../../lib/commands/performance.js"],"names":[],"mappings":"AA+CA;IAGE,mDAeC;IAjBD,qDAAqD;IACrD,UADW,OAAO,cAAc,EAAE,UAAU,GAAC,IAAI,CACxC;IAGP,0BAA2B;IAC3B,cAAoF;IACpF,kBAA4D;IAC5D,oBAGC;IACD,UAAoB;IACpB,WAAiB;IACjB,8CAEC;IACD,wCAA2B;IAG7B,uBAEC;IAED,yCAEC;IAED,uCAsBC;IAED,qBAEC;IAED,uCA+BC;IAED,uBAmGC;IAED,uCAkBC;CACF;;IAGC;;;;;;;;;;;;;;;;;OAiBG;IACH,+JA2CC;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,2XAiDC;;;6BAIU,OAAO,WAAW,EAAE,cAAc"}
@@ -1,7 +1,7 @@
1
1
  export default RotatingLog;
2
2
  export class RotatingLog {
3
3
  constructor(showLogs?: boolean, label?: string);
4
- log: import("@appium/support/node_modules/@appium/types").AppiumLogger;
4
+ log: import("@appium/types").AppiumLogger;
5
5
  showLogs: boolean;
6
6
  set logs(arg: any);
7
7
  get logs(): any;
@@ -1 +1 @@
1
- {"version":3,"file":"rotating-log.d.ts","sourceRoot":"","sources":["../../../lib/device-log/rotating-log.js"],"names":[],"mappings":";AAKA;IACE,gDAQC;IAPC,uEAAkC;IAElC,kBAAwB;IAiD1B,mBAEC;IATD,gBAKC;IA7CC,+BAA+B;IAE/B,qBAAwB;IAI1B,8BAEC;IAGD,6BAEC;IAED;;OAEG;IACH,mBAEC;IAGD,wBAUC;IAGD,2BAEC;IAUC,WAAiB;CAEpB;AA1DD,0CAAoC"}
1
+ {"version":3,"file":"rotating-log.d.ts","sourceRoot":"","sources":["../../../lib/device-log/rotating-log.js"],"names":[],"mappings":";AAKA;IACE,gDAQC;IAPC,0CAAkC;IAElC,kBAAwB;IAiD1B,mBAEC;IATD,gBAKC;IA7CC,+BAA+B;IAE/B,qBAAwB;IAI1B,8BAEC;IAGD,6BAEC;IAED;;OAEG;IACH,mBAEC;IAGD,wBAUC;IAGD,2BAEC;IAUC,WAAiB;CAEpB;AA1DD,0CAAoC"}
@@ -1,3 +1,3 @@
1
1
  export default log;
2
- declare const log: import("@appium/support/node_modules/@appium/types").AppiumLogger;
2
+ declare const log: import("@appium/types").AppiumLogger;
3
3
  //# sourceMappingURL=logger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../lib/logger.js"],"names":[],"mappings":";AAEA,qFAAyC"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../lib/logger.js"],"names":[],"mappings":";AAEA,wDAAyC"}
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "5.8.2",
3
+ "version": "5.9.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "5.8.2",
9
+ "version": "5.9.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-idb": "^1.6.13",
@@ -93,31 +93,32 @@
93
93
  }
94
94
  },
95
95
  "node_modules/@appium/base-driver": {
96
- "version": "9.3.20",
97
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.3.20.tgz",
98
- "integrity": "sha512-6uymGQbAfOc4MJ6ZFszLvNFElzhy/Ds++PC+wIDovSHrw1HZjL+OBMQ4Kw0UXEWGVkEvn1pmtJi5piMvsjw2gw==",
96
+ "version": "9.4.2",
97
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.4.2.tgz",
98
+ "integrity": "sha512-J/OEa2PZFqqE8TKnLFHoj7+qToADT02+dIgb5tLBCQqQVtaUnDXicD9n6lrcL2ogmz/W5EgL7HpSK5XC7XDTFA==",
99
99
  "dependencies": {
100
- "@appium/support": "^4.1.6",
101
- "@appium/types": "^0.13.4",
100
+ "@appium/support": "^4.1.9",
101
+ "@appium/types": "^0.14.2",
102
102
  "@colors/colors": "1.6.0",
103
- "@types/async-lock": "1.4.0",
104
- "@types/bluebird": "3.5.38",
105
- "@types/express": "4.17.17",
106
- "@types/lodash": "4.14.197",
107
- "@types/method-override": "0.0.32",
108
- "@types/serve-favicon": "2.5.4",
103
+ "@types/async-lock": "1.4.2",
104
+ "@types/bluebird": "3.5.42",
105
+ "@types/express": "4.17.21",
106
+ "@types/lodash": "4.14.201",
107
+ "@types/method-override": "0.0.35",
108
+ "@types/serve-favicon": "2.5.7",
109
109
  "async-lock": "1.4.0",
110
- "asyncbox": "2.9.4",
111
- "axios": "1.4.0",
110
+ "asyncbox": "3.0.0",
111
+ "axios": "1.6.1",
112
112
  "bluebird": "3.7.2",
113
113
  "body-parser": "1.20.2",
114
114
  "es6-error": "4.1.1",
115
115
  "express": "4.18.2",
116
- "http-status-codes": "2.2.0",
116
+ "http-status-codes": "2.3.0",
117
117
  "lodash": "4.17.21",
118
- "lru-cache": "7.18.3",
118
+ "lru-cache": "10.0.1",
119
119
  "method-override": "3.0.0",
120
120
  "morgan": "1.10.0",
121
+ "path-to-regexp": "6.2.1",
121
122
  "serve-favicon": "2.5.0",
122
123
  "source-map-support": "0.5.21",
123
124
  "type-fest": "3.13.1",
@@ -126,6 +127,9 @@
126
127
  "engines": {
127
128
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
128
129
  "npm": ">=8"
130
+ },
131
+ "optionalDependencies": {
132
+ "spdy": "4.0.2"
129
133
  }
130
134
  },
131
135
  "node_modules/@appium/base-driver/node_modules/@colors/colors": {
@@ -136,35 +140,10 @@
136
140
  "node": ">=0.1.90"
137
141
  }
138
142
  },
139
- "node_modules/@appium/base-driver/node_modules/@types/bluebird": {
140
- "version": "3.5.38",
141
- "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.38.tgz",
142
- "integrity": "sha512-yR/Kxc0dd4FfwtEoLZMoqJbM/VE/W7hXn/MIjb+axcwag0iFmSPK7OBUZq1YWLynJUoWQkfUrI7T0HDqGApNSg=="
143
- },
144
- "node_modules/@appium/base-driver/node_modules/@types/lodash": {
145
- "version": "4.14.197",
146
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz",
147
- "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g=="
148
- },
149
- "node_modules/@appium/base-driver/node_modules/asyncbox": {
150
- "version": "2.9.4",
151
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-2.9.4.tgz",
152
- "integrity": "sha512-TCuA73K6Gvn+5tFGsWf4jc+PsR9RmYXw/AF0mv+CRB3VhHLjqHh/w9gPvYILnV0RcRFfjADHtzZexpxWlsP3Tg==",
153
- "dependencies": {
154
- "@babel/runtime": "^7.0.0",
155
- "@types/bluebird": "^3.5.37",
156
- "bluebird": "^3.5.1",
157
- "lodash": "^4.17.4",
158
- "source-map-support": "^0.5.5"
159
- },
160
- "engines": {
161
- "node": ">=10"
162
- }
163
- },
164
143
  "node_modules/@appium/base-driver/node_modules/axios": {
165
- "version": "1.4.0",
166
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
167
- "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
144
+ "version": "1.6.1",
145
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
146
+ "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
168
147
  "dependencies": {
169
148
  "follow-redirects": "^1.15.0",
170
149
  "form-data": "^4.0.0",
@@ -172,13 +151,18 @@
172
151
  }
173
152
  },
174
153
  "node_modules/@appium/base-driver/node_modules/lru-cache": {
175
- "version": "7.18.3",
176
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
177
- "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
154
+ "version": "10.0.1",
155
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
156
+ "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
178
157
  "engines": {
179
- "node": ">=12"
158
+ "node": "14 || >=16.14"
180
159
  }
181
160
  },
161
+ "node_modules/@appium/base-driver/node_modules/path-to-regexp": {
162
+ "version": "6.2.1",
163
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
164
+ "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
165
+ },
182
166
  "node_modules/@appium/base-driver/node_modules/type-fest": {
183
167
  "version": "3.13.1",
184
168
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
@@ -191,11 +175,11 @@
191
175
  }
192
176
  },
193
177
  "node_modules/@appium/schema": {
194
- "version": "0.3.1",
195
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.3.1.tgz",
196
- "integrity": "sha512-j1/vldw+De2/X+GG5Iy0Vtv9tAiADXjXGycc+nfttrHZNGATxn16xxEFmuoFFPCT77o4adcBrov8Y8l9+oUB2Q==",
178
+ "version": "0.4.2",
179
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.4.2.tgz",
180
+ "integrity": "sha512-b2tC2sKAS8wnw8V7W7Rm6pXFt8QY4NTWvibprVYi1g8rZLnlmlIwUW0Gl6FhrWTUyK+u4rbF8vVIIBIU8C+i/g==",
197
181
  "dependencies": {
198
- "@types/json-schema": "7.0.12",
182
+ "@types/json-schema": "7.0.15",
199
183
  "json-schema": "0.4.0",
200
184
  "source-map-support": "0.5.21"
201
185
  },
@@ -218,31 +202,31 @@
218
202
  }
219
203
  },
220
204
  "node_modules/@appium/support": {
221
- "version": "4.1.8",
222
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.1.8.tgz",
223
- "integrity": "sha512-bdVevgZecnLmddNH40X02rtJCimSsONWyU65Eq0vFemzcgpSpUuxl6LX3EXVvHMl1jNkkEVIh3G98SxFd17CTw==",
205
+ "version": "4.1.9",
206
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.1.9.tgz",
207
+ "integrity": "sha512-R2hNFeSWVmIWOKUintiEw+GEtwR4W4sbdUMdhIJ6ywnWzLAC0m7Nsn5WHGmCJQXVHheLTefRPMME9/C1UkXhzA==",
224
208
  "dependencies": {
225
209
  "@appium/tsconfig": "^0.x",
226
- "@appium/types": "^0.14.1",
210
+ "@appium/types": "^0.14.2",
227
211
  "@colors/colors": "1.6.0",
228
- "@types/archiver": "5.3.4",
229
- "@types/base64-stream": "1.0.4",
230
- "@types/find-root": "1.1.3",
231
- "@types/jsftp": "2.1.4",
232
- "@types/klaw": "3.0.5",
233
- "@types/lockfile": "1.0.3",
234
- "@types/mv": "2.1.3",
235
- "@types/ncp": "2.0.7",
236
- "@types/npmlog": "4.1.5",
237
- "@types/pluralize": "0.0.32",
238
- "@types/semver": "7.5.4",
239
- "@types/shell-quote": "1.7.3",
240
- "@types/supports-color": "8.1.2",
241
- "@types/teen_process": "2.0.1",
242
- "@types/uuid": "9.0.6",
243
- "@types/which": "3.0.0",
212
+ "@types/archiver": "6.0.1",
213
+ "@types/base64-stream": "1.0.5",
214
+ "@types/find-root": "1.1.4",
215
+ "@types/jsftp": "2.1.5",
216
+ "@types/klaw": "3.0.6",
217
+ "@types/lockfile": "1.0.4",
218
+ "@types/mv": "2.1.4",
219
+ "@types/ncp": "2.0.8",
220
+ "@types/npmlog": "4.1.6",
221
+ "@types/pluralize": "0.0.33",
222
+ "@types/semver": "7.5.5",
223
+ "@types/shell-quote": "1.7.4",
224
+ "@types/supports-color": "8.1.3",
225
+ "@types/teen_process": "2.0.3",
226
+ "@types/uuid": "9.0.7",
227
+ "@types/which": "3.0.1",
244
228
  "archiver": "6.0.1",
245
- "axios": "1.5.1",
229
+ "axios": "1.6.1",
246
230
  "base64-stream": "1.0.0",
247
231
  "bluebird": "3.7.2",
248
232
  "bplist-creator": "0.1.1",
@@ -270,7 +254,7 @@
270
254
  "shell-quote": "1.8.1",
271
255
  "source-map-support": "0.5.21",
272
256
  "supports-color": "8.1.1",
273
- "teen_process": "2.0.50",
257
+ "teen_process": "2.0.84",
274
258
  "type-fest": "3.13.1",
275
259
  "uuid": "9.0.1",
276
260
  "which": "4.0.0",
@@ -284,37 +268,6 @@
284
268
  "sharp": "0.32.6"
285
269
  }
286
270
  },
287
- "node_modules/@appium/support/node_modules/@appium/schema": {
288
- "version": "0.4.1",
289
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.4.1.tgz",
290
- "integrity": "sha512-tM2y7GQukExrTdm7fjSe4yA8DA+ZCY5gO5O6YciNmQ0vYZkMFWvjmW0uEzyzJ5kuXMLFzBKFG3Sx/YgoL5gO2A==",
291
- "dependencies": {
292
- "@types/json-schema": "7.0.14",
293
- "json-schema": "0.4.0",
294
- "source-map-support": "0.5.21"
295
- },
296
- "engines": {
297
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
298
- "npm": ">=8"
299
- }
300
- },
301
- "node_modules/@appium/support/node_modules/@appium/types": {
302
- "version": "0.14.1",
303
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.14.1.tgz",
304
- "integrity": "sha512-dhZOMQ4Bi26HXr3m7cw+GNK5IUZRieGqpEAH2FvaCgOya0i5pN/5DF4dHtvY+gdr2/vhHW87/Df5ucOj0wSzMA==",
305
- "dependencies": {
306
- "@appium/schema": "^0.4.1",
307
- "@appium/tsconfig": "^0.x",
308
- "@types/express": "4.17.20",
309
- "@types/npmlog": "4.1.5",
310
- "@types/ws": "8.5.8",
311
- "type-fest": "3.13.1"
312
- },
313
- "engines": {
314
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
315
- "npm": ">=8"
316
- }
317
- },
318
271
  "node_modules/@appium/support/node_modules/@colors/colors": {
319
272
  "version": "1.6.0",
320
273
  "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
@@ -323,55 +276,10 @@
323
276
  "node": ">=0.1.90"
324
277
  }
325
278
  },
326
- "node_modules/@appium/support/node_modules/@types/express": {
327
- "version": "4.17.20",
328
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz",
329
- "integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==",
330
- "dependencies": {
331
- "@types/body-parser": "*",
332
- "@types/express-serve-static-core": "^4.17.33",
333
- "@types/qs": "*",
334
- "@types/serve-static": "*"
335
- }
336
- },
337
- "node_modules/@appium/support/node_modules/@types/json-schema": {
338
- "version": "7.0.14",
339
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz",
340
- "integrity": "sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw=="
341
- },
342
- "node_modules/@appium/support/node_modules/@types/npmlog": {
343
- "version": "4.1.5",
344
- "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.5.tgz",
345
- "integrity": "sha512-Fl3TEbwPoR7V1z6CMJ18whXOUkOYqF5eCkGKTir2VuevdLYUmcwj9mQdvXzuY0oagZBbsy0J7df41jn+ZcwGRA==",
346
- "dependencies": {
347
- "@types/node": "*"
348
- }
349
- },
350
- "node_modules/@appium/support/node_modules/@types/semver": {
351
- "version": "7.5.4",
352
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz",
353
- "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ=="
354
- },
355
- "node_modules/@appium/support/node_modules/@types/teen_process": {
356
- "version": "2.0.1",
357
- "resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.1.tgz",
358
- "integrity": "sha512-hSLCkcQa9Ok1Mg0c1NbCJh9km6Gynj/7mHF2wQQNiiugMGkbhGfToZwEW78XRBnlw3784B6C8nsYnVeiU9bEwg==",
359
- "dependencies": {
360
- "@types/node": "*"
361
- }
362
- },
363
- "node_modules/@appium/support/node_modules/@types/ws": {
364
- "version": "8.5.8",
365
- "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.8.tgz",
366
- "integrity": "sha512-flUksGIQCnJd6sZ1l5dqCEG/ksaoAg/eUwiLAGTJQcfgvZJKF++Ta4bJA6A5aPSJmsr+xlseHn4KLgVlNnvPTg==",
367
- "dependencies": {
368
- "@types/node": "*"
369
- }
370
- },
371
279
  "node_modules/@appium/support/node_modules/axios": {
372
- "version": "1.5.1",
373
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
374
- "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
280
+ "version": "1.6.1",
281
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
282
+ "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
375
283
  "dependencies": {
376
284
  "follow-redirects": "^1.15.0",
377
285
  "form-data": "^4.0.0",
@@ -387,9 +295,9 @@
387
295
  }
388
296
  },
389
297
  "node_modules/@appium/support/node_modules/teen_process": {
390
- "version": "2.0.50",
391
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.50.tgz",
392
- "integrity": "sha512-DDppkV654MHUqIrZe2M4FK4NmTKxHHHlr/2M9yE0VrsY3iDUsZFbCIBzVEZ9fQ47Cem4JLtUp9ml4FGp3vR+Uw==",
298
+ "version": "2.0.84",
299
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.84.tgz",
300
+ "integrity": "sha512-pedJy3y/Bp+dzq4CTNvaW4pOY74YLDiGaaiLfeCRgzLZwn2BR2x4WKfcUpS/oG6gYdrEbXxMDZhI1Xbt7OD33g==",
393
301
  "dependencies": {
394
302
  "bluebird": "3.7.2",
395
303
  "lodash": "4.17.21",
@@ -444,15 +352,15 @@
444
352
  "integrity": "sha512-VmsCG04YR58ciHBeJKBDNMWWfYbyP8FekWVuTlpstaUPlat1D0x/tXzkWP7yCMU0eSz9V4OZU0LBWTFJ3xZf6w=="
445
353
  },
446
354
  "node_modules/@appium/types": {
447
- "version": "0.13.4",
448
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.13.4.tgz",
449
- "integrity": "sha512-Kly8Bf6x6sbP8zt8+WFI9bIh8W+1N8sf2eBrbAoluk8/875sJe9X4JUSvJSxH6ew/C4Yo1e3J/hVywY5AF19ug==",
450
- "dependencies": {
451
- "@appium/schema": "^0.3.1",
452
- "@appium/tsconfig": "^0.3.1",
453
- "@types/express": "4.17.17",
454
- "@types/npmlog": "4.1.4",
455
- "@types/ws": "8.5.5",
355
+ "version": "0.14.2",
356
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.14.2.tgz",
357
+ "integrity": "sha512-sjekfbaych5Zpd+Y+bV6RYB4HzAAbLfgIXLZSbVgTM8O11qCjeDORxkuAOfFGeXUMNLEXCKiKzZ9Nnbjqm36Ww==",
358
+ "dependencies": {
359
+ "@appium/schema": "^0.4.2",
360
+ "@appium/tsconfig": "^0.x",
361
+ "@types/express": "4.17.21",
362
+ "@types/npmlog": "4.1.6",
363
+ "@types/ws": "8.5.9",
456
364
  "type-fest": "3.13.1"
457
365
  },
458
366
  "engines": {
@@ -632,17 +540,6 @@
632
540
  "node": ">=4"
633
541
  }
634
542
  },
635
- "node_modules/@babel/runtime": {
636
- "version": "7.23.2",
637
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
638
- "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
639
- "dependencies": {
640
- "regenerator-runtime": "^0.14.0"
641
- },
642
- "engines": {
643
- "node": ">=6.9.0"
644
- }
645
- },
646
543
  "node_modules/@isaacs/cliui": {
647
544
  "version": "8.0.2",
648
545
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -721,47 +618,52 @@
721
618
  }
722
619
  },
723
620
  "node_modules/@types/archiver": {
724
- "version": "5.3.4",
725
- "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.4.tgz",
726
- "integrity": "sha512-Lj7fLBIMwYFgViVVZHEdExZC3lVYsl+QL0VmdNdIzGZH544jHveYWij6qdnBgJQDnR7pMKliN9z2cPZFEbhyPw==",
621
+ "version": "6.0.1",
622
+ "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.1.tgz",
623
+ "integrity": "sha512-F2+JkmDYvtQrtb2YldwL0apRB1/WB6ub+1zVF/bKp3TOygUMFqfOLuw5Fj62Q+DPwJUFz1eocMxJMu7yVpplZA==",
727
624
  "dependencies": {
728
625
  "@types/readdir-glob": "*"
729
626
  }
730
627
  },
731
628
  "node_modules/@types/async-lock": {
732
- "version": "1.4.0",
733
- "resolved": "https://registry.npmjs.org/@types/async-lock/-/async-lock-1.4.0.tgz",
734
- "integrity": "sha512-2+rYSaWrpdbQG3SA0LmMT6YxWLrI81AqpMlSkw3QtFc2HGDufkweQSn30Eiev7x9LL0oyFrBqk1PXOnB9IEgKg=="
629
+ "version": "1.4.2",
630
+ "resolved": "https://registry.npmjs.org/@types/async-lock/-/async-lock-1.4.2.tgz",
631
+ "integrity": "sha512-HlZ6Dcr205BmNhwkdXqrg2vkFMN2PluI7Lgr8In3B3wE5PiQHhjRqtW/lGdVU9gw+sM0JcIDx2AN+cW8oSWIcw=="
735
632
  },
736
633
  "node_modules/@types/base64-stream": {
737
- "version": "1.0.4",
738
- "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.4.tgz",
739
- "integrity": "sha512-uIbi6oqvsS9Rw4qtPh1NFHFNL3KnpyScxU/63GEIP4PonSuejuxkccKPPX4KAAVYl2pwMH6BNQKg1XLfxagfJQ==",
634
+ "version": "1.0.5",
635
+ "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.5.tgz",
636
+ "integrity": "sha512-gXuo/a7pQ1EXlR5ksM2MccBLl6UUgAgnzR01r/QoHnkaSNinmzSdaGcCq5NAxn72dZ5A1zNYQIl+J9hPsBgBrA==",
740
637
  "dependencies": {
741
638
  "@types/node": "*"
742
639
  }
743
640
  },
641
+ "node_modules/@types/bluebird": {
642
+ "version": "3.5.42",
643
+ "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.42.tgz",
644
+ "integrity": "sha512-Jhy+MWRlro6UjVi578V/4ZGNfeCOcNCp0YaFNIUGFKlImowqwb1O/22wDVk3FDGMLqxdpOV3qQHD5fPEH4hK6A=="
645
+ },
744
646
  "node_modules/@types/body-parser": {
745
- "version": "1.19.2",
746
- "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
747
- "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
647
+ "version": "1.19.5",
648
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
649
+ "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
748
650
  "dependencies": {
749
651
  "@types/connect": "*",
750
652
  "@types/node": "*"
751
653
  }
752
654
  },
753
655
  "node_modules/@types/connect": {
754
- "version": "3.4.35",
755
- "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
756
- "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
656
+ "version": "3.4.38",
657
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
658
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
757
659
  "dependencies": {
758
660
  "@types/node": "*"
759
661
  }
760
662
  },
761
663
  "node_modules/@types/express": {
762
- "version": "4.17.17",
763
- "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
764
- "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
664
+ "version": "4.17.21",
665
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
666
+ "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
765
667
  "dependencies": {
766
668
  "@types/body-parser": "*",
767
669
  "@types/express-serve-static-core": "^4.17.33",
@@ -770,9 +672,9 @@
770
672
  }
771
673
  },
772
674
  "node_modules/@types/express-serve-static-core": {
773
- "version": "4.17.35",
774
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz",
775
- "integrity": "sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==",
675
+ "version": "4.17.41",
676
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz",
677
+ "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==",
776
678
  "dependencies": {
777
679
  "@types/node": "*",
778
680
  "@types/qs": "*",
@@ -781,71 +683,76 @@
781
683
  }
782
684
  },
783
685
  "node_modules/@types/find-root": {
784
- "version": "1.1.3",
785
- "resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.3.tgz",
786
- "integrity": "sha512-dRJIphFmChb6NoCntSYgC2eCdXcdIXm9/qqV0Mtp8HcyINWK7YZkaLlJQO9TB2rDTo/y35veiCy68IxNV05VMg=="
686
+ "version": "1.1.4",
687
+ "resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.4.tgz",
688
+ "integrity": "sha512-2EXK/+gVhVgtt4JqThbEncORvpYJKzi9tQGmI3EkU2jTgMzQsrPm/hbd5xe5uPdeFzIW5gh2PRvvPjaUsI8vpg=="
689
+ },
690
+ "node_modules/@types/http-errors": {
691
+ "version": "2.0.4",
692
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
693
+ "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA=="
787
694
  },
788
695
  "node_modules/@types/jsftp": {
789
- "version": "2.1.4",
790
- "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.4.tgz",
791
- "integrity": "sha512-AQ5bGKbC5xZwLuz9xPnzp811tm0c4MqThAdXVUZstkv+sz3qyM5Eg4krlqkzvf6sTU8Il5RwVTSdYqNW4oQCxw==",
696
+ "version": "2.1.5",
697
+ "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.5.tgz",
698
+ "integrity": "sha512-g2W6f06wXWVYZw3f/z/N5VHRK69kb1nFaNcRnxs6YxwLph+G7ebd0+Aobd3jWu43oZuyHgycpJZPn+YdIU6qRw==",
792
699
  "dependencies": {
793
700
  "@types/node": "*"
794
701
  }
795
702
  },
796
703
  "node_modules/@types/json-schema": {
797
- "version": "7.0.12",
798
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
799
- "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA=="
704
+ "version": "7.0.15",
705
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
706
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
800
707
  },
801
708
  "node_modules/@types/klaw": {
802
- "version": "3.0.5",
803
- "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.5.tgz",
804
- "integrity": "sha512-sX8M64GwQbEhPA4GrOUYEl/0Cc9oz5Effoaj43B4o3bsVwskxEipparp8tI1E6lhs2s1R1u/0KeNvf/9OR1cAA==",
709
+ "version": "3.0.6",
710
+ "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.6.tgz",
711
+ "integrity": "sha512-BErW5TrTz4nzt/c3VRGf0Bug4JyQJ1o807F4mAfXfvOzFZ8SKgFeHJ0T28Y1KtqlMEB+cUgN7S7CsyQDQ/qxqg==",
805
712
  "dependencies": {
806
713
  "@types/node": "*"
807
714
  }
808
715
  },
809
716
  "node_modules/@types/lockfile": {
810
- "version": "1.0.3",
811
- "resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.3.tgz",
812
- "integrity": "sha512-p0ZFzoiL0B9MbNaanUV4u86E9k9PaZdhahiKfsOqj30v/vtNz2NyZFp/VJpVp6E7Iy5a9lXozZmnjm7FbtoKnw=="
717
+ "version": "1.0.4",
718
+ "resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.4.tgz",
719
+ "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
813
720
  },
814
721
  "node_modules/@types/lodash": {
815
- "version": "4.14.200",
816
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz",
817
- "integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q=="
722
+ "version": "4.14.201",
723
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
724
+ "integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
818
725
  },
819
726
  "node_modules/@types/method-override": {
820
- "version": "0.0.32",
821
- "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.32.tgz",
822
- "integrity": "sha512-Vf9AohOlANmhNswCbkdRG3p+tYcq1+63O+ex1UoNIVYWW3tO8Mx6Z+5G1R8DENeC6/t1SiDJS+ph6ACKpryokg==",
727
+ "version": "0.0.35",
728
+ "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.35.tgz",
729
+ "integrity": "sha512-HdhM5xiIV8fwsZ3B8e9IKWJOqEgmXXBJ/qQzhs5Z8idjsszqEX4j/7/QAcso27ArZ1tSBXg2XMlI1cIHAsCTXA==",
823
730
  "dependencies": {
824
731
  "@types/express": "*"
825
732
  }
826
733
  },
827
734
  "node_modules/@types/mime": {
828
- "version": "1.3.2",
829
- "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
830
- "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
735
+ "version": "1.3.5",
736
+ "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
737
+ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
831
738
  },
832
739
  "node_modules/@types/mv": {
833
- "version": "2.1.3",
834
- "resolved": "https://registry.npmjs.org/@types/mv/-/mv-2.1.3.tgz",
835
- "integrity": "sha512-RQ5XrCe7RWGw3K5bsUpeURtqkhP0/hA/hmUz38Uc2J9nRirkJNmcSumHSK7SNbGw62vuIs3x0sy4hGwoXFdLXQ=="
740
+ "version": "2.1.4",
741
+ "resolved": "https://registry.npmjs.org/@types/mv/-/mv-2.1.4.tgz",
742
+ "integrity": "sha512-MgEHBpXnQo44Q43j8G0Bvp/Yi8LYbC8hxKrRFMgDEDZMmzDKZLgiyMWtW49B37ko+QupgZ3G5rtPUnOGe5ixLw=="
836
743
  },
837
744
  "node_modules/@types/ncp": {
838
- "version": "2.0.7",
839
- "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.7.tgz",
840
- "integrity": "sha512-Ns28Jr+Me6DeWolxrh6VtjLKWjUxwpnc9/8RLCzvsFvod28bwsI1DOuXrNYs8YExDW7acc/JnZ/vnGe1FUS5Kw==",
745
+ "version": "2.0.8",
746
+ "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.8.tgz",
747
+ "integrity": "sha512-pLNWVLCVWBLVM4F2OPjjK6FWFtByFKD7LhHryF+MbVLws7ENj09mKxRFlhkGPOXfJuaBAG+2iADKJsZwnAbYDw==",
841
748
  "dependencies": {
842
749
  "@types/node": "*"
843
750
  }
844
751
  },
845
752
  "node_modules/@types/node": {
846
- "version": "20.8.10",
847
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz",
848
- "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==",
753
+ "version": "20.9.1",
754
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.1.tgz",
755
+ "integrity": "sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==",
849
756
  "dependencies": {
850
757
  "undici-types": "~5.26.4"
851
758
  }
@@ -856,91 +763,100 @@
856
763
  "integrity": "sha512-ehPtgRgaULsFG8x0NeYJvmyH1hmlfsNLujHe9dQEia/7MAJYdzMSi19JtchUHjmBA6XC/75dK55mzZH+RyieSg=="
857
764
  },
858
765
  "node_modules/@types/npmlog": {
859
- "version": "4.1.4",
860
- "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz",
861
- "integrity": "sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ=="
766
+ "version": "4.1.6",
767
+ "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.6.tgz",
768
+ "integrity": "sha512-0l3z16vnlJGl2Mi/rgJFrdwfLZ4jfNYgE6ZShEpjqhHuGTqdEzNles03NpYHwUMVYZa+Tj46UxKIEpE78lQ3DQ==",
769
+ "dependencies": {
770
+ "@types/node": "*"
771
+ }
862
772
  },
863
773
  "node_modules/@types/pluralize": {
864
- "version": "0.0.32",
865
- "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.32.tgz",
866
- "integrity": "sha512-exDkoRIkWJlbRDRmtYDbI3ZUE28HwBwHe5VKn4mvpvMW7qIRDHO6URItErBsBSX7J8/PrDLSOHCcbUMFXwA6CA=="
774
+ "version": "0.0.33",
775
+ "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.33.tgz",
776
+ "integrity": "sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg=="
867
777
  },
868
778
  "node_modules/@types/qs": {
869
- "version": "6.9.7",
870
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
871
- "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
779
+ "version": "6.9.10",
780
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.10.tgz",
781
+ "integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw=="
872
782
  },
873
783
  "node_modules/@types/range-parser": {
874
- "version": "1.2.4",
875
- "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
876
- "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
784
+ "version": "1.2.7",
785
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
786
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="
877
787
  },
878
788
  "node_modules/@types/readdir-glob": {
879
- "version": "1.1.3",
880
- "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.3.tgz",
881
- "integrity": "sha512-trCChHpWDGCJCUPJRwD62eapW4KOru6h4S7n9KUIESaxhyBM/2Jh20P3XrFRQQ6Df78E/rq2DbUCVZlI8CXPnA==",
789
+ "version": "1.1.4",
790
+ "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.4.tgz",
791
+ "integrity": "sha512-uEJsErL2wFCTcbbmJpIuD8OWYNabgv1oaYP2bOkzZXKtk3c6LCYQEKngIqBj2VR2NMv9DOAXSkxSYOWtHxh2gQ==",
882
792
  "dependencies": {
883
793
  "@types/node": "*"
884
794
  }
885
795
  },
796
+ "node_modules/@types/semver": {
797
+ "version": "7.5.5",
798
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz",
799
+ "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg=="
800
+ },
886
801
  "node_modules/@types/send": {
887
- "version": "0.17.1",
888
- "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz",
889
- "integrity": "sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==",
802
+ "version": "0.17.4",
803
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
804
+ "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
890
805
  "dependencies": {
891
806
  "@types/mime": "^1",
892
807
  "@types/node": "*"
893
808
  }
894
809
  },
895
810
  "node_modules/@types/serve-favicon": {
896
- "version": "2.5.4",
897
- "resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.4.tgz",
898
- "integrity": "sha512-ly+yd6J/1myO40DKhZGx835/e+DXuLzA2J6dsRyBOzNnQoCsnGcuqkUkMmJD6Q8K9CSZOf+CyxL707WHa1PZGA==",
811
+ "version": "2.5.7",
812
+ "resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.7.tgz",
813
+ "integrity": "sha512-z9TNUQXdQ+W/OJMP1e3KOYUZ99qJS4+ZfFOIrPGImcayqKoyifbJSEFkVq1MCKBbqjMZpjPj3B5ilrQAR2+TOw==",
899
814
  "dependencies": {
900
815
  "@types/express": "*"
901
816
  }
902
817
  },
903
818
  "node_modules/@types/serve-static": {
904
- "version": "1.15.1",
905
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.1.tgz",
906
- "integrity": "sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==",
819
+ "version": "1.15.5",
820
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz",
821
+ "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==",
907
822
  "dependencies": {
823
+ "@types/http-errors": "*",
908
824
  "@types/mime": "*",
909
825
  "@types/node": "*"
910
826
  }
911
827
  },
912
828
  "node_modules/@types/shell-quote": {
913
- "version": "1.7.3",
914
- "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.3.tgz",
915
- "integrity": "sha512-CeYcQaOnluyKPHJTuJmaH9RDJEQSVxGMVf2EZab3chpA8sI65FB19t0x3JlS37NbxL+TUottk9pMypMJQcfhIw=="
829
+ "version": "1.7.4",
830
+ "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.4.tgz",
831
+ "integrity": "sha512-ifo7UZx1tZb4O/I7SjSOUJmPcXcXCMU7NQ/QkcYPGnDWZHX7ViGCPWyzZXk3ThD/WDxuJHr5Uieyb02Cyz7Yng=="
916
832
  },
917
833
  "node_modules/@types/supports-color": {
918
- "version": "8.1.2",
919
- "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.2.tgz",
920
- "integrity": "sha512-nhs1D8NjNueBqRBhBTsc81g90g7VBD4wnMTMy9oP+QIldHuJkE655QTL2D1jkj3LyCd+Q5Y69oOpfxN1l0eCMA=="
834
+ "version": "8.1.3",
835
+ "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.3.tgz",
836
+ "integrity": "sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg=="
921
837
  },
922
838
  "node_modules/@types/teen_process": {
923
- "version": "2.0.2",
924
- "resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.2.tgz",
925
- "integrity": "sha512-NxR5/SFGnvMq+iyNnobafRAEfO3ix8Igp8Twjc5QBnhgMRqQ9zRaIqwfCVcRgr7G/aOM0hOCxPamw0bmey6pvw==",
839
+ "version": "2.0.3",
840
+ "resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.3.tgz",
841
+ "integrity": "sha512-JOBoIEwRLG0FPqLjFgPv4OiTWRIhxc+QInVjJfgw7IAMR2Dj1nzQB9GfWQMHjCwSH9piX7Do+RqHKISWeQ86Tg==",
926
842
  "dependencies": {
927
843
  "@types/node": "*"
928
844
  }
929
845
  },
930
846
  "node_modules/@types/uuid": {
931
- "version": "9.0.6",
932
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz",
933
- "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew=="
847
+ "version": "9.0.7",
848
+ "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
849
+ "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g=="
934
850
  },
935
851
  "node_modules/@types/which": {
936
- "version": "3.0.0",
937
- "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
938
- "integrity": "sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ=="
852
+ "version": "3.0.1",
853
+ "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.1.tgz",
854
+ "integrity": "sha512-OJWjr4k8gS1HXuOnCmQbBrQez+xqt/zqfp5PhgbKtsmEFEuojAg23arr+TiTZZ1TORdUF9RKXb/WKEpT1dwgSg=="
939
855
  },
940
856
  "node_modules/@types/ws": {
941
- "version": "8.5.5",
942
- "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz",
943
- "integrity": "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==",
857
+ "version": "8.5.9",
858
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.9.tgz",
859
+ "integrity": "sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==",
944
860
  "dependencies": {
945
861
  "@types/node": "*"
946
862
  }
@@ -999,9 +915,9 @@
999
915
  }
1000
916
  },
1001
917
  "node_modules/appium-idb": {
1002
- "version": "1.8.8",
1003
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.8.tgz",
1004
- "integrity": "sha512-gh9C9Ga8ILg1MSo85MxRRMCGcJwucd5hIX5QsE6Fw5I1ewY2L/g4qvLCFkWaJg/RHTW5vJ9CK10/rig5TnC0vA==",
918
+ "version": "1.8.9",
919
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.9.tgz",
920
+ "integrity": "sha512-8BFsaxb+cMexs/yhqqXIJPu0oZNPf6G6Q5UjDgV409yNvA2LG+hgAHdmBLKjr0kD1yQEr7HHEB2CKwHa2QOkQg==",
1005
921
  "dependencies": {
1006
922
  "@appium/support": "^4.0.0",
1007
923
  "asyncbox": "^3.0.0",
@@ -1058,9 +974,9 @@
1058
974
  }
1059
975
  },
1060
976
  "node_modules/appium-remote-debugger": {
1061
- "version": "10.1.7",
1062
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-10.1.7.tgz",
1063
- "integrity": "sha512-aCdHfERsY0rul/Q5YespwgjZw83SukJBtjqemqskRa/32tXf2wQPDHJ1vsGJvLvymKbhhS+KS1qudWnpzHnqwQ==",
977
+ "version": "10.2.0",
978
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-10.2.0.tgz",
979
+ "integrity": "sha512-9tG/FWjlchiXKM5UyoRTXrcFlHVCXJ/Bm4TNm32yCgkWvXuibPNvQWSwWAnL5xC2QuLU32jyOYnFvPDB5E4Mvw==",
1064
980
  "dependencies": {
1065
981
  "@appium/base-driver": "^9.0.0",
1066
982
  "@appium/support": "^4.0.0",
@@ -1080,9 +996,9 @@
1080
996
  }
1081
997
  },
1082
998
  "node_modules/appium-webdriveragent": {
1083
- "version": "5.13.2",
1084
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.13.2.tgz",
1085
- "integrity": "sha512-kL0NGm044NUo5jqXos1QIpkvOVsvjyGNXRgfHePgK69JxZvb3+mpYsXkgVaH4ZtmZwHxzGS4FmEcZj3jAoHHJA==",
999
+ "version": "5.14.0",
1000
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.14.0.tgz",
1001
+ "integrity": "sha512-TNPsCmhbiFpEE1jtV+o+raqZIxoDyBxwAQ23JLFe/O15PTdt63SJncp9Z8M9Gl60OJypmPp0LBiVhXSMYfz29g==",
1086
1002
  "dependencies": {
1087
1003
  "@appium/base-driver": "^9.0.0",
1088
1004
  "@appium/strongbox": "^0.x",
@@ -1104,9 +1020,9 @@
1104
1020
  }
1105
1021
  },
1106
1022
  "node_modules/appium-xcode": {
1107
- "version": "5.2.7",
1108
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.7.tgz",
1109
- "integrity": "sha512-C2PfkzufCXBkodftD6mB3O4ZbMHiErFoaGHzLarJJWgNdHlwnIRDS7utEaLkTtwM4m+ECxc3hKex7P9hRt1iWw==",
1023
+ "version": "5.2.8",
1024
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.8.tgz",
1025
+ "integrity": "sha512-0sHh8VomNGeBJT/2z1ZJj8Z+iQtjiBxkBbPiZq2vu28v5wX5+aIB1ZGzD11FpSrDyluWwejniOPxEiuXEkYJeA==",
1110
1026
  "dependencies": {
1111
1027
  "@appium/support": "^4.0.0",
1112
1028
  "@types/lodash": "^4.14.192",
@@ -1291,9 +1207,9 @@
1291
1207
  "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
1292
1208
  },
1293
1209
  "node_modules/axios": {
1294
- "version": "1.6.0",
1295
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
1296
- "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
1210
+ "version": "1.6.2",
1211
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
1212
+ "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
1297
1213
  "dependencies": {
1298
1214
  "follow-redirects": "^1.15.0",
1299
1215
  "form-data": "^4.0.0",
@@ -1712,6 +1628,23 @@
1712
1628
  }
1713
1629
  ]
1714
1630
  },
1631
+ "node_modules/debug": {
1632
+ "version": "4.3.4",
1633
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1634
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1635
+ "optional": true,
1636
+ "dependencies": {
1637
+ "ms": "2.1.2"
1638
+ },
1639
+ "engines": {
1640
+ "node": ">=6.0"
1641
+ },
1642
+ "peerDependenciesMeta": {
1643
+ "supports-color": {
1644
+ "optional": true
1645
+ }
1646
+ }
1647
+ },
1715
1648
  "node_modules/decompress-response": {
1716
1649
  "version": "6.0.0",
1717
1650
  "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
@@ -1788,6 +1721,12 @@
1788
1721
  "node": ">=8"
1789
1722
  }
1790
1723
  },
1724
+ "node_modules/detect-node": {
1725
+ "version": "2.1.0",
1726
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
1727
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
1728
+ "optional": true
1729
+ },
1791
1730
  "node_modules/duplexer": {
1792
1731
  "version": "0.1.2",
1793
1732
  "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
@@ -2314,6 +2253,12 @@
2314
2253
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2315
2254
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
2316
2255
  },
2256
+ "node_modules/handle-thing": {
2257
+ "version": "2.0.1",
2258
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
2259
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
2260
+ "optional": true
2261
+ },
2317
2262
  "node_modules/has-flag": {
2318
2263
  "version": "4.0.0",
2319
2264
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -2371,6 +2316,54 @@
2371
2316
  "node": ">= 0.4"
2372
2317
  }
2373
2318
  },
2319
+ "node_modules/hpack.js": {
2320
+ "version": "2.1.6",
2321
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
2322
+ "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
2323
+ "optional": true,
2324
+ "dependencies": {
2325
+ "inherits": "^2.0.1",
2326
+ "obuf": "^1.0.0",
2327
+ "readable-stream": "^2.0.1",
2328
+ "wbuf": "^1.1.0"
2329
+ }
2330
+ },
2331
+ "node_modules/hpack.js/node_modules/readable-stream": {
2332
+ "version": "2.3.8",
2333
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
2334
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
2335
+ "optional": true,
2336
+ "dependencies": {
2337
+ "core-util-is": "~1.0.0",
2338
+ "inherits": "~2.0.3",
2339
+ "isarray": "~1.0.0",
2340
+ "process-nextick-args": "~2.0.0",
2341
+ "safe-buffer": "~5.1.1",
2342
+ "string_decoder": "~1.1.1",
2343
+ "util-deprecate": "~1.0.1"
2344
+ }
2345
+ },
2346
+ "node_modules/hpack.js/node_modules/safe-buffer": {
2347
+ "version": "5.1.2",
2348
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
2349
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
2350
+ "optional": true
2351
+ },
2352
+ "node_modules/hpack.js/node_modules/string_decoder": {
2353
+ "version": "1.1.1",
2354
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
2355
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
2356
+ "optional": true,
2357
+ "dependencies": {
2358
+ "safe-buffer": "~5.1.0"
2359
+ }
2360
+ },
2361
+ "node_modules/http-deceiver": {
2362
+ "version": "1.2.7",
2363
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
2364
+ "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
2365
+ "optional": true
2366
+ },
2374
2367
  "node_modules/http-errors": {
2375
2368
  "version": "2.0.0",
2376
2369
  "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
@@ -2387,9 +2380,9 @@
2387
2380
  }
2388
2381
  },
2389
2382
  "node_modules/http-status-codes": {
2390
- "version": "2.2.0",
2391
- "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz",
2392
- "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng=="
2383
+ "version": "2.3.0",
2384
+ "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz",
2385
+ "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA=="
2393
2386
  },
2394
2387
  "node_modules/iconv-lite": {
2395
2388
  "version": "0.4.24",
@@ -2654,9 +2647,12 @@
2654
2647
  }
2655
2648
  },
2656
2649
  "node_modules/lru-cache": {
2657
- "version": "10.0.1",
2658
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
2659
- "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
2650
+ "version": "10.0.2",
2651
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.2.tgz",
2652
+ "integrity": "sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==",
2653
+ "dependencies": {
2654
+ "semver": "^7.3.5"
2655
+ },
2660
2656
  "engines": {
2661
2657
  "node": "14 || >=16.14"
2662
2658
  }
@@ -2740,6 +2736,12 @@
2740
2736
  "url": "https://github.com/sponsors/sindresorhus"
2741
2737
  }
2742
2738
  },
2739
+ "node_modules/minimalistic-assert": {
2740
+ "version": "1.0.1",
2741
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
2742
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
2743
+ "optional": true
2744
+ },
2743
2745
  "node_modules/minimatch": {
2744
2746
  "version": "3.1.2",
2745
2747
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -2927,9 +2929,9 @@
2927
2929
  "devOptional": true
2928
2930
  },
2929
2931
  "node_modules/node-simctl": {
2930
- "version": "7.3.12",
2931
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.3.12.tgz",
2932
- "integrity": "sha512-7fvsyQcnHnaFPONFomIDsnOY00o/j+HXgn8DWkmX7g+XpbAlcqfkxf16oY70iQvRY7pqkRFwcKLEevyTYA+WBg==",
2932
+ "version": "7.3.13",
2933
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.3.13.tgz",
2934
+ "integrity": "sha512-bv3EFW8CfEsiO0X2yHeyoq5pqeOzR6ilUL4GmXSST8JRIAr09BiZaDyw/LgRdeQTUjiN3RTgfZWk6mowEaDvqg==",
2933
2935
  "dependencies": {
2934
2936
  "asyncbox": "^3.0.0",
2935
2937
  "bluebird": "^3.5.1",
@@ -2999,6 +3001,12 @@
2999
3001
  "url": "https://github.com/sponsors/ljharb"
3000
3002
  }
3001
3003
  },
3004
+ "node_modules/obuf": {
3005
+ "version": "1.1.2",
3006
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
3007
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
3008
+ "optional": true
3009
+ },
3002
3010
  "node_modules/on-finished": {
3003
3011
  "version": "2.4.1",
3004
3012
  "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
@@ -3416,11 +3424,6 @@
3416
3424
  "node": ">=10"
3417
3425
  }
3418
3426
  },
3419
- "node_modules/regenerator-runtime": {
3420
- "version": "0.14.0",
3421
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
3422
- "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
3423
- },
3424
3427
  "node_modules/resolve": {
3425
3428
  "version": "1.22.8",
3426
3429
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
@@ -3494,6 +3497,12 @@
3494
3497
  "truncate-utf8-bytes": "^1.0.0"
3495
3498
  }
3496
3499
  },
3500
+ "node_modules/select-hose": {
3501
+ "version": "2.0.0",
3502
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
3503
+ "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
3504
+ "optional": true
3505
+ },
3497
3506
  "node_modules/semver": {
3498
3507
  "version": "7.5.4",
3499
3508
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@@ -3519,11 +3528,6 @@
3519
3528
  "node": ">=10"
3520
3529
  }
3521
3530
  },
3522
- "node_modules/semver/node_modules/yallist": {
3523
- "version": "4.0.0",
3524
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
3525
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
3526
- },
3527
3531
  "node_modules/send": {
3528
3532
  "version": "0.18.0",
3529
3533
  "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
@@ -3842,6 +3846,36 @@
3842
3846
  "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
3843
3847
  "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w=="
3844
3848
  },
3849
+ "node_modules/spdy": {
3850
+ "version": "4.0.2",
3851
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
3852
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
3853
+ "optional": true,
3854
+ "dependencies": {
3855
+ "debug": "^4.1.0",
3856
+ "handle-thing": "^2.0.0",
3857
+ "http-deceiver": "^1.2.7",
3858
+ "select-hose": "^2.0.0",
3859
+ "spdy-transport": "^3.0.0"
3860
+ },
3861
+ "engines": {
3862
+ "node": ">=6.0.0"
3863
+ }
3864
+ },
3865
+ "node_modules/spdy-transport": {
3866
+ "version": "3.0.0",
3867
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
3868
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
3869
+ "optional": true,
3870
+ "dependencies": {
3871
+ "debug": "^4.1.0",
3872
+ "detect-node": "^2.0.4",
3873
+ "hpack.js": "^2.1.6",
3874
+ "obuf": "^1.1.2",
3875
+ "readable-stream": "^3.0.6",
3876
+ "wbuf": "^1.7.3"
3877
+ }
3878
+ },
3845
3879
  "node_modules/statuses": {
3846
3880
  "version": "2.0.1",
3847
3881
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
@@ -4029,9 +4063,9 @@
4029
4063
  }
4030
4064
  },
4031
4065
  "node_modules/teen_process": {
4032
- "version": "2.0.76",
4033
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.76.tgz",
4034
- "integrity": "sha512-SyIuhkFo0VYA7fmCPIycmTQnSlX6z6nkvuB7Tm5pMRTWwfE8hlitO8J5D5UML+NcSIYZRdevpIFFBxzukD85mg==",
4066
+ "version": "2.0.89",
4067
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.89.tgz",
4068
+ "integrity": "sha512-XU+Q0tOCECNVDUVRhSDCMWmure4B6bep7jQqOheaXrJ77za1dwt4p4kVdz8v4+zdR8iWWY20zZlW1SLv8qg4Qw==",
4035
4069
  "dependencies": {
4036
4070
  "bluebird": "3.7.2",
4037
4071
  "lodash": "4.17.21",
@@ -4161,6 +4195,15 @@
4161
4195
  "node": ">= 0.8"
4162
4196
  }
4163
4197
  },
4198
+ "node_modules/wbuf": {
4199
+ "version": "1.7.3",
4200
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
4201
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
4202
+ "optional": true,
4203
+ "dependencies": {
4204
+ "minimalistic-assert": "^1.0.0"
4205
+ }
4206
+ },
4164
4207
  "node_modules/wide-align": {
4165
4208
  "version": "1.1.5",
4166
4209
  "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
@@ -4271,6 +4314,11 @@
4271
4314
  "node": ">=8.0"
4272
4315
  }
4273
4316
  },
4317
+ "node_modules/yallist": {
4318
+ "version": "4.0.0",
4319
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
4320
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
4321
+ },
4274
4322
  "node_modules/yauzl": {
4275
4323
  "version": "2.10.0",
4276
4324
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "5.8.2",
11
+ "version": "5.9.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {