appium-uiautomator2-driver 2.6.0 → 2.7.1

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,17 +1,17 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.6.0",
3
+ "version": "2.7.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.6.0",
9
+ "version": "2.7.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "appium-adb": "^9.10.9",
14
- "appium-android-driver": "^5.4.0",
14
+ "appium-android-driver": "^5.4.2",
15
15
  "appium-chromedriver": "^5.2.1",
16
16
  "appium-uiautomator2-server": "^5.7.0",
17
17
  "asyncbox": "^2.3.1",
@@ -24,8 +24,8 @@
24
24
  "teen_process": "^2.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@appium/eslint-config-appium": "^6.0.0",
28
- "@appium/test-support": "^1.0.0",
27
+ "@appium/eslint-config-appium": "^7.0.0",
28
+ "@appium/test-support": "^2.0.0",
29
29
  "@babel/cli": "^7.18.10",
30
30
  "@babel/core": "^7.18.10",
31
31
  "@babel/eslint-parser": "^7.18.9",
@@ -39,6 +39,7 @@
39
39
  "chai": "^4.1.0",
40
40
  "chai-as-promised": "^7.1.1",
41
41
  "eslint-config-prettier": "^8.5.0",
42
+ "fancy-log": "^2.0.0",
42
43
  "lint-staged": "^13.0.3",
43
44
  "mocha": "^10.0.0",
44
45
  "pngjs": "^6.0.0",
@@ -59,12 +60,12 @@
59
60
  }
60
61
  },
61
62
  "node_modules/@appium/base-driver": {
62
- "version": "8.7.0",
63
+ "version": "8.7.1",
63
64
  "extraneous": true,
64
65
  "license": "Apache-2.0",
65
66
  "dependencies": {
66
- "@appium/support": "^2.59.5",
67
- "@babel/runtime": "7.18.9",
67
+ "@appium/support": "^2.60.0",
68
+ "@babel/runtime": "7.19.0",
68
69
  "@colors/colors": "1.5.0",
69
70
  "@types/async-lock": "1.1.5",
70
71
  "@types/bluebird": "3.5.36",
@@ -80,12 +81,12 @@
80
81
  "express": "4.18.1",
81
82
  "http-status-codes": "2.2.0",
82
83
  "lodash": "4.17.21",
83
- "lru-cache": "7.13.2",
84
+ "lru-cache": "7.14.0",
84
85
  "method-override": "3.0.0",
85
86
  "morgan": "1.10.0",
86
87
  "serve-favicon": "2.5.0",
87
88
  "source-map-support": "0.5.21",
88
- "type-fest": "2.18.0",
89
+ "type-fest": "2.19.0",
89
90
  "validate.js": "0.13.1"
90
91
  },
91
92
  "engines": {
@@ -93,23 +94,12 @@
93
94
  "npm": ">=8"
94
95
  }
95
96
  },
96
- "node_modules/@appium/base-driver/node_modules/@babel/runtime": {
97
- "version": "7.18.9",
98
- "extraneous": true,
99
- "license": "MIT",
100
- "dependencies": {
101
- "regenerator-runtime": "^0.13.4"
102
- },
103
- "engines": {
104
- "node": ">=6.9.0"
105
- }
106
- },
107
97
  "node_modules/@appium/base-plugin": {
108
- "version": "1.10.2",
98
+ "version": "1.10.3",
109
99
  "extraneous": true,
110
100
  "license": "Apache-2.0",
111
101
  "dependencies": {
112
- "@appium/support": "^2.59.5"
102
+ "@appium/support": "^2.60.0"
113
103
  },
114
104
  "engines": {
115
105
  "node": ">=14",
@@ -117,12 +107,12 @@
117
107
  }
118
108
  },
119
109
  "node_modules/@appium/docutils": {
120
- "version": "0.0.10",
110
+ "version": "0.0.11",
121
111
  "extraneous": true,
122
112
  "license": "Apache-2.0",
123
113
  "dependencies": {
124
- "@appium/support": "^2.59.5",
125
- "@babel/runtime": "7.18.9",
114
+ "@appium/support": "^2.60.0",
115
+ "@babel/runtime": "7.19.0",
126
116
  "docdash": "1.2.0",
127
117
  "jsdoc": "3.6.11",
128
118
  "jsdoc-plugin-typescript": "2.1.1",
@@ -134,17 +124,6 @@
134
124
  "npm": ">=8"
135
125
  }
136
126
  },
137
- "node_modules/@appium/docutils/node_modules/@babel/runtime": {
138
- "version": "7.18.9",
139
- "extraneous": true,
140
- "license": "MIT",
141
- "dependencies": {
142
- "regenerator-runtime": "^0.13.4"
143
- },
144
- "engines": {
145
- "node": ">=6.9.0"
146
- }
147
- },
148
127
  "node_modules/@appium/docutils/node_modules/teen_process": {
149
128
  "version": "1.16.0",
150
129
  "engines": [
@@ -175,11 +154,11 @@
175
154
  }
176
155
  },
177
156
  "node_modules/@appium/support": {
178
- "version": "2.59.5",
157
+ "version": "2.60.0",
179
158
  "license": "Apache-2.0",
180
159
  "dependencies": {
181
- "@appium/types": "^0.4.0",
182
- "@babel/runtime": "7.18.9",
160
+ "@appium/types": "^0.4.1",
161
+ "@babel/runtime": "7.19.0",
183
162
  "@colors/colors": "1.5.0",
184
163
  "@types/archiver": "5.3.1",
185
164
  "@types/base64-stream": "1.0.2",
@@ -194,7 +173,7 @@
194
173
  "@types/pluralize": "0.0.29",
195
174
  "@types/pngjs": "6.0.1",
196
175
  "@types/rimraf": "3.0.2",
197
- "@types/semver": "7.3.10",
176
+ "@types/semver": "7.3.12",
198
177
  "@types/shell-quote": "1.7.1",
199
178
  "@types/supports-color": "8.1.1",
200
179
  "@types/teen_process": "1.16.1",
@@ -232,7 +211,7 @@
232
211
  "source-map-support": "0.5.21",
233
212
  "supports-color": "8.1.1",
234
213
  "teen_process": "1.16.0",
235
- "type-fest": "2.18.0",
214
+ "type-fest": "2.19.0",
236
215
  "uuid": "8.3.2",
237
216
  "which": "2.0.2",
238
217
  "yauzl": "2.10.0"
@@ -242,73 +221,6 @@
242
221
  "npm": ">=8"
243
222
  }
244
223
  },
245
- "node_modules/@appium/support/node_modules/@babel/runtime": {
246
- "version": "7.18.9",
247
- "license": "MIT",
248
- "dependencies": {
249
- "regenerator-runtime": "^0.13.4"
250
- },
251
- "engines": {
252
- "node": ">=6.9.0"
253
- }
254
- },
255
- "node_modules/@appium/support/node_modules/brace-expansion": {
256
- "version": "2.0.1",
257
- "license": "MIT",
258
- "dependencies": {
259
- "balanced-match": "^1.0.0"
260
- }
261
- },
262
- "node_modules/@appium/support/node_modules/glob": {
263
- "version": "8.0.3",
264
- "license": "ISC",
265
- "dependencies": {
266
- "fs.realpath": "^1.0.0",
267
- "inflight": "^1.0.4",
268
- "inherits": "2",
269
- "minimatch": "^5.0.1",
270
- "once": "^1.3.0"
271
- },
272
- "engines": {
273
- "node": ">=12"
274
- },
275
- "funding": {
276
- "url": "https://github.com/sponsors/isaacs"
277
- }
278
- },
279
- "node_modules/@appium/support/node_modules/lru-cache": {
280
- "version": "6.0.0",
281
- "license": "ISC",
282
- "dependencies": {
283
- "yallist": "^4.0.0"
284
- },
285
- "engines": {
286
- "node": ">=10"
287
- }
288
- },
289
- "node_modules/@appium/support/node_modules/minimatch": {
290
- "version": "5.1.0",
291
- "license": "ISC",
292
- "dependencies": {
293
- "brace-expansion": "^2.0.1"
294
- },
295
- "engines": {
296
- "node": ">=10"
297
- }
298
- },
299
- "node_modules/@appium/support/node_modules/semver": {
300
- "version": "7.3.7",
301
- "license": "ISC",
302
- "dependencies": {
303
- "lru-cache": "^6.0.0"
304
- },
305
- "bin": {
306
- "semver": "bin/semver.js"
307
- },
308
- "engines": {
309
- "node": ">=10"
310
- }
311
- },
312
224
  "node_modules/@appium/support/node_modules/teen_process": {
313
225
  "version": "1.16.0",
314
226
  "engines": [
@@ -324,71 +236,16 @@
324
236
  "which": "^2.0.2"
325
237
  }
326
238
  },
327
- "node_modules/@appium/test-support": {
328
- "version": "1.5.0",
329
- "dev": true,
330
- "license": "Apache-2.0",
331
- "dependencies": {
332
- "@babel/runtime": "7.18.9",
333
- "@colors/colors": "1.5.0",
334
- "bluebird": "3.7.2",
335
- "chai": "4.3.6",
336
- "get-port": "5.1.1",
337
- "lodash": "4.17.21",
338
- "log-symbols": "4.1.0",
339
- "loud-rejection": "2.2.0",
340
- "sinon": "14.0.0",
341
- "source-map-support": "0.5.21",
342
- "teen_process": "1.16.0"
343
- },
344
- "bin": {
345
- "android-emu-travis-post": "bin/android-emu-travis-post.sh",
346
- "android-emu-travis-pre": "bin/android-emu-travis-pre.sh"
347
- },
348
- "engines": {
349
- "node": ">=14",
350
- "npm": ">=8"
351
- },
352
- "peerDependencies": {
353
- "appium": "^2.0.0-beta.35"
354
- }
355
- },
356
- "node_modules/@appium/test-support/node_modules/@babel/runtime": {
357
- "version": "7.18.9",
358
- "dev": true,
359
- "license": "MIT",
360
- "dependencies": {
361
- "regenerator-runtime": "^0.13.4"
362
- },
363
- "engines": {
364
- "node": ">=6.9.0"
365
- }
366
- },
367
- "node_modules/@appium/test-support/node_modules/teen_process": {
368
- "version": "1.16.0",
369
- "dev": true,
370
- "engines": [
371
- "node"
372
- ],
373
- "license": "Apache-2.0",
374
- "dependencies": {
375
- "@babel/runtime": "^7.0.0",
376
- "bluebird": "^3.5.1",
377
- "lodash": "^4.17.4",
378
- "shell-quote": "^1.4.3",
379
- "source-map-support": "^0.5.3",
380
- "which": "^2.0.2"
381
- }
382
- },
383
239
  "node_modules/@appium/types": {
384
- "version": "0.4.0",
240
+ "version": "0.4.1",
385
241
  "license": "Apache-2.0",
386
242
  "dependencies": {
387
243
  "@appium/schema": "^0.0.9",
388
244
  "@types/express": "4.17.13",
389
245
  "@types/npmlog": "4.1.4",
390
- "@wdio/types": "7.20.7",
391
- "type-fest": "2.18.0"
246
+ "@types/ws": "8.5.3",
247
+ "@wdio/types": "7.24.0",
248
+ "type-fest": "2.19.0"
392
249
  },
393
250
  "engines": {
394
251
  "node": ">=14",
@@ -406,7 +263,7 @@
406
263
  }
407
264
  },
408
265
  "node_modules/@babel/helper-validator-identifier": {
409
- "version": "7.18.6",
266
+ "version": "7.19.1",
410
267
  "license": "MIT",
411
268
  "engines": {
412
269
  "node": ">=6.9.0"
@@ -425,7 +282,7 @@
425
282
  }
426
283
  },
427
284
  "node_modules/@babel/parser": {
428
- "version": "7.19.0",
285
+ "version": "7.19.3",
429
286
  "extraneous": true,
430
287
  "license": "MIT",
431
288
  "bin": {
@@ -463,11 +320,11 @@
463
320
  }
464
321
  },
465
322
  "node_modules/@jimp/bmp": {
466
- "version": "0.16.1",
323
+ "version": "0.16.2",
467
324
  "license": "MIT",
468
325
  "dependencies": {
469
326
  "@babel/runtime": "^7.7.2",
470
- "@jimp/utils": "^0.16.1",
327
+ "@jimp/utils": "^0.16.2",
471
328
  "bmp-js": "^0.1.0"
472
329
  },
473
330
  "peerDependencies": {
@@ -475,11 +332,11 @@
475
332
  }
476
333
  },
477
334
  "node_modules/@jimp/core": {
478
- "version": "0.16.1",
335
+ "version": "0.16.2",
479
336
  "license": "MIT",
480
337
  "dependencies": {
481
338
  "@babel/runtime": "^7.7.2",
482
- "@jimp/utils": "^0.16.1",
339
+ "@jimp/utils": "^0.16.2",
483
340
  "any-base": "^1.1.0",
484
341
  "buffer": "^5.2.0",
485
342
  "exif-parser": "^0.1.12",
@@ -492,19 +349,19 @@
492
349
  }
493
350
  },
494
351
  "node_modules/@jimp/custom": {
495
- "version": "0.16.1",
352
+ "version": "0.16.2",
496
353
  "license": "MIT",
497
354
  "dependencies": {
498
355
  "@babel/runtime": "^7.7.2",
499
- "@jimp/core": "^0.16.1"
356
+ "@jimp/core": "^0.16.2"
500
357
  }
501
358
  },
502
359
  "node_modules/@jimp/gif": {
503
- "version": "0.16.1",
360
+ "version": "0.16.2",
504
361
  "license": "MIT",
505
362
  "dependencies": {
506
363
  "@babel/runtime": "^7.7.2",
507
- "@jimp/utils": "^0.16.1",
364
+ "@jimp/utils": "^0.16.2",
508
365
  "gifwrap": "^0.9.2",
509
366
  "omggif": "^1.0.9"
510
367
  },
@@ -513,56 +370,56 @@
513
370
  }
514
371
  },
515
372
  "node_modules/@jimp/jpeg": {
516
- "version": "0.16.1",
373
+ "version": "0.16.2",
517
374
  "license": "MIT",
518
375
  "dependencies": {
519
376
  "@babel/runtime": "^7.7.2",
520
- "@jimp/utils": "^0.16.1",
521
- "jpeg-js": "0.4.2"
377
+ "@jimp/utils": "^0.16.2",
378
+ "jpeg-js": "^0.4.2"
522
379
  },
523
380
  "peerDependencies": {
524
381
  "@jimp/custom": ">=0.3.5"
525
382
  }
526
383
  },
527
384
  "node_modules/@jimp/plugin-blit": {
528
- "version": "0.16.1",
385
+ "version": "0.16.2",
529
386
  "license": "MIT",
530
387
  "dependencies": {
531
388
  "@babel/runtime": "^7.7.2",
532
- "@jimp/utils": "^0.16.1"
389
+ "@jimp/utils": "^0.16.2"
533
390
  },
534
391
  "peerDependencies": {
535
392
  "@jimp/custom": ">=0.3.5"
536
393
  }
537
394
  },
538
395
  "node_modules/@jimp/plugin-blur": {
539
- "version": "0.16.1",
396
+ "version": "0.16.2",
540
397
  "license": "MIT",
541
398
  "dependencies": {
542
399
  "@babel/runtime": "^7.7.2",
543
- "@jimp/utils": "^0.16.1"
400
+ "@jimp/utils": "^0.16.2"
544
401
  },
545
402
  "peerDependencies": {
546
403
  "@jimp/custom": ">=0.3.5"
547
404
  }
548
405
  },
549
406
  "node_modules/@jimp/plugin-circle": {
550
- "version": "0.16.1",
407
+ "version": "0.16.2",
551
408
  "license": "MIT",
552
409
  "dependencies": {
553
410
  "@babel/runtime": "^7.7.2",
554
- "@jimp/utils": "^0.16.1"
411
+ "@jimp/utils": "^0.16.2"
555
412
  },
556
413
  "peerDependencies": {
557
414
  "@jimp/custom": ">=0.3.5"
558
415
  }
559
416
  },
560
417
  "node_modules/@jimp/plugin-color": {
561
- "version": "0.16.1",
418
+ "version": "0.16.2",
562
419
  "license": "MIT",
563
420
  "dependencies": {
564
421
  "@babel/runtime": "^7.7.2",
565
- "@jimp/utils": "^0.16.1",
422
+ "@jimp/utils": "^0.16.2",
566
423
  "tinycolor2": "^1.4.1"
567
424
  },
568
425
  "peerDependencies": {
@@ -570,11 +427,11 @@
570
427
  }
571
428
  },
572
429
  "node_modules/@jimp/plugin-contain": {
573
- "version": "0.16.1",
430
+ "version": "0.16.2",
574
431
  "license": "MIT",
575
432
  "dependencies": {
576
433
  "@babel/runtime": "^7.7.2",
577
- "@jimp/utils": "^0.16.1"
434
+ "@jimp/utils": "^0.16.2"
578
435
  },
579
436
  "peerDependencies": {
580
437
  "@jimp/custom": ">=0.3.5",
@@ -584,11 +441,11 @@
584
441
  }
585
442
  },
586
443
  "node_modules/@jimp/plugin-cover": {
587
- "version": "0.16.1",
444
+ "version": "0.16.2",
588
445
  "license": "MIT",
589
446
  "dependencies": {
590
447
  "@babel/runtime": "^7.7.2",
591
- "@jimp/utils": "^0.16.1"
448
+ "@jimp/utils": "^0.16.2"
592
449
  },
593
450
  "peerDependencies": {
594
451
  "@jimp/custom": ">=0.3.5",
@@ -598,55 +455,55 @@
598
455
  }
599
456
  },
600
457
  "node_modules/@jimp/plugin-crop": {
601
- "version": "0.16.1",
458
+ "version": "0.16.2",
602
459
  "license": "MIT",
603
460
  "dependencies": {
604
461
  "@babel/runtime": "^7.7.2",
605
- "@jimp/utils": "^0.16.1"
462
+ "@jimp/utils": "^0.16.2"
606
463
  },
607
464
  "peerDependencies": {
608
465
  "@jimp/custom": ">=0.3.5"
609
466
  }
610
467
  },
611
468
  "node_modules/@jimp/plugin-displace": {
612
- "version": "0.16.1",
469
+ "version": "0.16.2",
613
470
  "license": "MIT",
614
471
  "dependencies": {
615
472
  "@babel/runtime": "^7.7.2",
616
- "@jimp/utils": "^0.16.1"
473
+ "@jimp/utils": "^0.16.2"
617
474
  },
618
475
  "peerDependencies": {
619
476
  "@jimp/custom": ">=0.3.5"
620
477
  }
621
478
  },
622
479
  "node_modules/@jimp/plugin-dither": {
623
- "version": "0.16.1",
480
+ "version": "0.16.2",
624
481
  "license": "MIT",
625
482
  "dependencies": {
626
483
  "@babel/runtime": "^7.7.2",
627
- "@jimp/utils": "^0.16.1"
484
+ "@jimp/utils": "^0.16.2"
628
485
  },
629
486
  "peerDependencies": {
630
487
  "@jimp/custom": ">=0.3.5"
631
488
  }
632
489
  },
633
490
  "node_modules/@jimp/plugin-fisheye": {
634
- "version": "0.16.1",
491
+ "version": "0.16.2",
635
492
  "license": "MIT",
636
493
  "dependencies": {
637
494
  "@babel/runtime": "^7.7.2",
638
- "@jimp/utils": "^0.16.1"
495
+ "@jimp/utils": "^0.16.2"
639
496
  },
640
497
  "peerDependencies": {
641
498
  "@jimp/custom": ">=0.3.5"
642
499
  }
643
500
  },
644
501
  "node_modules/@jimp/plugin-flip": {
645
- "version": "0.16.1",
502
+ "version": "0.16.2",
646
503
  "license": "MIT",
647
504
  "dependencies": {
648
505
  "@babel/runtime": "^7.7.2",
649
- "@jimp/utils": "^0.16.1"
506
+ "@jimp/utils": "^0.16.2"
650
507
  },
651
508
  "peerDependencies": {
652
509
  "@jimp/custom": ">=0.3.5",
@@ -654,55 +511,55 @@
654
511
  }
655
512
  },
656
513
  "node_modules/@jimp/plugin-gaussian": {
657
- "version": "0.16.1",
514
+ "version": "0.16.2",
658
515
  "license": "MIT",
659
516
  "dependencies": {
660
517
  "@babel/runtime": "^7.7.2",
661
- "@jimp/utils": "^0.16.1"
518
+ "@jimp/utils": "^0.16.2"
662
519
  },
663
520
  "peerDependencies": {
664
521
  "@jimp/custom": ">=0.3.5"
665
522
  }
666
523
  },
667
524
  "node_modules/@jimp/plugin-invert": {
668
- "version": "0.16.1",
525
+ "version": "0.16.2",
669
526
  "license": "MIT",
670
527
  "dependencies": {
671
528
  "@babel/runtime": "^7.7.2",
672
- "@jimp/utils": "^0.16.1"
529
+ "@jimp/utils": "^0.16.2"
673
530
  },
674
531
  "peerDependencies": {
675
532
  "@jimp/custom": ">=0.3.5"
676
533
  }
677
534
  },
678
535
  "node_modules/@jimp/plugin-mask": {
679
- "version": "0.16.1",
536
+ "version": "0.16.2",
680
537
  "license": "MIT",
681
538
  "dependencies": {
682
539
  "@babel/runtime": "^7.7.2",
683
- "@jimp/utils": "^0.16.1"
540
+ "@jimp/utils": "^0.16.2"
684
541
  },
685
542
  "peerDependencies": {
686
543
  "@jimp/custom": ">=0.3.5"
687
544
  }
688
545
  },
689
546
  "node_modules/@jimp/plugin-normalize": {
690
- "version": "0.16.1",
547
+ "version": "0.16.2",
691
548
  "license": "MIT",
692
549
  "dependencies": {
693
550
  "@babel/runtime": "^7.7.2",
694
- "@jimp/utils": "^0.16.1"
551
+ "@jimp/utils": "^0.16.2"
695
552
  },
696
553
  "peerDependencies": {
697
554
  "@jimp/custom": ">=0.3.5"
698
555
  }
699
556
  },
700
557
  "node_modules/@jimp/plugin-print": {
701
- "version": "0.16.1",
558
+ "version": "0.16.2",
702
559
  "license": "MIT",
703
560
  "dependencies": {
704
561
  "@babel/runtime": "^7.7.2",
705
- "@jimp/utils": "^0.16.1",
562
+ "@jimp/utils": "^0.16.2",
706
563
  "load-bmfont": "^1.4.0"
707
564
  },
708
565
  "peerDependencies": {
@@ -711,22 +568,22 @@
711
568
  }
712
569
  },
713
570
  "node_modules/@jimp/plugin-resize": {
714
- "version": "0.16.1",
571
+ "version": "0.16.2",
715
572
  "license": "MIT",
716
573
  "dependencies": {
717
574
  "@babel/runtime": "^7.7.2",
718
- "@jimp/utils": "^0.16.1"
575
+ "@jimp/utils": "^0.16.2"
719
576
  },
720
577
  "peerDependencies": {
721
578
  "@jimp/custom": ">=0.3.5"
722
579
  }
723
580
  },
724
581
  "node_modules/@jimp/plugin-rotate": {
725
- "version": "0.16.1",
582
+ "version": "0.16.2",
726
583
  "license": "MIT",
727
584
  "dependencies": {
728
585
  "@babel/runtime": "^7.7.2",
729
- "@jimp/utils": "^0.16.1"
586
+ "@jimp/utils": "^0.16.2"
730
587
  },
731
588
  "peerDependencies": {
732
589
  "@jimp/custom": ">=0.3.5",
@@ -736,11 +593,11 @@
736
593
  }
737
594
  },
738
595
  "node_modules/@jimp/plugin-scale": {
739
- "version": "0.16.1",
596
+ "version": "0.16.2",
740
597
  "license": "MIT",
741
598
  "dependencies": {
742
599
  "@babel/runtime": "^7.7.2",
743
- "@jimp/utils": "^0.16.1"
600
+ "@jimp/utils": "^0.16.2"
744
601
  },
745
602
  "peerDependencies": {
746
603
  "@jimp/custom": ">=0.3.5",
@@ -748,11 +605,11 @@
748
605
  }
749
606
  },
750
607
  "node_modules/@jimp/plugin-shadow": {
751
- "version": "0.16.1",
608
+ "version": "0.16.2",
752
609
  "license": "MIT",
753
610
  "dependencies": {
754
611
  "@babel/runtime": "^7.7.2",
755
- "@jimp/utils": "^0.16.1"
612
+ "@jimp/utils": "^0.16.2"
756
613
  },
757
614
  "peerDependencies": {
758
615
  "@jimp/custom": ">=0.3.5",
@@ -761,11 +618,11 @@
761
618
  }
762
619
  },
763
620
  "node_modules/@jimp/plugin-threshold": {
764
- "version": "0.16.1",
621
+ "version": "0.16.2",
765
622
  "license": "MIT",
766
623
  "dependencies": {
767
624
  "@babel/runtime": "^7.7.2",
768
- "@jimp/utils": "^0.16.1"
625
+ "@jimp/utils": "^0.16.2"
769
626
  },
770
627
  "peerDependencies": {
771
628
  "@jimp/custom": ">=0.3.5",
@@ -774,31 +631,31 @@
774
631
  }
775
632
  },
776
633
  "node_modules/@jimp/plugins": {
777
- "version": "0.16.1",
634
+ "version": "0.16.2",
778
635
  "license": "MIT",
779
636
  "dependencies": {
780
637
  "@babel/runtime": "^7.7.2",
781
- "@jimp/plugin-blit": "^0.16.1",
782
- "@jimp/plugin-blur": "^0.16.1",
783
- "@jimp/plugin-circle": "^0.16.1",
784
- "@jimp/plugin-color": "^0.16.1",
785
- "@jimp/plugin-contain": "^0.16.1",
786
- "@jimp/plugin-cover": "^0.16.1",
787
- "@jimp/plugin-crop": "^0.16.1",
788
- "@jimp/plugin-displace": "^0.16.1",
789
- "@jimp/plugin-dither": "^0.16.1",
790
- "@jimp/plugin-fisheye": "^0.16.1",
791
- "@jimp/plugin-flip": "^0.16.1",
792
- "@jimp/plugin-gaussian": "^0.16.1",
793
- "@jimp/plugin-invert": "^0.16.1",
794
- "@jimp/plugin-mask": "^0.16.1",
795
- "@jimp/plugin-normalize": "^0.16.1",
796
- "@jimp/plugin-print": "^0.16.1",
797
- "@jimp/plugin-resize": "^0.16.1",
798
- "@jimp/plugin-rotate": "^0.16.1",
799
- "@jimp/plugin-scale": "^0.16.1",
800
- "@jimp/plugin-shadow": "^0.16.1",
801
- "@jimp/plugin-threshold": "^0.16.1",
638
+ "@jimp/plugin-blit": "^0.16.2",
639
+ "@jimp/plugin-blur": "^0.16.2",
640
+ "@jimp/plugin-circle": "^0.16.2",
641
+ "@jimp/plugin-color": "^0.16.2",
642
+ "@jimp/plugin-contain": "^0.16.2",
643
+ "@jimp/plugin-cover": "^0.16.2",
644
+ "@jimp/plugin-crop": "^0.16.2",
645
+ "@jimp/plugin-displace": "^0.16.2",
646
+ "@jimp/plugin-dither": "^0.16.2",
647
+ "@jimp/plugin-fisheye": "^0.16.2",
648
+ "@jimp/plugin-flip": "^0.16.2",
649
+ "@jimp/plugin-gaussian": "^0.16.2",
650
+ "@jimp/plugin-invert": "^0.16.2",
651
+ "@jimp/plugin-mask": "^0.16.2",
652
+ "@jimp/plugin-normalize": "^0.16.2",
653
+ "@jimp/plugin-print": "^0.16.2",
654
+ "@jimp/plugin-resize": "^0.16.2",
655
+ "@jimp/plugin-rotate": "^0.16.2",
656
+ "@jimp/plugin-scale": "^0.16.2",
657
+ "@jimp/plugin-shadow": "^0.16.2",
658
+ "@jimp/plugin-threshold": "^0.16.2",
802
659
  "timm": "^1.6.1"
803
660
  },
804
661
  "peerDependencies": {
@@ -806,11 +663,11 @@
806
663
  }
807
664
  },
808
665
  "node_modules/@jimp/png": {
809
- "version": "0.16.1",
666
+ "version": "0.16.2",
810
667
  "license": "MIT",
811
668
  "dependencies": {
812
669
  "@babel/runtime": "^7.7.2",
813
- "@jimp/utils": "^0.16.1",
670
+ "@jimp/utils": "^0.16.2",
814
671
  "pngjs": "^3.3.3"
815
672
  },
816
673
  "peerDependencies": {
@@ -825,7 +682,7 @@
825
682
  }
826
683
  },
827
684
  "node_modules/@jimp/tiff": {
828
- "version": "0.16.1",
685
+ "version": "0.16.2",
829
686
  "license": "MIT",
830
687
  "dependencies": {
831
688
  "@babel/runtime": "^7.7.2",
@@ -836,15 +693,15 @@
836
693
  }
837
694
  },
838
695
  "node_modules/@jimp/types": {
839
- "version": "0.16.1",
696
+ "version": "0.16.2",
840
697
  "license": "MIT",
841
698
  "dependencies": {
842
699
  "@babel/runtime": "^7.7.2",
843
- "@jimp/bmp": "^0.16.1",
844
- "@jimp/gif": "^0.16.1",
845
- "@jimp/jpeg": "^0.16.1",
846
- "@jimp/png": "^0.16.1",
847
- "@jimp/tiff": "^0.16.1",
700
+ "@jimp/bmp": "^0.16.2",
701
+ "@jimp/gif": "^0.16.2",
702
+ "@jimp/jpeg": "^0.16.2",
703
+ "@jimp/png": "^0.16.2",
704
+ "@jimp/tiff": "^0.16.2",
848
705
  "timm": "^1.6.1"
849
706
  },
850
707
  "peerDependencies": {
@@ -852,7 +709,7 @@
852
709
  }
853
710
  },
854
711
  "node_modules/@jimp/utils": {
855
- "version": "0.16.1",
712
+ "version": "0.16.2",
856
713
  "license": "MIT",
857
714
  "dependencies": {
858
715
  "@babel/runtime": "^7.7.2",
@@ -940,37 +797,6 @@
940
797
  "url": "https://github.com/sindresorhus/is?sponsor=1"
941
798
  }
942
799
  },
943
- "node_modules/@sinonjs/commons": {
944
- "version": "1.8.3",
945
- "dev": true,
946
- "license": "BSD-3-Clause",
947
- "dependencies": {
948
- "type-detect": "4.0.8"
949
- }
950
- },
951
- "node_modules/@sinonjs/fake-timers": {
952
- "version": "9.1.2",
953
- "dev": true,
954
- "license": "BSD-3-Clause",
955
- "dependencies": {
956
- "@sinonjs/commons": "^1.7.0"
957
- }
958
- },
959
- "node_modules/@sinonjs/samsam": {
960
- "version": "6.1.1",
961
- "dev": true,
962
- "license": "BSD-3-Clause",
963
- "dependencies": {
964
- "@sinonjs/commons": "^1.6.0",
965
- "lodash.get": "^4.4.2",
966
- "type-detect": "^4.0.8"
967
- }
968
- },
969
- "node_modules/@sinonjs/text-encoding": {
970
- "version": "0.7.2",
971
- "dev": true,
972
- "license": "(Unlicense OR Apache-2.0)"
973
- },
974
800
  "node_modules/@szmarczak/http-timer": {
975
801
  "version": "4.0.6",
976
802
  "license": "MIT",
@@ -1046,7 +872,7 @@
1046
872
  }
1047
873
  },
1048
874
  "node_modules/@types/express-serve-static-core": {
1049
- "version": "4.17.30",
875
+ "version": "4.17.31",
1050
876
  "license": "MIT",
1051
877
  "dependencies": {
1052
878
  "@types/node": "*",
@@ -1151,7 +977,7 @@
1151
977
  }
1152
978
  },
1153
979
  "node_modules/@types/node": {
1154
- "version": "18.7.15",
980
+ "version": "18.8.1",
1155
981
  "license": "MIT"
1156
982
  },
1157
983
  "node_modules/@types/normalize-package-data": {
@@ -1197,7 +1023,7 @@
1197
1023
  }
1198
1024
  },
1199
1025
  "node_modules/@types/semver": {
1200
- "version": "7.3.10",
1026
+ "version": "7.3.12",
1201
1027
  "license": "MIT"
1202
1028
  },
1203
1029
  "node_modules/@types/serve-favicon": {
@@ -1240,8 +1066,15 @@
1240
1066
  "extraneous": true,
1241
1067
  "license": "MIT"
1242
1068
  },
1069
+ "node_modules/@types/ws": {
1070
+ "version": "8.5.3",
1071
+ "license": "MIT",
1072
+ "dependencies": {
1073
+ "@types/node": "*"
1074
+ }
1075
+ },
1243
1076
  "node_modules/@wdio/types": {
1244
- "version": "7.20.7",
1077
+ "version": "7.24.0",
1245
1078
  "license": "MIT",
1246
1079
  "dependencies": {
1247
1080
  "@types/node": "^18.0.0",
@@ -1252,6 +1085,11 @@
1252
1085
  },
1253
1086
  "peerDependencies": {
1254
1087
  "typescript": "^4.6.2"
1088
+ },
1089
+ "peerDependenciesMeta": {
1090
+ "typescript": {
1091
+ "optional": true
1092
+ }
1255
1093
  }
1256
1094
  },
1257
1095
  "node_modules/@xmldom/xmldom": {
@@ -1345,10 +1183,10 @@
1345
1183
  "license": "MIT"
1346
1184
  },
1347
1185
  "node_modules/appium-adb": {
1348
- "version": "9.10.9",
1186
+ "version": "9.10.11",
1349
1187
  "license": "Apache-2.0",
1350
1188
  "dependencies": {
1351
- "@appium/support": "^2.55.3",
1189
+ "@appium/support": "^2.60.0",
1352
1190
  "@babel/runtime": "^7.0.0",
1353
1191
  "adbkit-apkreader": "^3.1.2",
1354
1192
  "async-lock": "^1.0.0",
@@ -1367,31 +1205,8 @@
1367
1205
  "npm": ">=8"
1368
1206
  }
1369
1207
  },
1370
- "node_modules/appium-adb/node_modules/semver": {
1371
- "version": "7.3.7",
1372
- "license": "ISC",
1373
- "dependencies": {
1374
- "lru-cache": "^6.0.0"
1375
- },
1376
- "bin": {
1377
- "semver": "bin/semver.js"
1378
- },
1379
- "engines": {
1380
- "node": ">=10"
1381
- }
1382
- },
1383
- "node_modules/appium-adb/node_modules/semver/node_modules/lru-cache": {
1384
- "version": "6.0.0",
1385
- "license": "ISC",
1386
- "dependencies": {
1387
- "yallist": "^4.0.0"
1388
- },
1389
- "engines": {
1390
- "node": ">=10"
1391
- }
1392
- },
1393
1208
  "node_modules/appium-android-driver": {
1394
- "version": "5.4.0",
1209
+ "version": "5.4.2",
1395
1210
  "license": "Apache-2.0",
1396
1211
  "dependencies": {
1397
1212
  "@babel/runtime": "^7.0.0",
@@ -1422,31 +1237,8 @@
1422
1237
  "appium": "^2.0.0-beta.40"
1423
1238
  }
1424
1239
  },
1425
- "node_modules/appium-android-driver/node_modules/semver": {
1426
- "version": "7.3.7",
1427
- "license": "ISC",
1428
- "dependencies": {
1429
- "lru-cache": "^6.0.0"
1430
- },
1431
- "bin": {
1432
- "semver": "bin/semver.js"
1433
- },
1434
- "engines": {
1435
- "node": ">=10"
1436
- }
1437
- },
1438
- "node_modules/appium-android-driver/node_modules/semver/node_modules/lru-cache": {
1439
- "version": "6.0.0",
1440
- "license": "ISC",
1441
- "dependencies": {
1442
- "yallist": "^4.0.0"
1443
- },
1444
- "engines": {
1445
- "node": ">=10"
1446
- }
1447
- },
1448
1240
  "node_modules/appium-chromedriver": {
1449
- "version": "5.2.1",
1241
+ "version": "5.2.3",
1450
1242
  "hasInstallScript": true,
1451
1243
  "license": "Apache-2.0",
1452
1244
  "dependencies": {
@@ -1468,30 +1260,7 @@
1468
1260
  "npm": ">=8"
1469
1261
  },
1470
1262
  "peerDependencies": {
1471
- "appium": "^2.0.0-beta.40"
1472
- }
1473
- },
1474
- "node_modules/appium-chromedriver/node_modules/lru-cache": {
1475
- "version": "6.0.0",
1476
- "license": "ISC",
1477
- "dependencies": {
1478
- "yallist": "^4.0.0"
1479
- },
1480
- "engines": {
1481
- "node": ">=10"
1482
- }
1483
- },
1484
- "node_modules/appium-chromedriver/node_modules/semver": {
1485
- "version": "7.3.7",
1486
- "license": "ISC",
1487
- "dependencies": {
1488
- "lru-cache": "^6.0.0"
1489
- },
1490
- "bin": {
1491
- "semver": "bin/semver.js"
1492
- },
1493
- "engines": {
1494
- "node": ">=10"
1263
+ "appium": "^2.0.0-beta.44"
1495
1264
  }
1496
1265
  },
1497
1266
  "node_modules/appium-uiautomator2-server": {
@@ -1541,6 +1310,24 @@
1541
1310
  "node": ">= 6"
1542
1311
  }
1543
1312
  },
1313
+ "node_modules/archiver-utils/node_modules/glob": {
1314
+ "version": "7.2.3",
1315
+ "license": "ISC",
1316
+ "dependencies": {
1317
+ "fs.realpath": "^1.0.0",
1318
+ "inflight": "^1.0.4",
1319
+ "inherits": "2",
1320
+ "minimatch": "^3.1.1",
1321
+ "once": "^1.3.0",
1322
+ "path-is-absolute": "^1.0.0"
1323
+ },
1324
+ "engines": {
1325
+ "node": "*"
1326
+ },
1327
+ "funding": {
1328
+ "url": "https://github.com/sponsors/isaacs"
1329
+ }
1330
+ },
1544
1331
  "node_modules/archiver-utils/node_modules/readable-stream": {
1545
1332
  "version": "2.3.7",
1546
1333
  "license": "MIT",
@@ -1577,27 +1364,11 @@
1577
1364
  "extraneous": true,
1578
1365
  "license": "Python-2.0"
1579
1366
  },
1580
- "node_modules/array-find-index": {
1581
- "version": "1.0.2",
1582
- "dev": true,
1583
- "license": "MIT",
1584
- "engines": {
1585
- "node": ">=0.10.0"
1586
- }
1587
- },
1588
1367
  "node_modules/array-flatten": {
1589
1368
  "version": "1.1.1",
1590
1369
  "extraneous": true,
1591
1370
  "license": "MIT"
1592
1371
  },
1593
- "node_modules/assertion-error": {
1594
- "version": "1.1.0",
1595
- "dev": true,
1596
- "license": "MIT",
1597
- "engines": {
1598
- "node": "*"
1599
- }
1600
- },
1601
1372
  "node_modules/async": {
1602
1373
  "version": "3.2.4",
1603
1374
  "license": "MIT"
@@ -1861,23 +1632,6 @@
1861
1632
  "node": ">= 10"
1862
1633
  }
1863
1634
  },
1864
- "node_modules/chai": {
1865
- "version": "4.3.6",
1866
- "dev": true,
1867
- "license": "MIT",
1868
- "dependencies": {
1869
- "assertion-error": "^1.1.0",
1870
- "check-error": "^1.0.2",
1871
- "deep-eql": "^3.0.1",
1872
- "get-func-name": "^2.0.0",
1873
- "loupe": "^2.3.1",
1874
- "pathval": "^1.1.1",
1875
- "type-detect": "^4.0.5"
1876
- },
1877
- "engines": {
1878
- "node": ">=4"
1879
- }
1880
- },
1881
1635
  "node_modules/chalk": {
1882
1636
  "version": "2.4.2",
1883
1637
  "license": "MIT",
@@ -1907,14 +1661,6 @@
1907
1661
  "node": ">=4"
1908
1662
  }
1909
1663
  },
1910
- "node_modules/check-error": {
1911
- "version": "1.0.2",
1912
- "dev": true,
1913
- "license": "MIT",
1914
- "engines": {
1915
- "node": "*"
1916
- }
1917
- },
1918
1664
  "node_modules/cli-cursor": {
1919
1665
  "version": "3.1.0",
1920
1666
  "extraneous": true,
@@ -2145,17 +1891,6 @@
2145
1891
  "version": "1.4.1",
2146
1892
  "license": "MIT"
2147
1893
  },
2148
- "node_modules/currently-unhandled": {
2149
- "version": "0.4.1",
2150
- "dev": true,
2151
- "license": "MIT",
2152
- "dependencies": {
2153
- "array-find-index": "^1.0.1"
2154
- },
2155
- "engines": {
2156
- "node": ">=0.10.0"
2157
- }
2158
- },
2159
1894
  "node_modules/decompress-response": {
2160
1895
  "version": "6.0.0",
2161
1896
  "license": "MIT",
@@ -2179,17 +1914,6 @@
2179
1914
  "url": "https://github.com/sponsors/sindresorhus"
2180
1915
  }
2181
1916
  },
2182
- "node_modules/deep-eql": {
2183
- "version": "3.0.1",
2184
- "dev": true,
2185
- "license": "MIT",
2186
- "dependencies": {
2187
- "type-detect": "^4.0.0"
2188
- },
2189
- "engines": {
2190
- "node": ">=0.12"
2191
- }
2192
- },
2193
1917
  "node_modules/defaults": {
2194
1918
  "version": "1.0.3",
2195
1919
  "extraneous": true,
@@ -2248,14 +1972,6 @@
2248
1972
  "npm": "1.2.8000 || >= 1.4.16"
2249
1973
  }
2250
1974
  },
2251
- "node_modules/diff": {
2252
- "version": "5.0.0",
2253
- "dev": true,
2254
- "license": "BSD-3-Clause",
2255
- "engines": {
2256
- "node": ">=0.3.1"
2257
- }
2258
- },
2259
1975
  "node_modules/docdash": {
2260
1976
  "version": "1.2.0",
2261
1977
  "extraneous": true,
@@ -2309,7 +2025,7 @@
2309
2025
  }
2310
2026
  },
2311
2027
  "node_modules/es-abstract": {
2312
- "version": "1.20.2",
2028
+ "version": "1.20.3",
2313
2029
  "extraneous": true,
2314
2030
  "license": "MIT",
2315
2031
  "dependencies": {
@@ -2317,13 +2033,13 @@
2317
2033
  "es-to-primitive": "^1.2.1",
2318
2034
  "function-bind": "^1.1.1",
2319
2035
  "function.prototype.name": "^1.1.5",
2320
- "get-intrinsic": "^1.1.2",
2036
+ "get-intrinsic": "^1.1.3",
2321
2037
  "get-symbol-description": "^1.0.0",
2322
2038
  "has": "^1.0.3",
2323
2039
  "has-property-descriptors": "^1.0.0",
2324
2040
  "has-symbols": "^1.0.3",
2325
2041
  "internal-slot": "^1.0.3",
2326
- "is-callable": "^1.2.4",
2042
+ "is-callable": "^1.2.6",
2327
2043
  "is-negative-zero": "^2.0.2",
2328
2044
  "is-regex": "^1.1.4",
2329
2045
  "is-shared-array-buffer": "^1.0.2",
@@ -2333,6 +2049,7 @@
2333
2049
  "object-keys": "^1.1.1",
2334
2050
  "object.assign": "^4.1.4",
2335
2051
  "regexp.prototype.flags": "^1.4.3",
2052
+ "safe-regex-test": "^1.0.0",
2336
2053
  "string.prototype.trimend": "^1.0.5",
2337
2054
  "string.prototype.trimstart": "^1.0.5",
2338
2055
  "unbox-primitive": "^1.0.2"
@@ -2555,7 +2272,7 @@
2555
2272
  "license": "MIT"
2556
2273
  },
2557
2274
  "node_modules/follow-redirects": {
2558
- "version": "1.15.1",
2275
+ "version": "1.15.2",
2559
2276
  "funding": [
2560
2277
  {
2561
2278
  "type": "individual",
@@ -2704,16 +2421,8 @@
2704
2421
  "node": ">=8"
2705
2422
  }
2706
2423
  },
2707
- "node_modules/get-func-name": {
2708
- "version": "2.0.0",
2709
- "dev": true,
2710
- "license": "MIT",
2711
- "engines": {
2712
- "node": "*"
2713
- }
2714
- },
2715
2424
  "node_modules/get-intrinsic": {
2716
- "version": "1.1.2",
2425
+ "version": "1.1.3",
2717
2426
  "extraneous": true,
2718
2427
  "license": "MIT",
2719
2428
  "dependencies": {
@@ -2722,18 +2431,7 @@
2722
2431
  "has-symbols": "^1.0.3"
2723
2432
  },
2724
2433
  "funding": {
2725
- "url": "https://github.com/sponsors/ljharb"
2726
- }
2727
- },
2728
- "node_modules/get-port": {
2729
- "version": "5.1.1",
2730
- "dev": true,
2731
- "license": "MIT",
2732
- "engines": {
2733
- "node": ">=8"
2734
- },
2735
- "funding": {
2736
- "url": "https://github.com/sponsors/sindresorhus"
2434
+ "url": "https://github.com/sponsors/ljharb"
2737
2435
  }
2738
2436
  },
2739
2437
  "node_modules/get-stream": {
@@ -2770,23 +2468,39 @@
2770
2468
  }
2771
2469
  },
2772
2470
  "node_modules/glob": {
2773
- "version": "7.2.3",
2471
+ "version": "8.0.3",
2774
2472
  "license": "ISC",
2775
2473
  "dependencies": {
2776
2474
  "fs.realpath": "^1.0.0",
2777
2475
  "inflight": "^1.0.4",
2778
2476
  "inherits": "2",
2779
- "minimatch": "^3.1.1",
2780
- "once": "^1.3.0",
2781
- "path-is-absolute": "^1.0.0"
2477
+ "minimatch": "^5.0.1",
2478
+ "once": "^1.3.0"
2782
2479
  },
2783
2480
  "engines": {
2784
- "node": "*"
2481
+ "node": ">=12"
2785
2482
  },
2786
2483
  "funding": {
2787
2484
  "url": "https://github.com/sponsors/isaacs"
2788
2485
  }
2789
2486
  },
2487
+ "node_modules/glob/node_modules/brace-expansion": {
2488
+ "version": "2.0.1",
2489
+ "license": "MIT",
2490
+ "dependencies": {
2491
+ "balanced-match": "^1.0.0"
2492
+ }
2493
+ },
2494
+ "node_modules/glob/node_modules/minimatch": {
2495
+ "version": "5.1.0",
2496
+ "license": "ISC",
2497
+ "dependencies": {
2498
+ "brace-expansion": "^2.0.1"
2499
+ },
2500
+ "engines": {
2501
+ "node": ">=10"
2502
+ }
2503
+ },
2790
2504
  "node_modules/global": {
2791
2505
  "version": "4.4.0",
2792
2506
  "license": "MIT",
@@ -3045,7 +2759,7 @@
3045
2759
  }
3046
2760
  },
3047
2761
  "node_modules/is-callable": {
3048
- "version": "1.2.4",
2762
+ "version": "1.2.7",
3049
2763
  "extraneous": true,
3050
2764
  "license": "MIT",
3051
2765
  "engines": {
@@ -3229,7 +2943,7 @@
3229
2943
  }
3230
2944
  },
3231
2945
  "node_modules/jpeg-js": {
3232
- "version": "0.4.2",
2946
+ "version": "0.4.4",
3233
2947
  "license": "BSD-3-Clause"
3234
2948
  },
3235
2949
  "node_modules/js-tokens": {
@@ -3341,11 +3055,6 @@
3341
3055
  "extraneous": true,
3342
3056
  "license": "MIT"
3343
3057
  },
3344
- "node_modules/just-extend": {
3345
- "version": "4.2.1",
3346
- "dev": true,
3347
- "license": "MIT"
3348
- },
3349
3058
  "node_modules/keyv": {
3350
3059
  "version": "4.5.0",
3351
3060
  "license": "MIT",
@@ -3465,11 +3174,6 @@
3465
3174
  "version": "4.4.0",
3466
3175
  "license": "MIT"
3467
3176
  },
3468
- "node_modules/lodash.get": {
3469
- "version": "4.4.2",
3470
- "dev": true,
3471
- "license": "MIT"
3472
- },
3473
3177
  "node_modules/lodash.isfinite": {
3474
3178
  "version": "3.3.2",
3475
3179
  "license": "MIT"
@@ -3570,26 +3274,6 @@
3570
3274
  "node": ">= 0.9.3"
3571
3275
  }
3572
3276
  },
3573
- "node_modules/loud-rejection": {
3574
- "version": "2.2.0",
3575
- "dev": true,
3576
- "license": "MIT",
3577
- "dependencies": {
3578
- "currently-unhandled": "^0.4.1",
3579
- "signal-exit": "^3.0.2"
3580
- },
3581
- "engines": {
3582
- "node": ">=8"
3583
- }
3584
- },
3585
- "node_modules/loupe": {
3586
- "version": "2.3.4",
3587
- "dev": true,
3588
- "license": "MIT",
3589
- "dependencies": {
3590
- "get-func-name": "^2.0.0"
3591
- }
3592
- },
3593
3277
  "node_modules/lowercase-keys": {
3594
3278
  "version": "2.0.0",
3595
3279
  "license": "MIT",
@@ -3598,7 +3282,7 @@
3598
3282
  }
3599
3283
  },
3600
3284
  "node_modules/lru-cache": {
3601
- "version": "7.13.2",
3285
+ "version": "7.14.0",
3602
3286
  "license": "ISC",
3603
3287
  "engines": {
3604
3288
  "node": ">=12"
@@ -3620,7 +3304,7 @@
3620
3304
  }
3621
3305
  },
3622
3306
  "node_modules/markdown-it-anchor": {
3623
- "version": "8.6.4",
3307
+ "version": "8.6.5",
3624
3308
  "extraneous": true,
3625
3309
  "license": "Unlicense",
3626
3310
  "peerDependencies": {
@@ -3629,7 +3313,7 @@
3629
3313
  }
3630
3314
  },
3631
3315
  "node_modules/marked": {
3632
- "version": "4.1.0",
3316
+ "version": "4.1.1",
3633
3317
  "extraneous": true,
3634
3318
  "license": "MIT",
3635
3319
  "bin": {
@@ -3875,31 +3559,6 @@
3875
3559
  "node": ">= 0.6"
3876
3560
  }
3877
3561
  },
3878
- "node_modules/nise": {
3879
- "version": "5.1.1",
3880
- "dev": true,
3881
- "license": "BSD-3-Clause",
3882
- "dependencies": {
3883
- "@sinonjs/commons": "^1.8.3",
3884
- "@sinonjs/fake-timers": ">=5",
3885
- "@sinonjs/text-encoding": "^0.7.1",
3886
- "just-extend": "^4.0.2",
3887
- "path-to-regexp": "^1.7.0"
3888
- }
3889
- },
3890
- "node_modules/nise/node_modules/isarray": {
3891
- "version": "0.0.1",
3892
- "dev": true,
3893
- "license": "MIT"
3894
- },
3895
- "node_modules/nise/node_modules/path-to-regexp": {
3896
- "version": "1.8.0",
3897
- "dev": true,
3898
- "license": "MIT",
3899
- "dependencies": {
3900
- "isarray": "0.0.1"
3901
- }
3902
- },
3903
3562
  "node_modules/normalize-package-data": {
3904
3563
  "version": "2.5.0",
3905
3564
  "license": "BSD-2-Clause",
@@ -4251,14 +3910,6 @@
4251
3910
  "extraneous": true,
4252
3911
  "license": "MIT"
4253
3912
  },
4254
- "node_modules/pathval": {
4255
- "version": "1.1.1",
4256
- "dev": true,
4257
- "license": "MIT",
4258
- "engines": {
4259
- "node": "*"
4260
- }
4261
- },
4262
3913
  "node_modules/pend": {
4263
3914
  "version": "1.2.0",
4264
3915
  "license": "MIT"
@@ -4602,12 +4253,43 @@
4602
4253
  "url": "https://github.com/sponsors/isaacs"
4603
4254
  }
4604
4255
  },
4256
+ "node_modules/rimraf/node_modules/glob": {
4257
+ "version": "7.2.3",
4258
+ "license": "ISC",
4259
+ "dependencies": {
4260
+ "fs.realpath": "^1.0.0",
4261
+ "inflight": "^1.0.4",
4262
+ "inherits": "2",
4263
+ "minimatch": "^3.1.1",
4264
+ "once": "^1.3.0",
4265
+ "path-is-absolute": "^1.0.0"
4266
+ },
4267
+ "engines": {
4268
+ "node": "*"
4269
+ },
4270
+ "funding": {
4271
+ "url": "https://github.com/sponsors/isaacs"
4272
+ }
4273
+ },
4605
4274
  "node_modules/safe-buffer": {
4606
4275
  "version": "5.1.2",
4607
4276
  "license": "MIT"
4608
4277
  },
4278
+ "node_modules/safe-regex-test": {
4279
+ "version": "1.0.0",
4280
+ "extraneous": true,
4281
+ "license": "MIT",
4282
+ "dependencies": {
4283
+ "call-bind": "^1.0.2",
4284
+ "get-intrinsic": "^1.1.3",
4285
+ "is-regex": "^1.1.4"
4286
+ },
4287
+ "funding": {
4288
+ "url": "https://github.com/sponsors/ljharb"
4289
+ }
4290
+ },
4609
4291
  "node_modules/safe-stable-stringify": {
4610
- "version": "2.3.1",
4292
+ "version": "2.4.0",
4611
4293
  "extraneous": true,
4612
4294
  "license": "MIT",
4613
4295
  "engines": {
@@ -4630,6 +4312,29 @@
4630
4312
  "version": "1.2.4",
4631
4313
  "license": "ISC"
4632
4314
  },
4315
+ "node_modules/semver": {
4316
+ "version": "7.3.7",
4317
+ "license": "ISC",
4318
+ "dependencies": {
4319
+ "lru-cache": "^6.0.0"
4320
+ },
4321
+ "bin": {
4322
+ "semver": "bin/semver.js"
4323
+ },
4324
+ "engines": {
4325
+ "node": ">=10"
4326
+ }
4327
+ },
4328
+ "node_modules/semver/node_modules/lru-cache": {
4329
+ "version": "6.0.0",
4330
+ "license": "ISC",
4331
+ "dependencies": {
4332
+ "yallist": "^4.0.0"
4333
+ },
4334
+ "engines": {
4335
+ "node": ">=10"
4336
+ }
4337
+ },
4633
4338
  "node_modules/send": {
4634
4339
  "version": "0.18.0",
4635
4340
  "extraneous": true,
@@ -4787,34 +4492,6 @@
4787
4492
  "extraneous": true,
4788
4493
  "license": "MIT"
4789
4494
  },
4790
- "node_modules/sinon": {
4791
- "version": "14.0.0",
4792
- "dev": true,
4793
- "license": "BSD-3-Clause",
4794
- "dependencies": {
4795
- "@sinonjs/commons": "^1.8.3",
4796
- "@sinonjs/fake-timers": "^9.1.2",
4797
- "@sinonjs/samsam": "^6.1.1",
4798
- "diff": "^5.0.0",
4799
- "nise": "^5.1.1",
4800
- "supports-color": "^7.2.0"
4801
- },
4802
- "funding": {
4803
- "type": "opencollective",
4804
- "url": "https://opencollective.com/sinon"
4805
- }
4806
- },
4807
- "node_modules/sinon/node_modules/supports-color": {
4808
- "version": "7.2.0",
4809
- "dev": true,
4810
- "license": "MIT",
4811
- "dependencies": {
4812
- "has-flag": "^4.0.0"
4813
- },
4814
- "engines": {
4815
- "node": ">=8"
4816
- }
4817
- },
4818
4495
  "node_modules/source-map": {
4819
4496
  "version": "0.6.1",
4820
4497
  "license": "BSD-3-Clause",
@@ -5017,10 +4694,10 @@
5017
4694
  }
5018
4695
  },
5019
4696
  "node_modules/teen_process": {
5020
- "version": "2.0.1",
4697
+ "version": "2.0.2",
5021
4698
  "license": "Apache-2.0",
5022
4699
  "dependencies": {
5023
- "@babel/runtime": "7.18.9",
4700
+ "@babel/runtime": "7.19.0",
5024
4701
  "bluebird": "3.7.2",
5025
4702
  "lodash": "4.17.21",
5026
4703
  "shell-quote": "1.7.3",
@@ -5032,16 +4709,6 @@
5032
4709
  "npm": ">=6"
5033
4710
  }
5034
4711
  },
5035
- "node_modules/teen_process/node_modules/@babel/runtime": {
5036
- "version": "7.18.9",
5037
- "license": "MIT",
5038
- "dependencies": {
5039
- "regenerator-runtime": "^0.13.4"
5040
- },
5041
- "engines": {
5042
- "node": ">=6.9.0"
5043
- }
5044
- },
5045
4712
  "node_modules/text-hex": {
5046
4713
  "version": "1.0.0",
5047
4714
  "extraneous": true,
@@ -5082,16 +4749,8 @@
5082
4749
  "utf8-byte-length": "^1.0.1"
5083
4750
  }
5084
4751
  },
5085
- "node_modules/type-detect": {
5086
- "version": "4.0.8",
5087
- "dev": true,
5088
- "license": "MIT",
5089
- "engines": {
5090
- "node": ">=4"
5091
- }
5092
- },
5093
4752
  "node_modules/type-fest": {
5094
- "version": "2.18.0",
4753
+ "version": "2.19.0",
5095
4754
  "license": "(MIT OR CC0-1.0)",
5096
4755
  "engines": {
5097
4756
  "node": ">=12.20"
@@ -5112,18 +4771,6 @@
5112
4771
  "node": ">= 0.6"
5113
4772
  }
5114
4773
  },
5115
- "node_modules/typescript": {
5116
- "version": "4.8.2",
5117
- "license": "Apache-2.0",
5118
- "peer": true,
5119
- "bin": {
5120
- "tsc": "bin/tsc",
5121
- "tsserver": "bin/tsserver"
5122
- },
5123
- "engines": {
5124
- "node": ">=4.2.0"
5125
- }
5126
- },
5127
4774
  "node_modules/uc.micro": {
5128
4775
  "version": "1.0.6",
5129
4776
  "extraneous": true,
@@ -5144,7 +4791,7 @@
5144
4791
  }
5145
4792
  },
5146
4793
  "node_modules/underscore": {
5147
- "version": "1.13.4",
4794
+ "version": "1.13.6",
5148
4795
  "extraneous": true,
5149
4796
  "license": "MIT"
5150
4797
  },
@@ -5411,7 +5058,7 @@
5411
5058
  "license": "ISC"
5412
5059
  },
5413
5060
  "node_modules/ws": {
5414
- "version": "8.8.1",
5061
+ "version": "8.9.0",
5415
5062
  "license": "MIT",
5416
5063
  "engines": {
5417
5064
  "node": ">=10.0.0"
@@ -5532,11 +5179,11 @@
5532
5179
  },
5533
5180
  "dependencies": {
5534
5181
  "@appium/base-driver": {
5535
- "version": "8.7.0",
5182
+ "version": "8.7.1",
5536
5183
  "extraneous": true,
5537
5184
  "requires": {
5538
- "@appium/support": "^2.59.5",
5539
- "@babel/runtime": "7.18.9",
5185
+ "@appium/support": "^2.60.0",
5186
+ "@babel/runtime": "7.19.0",
5540
5187
  "@colors/colors": "1.5.0",
5541
5188
  "@types/async-lock": "1.1.5",
5542
5189
  "@types/bluebird": "3.5.36",
@@ -5552,37 +5199,28 @@
5552
5199
  "express": "4.18.1",
5553
5200
  "http-status-codes": "2.2.0",
5554
5201
  "lodash": "4.17.21",
5555
- "lru-cache": "7.13.2",
5202
+ "lru-cache": "7.14.0",
5556
5203
  "method-override": "3.0.0",
5557
5204
  "morgan": "1.10.0",
5558
5205
  "serve-favicon": "2.5.0",
5559
5206
  "source-map-support": "0.5.21",
5560
- "type-fest": "2.18.0",
5207
+ "type-fest": "2.19.0",
5561
5208
  "validate.js": "0.13.1"
5562
- },
5563
- "dependencies": {
5564
- "@babel/runtime": {
5565
- "version": "7.18.9",
5566
- "extraneous": true,
5567
- "requires": {
5568
- "regenerator-runtime": "^0.13.4"
5569
- }
5570
- }
5571
5209
  }
5572
5210
  },
5573
5211
  "@appium/base-plugin": {
5574
- "version": "1.10.2",
5212
+ "version": "1.10.3",
5575
5213
  "extraneous": true,
5576
5214
  "requires": {
5577
- "@appium/support": "^2.59.5"
5215
+ "@appium/support": "^2.60.0"
5578
5216
  }
5579
5217
  },
5580
5218
  "@appium/docutils": {
5581
- "version": "0.0.10",
5219
+ "version": "0.0.11",
5582
5220
  "extraneous": true,
5583
5221
  "requires": {
5584
- "@appium/support": "^2.59.5",
5585
- "@babel/runtime": "7.18.9",
5222
+ "@appium/support": "^2.60.0",
5223
+ "@babel/runtime": "7.19.0",
5586
5224
  "docdash": "1.2.0",
5587
5225
  "jsdoc": "3.6.11",
5588
5226
  "jsdoc-plugin-typescript": "2.1.1",
@@ -5590,13 +5228,6 @@
5590
5228
  "teen_process": "1.16.0"
5591
5229
  },
5592
5230
  "dependencies": {
5593
- "@babel/runtime": {
5594
- "version": "7.18.9",
5595
- "extraneous": true,
5596
- "requires": {
5597
- "regenerator-runtime": "^0.13.4"
5598
- }
5599
- },
5600
5231
  "teen_process": {
5601
5232
  "version": "1.16.0",
5602
5233
  "extraneous": true,
@@ -5620,10 +5251,10 @@
5620
5251
  }
5621
5252
  },
5622
5253
  "@appium/support": {
5623
- "version": "2.59.5",
5254
+ "version": "2.60.0",
5624
5255
  "requires": {
5625
- "@appium/types": "^0.4.0",
5626
- "@babel/runtime": "7.18.9",
5256
+ "@appium/types": "^0.4.1",
5257
+ "@babel/runtime": "7.19.0",
5627
5258
  "@colors/colors": "1.5.0",
5628
5259
  "@types/archiver": "5.3.1",
5629
5260
  "@types/base64-stream": "1.0.2",
@@ -5634,134 +5265,56 @@
5634
5265
  "@types/lockfile": "1.0.2",
5635
5266
  "@types/mv": "2.1.2",
5636
5267
  "@types/ncp": "2.0.5",
5637
- "@types/npmlog": "4.1.4",
5638
- "@types/pluralize": "0.0.29",
5639
- "@types/pngjs": "6.0.1",
5640
- "@types/rimraf": "3.0.2",
5641
- "@types/semver": "7.3.10",
5642
- "@types/shell-quote": "1.7.1",
5643
- "@types/supports-color": "8.1.1",
5644
- "@types/teen_process": "1.16.1",
5645
- "@types/uuid": "8.3.4",
5646
- "archiver": "5.3.1",
5647
- "axios": "0.27.2",
5648
- "base64-stream": "1.0.0",
5649
- "bluebird": "3.7.2",
5650
- "bplist-creator": "0.1.1",
5651
- "bplist-parser": "0.3.2",
5652
- "form-data": "4.0.0",
5653
- "get-stream": "6.0.1",
5654
- "glob": "8.0.3",
5655
- "jimp": "0.16.1",
5656
- "jsftp": "2.1.3",
5657
- "klaw": "3.0.0",
5658
- "lockfile": "1.0.4",
5659
- "lodash": "4.17.21",
5660
- "log-symbols": "4.1.0",
5661
- "moment": "2.29.4",
5662
- "mv": "2.1.1",
5663
- "ncp": "2.0.0",
5664
- "npmlog": "6.0.2",
5665
- "opencv-bindings": "4.5.5",
5666
- "pkg-dir": "5.0.0",
5667
- "plist": "3.0.6",
5668
- "pluralize": "8.0.0",
5669
- "pngjs": "6.0.0",
5670
- "read-pkg": "5.2.0",
5671
- "resolve-from": "5.0.0",
5672
- "rimraf": "3.0.2",
5673
- "sanitize-filename": "1.6.3",
5674
- "semver": "7.3.7",
5675
- "shell-quote": "1.7.3",
5676
- "source-map-support": "0.5.21",
5677
- "supports-color": "8.1.1",
5678
- "teen_process": "1.16.0",
5679
- "type-fest": "2.18.0",
5680
- "uuid": "8.3.2",
5681
- "which": "2.0.2",
5682
- "yauzl": "2.10.0"
5683
- },
5684
- "dependencies": {
5685
- "@babel/runtime": {
5686
- "version": "7.18.9",
5687
- "requires": {
5688
- "regenerator-runtime": "^0.13.4"
5689
- }
5690
- },
5691
- "brace-expansion": {
5692
- "version": "2.0.1",
5693
- "requires": {
5694
- "balanced-match": "^1.0.0"
5695
- }
5696
- },
5697
- "glob": {
5698
- "version": "8.0.3",
5699
- "requires": {
5700
- "fs.realpath": "^1.0.0",
5701
- "inflight": "^1.0.4",
5702
- "inherits": "2",
5703
- "minimatch": "^5.0.1",
5704
- "once": "^1.3.0"
5705
- }
5706
- },
5707
- "lru-cache": {
5708
- "version": "6.0.0",
5709
- "requires": {
5710
- "yallist": "^4.0.0"
5711
- }
5712
- },
5713
- "minimatch": {
5714
- "version": "5.1.0",
5715
- "requires": {
5716
- "brace-expansion": "^2.0.1"
5717
- }
5718
- },
5719
- "semver": {
5720
- "version": "7.3.7",
5721
- "requires": {
5722
- "lru-cache": "^6.0.0"
5723
- }
5724
- },
5725
- "teen_process": {
5726
- "version": "1.16.0",
5727
- "requires": {
5728
- "@babel/runtime": "^7.0.0",
5729
- "bluebird": "^3.5.1",
5730
- "lodash": "^4.17.4",
5731
- "shell-quote": "^1.4.3",
5732
- "source-map-support": "^0.5.3",
5733
- "which": "^2.0.2"
5734
- }
5735
- }
5736
- }
5737
- },
5738
- "@appium/test-support": {
5739
- "version": "1.5.0",
5740
- "dev": true,
5741
- "requires": {
5742
- "@babel/runtime": "7.18.9",
5743
- "@colors/colors": "1.5.0",
5268
+ "@types/npmlog": "4.1.4",
5269
+ "@types/pluralize": "0.0.29",
5270
+ "@types/pngjs": "6.0.1",
5271
+ "@types/rimraf": "3.0.2",
5272
+ "@types/semver": "7.3.12",
5273
+ "@types/shell-quote": "1.7.1",
5274
+ "@types/supports-color": "8.1.1",
5275
+ "@types/teen_process": "1.16.1",
5276
+ "@types/uuid": "8.3.4",
5277
+ "archiver": "5.3.1",
5278
+ "axios": "0.27.2",
5279
+ "base64-stream": "1.0.0",
5744
5280
  "bluebird": "3.7.2",
5745
- "chai": "4.3.6",
5746
- "get-port": "5.1.1",
5281
+ "bplist-creator": "0.1.1",
5282
+ "bplist-parser": "0.3.2",
5283
+ "form-data": "4.0.0",
5284
+ "get-stream": "6.0.1",
5285
+ "glob": "8.0.3",
5286
+ "jimp": "0.16.1",
5287
+ "jsftp": "2.1.3",
5288
+ "klaw": "3.0.0",
5289
+ "lockfile": "1.0.4",
5747
5290
  "lodash": "4.17.21",
5748
5291
  "log-symbols": "4.1.0",
5749
- "loud-rejection": "2.2.0",
5750
- "sinon": "14.0.0",
5292
+ "moment": "2.29.4",
5293
+ "mv": "2.1.1",
5294
+ "ncp": "2.0.0",
5295
+ "npmlog": "6.0.2",
5296
+ "opencv-bindings": "4.5.5",
5297
+ "pkg-dir": "5.0.0",
5298
+ "plist": "3.0.6",
5299
+ "pluralize": "8.0.0",
5300
+ "pngjs": "6.0.0",
5301
+ "read-pkg": "5.2.0",
5302
+ "resolve-from": "5.0.0",
5303
+ "rimraf": "3.0.2",
5304
+ "sanitize-filename": "1.6.3",
5305
+ "semver": "7.3.7",
5306
+ "shell-quote": "1.7.3",
5751
5307
  "source-map-support": "0.5.21",
5752
- "teen_process": "1.16.0"
5308
+ "supports-color": "8.1.1",
5309
+ "teen_process": "1.16.0",
5310
+ "type-fest": "2.19.0",
5311
+ "uuid": "8.3.2",
5312
+ "which": "2.0.2",
5313
+ "yauzl": "2.10.0"
5753
5314
  },
5754
5315
  "dependencies": {
5755
- "@babel/runtime": {
5756
- "version": "7.18.9",
5757
- "dev": true,
5758
- "requires": {
5759
- "regenerator-runtime": "^0.13.4"
5760
- }
5761
- },
5762
5316
  "teen_process": {
5763
5317
  "version": "1.16.0",
5764
- "dev": true,
5765
5318
  "requires": {
5766
5319
  "@babel/runtime": "^7.0.0",
5767
5320
  "bluebird": "^3.5.1",
@@ -5774,13 +5327,14 @@
5774
5327
  }
5775
5328
  },
5776
5329
  "@appium/types": {
5777
- "version": "0.4.0",
5330
+ "version": "0.4.1",
5778
5331
  "requires": {
5779
5332
  "@appium/schema": "^0.0.9",
5780
5333
  "@types/express": "4.17.13",
5781
5334
  "@types/npmlog": "4.1.4",
5782
- "@wdio/types": "7.20.7",
5783
- "type-fest": "2.18.0"
5335
+ "@types/ws": "8.5.3",
5336
+ "@wdio/types": "7.24.0",
5337
+ "type-fest": "2.19.0"
5784
5338
  }
5785
5339
  },
5786
5340
  "@babel/code-frame": {
@@ -5790,7 +5344,7 @@
5790
5344
  }
5791
5345
  },
5792
5346
  "@babel/helper-validator-identifier": {
5793
- "version": "7.18.6"
5347
+ "version": "7.19.1"
5794
5348
  },
5795
5349
  "@babel/highlight": {
5796
5350
  "version": "7.18.6",
@@ -5801,7 +5355,7 @@
5801
5355
  }
5802
5356
  },
5803
5357
  "@babel/parser": {
5804
- "version": "7.19.0",
5358
+ "version": "7.19.3",
5805
5359
  "extraneous": true
5806
5360
  },
5807
5361
  "@babel/runtime": {
@@ -5823,18 +5377,18 @@
5823
5377
  }
5824
5378
  },
5825
5379
  "@jimp/bmp": {
5826
- "version": "0.16.1",
5380
+ "version": "0.16.2",
5827
5381
  "requires": {
5828
5382
  "@babel/runtime": "^7.7.2",
5829
- "@jimp/utils": "^0.16.1",
5383
+ "@jimp/utils": "^0.16.2",
5830
5384
  "bmp-js": "^0.1.0"
5831
5385
  }
5832
5386
  },
5833
5387
  "@jimp/core": {
5834
- "version": "0.16.1",
5388
+ "version": "0.16.2",
5835
5389
  "requires": {
5836
5390
  "@babel/runtime": "^7.7.2",
5837
- "@jimp/utils": "^0.16.1",
5391
+ "@jimp/utils": "^0.16.2",
5838
5392
  "any-base": "^1.1.0",
5839
5393
  "buffer": "^5.2.0",
5840
5394
  "exif-parser": "^0.1.12",
@@ -5847,211 +5401,211 @@
5847
5401
  }
5848
5402
  },
5849
5403
  "@jimp/custom": {
5850
- "version": "0.16.1",
5404
+ "version": "0.16.2",
5851
5405
  "requires": {
5852
5406
  "@babel/runtime": "^7.7.2",
5853
- "@jimp/core": "^0.16.1"
5407
+ "@jimp/core": "^0.16.2"
5854
5408
  }
5855
5409
  },
5856
5410
  "@jimp/gif": {
5857
- "version": "0.16.1",
5411
+ "version": "0.16.2",
5858
5412
  "requires": {
5859
5413
  "@babel/runtime": "^7.7.2",
5860
- "@jimp/utils": "^0.16.1",
5414
+ "@jimp/utils": "^0.16.2",
5861
5415
  "gifwrap": "^0.9.2",
5862
5416
  "omggif": "^1.0.9"
5863
5417
  }
5864
5418
  },
5865
5419
  "@jimp/jpeg": {
5866
- "version": "0.16.1",
5420
+ "version": "0.16.2",
5867
5421
  "requires": {
5868
5422
  "@babel/runtime": "^7.7.2",
5869
- "@jimp/utils": "^0.16.1",
5870
- "jpeg-js": "0.4.2"
5423
+ "@jimp/utils": "^0.16.2",
5424
+ "jpeg-js": "^0.4.2"
5871
5425
  }
5872
5426
  },
5873
5427
  "@jimp/plugin-blit": {
5874
- "version": "0.16.1",
5428
+ "version": "0.16.2",
5875
5429
  "requires": {
5876
5430
  "@babel/runtime": "^7.7.2",
5877
- "@jimp/utils": "^0.16.1"
5431
+ "@jimp/utils": "^0.16.2"
5878
5432
  }
5879
5433
  },
5880
5434
  "@jimp/plugin-blur": {
5881
- "version": "0.16.1",
5435
+ "version": "0.16.2",
5882
5436
  "requires": {
5883
5437
  "@babel/runtime": "^7.7.2",
5884
- "@jimp/utils": "^0.16.1"
5438
+ "@jimp/utils": "^0.16.2"
5885
5439
  }
5886
5440
  },
5887
5441
  "@jimp/plugin-circle": {
5888
- "version": "0.16.1",
5442
+ "version": "0.16.2",
5889
5443
  "requires": {
5890
5444
  "@babel/runtime": "^7.7.2",
5891
- "@jimp/utils": "^0.16.1"
5445
+ "@jimp/utils": "^0.16.2"
5892
5446
  }
5893
5447
  },
5894
5448
  "@jimp/plugin-color": {
5895
- "version": "0.16.1",
5449
+ "version": "0.16.2",
5896
5450
  "requires": {
5897
5451
  "@babel/runtime": "^7.7.2",
5898
- "@jimp/utils": "^0.16.1",
5452
+ "@jimp/utils": "^0.16.2",
5899
5453
  "tinycolor2": "^1.4.1"
5900
5454
  }
5901
5455
  },
5902
5456
  "@jimp/plugin-contain": {
5903
- "version": "0.16.1",
5457
+ "version": "0.16.2",
5904
5458
  "requires": {
5905
5459
  "@babel/runtime": "^7.7.2",
5906
- "@jimp/utils": "^0.16.1"
5460
+ "@jimp/utils": "^0.16.2"
5907
5461
  }
5908
5462
  },
5909
5463
  "@jimp/plugin-cover": {
5910
- "version": "0.16.1",
5464
+ "version": "0.16.2",
5911
5465
  "requires": {
5912
5466
  "@babel/runtime": "^7.7.2",
5913
- "@jimp/utils": "^0.16.1"
5467
+ "@jimp/utils": "^0.16.2"
5914
5468
  }
5915
5469
  },
5916
5470
  "@jimp/plugin-crop": {
5917
- "version": "0.16.1",
5471
+ "version": "0.16.2",
5918
5472
  "requires": {
5919
5473
  "@babel/runtime": "^7.7.2",
5920
- "@jimp/utils": "^0.16.1"
5474
+ "@jimp/utils": "^0.16.2"
5921
5475
  }
5922
5476
  },
5923
5477
  "@jimp/plugin-displace": {
5924
- "version": "0.16.1",
5478
+ "version": "0.16.2",
5925
5479
  "requires": {
5926
5480
  "@babel/runtime": "^7.7.2",
5927
- "@jimp/utils": "^0.16.1"
5481
+ "@jimp/utils": "^0.16.2"
5928
5482
  }
5929
5483
  },
5930
5484
  "@jimp/plugin-dither": {
5931
- "version": "0.16.1",
5485
+ "version": "0.16.2",
5932
5486
  "requires": {
5933
5487
  "@babel/runtime": "^7.7.2",
5934
- "@jimp/utils": "^0.16.1"
5488
+ "@jimp/utils": "^0.16.2"
5935
5489
  }
5936
5490
  },
5937
5491
  "@jimp/plugin-fisheye": {
5938
- "version": "0.16.1",
5492
+ "version": "0.16.2",
5939
5493
  "requires": {
5940
5494
  "@babel/runtime": "^7.7.2",
5941
- "@jimp/utils": "^0.16.1"
5495
+ "@jimp/utils": "^0.16.2"
5942
5496
  }
5943
5497
  },
5944
5498
  "@jimp/plugin-flip": {
5945
- "version": "0.16.1",
5499
+ "version": "0.16.2",
5946
5500
  "requires": {
5947
5501
  "@babel/runtime": "^7.7.2",
5948
- "@jimp/utils": "^0.16.1"
5502
+ "@jimp/utils": "^0.16.2"
5949
5503
  }
5950
5504
  },
5951
5505
  "@jimp/plugin-gaussian": {
5952
- "version": "0.16.1",
5506
+ "version": "0.16.2",
5953
5507
  "requires": {
5954
5508
  "@babel/runtime": "^7.7.2",
5955
- "@jimp/utils": "^0.16.1"
5509
+ "@jimp/utils": "^0.16.2"
5956
5510
  }
5957
5511
  },
5958
5512
  "@jimp/plugin-invert": {
5959
- "version": "0.16.1",
5513
+ "version": "0.16.2",
5960
5514
  "requires": {
5961
5515
  "@babel/runtime": "^7.7.2",
5962
- "@jimp/utils": "^0.16.1"
5516
+ "@jimp/utils": "^0.16.2"
5963
5517
  }
5964
5518
  },
5965
5519
  "@jimp/plugin-mask": {
5966
- "version": "0.16.1",
5520
+ "version": "0.16.2",
5967
5521
  "requires": {
5968
5522
  "@babel/runtime": "^7.7.2",
5969
- "@jimp/utils": "^0.16.1"
5523
+ "@jimp/utils": "^0.16.2"
5970
5524
  }
5971
5525
  },
5972
5526
  "@jimp/plugin-normalize": {
5973
- "version": "0.16.1",
5527
+ "version": "0.16.2",
5974
5528
  "requires": {
5975
5529
  "@babel/runtime": "^7.7.2",
5976
- "@jimp/utils": "^0.16.1"
5530
+ "@jimp/utils": "^0.16.2"
5977
5531
  }
5978
5532
  },
5979
5533
  "@jimp/plugin-print": {
5980
- "version": "0.16.1",
5534
+ "version": "0.16.2",
5981
5535
  "requires": {
5982
5536
  "@babel/runtime": "^7.7.2",
5983
- "@jimp/utils": "^0.16.1",
5537
+ "@jimp/utils": "^0.16.2",
5984
5538
  "load-bmfont": "^1.4.0"
5985
5539
  }
5986
5540
  },
5987
5541
  "@jimp/plugin-resize": {
5988
- "version": "0.16.1",
5542
+ "version": "0.16.2",
5989
5543
  "requires": {
5990
5544
  "@babel/runtime": "^7.7.2",
5991
- "@jimp/utils": "^0.16.1"
5545
+ "@jimp/utils": "^0.16.2"
5992
5546
  }
5993
5547
  },
5994
5548
  "@jimp/plugin-rotate": {
5995
- "version": "0.16.1",
5549
+ "version": "0.16.2",
5996
5550
  "requires": {
5997
5551
  "@babel/runtime": "^7.7.2",
5998
- "@jimp/utils": "^0.16.1"
5552
+ "@jimp/utils": "^0.16.2"
5999
5553
  }
6000
5554
  },
6001
5555
  "@jimp/plugin-scale": {
6002
- "version": "0.16.1",
5556
+ "version": "0.16.2",
6003
5557
  "requires": {
6004
5558
  "@babel/runtime": "^7.7.2",
6005
- "@jimp/utils": "^0.16.1"
5559
+ "@jimp/utils": "^0.16.2"
6006
5560
  }
6007
5561
  },
6008
5562
  "@jimp/plugin-shadow": {
6009
- "version": "0.16.1",
5563
+ "version": "0.16.2",
6010
5564
  "requires": {
6011
5565
  "@babel/runtime": "^7.7.2",
6012
- "@jimp/utils": "^0.16.1"
5566
+ "@jimp/utils": "^0.16.2"
6013
5567
  }
6014
5568
  },
6015
5569
  "@jimp/plugin-threshold": {
6016
- "version": "0.16.1",
5570
+ "version": "0.16.2",
6017
5571
  "requires": {
6018
5572
  "@babel/runtime": "^7.7.2",
6019
- "@jimp/utils": "^0.16.1"
5573
+ "@jimp/utils": "^0.16.2"
6020
5574
  }
6021
5575
  },
6022
5576
  "@jimp/plugins": {
6023
- "version": "0.16.1",
5577
+ "version": "0.16.2",
6024
5578
  "requires": {
6025
5579
  "@babel/runtime": "^7.7.2",
6026
- "@jimp/plugin-blit": "^0.16.1",
6027
- "@jimp/plugin-blur": "^0.16.1",
6028
- "@jimp/plugin-circle": "^0.16.1",
6029
- "@jimp/plugin-color": "^0.16.1",
6030
- "@jimp/plugin-contain": "^0.16.1",
6031
- "@jimp/plugin-cover": "^0.16.1",
6032
- "@jimp/plugin-crop": "^0.16.1",
6033
- "@jimp/plugin-displace": "^0.16.1",
6034
- "@jimp/plugin-dither": "^0.16.1",
6035
- "@jimp/plugin-fisheye": "^0.16.1",
6036
- "@jimp/plugin-flip": "^0.16.1",
6037
- "@jimp/plugin-gaussian": "^0.16.1",
6038
- "@jimp/plugin-invert": "^0.16.1",
6039
- "@jimp/plugin-mask": "^0.16.1",
6040
- "@jimp/plugin-normalize": "^0.16.1",
6041
- "@jimp/plugin-print": "^0.16.1",
6042
- "@jimp/plugin-resize": "^0.16.1",
6043
- "@jimp/plugin-rotate": "^0.16.1",
6044
- "@jimp/plugin-scale": "^0.16.1",
6045
- "@jimp/plugin-shadow": "^0.16.1",
6046
- "@jimp/plugin-threshold": "^0.16.1",
5580
+ "@jimp/plugin-blit": "^0.16.2",
5581
+ "@jimp/plugin-blur": "^0.16.2",
5582
+ "@jimp/plugin-circle": "^0.16.2",
5583
+ "@jimp/plugin-color": "^0.16.2",
5584
+ "@jimp/plugin-contain": "^0.16.2",
5585
+ "@jimp/plugin-cover": "^0.16.2",
5586
+ "@jimp/plugin-crop": "^0.16.2",
5587
+ "@jimp/plugin-displace": "^0.16.2",
5588
+ "@jimp/plugin-dither": "^0.16.2",
5589
+ "@jimp/plugin-fisheye": "^0.16.2",
5590
+ "@jimp/plugin-flip": "^0.16.2",
5591
+ "@jimp/plugin-gaussian": "^0.16.2",
5592
+ "@jimp/plugin-invert": "^0.16.2",
5593
+ "@jimp/plugin-mask": "^0.16.2",
5594
+ "@jimp/plugin-normalize": "^0.16.2",
5595
+ "@jimp/plugin-print": "^0.16.2",
5596
+ "@jimp/plugin-resize": "^0.16.2",
5597
+ "@jimp/plugin-rotate": "^0.16.2",
5598
+ "@jimp/plugin-scale": "^0.16.2",
5599
+ "@jimp/plugin-shadow": "^0.16.2",
5600
+ "@jimp/plugin-threshold": "^0.16.2",
6047
5601
  "timm": "^1.6.1"
6048
5602
  }
6049
5603
  },
6050
5604
  "@jimp/png": {
6051
- "version": "0.16.1",
5605
+ "version": "0.16.2",
6052
5606
  "requires": {
6053
5607
  "@babel/runtime": "^7.7.2",
6054
- "@jimp/utils": "^0.16.1",
5608
+ "@jimp/utils": "^0.16.2",
6055
5609
  "pngjs": "^3.3.3"
6056
5610
  },
6057
5611
  "dependencies": {
@@ -6061,26 +5615,26 @@
6061
5615
  }
6062
5616
  },
6063
5617
  "@jimp/tiff": {
6064
- "version": "0.16.1",
5618
+ "version": "0.16.2",
6065
5619
  "requires": {
6066
5620
  "@babel/runtime": "^7.7.2",
6067
5621
  "utif": "^2.0.1"
6068
5622
  }
6069
5623
  },
6070
5624
  "@jimp/types": {
6071
- "version": "0.16.1",
5625
+ "version": "0.16.2",
6072
5626
  "requires": {
6073
5627
  "@babel/runtime": "^7.7.2",
6074
- "@jimp/bmp": "^0.16.1",
6075
- "@jimp/gif": "^0.16.1",
6076
- "@jimp/jpeg": "^0.16.1",
6077
- "@jimp/png": "^0.16.1",
6078
- "@jimp/tiff": "^0.16.1",
5628
+ "@jimp/bmp": "^0.16.2",
5629
+ "@jimp/gif": "^0.16.2",
5630
+ "@jimp/jpeg": "^0.16.2",
5631
+ "@jimp/png": "^0.16.2",
5632
+ "@jimp/tiff": "^0.16.2",
6079
5633
  "timm": "^1.6.1"
6080
5634
  }
6081
5635
  },
6082
5636
  "@jimp/utils": {
6083
- "version": "0.16.1",
5637
+ "version": "0.16.2",
6084
5638
  "requires": {
6085
5639
  "@babel/runtime": "^7.7.2",
6086
5640
  "regenerator-runtime": "^0.13.3"
@@ -6132,33 +5686,6 @@
6132
5686
  "@sindresorhus/is": {
6133
5687
  "version": "4.6.0"
6134
5688
  },
6135
- "@sinonjs/commons": {
6136
- "version": "1.8.3",
6137
- "dev": true,
6138
- "requires": {
6139
- "type-detect": "4.0.8"
6140
- }
6141
- },
6142
- "@sinonjs/fake-timers": {
6143
- "version": "9.1.2",
6144
- "dev": true,
6145
- "requires": {
6146
- "@sinonjs/commons": "^1.7.0"
6147
- }
6148
- },
6149
- "@sinonjs/samsam": {
6150
- "version": "6.1.1",
6151
- "dev": true,
6152
- "requires": {
6153
- "@sinonjs/commons": "^1.6.0",
6154
- "lodash.get": "^4.4.2",
6155
- "type-detect": "^4.0.8"
6156
- }
6157
- },
6158
- "@sinonjs/text-encoding": {
6159
- "version": "0.7.2",
6160
- "dev": true
6161
- },
6162
5689
  "@szmarczak/http-timer": {
6163
5690
  "version": "4.0.6",
6164
5691
  "requires": {
@@ -6221,7 +5748,7 @@
6221
5748
  }
6222
5749
  },
6223
5750
  "@types/express-serve-static-core": {
6224
- "version": "4.17.30",
5751
+ "version": "4.17.31",
6225
5752
  "requires": {
6226
5753
  "@types/node": "*",
6227
5754
  "@types/qs": "*",
@@ -6308,7 +5835,7 @@
6308
5835
  }
6309
5836
  },
6310
5837
  "@types/node": {
6311
- "version": "18.7.15"
5838
+ "version": "18.8.1"
6312
5839
  },
6313
5840
  "@types/normalize-package-data": {
6314
5841
  "version": "2.4.1"
@@ -6345,7 +5872,7 @@
6345
5872
  }
6346
5873
  },
6347
5874
  "@types/semver": {
6348
- "version": "7.3.10"
5875
+ "version": "7.3.12"
6349
5876
  },
6350
5877
  "@types/serve-favicon": {
6351
5878
  "version": "2.5.3",
@@ -6380,8 +5907,14 @@
6380
5907
  "version": "3.0.0",
6381
5908
  "extraneous": true
6382
5909
  },
5910
+ "@types/ws": {
5911
+ "version": "8.5.3",
5912
+ "requires": {
5913
+ "@types/node": "*"
5914
+ }
5915
+ },
6383
5916
  "@wdio/types": {
6384
- "version": "7.20.7",
5917
+ "version": "7.24.0",
6385
5918
  "requires": {
6386
5919
  "@types/node": "^18.0.0",
6387
5920
  "got": "^11.8.1"
@@ -6444,9 +5977,9 @@
6444
5977
  "version": "1.1.0"
6445
5978
  },
6446
5979
  "appium-adb": {
6447
- "version": "9.10.9",
5980
+ "version": "9.10.11",
6448
5981
  "requires": {
6449
- "@appium/support": "^2.55.3",
5982
+ "@appium/support": "^2.60.0",
6450
5983
  "@babel/runtime": "^7.0.0",
6451
5984
  "adbkit-apkreader": "^3.1.2",
6452
5985
  "async-lock": "^1.0.0",
@@ -6459,26 +5992,10 @@
6459
5992
  "source-map-support": "^0.x",
6460
5993
  "teen_process": "^2.0.1",
6461
5994
  "utf7": "^1.0.2"
6462
- },
6463
- "dependencies": {
6464
- "semver": {
6465
- "version": "7.3.7",
6466
- "requires": {
6467
- "lru-cache": "^6.0.0"
6468
- },
6469
- "dependencies": {
6470
- "lru-cache": {
6471
- "version": "6.0.0",
6472
- "requires": {
6473
- "yallist": "^4.0.0"
6474
- }
6475
- }
6476
- }
6477
- }
6478
5995
  }
6479
5996
  },
6480
5997
  "appium-android-driver": {
6481
- "version": "5.4.0",
5998
+ "version": "5.4.2",
6482
5999
  "requires": {
6483
6000
  "@babel/runtime": "^7.0.0",
6484
6001
  "appium-adb": "^9.10.9",
@@ -6499,26 +6016,10 @@
6499
6016
  "source-map-support": "^0.x",
6500
6017
  "teen_process": "^2.0.0",
6501
6018
  "ws": "^8.0.0"
6502
- },
6503
- "dependencies": {
6504
- "semver": {
6505
- "version": "7.3.7",
6506
- "requires": {
6507
- "lru-cache": "^6.0.0"
6508
- },
6509
- "dependencies": {
6510
- "lru-cache": {
6511
- "version": "6.0.0",
6512
- "requires": {
6513
- "yallist": "^4.0.0"
6514
- }
6515
- }
6516
- }
6517
- }
6518
6019
  }
6519
6020
  },
6520
6021
  "appium-chromedriver": {
6521
- "version": "5.2.1",
6022
+ "version": "5.2.3",
6522
6023
  "requires": {
6523
6024
  "@babel/runtime": "^7.0.0",
6524
6025
  "@xmldom/xmldom": "^0.x",
@@ -6532,20 +6033,6 @@
6532
6033
  "source-map-support": "^0.x",
6533
6034
  "teen_process": "^2.0.0",
6534
6035
  "xpath": "^0.x"
6535
- },
6536
- "dependencies": {
6537
- "lru-cache": {
6538
- "version": "6.0.0",
6539
- "requires": {
6540
- "yallist": "^4.0.0"
6541
- }
6542
- },
6543
- "semver": {
6544
- "version": "7.3.7",
6545
- "requires": {
6546
- "lru-cache": "^6.0.0"
6547
- }
6548
- }
6549
6036
  }
6550
6037
  },
6551
6038
  "appium-uiautomator2-server": {
@@ -6581,6 +6068,17 @@
6581
6068
  "readable-stream": "^2.0.0"
6582
6069
  },
6583
6070
  "dependencies": {
6071
+ "glob": {
6072
+ "version": "7.2.3",
6073
+ "requires": {
6074
+ "fs.realpath": "^1.0.0",
6075
+ "inflight": "^1.0.4",
6076
+ "inherits": "2",
6077
+ "minimatch": "^3.1.1",
6078
+ "once": "^1.3.0",
6079
+ "path-is-absolute": "^1.0.0"
6080
+ }
6081
+ },
6584
6082
  "readable-stream": {
6585
6083
  "version": "2.3.7",
6586
6084
  "requires": {
@@ -6612,18 +6110,10 @@
6612
6110
  "version": "2.0.1",
6613
6111
  "extraneous": true
6614
6112
  },
6615
- "array-find-index": {
6616
- "version": "1.0.2",
6617
- "dev": true
6618
- },
6619
6113
  "array-flatten": {
6620
6114
  "version": "1.1.1",
6621
6115
  "extraneous": true
6622
6116
  },
6623
- "assertion-error": {
6624
- "version": "1.1.0",
6625
- "dev": true
6626
- },
6627
6117
  "async": {
6628
6118
  "version": "3.2.4"
6629
6119
  },
@@ -6791,19 +6281,6 @@
6791
6281
  "lodash": "^4.17.15"
6792
6282
  }
6793
6283
  },
6794
- "chai": {
6795
- "version": "4.3.6",
6796
- "dev": true,
6797
- "requires": {
6798
- "assertion-error": "^1.1.0",
6799
- "check-error": "^1.0.2",
6800
- "deep-eql": "^3.0.1",
6801
- "get-func-name": "^2.0.0",
6802
- "loupe": "^2.3.1",
6803
- "pathval": "^1.1.1",
6804
- "type-detect": "^4.0.5"
6805
- }
6806
- },
6807
6284
  "chalk": {
6808
6285
  "version": "2.4.2",
6809
6286
  "requires": {
@@ -6823,10 +6300,6 @@
6823
6300
  }
6824
6301
  }
6825
6302
  },
6826
- "check-error": {
6827
- "version": "1.0.2",
6828
- "dev": true
6829
- },
6830
6303
  "cli-cursor": {
6831
6304
  "version": "3.1.0",
6832
6305
  "extraneous": true,
@@ -6965,13 +6438,6 @@
6965
6438
  "css-selector-parser": {
6966
6439
  "version": "1.4.1"
6967
6440
  },
6968
- "currently-unhandled": {
6969
- "version": "0.4.1",
6970
- "dev": true,
6971
- "requires": {
6972
- "array-find-index": "^1.0.1"
6973
- }
6974
- },
6975
6441
  "decompress-response": {
6976
6442
  "version": "6.0.0",
6977
6443
  "requires": {
@@ -6983,13 +6449,6 @@
6983
6449
  }
6984
6450
  }
6985
6451
  },
6986
- "deep-eql": {
6987
- "version": "3.0.1",
6988
- "dev": true,
6989
- "requires": {
6990
- "type-detect": "^4.0.0"
6991
- }
6992
- },
6993
6452
  "defaults": {
6994
6453
  "version": "1.0.3",
6995
6454
  "extraneous": true,
@@ -7022,10 +6481,6 @@
7022
6481
  "version": "1.2.0",
7023
6482
  "extraneous": true
7024
6483
  },
7025
- "diff": {
7026
- "version": "5.0.0",
7027
- "dev": true
7028
- },
7029
6484
  "docdash": {
7030
6485
  "version": "1.2.0",
7031
6486
  "extraneous": true
@@ -7065,20 +6520,20 @@
7065
6520
  }
7066
6521
  },
7067
6522
  "es-abstract": {
7068
- "version": "1.20.2",
6523
+ "version": "1.20.3",
7069
6524
  "extraneous": true,
7070
6525
  "requires": {
7071
6526
  "call-bind": "^1.0.2",
7072
6527
  "es-to-primitive": "^1.2.1",
7073
6528
  "function-bind": "^1.1.1",
7074
6529
  "function.prototype.name": "^1.1.5",
7075
- "get-intrinsic": "^1.1.2",
6530
+ "get-intrinsic": "^1.1.3",
7076
6531
  "get-symbol-description": "^1.0.0",
7077
6532
  "has": "^1.0.3",
7078
6533
  "has-property-descriptors": "^1.0.0",
7079
6534
  "has-symbols": "^1.0.3",
7080
6535
  "internal-slot": "^1.0.3",
7081
- "is-callable": "^1.2.4",
6536
+ "is-callable": "^1.2.6",
7082
6537
  "is-negative-zero": "^2.0.2",
7083
6538
  "is-regex": "^1.1.4",
7084
6539
  "is-shared-array-buffer": "^1.0.2",
@@ -7088,6 +6543,7 @@
7088
6543
  "object-keys": "^1.1.1",
7089
6544
  "object.assign": "^4.1.4",
7090
6545
  "regexp.prototype.flags": "^1.4.3",
6546
+ "safe-regex-test": "^1.0.0",
7091
6547
  "string.prototype.trimend": "^1.0.5",
7092
6548
  "string.prototype.trimstart": "^1.0.5",
7093
6549
  "unbox-primitive": "^1.0.2"
@@ -7241,7 +6697,7 @@
7241
6697
  "extraneous": true
7242
6698
  },
7243
6699
  "follow-redirects": {
7244
- "version": "1.15.1"
6700
+ "version": "1.15.2"
7245
6701
  },
7246
6702
  "form-data": {
7247
6703
  "version": "4.0.0",
@@ -7334,12 +6790,8 @@
7334
6790
  }
7335
6791
  }
7336
6792
  },
7337
- "get-func-name": {
7338
- "version": "2.0.0",
7339
- "dev": true
7340
- },
7341
6793
  "get-intrinsic": {
7342
- "version": "1.1.2",
6794
+ "version": "1.1.3",
7343
6795
  "extraneous": true,
7344
6796
  "requires": {
7345
6797
  "function-bind": "^1.1.1",
@@ -7347,10 +6799,6 @@
7347
6799
  "has-symbols": "^1.0.3"
7348
6800
  }
7349
6801
  },
7350
- "get-port": {
7351
- "version": "5.1.1",
7352
- "dev": true
7353
- },
7354
6802
  "get-stream": {
7355
6803
  "version": "6.0.1"
7356
6804
  },
@@ -7370,14 +6818,27 @@
7370
6818
  }
7371
6819
  },
7372
6820
  "glob": {
7373
- "version": "7.2.3",
6821
+ "version": "8.0.3",
7374
6822
  "requires": {
7375
6823
  "fs.realpath": "^1.0.0",
7376
6824
  "inflight": "^1.0.4",
7377
6825
  "inherits": "2",
7378
- "minimatch": "^3.1.1",
7379
- "once": "^1.3.0",
7380
- "path-is-absolute": "^1.0.0"
6826
+ "minimatch": "^5.0.1",
6827
+ "once": "^1.3.0"
6828
+ },
6829
+ "dependencies": {
6830
+ "brace-expansion": {
6831
+ "version": "2.0.1",
6832
+ "requires": {
6833
+ "balanced-match": "^1.0.0"
6834
+ }
6835
+ },
6836
+ "minimatch": {
6837
+ "version": "5.1.0",
6838
+ "requires": {
6839
+ "brace-expansion": "^2.0.1"
6840
+ }
6841
+ }
7381
6842
  }
7382
6843
  },
7383
6844
  "global": {
@@ -7537,7 +6998,7 @@
7537
6998
  }
7538
6999
  },
7539
7000
  "is-callable": {
7540
- "version": "1.2.4",
7001
+ "version": "1.2.7",
7541
7002
  "extraneous": true
7542
7003
  },
7543
7004
  "is-core-module": {
@@ -7637,7 +7098,7 @@
7637
7098
  }
7638
7099
  },
7639
7100
  "jpeg-js": {
7640
- "version": "0.4.2"
7101
+ "version": "0.4.4"
7641
7102
  },
7642
7103
  "js-tokens": {
7643
7104
  "version": "4.0.0"
@@ -7719,10 +7180,6 @@
7719
7180
  "version": "1.0.0",
7720
7181
  "extraneous": true
7721
7182
  },
7722
- "just-extend": {
7723
- "version": "4.2.1",
7724
- "dev": true
7725
- },
7726
7183
  "keyv": {
7727
7184
  "version": "4.5.0",
7728
7185
  "requires": {
@@ -7816,10 +7273,6 @@
7816
7273
  "lodash.flatten": {
7817
7274
  "version": "4.4.0"
7818
7275
  },
7819
- "lodash.get": {
7820
- "version": "4.4.2",
7821
- "dev": true
7822
- },
7823
7276
  "lodash.isfinite": {
7824
7277
  "version": "3.3.2"
7825
7278
  },
@@ -7884,26 +7337,11 @@
7884
7337
  "source-map-support": "0.3.2 - 1.0.0"
7885
7338
  }
7886
7339
  },
7887
- "loud-rejection": {
7888
- "version": "2.2.0",
7889
- "dev": true,
7890
- "requires": {
7891
- "currently-unhandled": "^0.4.1",
7892
- "signal-exit": "^3.0.2"
7893
- }
7894
- },
7895
- "loupe": {
7896
- "version": "2.3.4",
7897
- "dev": true,
7898
- "requires": {
7899
- "get-func-name": "^2.0.0"
7900
- }
7901
- },
7902
7340
  "lowercase-keys": {
7903
7341
  "version": "2.0.0"
7904
7342
  },
7905
7343
  "lru-cache": {
7906
- "version": "7.13.2"
7344
+ "version": "7.14.0"
7907
7345
  },
7908
7346
  "markdown-it": {
7909
7347
  "version": "12.3.2",
@@ -7917,12 +7355,12 @@
7917
7355
  }
7918
7356
  },
7919
7357
  "markdown-it-anchor": {
7920
- "version": "8.6.4",
7358
+ "version": "8.6.5",
7921
7359
  "extraneous": true,
7922
7360
  "requires": {}
7923
7361
  },
7924
7362
  "marked": {
7925
- "version": "4.1.0",
7363
+ "version": "4.1.1",
7926
7364
  "extraneous": true
7927
7365
  },
7928
7366
  "mdurl": {
@@ -8080,30 +7518,6 @@
8080
7518
  "version": "0.6.3",
8081
7519
  "extraneous": true
8082
7520
  },
8083
- "nise": {
8084
- "version": "5.1.1",
8085
- "dev": true,
8086
- "requires": {
8087
- "@sinonjs/commons": "^1.8.3",
8088
- "@sinonjs/fake-timers": ">=5",
8089
- "@sinonjs/text-encoding": "^0.7.1",
8090
- "just-extend": "^4.0.2",
8091
- "path-to-regexp": "^1.7.0"
8092
- },
8093
- "dependencies": {
8094
- "isarray": {
8095
- "version": "0.0.1",
8096
- "dev": true
8097
- },
8098
- "path-to-regexp": {
8099
- "version": "1.8.0",
8100
- "dev": true,
8101
- "requires": {
8102
- "isarray": "0.0.1"
8103
- }
8104
- }
8105
- }
8106
- },
8107
7521
  "normalize-package-data": {
8108
7522
  "version": "2.5.0",
8109
7523
  "requires": {
@@ -8318,10 +7732,6 @@
8318
7732
  "version": "0.1.7",
8319
7733
  "extraneous": true
8320
7734
  },
8321
- "pathval": {
8322
- "version": "1.1.1",
8323
- "dev": true
8324
- },
8325
7735
  "pend": {
8326
7736
  "version": "1.2.0"
8327
7737
  },
@@ -8541,13 +7951,35 @@
8541
7951
  "version": "3.0.2",
8542
7952
  "requires": {
8543
7953
  "glob": "^7.1.3"
7954
+ },
7955
+ "dependencies": {
7956
+ "glob": {
7957
+ "version": "7.2.3",
7958
+ "requires": {
7959
+ "fs.realpath": "^1.0.0",
7960
+ "inflight": "^1.0.4",
7961
+ "inherits": "2",
7962
+ "minimatch": "^3.1.1",
7963
+ "once": "^1.3.0",
7964
+ "path-is-absolute": "^1.0.0"
7965
+ }
7966
+ }
8544
7967
  }
8545
7968
  },
8546
7969
  "safe-buffer": {
8547
7970
  "version": "5.1.2"
8548
7971
  },
7972
+ "safe-regex-test": {
7973
+ "version": "1.0.0",
7974
+ "extraneous": true,
7975
+ "requires": {
7976
+ "call-bind": "^1.0.2",
7977
+ "get-intrinsic": "^1.1.3",
7978
+ "is-regex": "^1.1.4"
7979
+ }
7980
+ },
8549
7981
  "safe-stable-stringify": {
8550
- "version": "2.3.1",
7982
+ "version": "2.4.0",
8551
7983
  "extraneous": true
8552
7984
  },
8553
7985
  "safer-buffer": {
@@ -8563,6 +7995,20 @@
8563
7995
  "sax": {
8564
7996
  "version": "1.2.4"
8565
7997
  },
7998
+ "semver": {
7999
+ "version": "7.3.7",
8000
+ "requires": {
8001
+ "lru-cache": "^6.0.0"
8002
+ },
8003
+ "dependencies": {
8004
+ "lru-cache": {
8005
+ "version": "6.0.0",
8006
+ "requires": {
8007
+ "yallist": "^4.0.0"
8008
+ }
8009
+ }
8010
+ }
8011
+ },
8566
8012
  "send": {
8567
8013
  "version": "0.18.0",
8568
8014
  "extraneous": true,
@@ -8690,27 +8136,6 @@
8690
8136
  }
8691
8137
  }
8692
8138
  },
8693
- "sinon": {
8694
- "version": "14.0.0",
8695
- "dev": true,
8696
- "requires": {
8697
- "@sinonjs/commons": "^1.8.3",
8698
- "@sinonjs/fake-timers": "^9.1.2",
8699
- "@sinonjs/samsam": "^6.1.1",
8700
- "diff": "^5.0.0",
8701
- "nise": "^5.1.1",
8702
- "supports-color": "^7.2.0"
8703
- },
8704
- "dependencies": {
8705
- "supports-color": {
8706
- "version": "7.2.0",
8707
- "dev": true,
8708
- "requires": {
8709
- "has-flag": "^4.0.0"
8710
- }
8711
- }
8712
- }
8713
- },
8714
8139
  "source-map": {
8715
8140
  "version": "0.6.1"
8716
8141
  },
@@ -8836,22 +8261,14 @@
8836
8261
  }
8837
8262
  },
8838
8263
  "teen_process": {
8839
- "version": "2.0.1",
8264
+ "version": "2.0.2",
8840
8265
  "requires": {
8841
- "@babel/runtime": "7.18.9",
8266
+ "@babel/runtime": "7.19.0",
8842
8267
  "bluebird": "3.7.2",
8843
8268
  "lodash": "4.17.21",
8844
8269
  "shell-quote": "1.7.3",
8845
8270
  "source-map-support": "0.5.21",
8846
8271
  "which": "2.0.2"
8847
- },
8848
- "dependencies": {
8849
- "@babel/runtime": {
8850
- "version": "7.18.9",
8851
- "requires": {
8852
- "regenerator-runtime": "^0.13.4"
8853
- }
8854
- }
8855
8272
  }
8856
8273
  },
8857
8274
  "text-hex": {
@@ -8881,12 +8298,8 @@
8881
8298
  "utf8-byte-length": "^1.0.1"
8882
8299
  }
8883
8300
  },
8884
- "type-detect": {
8885
- "version": "4.0.8",
8886
- "dev": true
8887
- },
8888
8301
  "type-fest": {
8889
- "version": "2.18.0"
8302
+ "version": "2.19.0"
8890
8303
  },
8891
8304
  "type-is": {
8892
8305
  "version": "1.6.18",
@@ -8896,10 +8309,6 @@
8896
8309
  "mime-types": "~2.1.24"
8897
8310
  }
8898
8311
  },
8899
- "typescript": {
8900
- "version": "4.8.2",
8901
- "peer": true
8902
- },
8903
8312
  "uc.micro": {
8904
8313
  "version": "1.0.6",
8905
8314
  "extraneous": true
@@ -8915,7 +8324,7 @@
8915
8324
  }
8916
8325
  },
8917
8326
  "underscore": {
8918
- "version": "1.13.4",
8327
+ "version": "1.13.6",
8919
8328
  "extraneous": true
8920
8329
  },
8921
8330
  "unorm": {
@@ -9098,7 +8507,7 @@
9098
8507
  "version": "1.0.2"
9099
8508
  },
9100
8509
  "ws": {
9101
- "version": "8.8.1",
8510
+ "version": "8.9.0",
9102
8511
  "requires": {}
9103
8512
  },
9104
8513
  "xhr": {