appium-xcuitest-driver 7.17.3 → 7.17.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.17.3",
3
+ "version": "7.17.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.17.3",
9
+ "version": "7.17.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -81,17 +81,17 @@
81
81
  }
82
82
  },
83
83
  "node_modules/@appium/base-driver": {
84
- "version": "9.7.0",
85
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.7.0.tgz",
86
- "integrity": "sha512-WOikrt0wcwGjVhjyfWtLZ9TkPdov4FIrrhcYa9H4xfLDUirvEIesFHvXf2syV+Y+dn7eofrSWqEokV6SuX5cyA==",
84
+ "version": "9.10.3",
85
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.10.3.tgz",
86
+ "integrity": "sha512-xPv2StYa8hHzgXF70bvQtc/5dOdqCR1DcwwSjSTOt49FTPGg6bYCSSobAfdHr80iR/alwNXe66qVkiOn1rO1iw==",
87
87
  "dependencies": {
88
- "@appium/support": "^4.2.6",
89
- "@appium/types": "^0.18.0",
88
+ "@appium/support": "^5.0.3",
89
+ "@appium/types": "^0.20.3",
90
90
  "@colors/colors": "1.6.0",
91
91
  "@types/async-lock": "1.4.2",
92
92
  "@types/bluebird": "3.5.42",
93
93
  "@types/express": "4.17.21",
94
- "@types/lodash": "4.17.4",
94
+ "@types/lodash": "4.17.5",
95
95
  "@types/method-override": "0.0.35",
96
96
  "@types/serve-favicon": "2.5.7",
97
97
  "async-lock": "1.4.1",
@@ -108,7 +108,7 @@
108
108
  "path-to-regexp": "6.2.2",
109
109
  "serve-favicon": "2.5.0",
110
110
  "source-map-support": "0.5.21",
111
- "type-fest": "4.18.3",
111
+ "type-fest": "4.20.0",
112
112
  "validate.js": "0.13.1"
113
113
  },
114
114
  "engines": {
@@ -119,40 +119,29 @@
119
119
  "spdy": "4.0.2"
120
120
  }
121
121
  },
122
- "node_modules/@appium/base-driver/node_modules/type-fest": {
123
- "version": "4.18.3",
124
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
125
- "integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
126
- "engines": {
127
- "node": ">=16"
128
- },
129
- "funding": {
130
- "url": "https://github.com/sponsors/sindresorhus"
131
- }
132
- },
133
122
  "node_modules/@appium/docutils": {
134
- "version": "1.0.8",
135
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.8.tgz",
136
- "integrity": "sha512-HaFloi3Oc8NXFLOgZotxJsv4iY46sZfwd2NwLe4I6xL75rn1IJZfuPjCHOCm3pSWtpxALdngpvmr1lKrwDz6ag==",
123
+ "version": "1.0.15",
124
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.15.tgz",
125
+ "integrity": "sha512-R8gxGLdtZIKkhOfz4ZuwYMO1K9xdZJm0UWRua3bkoifugkgInFdXNJT4y+UBOP39DvlV1qGYKS0euvPdoN8KQw==",
137
126
  "dependencies": {
138
- "@appium/support": "^4.2.6",
127
+ "@appium/support": "^5.0.3",
139
128
  "@appium/tsconfig": "^0.3.3",
140
129
  "@sliphua/lilconfig-ts-loader": "3.2.2",
141
- "@types/which": "3.0.3",
130
+ "@types/which": "3.0.4",
142
131
  "chalk": "4.1.2",
143
132
  "consola": "3.2.3",
144
133
  "diff": "5.2.0",
145
134
  "json5": "2.2.3",
146
- "lilconfig": "3.1.1",
135
+ "lilconfig": "3.1.2",
147
136
  "lodash": "4.17.21",
148
137
  "pkg-dir": "5.0.0",
149
138
  "read-pkg": "5.2.0",
150
139
  "semver": "7.6.2",
151
140
  "source-map-support": "0.5.21",
152
- "teen_process": "2.1.3",
153
- "type-fest": "4.18.3",
141
+ "teen_process": "2.1.4",
142
+ "type-fest": "4.20.0",
154
143
  "typescript": "5.4.5",
155
- "yaml": "2.4.2",
144
+ "yaml": "2.4.5",
156
145
  "yargs": "17.7.2",
157
146
  "yargs-parser": "21.1.1"
158
147
  },
@@ -164,36 +153,24 @@
164
153
  "npm": ">=8"
165
154
  }
166
155
  },
167
- "node_modules/@appium/docutils/node_modules/teen_process": {
168
- "version": "2.1.3",
169
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.3.tgz",
170
- "integrity": "sha512-OBxmDvVOGavBQscCaKn365B5KuQ04uGRekAcKbwCu/2M1YvICpeNgVpqR+z9AhWSYOdB4zKLLwk4M1fyfAwPjw==",
156
+ "node_modules/@appium/logger": {
157
+ "version": "1.4.2",
158
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.4.2.tgz",
159
+ "integrity": "sha512-ifHuA4wuBa8xLx77lYhYmNi9qNPuGb1QgUQreME58Ugh5K2M6C+4xq6dD9KiQpHf0sy64m8fflxy24jrRPJ8ZA==",
171
160
  "dependencies": {
172
- "bluebird": "^3.7.2",
173
- "lodash": "^4.17.21",
174
- "shell-quote": "^1.8.1",
175
- "source-map-support": "^0.x"
161
+ "console-control-strings": "1.1.0",
162
+ "lodash": "4.17.21",
163
+ "set-blocking": "2.0.0"
176
164
  },
177
165
  "engines": {
178
- "node": "^16.13.0 || >=18.0.0",
166
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
179
167
  "npm": ">=8"
180
168
  }
181
169
  },
182
- "node_modules/@appium/docutils/node_modules/type-fest": {
183
- "version": "4.18.3",
184
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
185
- "integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
186
- "engines": {
187
- "node": ">=16"
188
- },
189
- "funding": {
190
- "url": "https://github.com/sponsors/sindresorhus"
191
- }
192
- },
193
170
  "node_modules/@appium/schema": {
194
- "version": "0.5.0",
195
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
196
- "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
171
+ "version": "0.6.1",
172
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.6.1.tgz",
173
+ "integrity": "sha512-tk4ytYaQQ94h5pqz97V2yKqZAmGnBd4ld50ZEw4Tt8QL2VBXOuTuizKDH+AMpyyL6hn/+dMFtcSVjy19iKrsUg==",
197
174
  "dependencies": {
198
175
  "@types/json-schema": "7.0.15",
199
176
  "json-schema": "0.4.0",
@@ -218,12 +195,13 @@
218
195
  }
219
196
  },
220
197
  "node_modules/@appium/support": {
221
- "version": "4.2.6",
222
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.6.tgz",
223
- "integrity": "sha512-uX4OMlatb3zsTOmh2YPZb3owtxdCMfMk9IbcFilIzCMLRAhYEYw29Z8vNe19QN+td2tS0i0NOFae5tz7lB72Uw==",
198
+ "version": "5.0.3",
199
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.0.3.tgz",
200
+ "integrity": "sha512-MCfaP3lg6WyRlBqk2yKr2q51tYhHBbOpJKX9rcHaFenlvf6lCKTrdazY4U/GP8MzW7/RxQE4l8jCJUXomLRfbQ==",
224
201
  "dependencies": {
202
+ "@appium/logger": "^1.4.2",
225
203
  "@appium/tsconfig": "^0.3.3",
226
- "@appium/types": "^0.18.0",
204
+ "@appium/types": "^0.20.3",
227
205
  "@colors/colors": "1.6.0",
228
206
  "@types/archiver": "6.0.2",
229
207
  "@types/base64-stream": "1.0.5",
@@ -233,14 +211,13 @@
233
211
  "@types/lockfile": "1.0.4",
234
212
  "@types/mv": "2.1.4",
235
213
  "@types/ncp": "2.0.8",
236
- "@types/npmlog": "7.0.0",
237
214
  "@types/pluralize": "0.0.33",
238
215
  "@types/semver": "7.5.8",
239
216
  "@types/shell-quote": "1.7.5",
240
217
  "@types/supports-color": "8.1.3",
241
218
  "@types/teen_process": "2.0.4",
242
219
  "@types/uuid": "9.0.8",
243
- "@types/which": "3.0.3",
220
+ "@types/which": "3.0.4",
244
221
  "archiver": "7.0.1",
245
222
  "axios": "1.7.2",
246
223
  "base64-stream": "1.0.0",
@@ -258,7 +235,6 @@
258
235
  "moment": "2.30.1",
259
236
  "mv": "2.1.1",
260
237
  "ncp": "2.0.0",
261
- "npmlog": "7.0.1",
262
238
  "opencv-bindings": "4.5.5",
263
239
  "pkg-dir": "5.0.0",
264
240
  "plist": "3.1.0",
@@ -270,8 +246,8 @@
270
246
  "shell-quote": "1.8.1",
271
247
  "source-map-support": "0.5.21",
272
248
  "supports-color": "8.1.1",
273
- "teen_process": "2.1.3",
274
- "type-fest": "4.18.3",
249
+ "teen_process": "2.1.4",
250
+ "type-fest": "4.20.0",
275
251
  "uuid": "9.0.1",
276
252
  "which": "4.0.0",
277
253
  "yauzl": "3.1.3"
@@ -284,32 +260,6 @@
284
260
  "sharp": "0.33.4"
285
261
  }
286
262
  },
287
- "node_modules/@appium/support/node_modules/teen_process": {
288
- "version": "2.1.3",
289
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.3.tgz",
290
- "integrity": "sha512-OBxmDvVOGavBQscCaKn365B5KuQ04uGRekAcKbwCu/2M1YvICpeNgVpqR+z9AhWSYOdB4zKLLwk4M1fyfAwPjw==",
291
- "dependencies": {
292
- "bluebird": "^3.7.2",
293
- "lodash": "^4.17.21",
294
- "shell-quote": "^1.8.1",
295
- "source-map-support": "^0.x"
296
- },
297
- "engines": {
298
- "node": "^16.13.0 || >=18.0.0",
299
- "npm": ">=8"
300
- }
301
- },
302
- "node_modules/@appium/support/node_modules/type-fest": {
303
- "version": "4.18.3",
304
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
305
- "integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
306
- "engines": {
307
- "node": ">=16"
308
- },
309
- "funding": {
310
- "url": "https://github.com/sponsors/sindresorhus"
311
- }
312
- },
313
263
  "node_modules/@appium/tsconfig": {
314
264
  "version": "0.3.3",
315
265
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
@@ -323,39 +273,28 @@
323
273
  }
324
274
  },
325
275
  "node_modules/@appium/types": {
326
- "version": "0.18.0",
327
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.18.0.tgz",
328
- "integrity": "sha512-gvR75CbtbHP1dqUr1arWlLzI9ABAtosn/qDTqwjG5OX59ael6OwsWlfrR7wIDiGy7CjmHMRZJ38g+O4QwB9GCQ==",
276
+ "version": "0.20.3",
277
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.20.3.tgz",
278
+ "integrity": "sha512-5PTxTAyMvJbSY1ByBiXbnaLOejjPh2B0X+jadoOu6dciuPYMt+12yaH9yk/FfpFI4E7v/tbe1Vov5K/aIKm/jA==",
329
279
  "dependencies": {
330
- "@appium/schema": "^0.5.0",
280
+ "@appium/logger": "^1.4.2",
281
+ "@appium/schema": "^0.6.1",
331
282
  "@appium/tsconfig": "^0.3.3",
332
283
  "@types/express": "4.17.21",
333
- "@types/npmlog": "7.0.0",
334
284
  "@types/ws": "8.5.10",
335
- "type-fest": "4.18.3"
285
+ "type-fest": "4.20.0"
336
286
  },
337
287
  "engines": {
338
288
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
339
289
  "npm": ">=8"
340
290
  }
341
291
  },
342
- "node_modules/@appium/types/node_modules/type-fest": {
343
- "version": "4.18.3",
344
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.3.tgz",
345
- "integrity": "sha512-Q08/0IrpvM+NMY9PA2rti9Jb+JejTddwmwmVQGskAlhtcrw1wsRzoR6ode6mR+OAabNa75w/dxedSUY2mlphaQ==",
346
- "engines": {
347
- "node": ">=16"
348
- },
349
- "funding": {
350
- "url": "https://github.com/sponsors/sindresorhus"
351
- }
352
- },
353
292
  "node_modules/@babel/code-frame": {
354
- "version": "7.24.6",
355
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
356
- "integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
293
+ "version": "7.24.7",
294
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
295
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
357
296
  "dependencies": {
358
- "@babel/highlight": "^7.24.6",
297
+ "@babel/highlight": "^7.24.7",
359
298
  "picocolors": "^1.0.0"
360
299
  },
361
300
  "engines": {
@@ -363,19 +302,19 @@
363
302
  }
364
303
  },
365
304
  "node_modules/@babel/helper-validator-identifier": {
366
- "version": "7.24.6",
367
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
368
- "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
305
+ "version": "7.24.7",
306
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
307
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
369
308
  "engines": {
370
309
  "node": ">=6.9.0"
371
310
  }
372
311
  },
373
312
  "node_modules/@babel/highlight": {
374
- "version": "7.24.6",
375
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
376
- "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
313
+ "version": "7.24.7",
314
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
315
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
377
316
  "dependencies": {
378
- "@babel/helper-validator-identifier": "^7.24.6",
317
+ "@babel/helper-validator-identifier": "^7.24.7",
379
318
  "chalk": "^2.4.2",
380
319
  "js-tokens": "^4.0.0",
381
320
  "picocolors": "^1.0.0"
@@ -690,9 +629,9 @@
690
629
  "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
691
630
  },
692
631
  "node_modules/@types/lodash": {
693
- "version": "4.17.4",
694
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz",
695
- "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ=="
632
+ "version": "4.17.5",
633
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz",
634
+ "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw=="
696
635
  },
697
636
  "node_modules/@types/method-override": {
698
637
  "version": "0.0.35",
@@ -721,9 +660,9 @@
721
660
  }
722
661
  },
723
662
  "node_modules/@types/node": {
724
- "version": "20.14.1",
725
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.1.tgz",
726
- "integrity": "sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA==",
663
+ "version": "20.14.2",
664
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
665
+ "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
727
666
  "dependencies": {
728
667
  "undici-types": "~5.26.4"
729
668
  }
@@ -733,14 +672,6 @@
733
672
  "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
734
673
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
735
674
  },
736
- "node_modules/@types/npmlog": {
737
- "version": "7.0.0",
738
- "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-7.0.0.tgz",
739
- "integrity": "sha512-hJWbrKFvxKyWwSUXjZMYTINsSOY6IclhvGOZ97M8ac2tmR9hMwmTnYaMdpGhvju9ctWLTPhCS+eLfQNluiEjQQ==",
740
- "dependencies": {
741
- "@types/node": "*"
742
- }
743
- },
744
675
  "node_modules/@types/pluralize": {
745
676
  "version": "0.0.33",
746
677
  "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.33.tgz",
@@ -820,9 +751,9 @@
820
751
  "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA=="
821
752
  },
822
753
  "node_modules/@types/which": {
823
- "version": "3.0.3",
824
- "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.3.tgz",
825
- "integrity": "sha512-2C1+XoY0huExTbs8MQv1DuS5FS86+SEjdM9F/+GS61gg5Hqbtj8ZiDSx8MfWcyei907fIPbfPGCOrNUTnVHY1g=="
754
+ "version": "3.0.4",
755
+ "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.4.tgz",
756
+ "integrity": "sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w=="
826
757
  },
827
758
  "node_modules/@types/ws": {
828
759
  "version": "8.5.10",
@@ -902,6 +833,114 @@
902
833
  "npm": ">=8"
903
834
  }
904
835
  },
836
+ "node_modules/appium-idb/node_modules/@appium/schema": {
837
+ "version": "0.5.0",
838
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
839
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
840
+ "dependencies": {
841
+ "@types/json-schema": "7.0.15",
842
+ "json-schema": "0.4.0",
843
+ "source-map-support": "0.5.21"
844
+ },
845
+ "engines": {
846
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
847
+ "npm": ">=8"
848
+ }
849
+ },
850
+ "node_modules/appium-idb/node_modules/@appium/support": {
851
+ "version": "4.5.0",
852
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
853
+ "integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
854
+ "dependencies": {
855
+ "@appium/logger": "^1.3.0",
856
+ "@appium/tsconfig": "^0.3.3",
857
+ "@appium/types": "^0.19.2",
858
+ "@colors/colors": "1.6.0",
859
+ "@types/archiver": "6.0.2",
860
+ "@types/base64-stream": "1.0.5",
861
+ "@types/find-root": "1.1.4",
862
+ "@types/jsftp": "2.1.5",
863
+ "@types/klaw": "3.0.6",
864
+ "@types/lockfile": "1.0.4",
865
+ "@types/mv": "2.1.4",
866
+ "@types/ncp": "2.0.8",
867
+ "@types/pluralize": "0.0.33",
868
+ "@types/semver": "7.5.8",
869
+ "@types/shell-quote": "1.7.5",
870
+ "@types/supports-color": "8.1.3",
871
+ "@types/teen_process": "2.0.4",
872
+ "@types/uuid": "9.0.8",
873
+ "@types/which": "3.0.4",
874
+ "archiver": "7.0.1",
875
+ "axios": "1.7.2",
876
+ "base64-stream": "1.0.0",
877
+ "bluebird": "3.7.2",
878
+ "bplist-creator": "0.1.1",
879
+ "bplist-parser": "0.3.2",
880
+ "form-data": "4.0.0",
881
+ "get-stream": "6.0.1",
882
+ "glob": "10.4.1",
883
+ "jsftp": "2.1.3",
884
+ "klaw": "4.1.0",
885
+ "lockfile": "1.0.4",
886
+ "lodash": "4.17.21",
887
+ "log-symbols": "4.1.0",
888
+ "moment": "2.30.1",
889
+ "mv": "2.1.1",
890
+ "ncp": "2.0.0",
891
+ "opencv-bindings": "4.5.5",
892
+ "pkg-dir": "5.0.0",
893
+ "plist": "3.1.0",
894
+ "pluralize": "8.0.0",
895
+ "read-pkg": "5.2.0",
896
+ "resolve-from": "5.0.0",
897
+ "sanitize-filename": "1.6.3",
898
+ "semver": "7.6.2",
899
+ "shell-quote": "1.8.1",
900
+ "source-map-support": "0.5.21",
901
+ "supports-color": "8.1.1",
902
+ "teen_process": "2.1.4",
903
+ "type-fest": "4.19.0",
904
+ "uuid": "9.0.1",
905
+ "which": "4.0.0",
906
+ "yauzl": "3.1.3"
907
+ },
908
+ "engines": {
909
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
910
+ "npm": ">=8"
911
+ },
912
+ "optionalDependencies": {
913
+ "sharp": "0.33.4"
914
+ }
915
+ },
916
+ "node_modules/appium-idb/node_modules/@appium/types": {
917
+ "version": "0.19.2",
918
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
919
+ "integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
920
+ "dependencies": {
921
+ "@appium/logger": "^1.3.0",
922
+ "@appium/schema": "^0.5.0",
923
+ "@appium/tsconfig": "^0.3.3",
924
+ "@types/express": "4.17.21",
925
+ "@types/ws": "8.5.10",
926
+ "type-fest": "4.19.0"
927
+ },
928
+ "engines": {
929
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
930
+ "npm": ">=8"
931
+ }
932
+ },
933
+ "node_modules/appium-idb/node_modules/type-fest": {
934
+ "version": "4.19.0",
935
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
936
+ "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
937
+ "engines": {
938
+ "node": ">=16"
939
+ },
940
+ "funding": {
941
+ "url": "https://github.com/sponsors/sindresorhus"
942
+ }
943
+ },
905
944
  "node_modules/appium-ios-device": {
906
945
  "version": "2.7.17",
907
946
  "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.17.tgz",
@@ -923,6 +962,114 @@
923
962
  "npm": ">=8"
924
963
  }
925
964
  },
965
+ "node_modules/appium-ios-device/node_modules/@appium/schema": {
966
+ "version": "0.5.0",
967
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
968
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
969
+ "dependencies": {
970
+ "@types/json-schema": "7.0.15",
971
+ "json-schema": "0.4.0",
972
+ "source-map-support": "0.5.21"
973
+ },
974
+ "engines": {
975
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
976
+ "npm": ">=8"
977
+ }
978
+ },
979
+ "node_modules/appium-ios-device/node_modules/@appium/support": {
980
+ "version": "4.5.0",
981
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
982
+ "integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
983
+ "dependencies": {
984
+ "@appium/logger": "^1.3.0",
985
+ "@appium/tsconfig": "^0.3.3",
986
+ "@appium/types": "^0.19.2",
987
+ "@colors/colors": "1.6.0",
988
+ "@types/archiver": "6.0.2",
989
+ "@types/base64-stream": "1.0.5",
990
+ "@types/find-root": "1.1.4",
991
+ "@types/jsftp": "2.1.5",
992
+ "@types/klaw": "3.0.6",
993
+ "@types/lockfile": "1.0.4",
994
+ "@types/mv": "2.1.4",
995
+ "@types/ncp": "2.0.8",
996
+ "@types/pluralize": "0.0.33",
997
+ "@types/semver": "7.5.8",
998
+ "@types/shell-quote": "1.7.5",
999
+ "@types/supports-color": "8.1.3",
1000
+ "@types/teen_process": "2.0.4",
1001
+ "@types/uuid": "9.0.8",
1002
+ "@types/which": "3.0.4",
1003
+ "archiver": "7.0.1",
1004
+ "axios": "1.7.2",
1005
+ "base64-stream": "1.0.0",
1006
+ "bluebird": "3.7.2",
1007
+ "bplist-creator": "0.1.1",
1008
+ "bplist-parser": "0.3.2",
1009
+ "form-data": "4.0.0",
1010
+ "get-stream": "6.0.1",
1011
+ "glob": "10.4.1",
1012
+ "jsftp": "2.1.3",
1013
+ "klaw": "4.1.0",
1014
+ "lockfile": "1.0.4",
1015
+ "lodash": "4.17.21",
1016
+ "log-symbols": "4.1.0",
1017
+ "moment": "2.30.1",
1018
+ "mv": "2.1.1",
1019
+ "ncp": "2.0.0",
1020
+ "opencv-bindings": "4.5.5",
1021
+ "pkg-dir": "5.0.0",
1022
+ "plist": "3.1.0",
1023
+ "pluralize": "8.0.0",
1024
+ "read-pkg": "5.2.0",
1025
+ "resolve-from": "5.0.0",
1026
+ "sanitize-filename": "1.6.3",
1027
+ "semver": "7.6.2",
1028
+ "shell-quote": "1.8.1",
1029
+ "source-map-support": "0.5.21",
1030
+ "supports-color": "8.1.1",
1031
+ "teen_process": "2.1.4",
1032
+ "type-fest": "4.19.0",
1033
+ "uuid": "9.0.1",
1034
+ "which": "4.0.0",
1035
+ "yauzl": "3.1.3"
1036
+ },
1037
+ "engines": {
1038
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1039
+ "npm": ">=8"
1040
+ },
1041
+ "optionalDependencies": {
1042
+ "sharp": "0.33.4"
1043
+ }
1044
+ },
1045
+ "node_modules/appium-ios-device/node_modules/@appium/types": {
1046
+ "version": "0.19.2",
1047
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
1048
+ "integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
1049
+ "dependencies": {
1050
+ "@appium/logger": "^1.3.0",
1051
+ "@appium/schema": "^0.5.0",
1052
+ "@appium/tsconfig": "^0.3.3",
1053
+ "@types/express": "4.17.21",
1054
+ "@types/ws": "8.5.10",
1055
+ "type-fest": "4.19.0"
1056
+ },
1057
+ "engines": {
1058
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1059
+ "npm": ">=8"
1060
+ }
1061
+ },
1062
+ "node_modules/appium-ios-device/node_modules/type-fest": {
1063
+ "version": "4.19.0",
1064
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
1065
+ "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
1066
+ "engines": {
1067
+ "node": ">=16"
1068
+ },
1069
+ "funding": {
1070
+ "url": "https://github.com/sponsors/sindresorhus"
1071
+ }
1072
+ },
926
1073
  "node_modules/appium-ios-simulator": {
927
1074
  "version": "6.1.7",
928
1075
  "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.7.tgz",
@@ -945,6 +1092,114 @@
945
1092
  "npm": ">=8"
946
1093
  }
947
1094
  },
1095
+ "node_modules/appium-ios-simulator/node_modules/@appium/schema": {
1096
+ "version": "0.5.0",
1097
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
1098
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
1099
+ "dependencies": {
1100
+ "@types/json-schema": "7.0.15",
1101
+ "json-schema": "0.4.0",
1102
+ "source-map-support": "0.5.21"
1103
+ },
1104
+ "engines": {
1105
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1106
+ "npm": ">=8"
1107
+ }
1108
+ },
1109
+ "node_modules/appium-ios-simulator/node_modules/@appium/support": {
1110
+ "version": "4.5.0",
1111
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
1112
+ "integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
1113
+ "dependencies": {
1114
+ "@appium/logger": "^1.3.0",
1115
+ "@appium/tsconfig": "^0.3.3",
1116
+ "@appium/types": "^0.19.2",
1117
+ "@colors/colors": "1.6.0",
1118
+ "@types/archiver": "6.0.2",
1119
+ "@types/base64-stream": "1.0.5",
1120
+ "@types/find-root": "1.1.4",
1121
+ "@types/jsftp": "2.1.5",
1122
+ "@types/klaw": "3.0.6",
1123
+ "@types/lockfile": "1.0.4",
1124
+ "@types/mv": "2.1.4",
1125
+ "@types/ncp": "2.0.8",
1126
+ "@types/pluralize": "0.0.33",
1127
+ "@types/semver": "7.5.8",
1128
+ "@types/shell-quote": "1.7.5",
1129
+ "@types/supports-color": "8.1.3",
1130
+ "@types/teen_process": "2.0.4",
1131
+ "@types/uuid": "9.0.8",
1132
+ "@types/which": "3.0.4",
1133
+ "archiver": "7.0.1",
1134
+ "axios": "1.7.2",
1135
+ "base64-stream": "1.0.0",
1136
+ "bluebird": "3.7.2",
1137
+ "bplist-creator": "0.1.1",
1138
+ "bplist-parser": "0.3.2",
1139
+ "form-data": "4.0.0",
1140
+ "get-stream": "6.0.1",
1141
+ "glob": "10.4.1",
1142
+ "jsftp": "2.1.3",
1143
+ "klaw": "4.1.0",
1144
+ "lockfile": "1.0.4",
1145
+ "lodash": "4.17.21",
1146
+ "log-symbols": "4.1.0",
1147
+ "moment": "2.30.1",
1148
+ "mv": "2.1.1",
1149
+ "ncp": "2.0.0",
1150
+ "opencv-bindings": "4.5.5",
1151
+ "pkg-dir": "5.0.0",
1152
+ "plist": "3.1.0",
1153
+ "pluralize": "8.0.0",
1154
+ "read-pkg": "5.2.0",
1155
+ "resolve-from": "5.0.0",
1156
+ "sanitize-filename": "1.6.3",
1157
+ "semver": "7.6.2",
1158
+ "shell-quote": "1.8.1",
1159
+ "source-map-support": "0.5.21",
1160
+ "supports-color": "8.1.1",
1161
+ "teen_process": "2.1.4",
1162
+ "type-fest": "4.19.0",
1163
+ "uuid": "9.0.1",
1164
+ "which": "4.0.0",
1165
+ "yauzl": "3.1.3"
1166
+ },
1167
+ "engines": {
1168
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1169
+ "npm": ">=8"
1170
+ },
1171
+ "optionalDependencies": {
1172
+ "sharp": "0.33.4"
1173
+ }
1174
+ },
1175
+ "node_modules/appium-ios-simulator/node_modules/@appium/types": {
1176
+ "version": "0.19.2",
1177
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
1178
+ "integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
1179
+ "dependencies": {
1180
+ "@appium/logger": "^1.3.0",
1181
+ "@appium/schema": "^0.5.0",
1182
+ "@appium/tsconfig": "^0.3.3",
1183
+ "@types/express": "4.17.21",
1184
+ "@types/ws": "8.5.10",
1185
+ "type-fest": "4.19.0"
1186
+ },
1187
+ "engines": {
1188
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1189
+ "npm": ">=8"
1190
+ }
1191
+ },
1192
+ "node_modules/appium-ios-simulator/node_modules/type-fest": {
1193
+ "version": "4.19.0",
1194
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
1195
+ "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
1196
+ "engines": {
1197
+ "node": ">=16"
1198
+ },
1199
+ "funding": {
1200
+ "url": "https://github.com/sponsors/sindresorhus"
1201
+ }
1202
+ },
948
1203
  "node_modules/appium-remote-debugger": {
949
1204
  "version": "11.1.4",
950
1205
  "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.1.4.tgz",
@@ -967,6 +1222,114 @@
967
1222
  "npm": ">=8"
968
1223
  }
969
1224
  },
1225
+ "node_modules/appium-remote-debugger/node_modules/@appium/schema": {
1226
+ "version": "0.5.0",
1227
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
1228
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
1229
+ "dependencies": {
1230
+ "@types/json-schema": "7.0.15",
1231
+ "json-schema": "0.4.0",
1232
+ "source-map-support": "0.5.21"
1233
+ },
1234
+ "engines": {
1235
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1236
+ "npm": ">=8"
1237
+ }
1238
+ },
1239
+ "node_modules/appium-remote-debugger/node_modules/@appium/support": {
1240
+ "version": "4.5.0",
1241
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
1242
+ "integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
1243
+ "dependencies": {
1244
+ "@appium/logger": "^1.3.0",
1245
+ "@appium/tsconfig": "^0.3.3",
1246
+ "@appium/types": "^0.19.2",
1247
+ "@colors/colors": "1.6.0",
1248
+ "@types/archiver": "6.0.2",
1249
+ "@types/base64-stream": "1.0.5",
1250
+ "@types/find-root": "1.1.4",
1251
+ "@types/jsftp": "2.1.5",
1252
+ "@types/klaw": "3.0.6",
1253
+ "@types/lockfile": "1.0.4",
1254
+ "@types/mv": "2.1.4",
1255
+ "@types/ncp": "2.0.8",
1256
+ "@types/pluralize": "0.0.33",
1257
+ "@types/semver": "7.5.8",
1258
+ "@types/shell-quote": "1.7.5",
1259
+ "@types/supports-color": "8.1.3",
1260
+ "@types/teen_process": "2.0.4",
1261
+ "@types/uuid": "9.0.8",
1262
+ "@types/which": "3.0.4",
1263
+ "archiver": "7.0.1",
1264
+ "axios": "1.7.2",
1265
+ "base64-stream": "1.0.0",
1266
+ "bluebird": "3.7.2",
1267
+ "bplist-creator": "0.1.1",
1268
+ "bplist-parser": "0.3.2",
1269
+ "form-data": "4.0.0",
1270
+ "get-stream": "6.0.1",
1271
+ "glob": "10.4.1",
1272
+ "jsftp": "2.1.3",
1273
+ "klaw": "4.1.0",
1274
+ "lockfile": "1.0.4",
1275
+ "lodash": "4.17.21",
1276
+ "log-symbols": "4.1.0",
1277
+ "moment": "2.30.1",
1278
+ "mv": "2.1.1",
1279
+ "ncp": "2.0.0",
1280
+ "opencv-bindings": "4.5.5",
1281
+ "pkg-dir": "5.0.0",
1282
+ "plist": "3.1.0",
1283
+ "pluralize": "8.0.0",
1284
+ "read-pkg": "5.2.0",
1285
+ "resolve-from": "5.0.0",
1286
+ "sanitize-filename": "1.6.3",
1287
+ "semver": "7.6.2",
1288
+ "shell-quote": "1.8.1",
1289
+ "source-map-support": "0.5.21",
1290
+ "supports-color": "8.1.1",
1291
+ "teen_process": "2.1.4",
1292
+ "type-fest": "4.19.0",
1293
+ "uuid": "9.0.1",
1294
+ "which": "4.0.0",
1295
+ "yauzl": "3.1.3"
1296
+ },
1297
+ "engines": {
1298
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1299
+ "npm": ">=8"
1300
+ },
1301
+ "optionalDependencies": {
1302
+ "sharp": "0.33.4"
1303
+ }
1304
+ },
1305
+ "node_modules/appium-remote-debugger/node_modules/@appium/types": {
1306
+ "version": "0.19.2",
1307
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
1308
+ "integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
1309
+ "dependencies": {
1310
+ "@appium/logger": "^1.3.0",
1311
+ "@appium/schema": "^0.5.0",
1312
+ "@appium/tsconfig": "^0.3.3",
1313
+ "@types/express": "4.17.21",
1314
+ "@types/ws": "8.5.10",
1315
+ "type-fest": "4.19.0"
1316
+ },
1317
+ "engines": {
1318
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1319
+ "npm": ">=8"
1320
+ }
1321
+ },
1322
+ "node_modules/appium-remote-debugger/node_modules/type-fest": {
1323
+ "version": "4.19.0",
1324
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
1325
+ "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
1326
+ "engines": {
1327
+ "node": ">=16"
1328
+ },
1329
+ "funding": {
1330
+ "url": "https://github.com/sponsors/sindresorhus"
1331
+ }
1332
+ },
970
1333
  "node_modules/appium-webdriveragent": {
971
1334
  "version": "8.7.2",
972
1335
  "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.7.2.tgz",
@@ -990,6 +1353,114 @@
990
1353
  "npm": ">=8"
991
1354
  }
992
1355
  },
1356
+ "node_modules/appium-webdriveragent/node_modules/@appium/schema": {
1357
+ "version": "0.5.0",
1358
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
1359
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
1360
+ "dependencies": {
1361
+ "@types/json-schema": "7.0.15",
1362
+ "json-schema": "0.4.0",
1363
+ "source-map-support": "0.5.21"
1364
+ },
1365
+ "engines": {
1366
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1367
+ "npm": ">=8"
1368
+ }
1369
+ },
1370
+ "node_modules/appium-webdriveragent/node_modules/@appium/support": {
1371
+ "version": "4.5.0",
1372
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
1373
+ "integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
1374
+ "dependencies": {
1375
+ "@appium/logger": "^1.3.0",
1376
+ "@appium/tsconfig": "^0.3.3",
1377
+ "@appium/types": "^0.19.2",
1378
+ "@colors/colors": "1.6.0",
1379
+ "@types/archiver": "6.0.2",
1380
+ "@types/base64-stream": "1.0.5",
1381
+ "@types/find-root": "1.1.4",
1382
+ "@types/jsftp": "2.1.5",
1383
+ "@types/klaw": "3.0.6",
1384
+ "@types/lockfile": "1.0.4",
1385
+ "@types/mv": "2.1.4",
1386
+ "@types/ncp": "2.0.8",
1387
+ "@types/pluralize": "0.0.33",
1388
+ "@types/semver": "7.5.8",
1389
+ "@types/shell-quote": "1.7.5",
1390
+ "@types/supports-color": "8.1.3",
1391
+ "@types/teen_process": "2.0.4",
1392
+ "@types/uuid": "9.0.8",
1393
+ "@types/which": "3.0.4",
1394
+ "archiver": "7.0.1",
1395
+ "axios": "1.7.2",
1396
+ "base64-stream": "1.0.0",
1397
+ "bluebird": "3.7.2",
1398
+ "bplist-creator": "0.1.1",
1399
+ "bplist-parser": "0.3.2",
1400
+ "form-data": "4.0.0",
1401
+ "get-stream": "6.0.1",
1402
+ "glob": "10.4.1",
1403
+ "jsftp": "2.1.3",
1404
+ "klaw": "4.1.0",
1405
+ "lockfile": "1.0.4",
1406
+ "lodash": "4.17.21",
1407
+ "log-symbols": "4.1.0",
1408
+ "moment": "2.30.1",
1409
+ "mv": "2.1.1",
1410
+ "ncp": "2.0.0",
1411
+ "opencv-bindings": "4.5.5",
1412
+ "pkg-dir": "5.0.0",
1413
+ "plist": "3.1.0",
1414
+ "pluralize": "8.0.0",
1415
+ "read-pkg": "5.2.0",
1416
+ "resolve-from": "5.0.0",
1417
+ "sanitize-filename": "1.6.3",
1418
+ "semver": "7.6.2",
1419
+ "shell-quote": "1.8.1",
1420
+ "source-map-support": "0.5.21",
1421
+ "supports-color": "8.1.1",
1422
+ "teen_process": "2.1.4",
1423
+ "type-fest": "4.19.0",
1424
+ "uuid": "9.0.1",
1425
+ "which": "4.0.0",
1426
+ "yauzl": "3.1.3"
1427
+ },
1428
+ "engines": {
1429
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1430
+ "npm": ">=8"
1431
+ },
1432
+ "optionalDependencies": {
1433
+ "sharp": "0.33.4"
1434
+ }
1435
+ },
1436
+ "node_modules/appium-webdriveragent/node_modules/@appium/types": {
1437
+ "version": "0.19.2",
1438
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
1439
+ "integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
1440
+ "dependencies": {
1441
+ "@appium/logger": "^1.3.0",
1442
+ "@appium/schema": "^0.5.0",
1443
+ "@appium/tsconfig": "^0.3.3",
1444
+ "@types/express": "4.17.21",
1445
+ "@types/ws": "8.5.10",
1446
+ "type-fest": "4.19.0"
1447
+ },
1448
+ "engines": {
1449
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1450
+ "npm": ">=8"
1451
+ }
1452
+ },
1453
+ "node_modules/appium-webdriveragent/node_modules/type-fest": {
1454
+ "version": "4.19.0",
1455
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
1456
+ "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
1457
+ "engines": {
1458
+ "node": ">=16"
1459
+ },
1460
+ "funding": {
1461
+ "url": "https://github.com/sponsors/sindresorhus"
1462
+ }
1463
+ },
993
1464
  "node_modules/appium-xcode": {
994
1465
  "version": "5.2.14",
995
1466
  "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.14.tgz",
@@ -1011,10 +1482,113 @@
1011
1482
  "npm": ">=8"
1012
1483
  }
1013
1484
  },
1014
- "node_modules/aproba": {
1015
- "version": "2.0.0",
1016
- "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
1017
- "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
1485
+ "node_modules/appium-xcode/node_modules/@appium/schema": {
1486
+ "version": "0.5.0",
1487
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
1488
+ "integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
1489
+ "dependencies": {
1490
+ "@types/json-schema": "7.0.15",
1491
+ "json-schema": "0.4.0",
1492
+ "source-map-support": "0.5.21"
1493
+ },
1494
+ "engines": {
1495
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1496
+ "npm": ">=8"
1497
+ }
1498
+ },
1499
+ "node_modules/appium-xcode/node_modules/@appium/support": {
1500
+ "version": "4.5.0",
1501
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
1502
+ "integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
1503
+ "dependencies": {
1504
+ "@appium/logger": "^1.3.0",
1505
+ "@appium/tsconfig": "^0.3.3",
1506
+ "@appium/types": "^0.19.2",
1507
+ "@colors/colors": "1.6.0",
1508
+ "@types/archiver": "6.0.2",
1509
+ "@types/base64-stream": "1.0.5",
1510
+ "@types/find-root": "1.1.4",
1511
+ "@types/jsftp": "2.1.5",
1512
+ "@types/klaw": "3.0.6",
1513
+ "@types/lockfile": "1.0.4",
1514
+ "@types/mv": "2.1.4",
1515
+ "@types/ncp": "2.0.8",
1516
+ "@types/pluralize": "0.0.33",
1517
+ "@types/semver": "7.5.8",
1518
+ "@types/shell-quote": "1.7.5",
1519
+ "@types/supports-color": "8.1.3",
1520
+ "@types/teen_process": "2.0.4",
1521
+ "@types/uuid": "9.0.8",
1522
+ "@types/which": "3.0.4",
1523
+ "archiver": "7.0.1",
1524
+ "axios": "1.7.2",
1525
+ "base64-stream": "1.0.0",
1526
+ "bluebird": "3.7.2",
1527
+ "bplist-creator": "0.1.1",
1528
+ "bplist-parser": "0.3.2",
1529
+ "form-data": "4.0.0",
1530
+ "get-stream": "6.0.1",
1531
+ "glob": "10.4.1",
1532
+ "jsftp": "2.1.3",
1533
+ "klaw": "4.1.0",
1534
+ "lockfile": "1.0.4",
1535
+ "lodash": "4.17.21",
1536
+ "log-symbols": "4.1.0",
1537
+ "moment": "2.30.1",
1538
+ "mv": "2.1.1",
1539
+ "ncp": "2.0.0",
1540
+ "opencv-bindings": "4.5.5",
1541
+ "pkg-dir": "5.0.0",
1542
+ "plist": "3.1.0",
1543
+ "pluralize": "8.0.0",
1544
+ "read-pkg": "5.2.0",
1545
+ "resolve-from": "5.0.0",
1546
+ "sanitize-filename": "1.6.3",
1547
+ "semver": "7.6.2",
1548
+ "shell-quote": "1.8.1",
1549
+ "source-map-support": "0.5.21",
1550
+ "supports-color": "8.1.1",
1551
+ "teen_process": "2.1.4",
1552
+ "type-fest": "4.19.0",
1553
+ "uuid": "9.0.1",
1554
+ "which": "4.0.0",
1555
+ "yauzl": "3.1.3"
1556
+ },
1557
+ "engines": {
1558
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1559
+ "npm": ">=8"
1560
+ },
1561
+ "optionalDependencies": {
1562
+ "sharp": "0.33.4"
1563
+ }
1564
+ },
1565
+ "node_modules/appium-xcode/node_modules/@appium/types": {
1566
+ "version": "0.19.2",
1567
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
1568
+ "integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
1569
+ "dependencies": {
1570
+ "@appium/logger": "^1.3.0",
1571
+ "@appium/schema": "^0.5.0",
1572
+ "@appium/tsconfig": "^0.3.3",
1573
+ "@types/express": "4.17.21",
1574
+ "@types/ws": "8.5.10",
1575
+ "type-fest": "4.19.0"
1576
+ },
1577
+ "engines": {
1578
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
1579
+ "npm": ">=8"
1580
+ }
1581
+ },
1582
+ "node_modules/appium-xcode/node_modules/type-fest": {
1583
+ "version": "4.19.0",
1584
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
1585
+ "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
1586
+ "engines": {
1587
+ "node": ">=16"
1588
+ },
1589
+ "funding": {
1590
+ "url": "https://github.com/sponsors/sindresorhus"
1591
+ }
1018
1592
  },
1019
1593
  "node_modules/archiver": {
1020
1594
  "version": "7.0.1",
@@ -1050,15 +1624,6 @@
1050
1624
  "node": ">= 14"
1051
1625
  }
1052
1626
  },
1053
- "node_modules/are-we-there-yet": {
1054
- "version": "4.0.2",
1055
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
1056
- "integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
1057
- "deprecated": "This package is no longer supported.",
1058
- "engines": {
1059
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1060
- }
1061
- },
1062
1627
  "node_modules/arg": {
1063
1628
  "version": "4.1.3",
1064
1629
  "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
@@ -1888,9 +2453,9 @@
1888
2453
  }
1889
2454
  },
1890
2455
  "node_modules/foreground-child": {
1891
- "version": "3.1.1",
1892
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
1893
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
2456
+ "version": "3.2.0",
2457
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.0.tgz",
2458
+ "integrity": "sha512-CrWQNaEl1/6WeZoarcM9LHupTo3RpZO2Pdk1vktwzPiQTsJnAKJmm3TACKeG5UZbWDfaH2AbvYxzP96y0MT7fA==",
1894
2459
  "dependencies": {
1895
2460
  "cross-spawn": "^7.0.0",
1896
2461
  "signal-exit": "^4.0.1"
@@ -1982,54 +2547,6 @@
1982
2547
  "url": "https://github.com/sponsors/ljharb"
1983
2548
  }
1984
2549
  },
1985
- "node_modules/gauge": {
1986
- "version": "5.0.2",
1987
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-5.0.2.tgz",
1988
- "integrity": "sha512-pMaFftXPtiGIHCJHdcUUx9Rby/rFT/Kkt3fIIGCs+9PMDIljSyRiqraTlxNtBReJRDfUefpa263RQ3vnp5G/LQ==",
1989
- "deprecated": "This package is no longer supported.",
1990
- "dependencies": {
1991
- "aproba": "^1.0.3 || ^2.0.0",
1992
- "color-support": "^1.1.3",
1993
- "console-control-strings": "^1.1.0",
1994
- "has-unicode": "^2.0.1",
1995
- "signal-exit": "^4.0.1",
1996
- "string-width": "^4.2.3",
1997
- "strip-ansi": "^6.0.1",
1998
- "wide-align": "^1.1.5"
1999
- },
2000
- "engines": {
2001
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2002
- }
2003
- },
2004
- "node_modules/gauge/node_modules/emoji-regex": {
2005
- "version": "8.0.0",
2006
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2007
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
2008
- },
2009
- "node_modules/gauge/node_modules/signal-exit": {
2010
- "version": "4.1.0",
2011
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2012
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2013
- "engines": {
2014
- "node": ">=14"
2015
- },
2016
- "funding": {
2017
- "url": "https://github.com/sponsors/isaacs"
2018
- }
2019
- },
2020
- "node_modules/gauge/node_modules/string-width": {
2021
- "version": "4.2.3",
2022
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2023
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2024
- "dependencies": {
2025
- "emoji-regex": "^8.0.0",
2026
- "is-fullwidth-code-point": "^3.0.0",
2027
- "strip-ansi": "^6.0.1"
2028
- },
2029
- "engines": {
2030
- "node": ">=8"
2031
- }
2032
- },
2033
2550
  "node_modules/get-caller-file": {
2034
2551
  "version": "2.0.5",
2035
2552
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -2151,11 +2668,6 @@
2151
2668
  "url": "https://github.com/sponsors/ljharb"
2152
2669
  }
2153
2670
  },
2154
- "node_modules/has-unicode": {
2155
- "version": "2.0.1",
2156
- "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
2157
- "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
2158
- },
2159
2671
  "node_modules/hasown": {
2160
2672
  "version": "2.0.2",
2161
2673
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -2362,9 +2874,9 @@
2362
2874
  }
2363
2875
  },
2364
2876
  "node_modules/jackspeak": {
2365
- "version": "3.3.0",
2366
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.3.0.tgz",
2367
- "integrity": "sha512-glPiBfKguqA7v8JsXO3iLjJWZ9FV1vNpoI0I9hI9Mnk5yetO9uPLSpiCEmiVijAssv2f54HpvtzvAHfhPieiDQ==",
2877
+ "version": "3.4.0",
2878
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz",
2879
+ "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==",
2368
2880
  "dependencies": {
2369
2881
  "@isaacs/cliui": "^8.0.2"
2370
2882
  },
@@ -2485,9 +2997,9 @@
2485
2997
  }
2486
2998
  },
2487
2999
  "node_modules/lilconfig": {
2488
- "version": "3.1.1",
2489
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
2490
- "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
3000
+ "version": "3.1.2",
3001
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
3002
+ "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
2491
3003
  "engines": {
2492
3004
  "node": ">=14"
2493
3005
  },
@@ -2829,14 +3341,14 @@
2829
3341
  }
2830
3342
  },
2831
3343
  "node_modules/node-simctl": {
2832
- "version": "7.4.5",
2833
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.4.5.tgz",
2834
- "integrity": "sha512-GqNIoWIQgnL2auJQnq0aGRC4N5HeN3Tj47IuCEpM7DwpcEXGbotER3mt1romkeBtY0iIvGomh/apR8M8FJeetw==",
3344
+ "version": "7.5.0",
3345
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.5.0.tgz",
3346
+ "integrity": "sha512-8GIX93LI7UdSjdAoQFflpcDuKJGCveN45vc10xScTeKNjvBj1Krh/ZAYMd7b2mWUGc6s1NSYR8mJAL5ly/aEIQ==",
2835
3347
  "dependencies": {
3348
+ "@appium/logger": "^1.3.0",
2836
3349
  "asyncbox": "^3.0.0",
2837
3350
  "bluebird": "^3.5.1",
2838
3351
  "lodash": "^4.2.1",
2839
- "npmlog": "^7.0.1",
2840
3352
  "rimraf": "^5.0.0",
2841
3353
  "semver": "^7.0.0",
2842
3354
  "source-map-support": "^0.x",
@@ -2876,21 +3388,6 @@
2876
3388
  "node": ">=0.10.0"
2877
3389
  }
2878
3390
  },
2879
- "node_modules/npmlog": {
2880
- "version": "7.0.1",
2881
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-7.0.1.tgz",
2882
- "integrity": "sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==",
2883
- "deprecated": "This package is no longer supported.",
2884
- "dependencies": {
2885
- "are-we-there-yet": "^4.0.0",
2886
- "console-control-strings": "^1.1.0",
2887
- "gauge": "^5.0.0",
2888
- "set-blocking": "^2.0.0"
2889
- },
2890
- "engines": {
2891
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2892
- }
2893
- },
2894
3391
  "node_modules/object-inspect": {
2895
3392
  "version": "1.13.1",
2896
3393
  "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
@@ -3902,6 +4399,17 @@
3902
4399
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
3903
4400
  "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
3904
4401
  },
4402
+ "node_modules/type-fest": {
4403
+ "version": "4.20.0",
4404
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
4405
+ "integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
4406
+ "engines": {
4407
+ "node": ">=16"
4408
+ },
4409
+ "funding": {
4410
+ "url": "https://github.com/sponsors/sindresorhus"
4411
+ }
4412
+ },
3905
4413
  "node_modules/type-is": {
3906
4414
  "version": "1.6.18",
3907
4415
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -4022,32 +4530,6 @@
4022
4530
  "node": "^16.13.0 || >=18.0.0"
4023
4531
  }
4024
4532
  },
4025
- "node_modules/wide-align": {
4026
- "version": "1.1.5",
4027
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
4028
- "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
4029
- "dependencies": {
4030
- "string-width": "^1.0.2 || 2 || 3 || 4"
4031
- }
4032
- },
4033
- "node_modules/wide-align/node_modules/emoji-regex": {
4034
- "version": "8.0.0",
4035
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
4036
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
4037
- },
4038
- "node_modules/wide-align/node_modules/string-width": {
4039
- "version": "4.2.3",
4040
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
4041
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
4042
- "dependencies": {
4043
- "emoji-regex": "^8.0.0",
4044
- "is-fullwidth-code-point": "^3.0.0",
4045
- "strip-ansi": "^6.0.1"
4046
- },
4047
- "engines": {
4048
- "node": ">=8"
4049
- }
4050
- },
4051
4533
  "node_modules/wrap-ansi": {
4052
4534
  "version": "7.0.0",
4053
4535
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -4159,9 +4641,9 @@
4159
4641
  }
4160
4642
  },
4161
4643
  "node_modules/yaml": {
4162
- "version": "2.4.2",
4163
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
4164
- "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
4644
+ "version": "2.4.5",
4645
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz",
4646
+ "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==",
4165
4647
  "bin": {
4166
4648
  "yaml": "bin.mjs"
4167
4649
  },