appium-uiautomator2-driver 2.12.6 → 2.12.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/npm-shrinkwrap.json +214 -190
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.12.7](https://github.com/appium/appium-uiautomator2-driver/compare/v2.12.6...v2.12.7) (2023-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* chromedriver version comparison in the chromedriver download ([#587](https://github.com/appium/appium-uiautomator2-driver/issues/587)) ([3aa3c84](https://github.com/appium/appium-uiautomator2-driver/commit/3aa3c848012149d0997b5c0f70e8bcf9daba0328))
|
|
7
|
+
|
|
1
8
|
## [2.12.6](https://github.com/appium/appium-uiautomator2-driver/compare/v2.12.5...v2.12.6) (2023-02-22)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.12.
|
|
9
|
+
"version": "2.12.7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.10.14",
|
|
14
14
|
"appium-android-driver": "^5.8.10",
|
|
15
|
-
"appium-chromedriver": "^5.
|
|
15
|
+
"appium-chromedriver": "^5.3.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
18
|
"axios": "^1.x",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.3",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^3.1.
|
|
69
|
-
"@appium/types": "^0.
|
|
68
|
+
"@appium/support": "^3.1.7",
|
|
69
|
+
"@appium/types": "^0.10.1",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
71
|
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
"@types/serve-favicon": "2.5.3",
|
|
76
76
|
"async-lock": "1.4.0",
|
|
77
77
|
"asyncbox": "2.9.4",
|
|
78
|
-
"axios": "1.
|
|
78
|
+
"axios": "1.3.4",
|
|
79
79
|
"bluebird": "3.7.2",
|
|
80
|
-
"body-parser": "1.20.
|
|
80
|
+
"body-parser": "1.20.2",
|
|
81
81
|
"es6-error": "4.1.1",
|
|
82
82
|
"express": "4.18.2",
|
|
83
83
|
"http-status-codes": "2.2.0",
|
|
84
84
|
"lodash": "4.17.21",
|
|
85
|
-
"lru-cache": "7.
|
|
85
|
+
"lru-cache": "7.18.3",
|
|
86
86
|
"method-override": "3.0.0",
|
|
87
87
|
"morgan": "1.10.0",
|
|
88
88
|
"serve-favicon": "2.5.0",
|
|
89
89
|
"source-map-support": "0.5.21",
|
|
90
|
-
"type-fest": "3.
|
|
90
|
+
"type-fest": "3.6.1",
|
|
91
91
|
"validate.js": "0.13.1"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
@@ -95,29 +95,20 @@
|
|
|
95
95
|
"npm": ">=8"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
99
|
-
"version": "1.2.3",
|
|
100
|
-
"license": "MIT",
|
|
101
|
-
"dependencies": {
|
|
102
|
-
"follow-redirects": "^1.15.0",
|
|
103
|
-
"form-data": "^4.0.0",
|
|
104
|
-
"proxy-from-env": "^1.1.0"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
98
|
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
108
|
-
"version": "7.
|
|
99
|
+
"version": "7.18.3",
|
|
109
100
|
"license": "ISC",
|
|
110
101
|
"engines": {
|
|
111
102
|
"node": ">=12"
|
|
112
103
|
}
|
|
113
104
|
},
|
|
114
105
|
"node_modules/@appium/base-plugin": {
|
|
115
|
-
"version": "2.2.
|
|
106
|
+
"version": "2.2.3",
|
|
116
107
|
"extraneous": true,
|
|
117
108
|
"license": "Apache-2.0",
|
|
118
109
|
"dependencies": {
|
|
119
|
-
"@appium/base-driver": "^9.3.
|
|
120
|
-
"@appium/support": "^3.1.
|
|
110
|
+
"@appium/base-driver": "^9.3.3",
|
|
111
|
+
"@appium/support": "^3.1.7"
|
|
121
112
|
},
|
|
122
113
|
"engines": {
|
|
123
114
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -125,37 +116,35 @@
|
|
|
125
116
|
}
|
|
126
117
|
},
|
|
127
118
|
"node_modules/@appium/docutils": {
|
|
128
|
-
"version": "0.
|
|
119
|
+
"version": "0.3.0",
|
|
129
120
|
"extraneous": true,
|
|
130
121
|
"license": "Apache-2.0",
|
|
131
122
|
"dependencies": {
|
|
132
|
-
"@appium/support": "^3.1.
|
|
123
|
+
"@appium/support": "^3.1.7",
|
|
133
124
|
"@appium/tsconfig": "^0.2.4",
|
|
134
|
-
"@appium/typedoc-plugin-appium": "^0.
|
|
125
|
+
"@appium/typedoc-plugin-appium": "^0.5.1",
|
|
135
126
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
136
127
|
"chalk": "4.1.2",
|
|
137
128
|
"consola": "2.15.3",
|
|
138
129
|
"diff": "5.1.0",
|
|
139
130
|
"figures": "3.2.0",
|
|
140
131
|
"find-up": "5.0.0",
|
|
141
|
-
"glob": "8.1.0",
|
|
142
132
|
"json5": "2.2.3",
|
|
143
|
-
"lilconfig": "2.0
|
|
133
|
+
"lilconfig": "2.1.0",
|
|
144
134
|
"lodash": "4.17.21",
|
|
145
135
|
"log-symbols": "4.1.0",
|
|
146
136
|
"pkg-dir": "5.0.0",
|
|
147
|
-
"pluralize": "8.0.0",
|
|
148
137
|
"read-pkg": "5.2.0",
|
|
149
138
|
"semver": "7.3.8",
|
|
150
139
|
"source-map-support": "0.5.21",
|
|
151
140
|
"teen_process": "2.0.2",
|
|
152
|
-
"type-fest": "3.
|
|
153
|
-
"typedoc": "0.23.
|
|
141
|
+
"type-fest": "3.6.1",
|
|
142
|
+
"typedoc": "0.23.26",
|
|
154
143
|
"typedoc-plugin-markdown": "3.14.0",
|
|
155
144
|
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
|
156
|
-
"typescript": "4.
|
|
145
|
+
"typescript": "4.9.5",
|
|
157
146
|
"yaml": "2.2.1",
|
|
158
|
-
"yargs": "17.
|
|
147
|
+
"yargs": "17.7.1",
|
|
159
148
|
"yargs-parser": "21.1.1"
|
|
160
149
|
},
|
|
161
150
|
"bin": {
|
|
@@ -223,7 +212,7 @@
|
|
|
223
212
|
}
|
|
224
213
|
},
|
|
225
214
|
"node_modules/@appium/schema": {
|
|
226
|
-
"version": "0.2.
|
|
215
|
+
"version": "0.2.6",
|
|
227
216
|
"license": "Apache-2.0",
|
|
228
217
|
"dependencies": {
|
|
229
218
|
"@types/json-schema": "7.0.11",
|
|
@@ -236,16 +225,16 @@
|
|
|
236
225
|
}
|
|
237
226
|
},
|
|
238
227
|
"node_modules/@appium/support": {
|
|
239
|
-
"version": "3.1.
|
|
228
|
+
"version": "3.1.7",
|
|
240
229
|
"license": "Apache-2.0",
|
|
241
230
|
"dependencies": {
|
|
242
231
|
"@appium/tsconfig": "^0.2.4",
|
|
243
|
-
"@appium/types": "^0.
|
|
232
|
+
"@appium/types": "^0.10.1",
|
|
244
233
|
"@colors/colors": "1.5.0",
|
|
245
234
|
"@types/archiver": "5.3.1",
|
|
246
235
|
"@types/base64-stream": "1.0.2",
|
|
247
236
|
"@types/find-root": "1.1.2",
|
|
248
|
-
"@types/glob": "8.0
|
|
237
|
+
"@types/glob": "8.1.0",
|
|
249
238
|
"@types/jsftp": "2.1.2",
|
|
250
239
|
"@types/klaw": "3.0.3",
|
|
251
240
|
"@types/lockfile": "1.0.2",
|
|
@@ -259,9 +248,9 @@
|
|
|
259
248
|
"@types/shell-quote": "1.7.1",
|
|
260
249
|
"@types/supports-color": "8.1.1",
|
|
261
250
|
"@types/teen_process": "2.0.0",
|
|
262
|
-
"@types/uuid": "9.0.
|
|
251
|
+
"@types/uuid": "9.0.1",
|
|
263
252
|
"archiver": "5.3.1",
|
|
264
|
-
"axios": "1.
|
|
253
|
+
"axios": "1.3.4",
|
|
265
254
|
"base64-stream": "1.0.0",
|
|
266
255
|
"bluebird": "3.7.2",
|
|
267
256
|
"bplist-creator": "0.1.1",
|
|
@@ -269,7 +258,7 @@
|
|
|
269
258
|
"form-data": "4.0.0",
|
|
270
259
|
"get-stream": "6.0.1",
|
|
271
260
|
"glob": "8.1.0",
|
|
272
|
-
"jimp": "0.22.
|
|
261
|
+
"jimp": "0.22.7",
|
|
273
262
|
"jsftp": "2.1.3",
|
|
274
263
|
"klaw": "4.1.0",
|
|
275
264
|
"lockfile": "1.0.4",
|
|
@@ -283,7 +272,7 @@
|
|
|
283
272
|
"pkg-dir": "5.0.0",
|
|
284
273
|
"plist": "3.0.6",
|
|
285
274
|
"pluralize": "8.0.0",
|
|
286
|
-
"pngjs": "
|
|
275
|
+
"pngjs": "7.0.0",
|
|
287
276
|
"read-pkg": "5.2.0",
|
|
288
277
|
"resolve-from": "5.0.0",
|
|
289
278
|
"rimraf": "3.0.2",
|
|
@@ -293,7 +282,7 @@
|
|
|
293
282
|
"source-map-support": "0.5.21",
|
|
294
283
|
"supports-color": "8.1.1",
|
|
295
284
|
"teen_process": "2.0.2",
|
|
296
|
-
"type-fest": "3.
|
|
285
|
+
"type-fest": "3.6.1",
|
|
297
286
|
"uuid": "9.0.0",
|
|
298
287
|
"which": "3.0.0",
|
|
299
288
|
"yauzl": "2.10.0"
|
|
@@ -303,22 +292,6 @@
|
|
|
303
292
|
"npm": ">=8"
|
|
304
293
|
}
|
|
305
294
|
},
|
|
306
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
307
|
-
"version": "1.2.3",
|
|
308
|
-
"license": "MIT",
|
|
309
|
-
"dependencies": {
|
|
310
|
-
"follow-redirects": "^1.15.0",
|
|
311
|
-
"form-data": "^4.0.0",
|
|
312
|
-
"proxy-from-env": "^1.1.0"
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
"node_modules/@appium/support/node_modules/pngjs": {
|
|
316
|
-
"version": "6.0.0",
|
|
317
|
-
"license": "MIT",
|
|
318
|
-
"engines": {
|
|
319
|
-
"node": ">=12.13.0"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
295
|
"node_modules/@appium/support/node_modules/rimraf": {
|
|
323
296
|
"version": "3.0.2",
|
|
324
297
|
"license": "ISC",
|
|
@@ -362,14 +335,14 @@
|
|
|
362
335
|
}
|
|
363
336
|
},
|
|
364
337
|
"node_modules/@appium/typedoc-plugin-appium": {
|
|
365
|
-
"version": "0.
|
|
338
|
+
"version": "0.5.1",
|
|
366
339
|
"extraneous": true,
|
|
367
340
|
"license": "Apache-2.0",
|
|
368
341
|
"dependencies": {
|
|
369
342
|
"handlebars": "4.7.7",
|
|
370
343
|
"lodash": "4.17.21",
|
|
371
344
|
"pluralize": "8.0.0",
|
|
372
|
-
"type-fest": "3.
|
|
345
|
+
"type-fest": "3.6.1"
|
|
373
346
|
},
|
|
374
347
|
"engines": {
|
|
375
348
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -380,19 +353,19 @@
|
|
|
380
353
|
"typedoc": "^0.23.14",
|
|
381
354
|
"typedoc-plugin-markdown": "^3.14.0",
|
|
382
355
|
"typedoc-plugin-resolve-crossmodule-references": "~0.3.3",
|
|
383
|
-
"typescript": "
|
|
356
|
+
"typescript": "^4.7.0"
|
|
384
357
|
}
|
|
385
358
|
},
|
|
386
359
|
"node_modules/@appium/types": {
|
|
387
|
-
"version": "0.
|
|
360
|
+
"version": "0.10.1",
|
|
388
361
|
"license": "Apache-2.0",
|
|
389
362
|
"dependencies": {
|
|
390
|
-
"@appium/schema": "^0.2.
|
|
363
|
+
"@appium/schema": "^0.2.6",
|
|
391
364
|
"@appium/tsconfig": "^0.2.4",
|
|
392
365
|
"@types/express": "4.17.17",
|
|
393
366
|
"@types/npmlog": "4.1.4",
|
|
394
367
|
"@types/ws": "8.5.4",
|
|
395
|
-
"type-fest": "3.
|
|
368
|
+
"type-fest": "3.6.1"
|
|
396
369
|
},
|
|
397
370
|
"engines": {
|
|
398
371
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -456,10 +429,10 @@
|
|
|
456
429
|
}
|
|
457
430
|
},
|
|
458
431
|
"node_modules/@jimp/bmp": {
|
|
459
|
-
"version": "0.22.
|
|
432
|
+
"version": "0.22.7",
|
|
460
433
|
"license": "MIT",
|
|
461
434
|
"dependencies": {
|
|
462
|
-
"@jimp/utils": "^0.22.
|
|
435
|
+
"@jimp/utils": "^0.22.7",
|
|
463
436
|
"bmp-js": "^0.1.0"
|
|
464
437
|
},
|
|
465
438
|
"peerDependencies": {
|
|
@@ -467,10 +440,10 @@
|
|
|
467
440
|
}
|
|
468
441
|
},
|
|
469
442
|
"node_modules/@jimp/core": {
|
|
470
|
-
"version": "0.22.
|
|
443
|
+
"version": "0.22.7",
|
|
471
444
|
"license": "MIT",
|
|
472
445
|
"dependencies": {
|
|
473
|
-
"@jimp/utils": "^0.22.
|
|
446
|
+
"@jimp/utils": "^0.22.7",
|
|
474
447
|
"any-base": "^1.1.0",
|
|
475
448
|
"buffer": "^5.2.0",
|
|
476
449
|
"exif-parser": "^0.1.12",
|
|
@@ -482,17 +455,17 @@
|
|
|
482
455
|
}
|
|
483
456
|
},
|
|
484
457
|
"node_modules/@jimp/custom": {
|
|
485
|
-
"version": "0.22.
|
|
458
|
+
"version": "0.22.7",
|
|
486
459
|
"license": "MIT",
|
|
487
460
|
"dependencies": {
|
|
488
|
-
"@jimp/core": "^0.22.
|
|
461
|
+
"@jimp/core": "^0.22.7"
|
|
489
462
|
}
|
|
490
463
|
},
|
|
491
464
|
"node_modules/@jimp/gif": {
|
|
492
|
-
"version": "0.22.
|
|
465
|
+
"version": "0.22.7",
|
|
493
466
|
"license": "MIT",
|
|
494
467
|
"dependencies": {
|
|
495
|
-
"@jimp/utils": "^0.22.
|
|
468
|
+
"@jimp/utils": "^0.22.7",
|
|
496
469
|
"gifwrap": "^0.9.2",
|
|
497
470
|
"omggif": "^1.0.9"
|
|
498
471
|
},
|
|
@@ -501,10 +474,10 @@
|
|
|
501
474
|
}
|
|
502
475
|
},
|
|
503
476
|
"node_modules/@jimp/jpeg": {
|
|
504
|
-
"version": "0.22.
|
|
477
|
+
"version": "0.22.7",
|
|
505
478
|
"license": "MIT",
|
|
506
479
|
"dependencies": {
|
|
507
|
-
"@jimp/utils": "^0.22.
|
|
480
|
+
"@jimp/utils": "^0.22.7",
|
|
508
481
|
"jpeg-js": "^0.4.4"
|
|
509
482
|
},
|
|
510
483
|
"peerDependencies": {
|
|
@@ -512,40 +485,40 @@
|
|
|
512
485
|
}
|
|
513
486
|
},
|
|
514
487
|
"node_modules/@jimp/plugin-blit": {
|
|
515
|
-
"version": "0.22.
|
|
488
|
+
"version": "0.22.7",
|
|
516
489
|
"license": "MIT",
|
|
517
490
|
"dependencies": {
|
|
518
|
-
"@jimp/utils": "^0.22.
|
|
491
|
+
"@jimp/utils": "^0.22.7"
|
|
519
492
|
},
|
|
520
493
|
"peerDependencies": {
|
|
521
494
|
"@jimp/custom": ">=0.3.5"
|
|
522
495
|
}
|
|
523
496
|
},
|
|
524
497
|
"node_modules/@jimp/plugin-blur": {
|
|
525
|
-
"version": "0.22.
|
|
498
|
+
"version": "0.22.7",
|
|
526
499
|
"license": "MIT",
|
|
527
500
|
"dependencies": {
|
|
528
|
-
"@jimp/utils": "^0.22.
|
|
501
|
+
"@jimp/utils": "^0.22.7"
|
|
529
502
|
},
|
|
530
503
|
"peerDependencies": {
|
|
531
504
|
"@jimp/custom": ">=0.3.5"
|
|
532
505
|
}
|
|
533
506
|
},
|
|
534
507
|
"node_modules/@jimp/plugin-circle": {
|
|
535
|
-
"version": "0.22.
|
|
508
|
+
"version": "0.22.7",
|
|
536
509
|
"license": "MIT",
|
|
537
510
|
"dependencies": {
|
|
538
|
-
"@jimp/utils": "^0.22.
|
|
511
|
+
"@jimp/utils": "^0.22.7"
|
|
539
512
|
},
|
|
540
513
|
"peerDependencies": {
|
|
541
514
|
"@jimp/custom": ">=0.3.5"
|
|
542
515
|
}
|
|
543
516
|
},
|
|
544
517
|
"node_modules/@jimp/plugin-color": {
|
|
545
|
-
"version": "0.22.
|
|
518
|
+
"version": "0.22.7",
|
|
546
519
|
"license": "MIT",
|
|
547
520
|
"dependencies": {
|
|
548
|
-
"@jimp/utils": "^0.22.
|
|
521
|
+
"@jimp/utils": "^0.22.7",
|
|
549
522
|
"tinycolor2": "^1.6.0"
|
|
550
523
|
},
|
|
551
524
|
"peerDependencies": {
|
|
@@ -553,10 +526,10 @@
|
|
|
553
526
|
}
|
|
554
527
|
},
|
|
555
528
|
"node_modules/@jimp/plugin-contain": {
|
|
556
|
-
"version": "0.22.
|
|
529
|
+
"version": "0.22.7",
|
|
557
530
|
"license": "MIT",
|
|
558
531
|
"dependencies": {
|
|
559
|
-
"@jimp/utils": "^0.22.
|
|
532
|
+
"@jimp/utils": "^0.22.7"
|
|
560
533
|
},
|
|
561
534
|
"peerDependencies": {
|
|
562
535
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -566,10 +539,10 @@
|
|
|
566
539
|
}
|
|
567
540
|
},
|
|
568
541
|
"node_modules/@jimp/plugin-cover": {
|
|
569
|
-
"version": "0.22.
|
|
542
|
+
"version": "0.22.7",
|
|
570
543
|
"license": "MIT",
|
|
571
544
|
"dependencies": {
|
|
572
|
-
"@jimp/utils": "^0.22.
|
|
545
|
+
"@jimp/utils": "^0.22.7"
|
|
573
546
|
},
|
|
574
547
|
"peerDependencies": {
|
|
575
548
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -579,50 +552,50 @@
|
|
|
579
552
|
}
|
|
580
553
|
},
|
|
581
554
|
"node_modules/@jimp/plugin-crop": {
|
|
582
|
-
"version": "0.22.
|
|
555
|
+
"version": "0.22.7",
|
|
583
556
|
"license": "MIT",
|
|
584
557
|
"dependencies": {
|
|
585
|
-
"@jimp/utils": "^0.22.
|
|
558
|
+
"@jimp/utils": "^0.22.7"
|
|
586
559
|
},
|
|
587
560
|
"peerDependencies": {
|
|
588
561
|
"@jimp/custom": ">=0.3.5"
|
|
589
562
|
}
|
|
590
563
|
},
|
|
591
564
|
"node_modules/@jimp/plugin-displace": {
|
|
592
|
-
"version": "0.22.
|
|
565
|
+
"version": "0.22.7",
|
|
593
566
|
"license": "MIT",
|
|
594
567
|
"dependencies": {
|
|
595
|
-
"@jimp/utils": "^0.22.
|
|
568
|
+
"@jimp/utils": "^0.22.7"
|
|
596
569
|
},
|
|
597
570
|
"peerDependencies": {
|
|
598
571
|
"@jimp/custom": ">=0.3.5"
|
|
599
572
|
}
|
|
600
573
|
},
|
|
601
574
|
"node_modules/@jimp/plugin-dither": {
|
|
602
|
-
"version": "0.22.
|
|
575
|
+
"version": "0.22.7",
|
|
603
576
|
"license": "MIT",
|
|
604
577
|
"dependencies": {
|
|
605
|
-
"@jimp/utils": "^0.22.
|
|
578
|
+
"@jimp/utils": "^0.22.7"
|
|
606
579
|
},
|
|
607
580
|
"peerDependencies": {
|
|
608
581
|
"@jimp/custom": ">=0.3.5"
|
|
609
582
|
}
|
|
610
583
|
},
|
|
611
584
|
"node_modules/@jimp/plugin-fisheye": {
|
|
612
|
-
"version": "0.22.
|
|
585
|
+
"version": "0.22.7",
|
|
613
586
|
"license": "MIT",
|
|
614
587
|
"dependencies": {
|
|
615
|
-
"@jimp/utils": "^0.22.
|
|
588
|
+
"@jimp/utils": "^0.22.7"
|
|
616
589
|
},
|
|
617
590
|
"peerDependencies": {
|
|
618
591
|
"@jimp/custom": ">=0.3.5"
|
|
619
592
|
}
|
|
620
593
|
},
|
|
621
594
|
"node_modules/@jimp/plugin-flip": {
|
|
622
|
-
"version": "0.22.
|
|
595
|
+
"version": "0.22.7",
|
|
623
596
|
"license": "MIT",
|
|
624
597
|
"dependencies": {
|
|
625
|
-
"@jimp/utils": "^0.22.
|
|
598
|
+
"@jimp/utils": "^0.22.7"
|
|
626
599
|
},
|
|
627
600
|
"peerDependencies": {
|
|
628
601
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -630,50 +603,50 @@
|
|
|
630
603
|
}
|
|
631
604
|
},
|
|
632
605
|
"node_modules/@jimp/plugin-gaussian": {
|
|
633
|
-
"version": "0.22.
|
|
606
|
+
"version": "0.22.7",
|
|
634
607
|
"license": "MIT",
|
|
635
608
|
"dependencies": {
|
|
636
|
-
"@jimp/utils": "^0.22.
|
|
609
|
+
"@jimp/utils": "^0.22.7"
|
|
637
610
|
},
|
|
638
611
|
"peerDependencies": {
|
|
639
612
|
"@jimp/custom": ">=0.3.5"
|
|
640
613
|
}
|
|
641
614
|
},
|
|
642
615
|
"node_modules/@jimp/plugin-invert": {
|
|
643
|
-
"version": "0.22.
|
|
616
|
+
"version": "0.22.7",
|
|
644
617
|
"license": "MIT",
|
|
645
618
|
"dependencies": {
|
|
646
|
-
"@jimp/utils": "^0.22.
|
|
619
|
+
"@jimp/utils": "^0.22.7"
|
|
647
620
|
},
|
|
648
621
|
"peerDependencies": {
|
|
649
622
|
"@jimp/custom": ">=0.3.5"
|
|
650
623
|
}
|
|
651
624
|
},
|
|
652
625
|
"node_modules/@jimp/plugin-mask": {
|
|
653
|
-
"version": "0.22.
|
|
626
|
+
"version": "0.22.7",
|
|
654
627
|
"license": "MIT",
|
|
655
628
|
"dependencies": {
|
|
656
|
-
"@jimp/utils": "^0.22.
|
|
629
|
+
"@jimp/utils": "^0.22.7"
|
|
657
630
|
},
|
|
658
631
|
"peerDependencies": {
|
|
659
632
|
"@jimp/custom": ">=0.3.5"
|
|
660
633
|
}
|
|
661
634
|
},
|
|
662
635
|
"node_modules/@jimp/plugin-normalize": {
|
|
663
|
-
"version": "0.22.
|
|
636
|
+
"version": "0.22.7",
|
|
664
637
|
"license": "MIT",
|
|
665
638
|
"dependencies": {
|
|
666
|
-
"@jimp/utils": "^0.22.
|
|
639
|
+
"@jimp/utils": "^0.22.7"
|
|
667
640
|
},
|
|
668
641
|
"peerDependencies": {
|
|
669
642
|
"@jimp/custom": ">=0.3.5"
|
|
670
643
|
}
|
|
671
644
|
},
|
|
672
645
|
"node_modules/@jimp/plugin-print": {
|
|
673
|
-
"version": "0.22.
|
|
646
|
+
"version": "0.22.7",
|
|
674
647
|
"license": "MIT",
|
|
675
648
|
"dependencies": {
|
|
676
|
-
"@jimp/utils": "^0.22.
|
|
649
|
+
"@jimp/utils": "^0.22.7",
|
|
677
650
|
"load-bmfont": "^1.4.1"
|
|
678
651
|
},
|
|
679
652
|
"peerDependencies": {
|
|
@@ -682,20 +655,20 @@
|
|
|
682
655
|
}
|
|
683
656
|
},
|
|
684
657
|
"node_modules/@jimp/plugin-resize": {
|
|
685
|
-
"version": "0.22.
|
|
658
|
+
"version": "0.22.7",
|
|
686
659
|
"license": "MIT",
|
|
687
660
|
"dependencies": {
|
|
688
|
-
"@jimp/utils": "^0.22.
|
|
661
|
+
"@jimp/utils": "^0.22.7"
|
|
689
662
|
},
|
|
690
663
|
"peerDependencies": {
|
|
691
664
|
"@jimp/custom": ">=0.3.5"
|
|
692
665
|
}
|
|
693
666
|
},
|
|
694
667
|
"node_modules/@jimp/plugin-rotate": {
|
|
695
|
-
"version": "0.22.
|
|
668
|
+
"version": "0.22.7",
|
|
696
669
|
"license": "MIT",
|
|
697
670
|
"dependencies": {
|
|
698
|
-
"@jimp/utils": "^0.22.
|
|
671
|
+
"@jimp/utils": "^0.22.7"
|
|
699
672
|
},
|
|
700
673
|
"peerDependencies": {
|
|
701
674
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -705,10 +678,10 @@
|
|
|
705
678
|
}
|
|
706
679
|
},
|
|
707
680
|
"node_modules/@jimp/plugin-scale": {
|
|
708
|
-
"version": "0.22.
|
|
681
|
+
"version": "0.22.7",
|
|
709
682
|
"license": "MIT",
|
|
710
683
|
"dependencies": {
|
|
711
|
-
"@jimp/utils": "^0.22.
|
|
684
|
+
"@jimp/utils": "^0.22.7"
|
|
712
685
|
},
|
|
713
686
|
"peerDependencies": {
|
|
714
687
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -716,10 +689,10 @@
|
|
|
716
689
|
}
|
|
717
690
|
},
|
|
718
691
|
"node_modules/@jimp/plugin-shadow": {
|
|
719
|
-
"version": "0.22.
|
|
692
|
+
"version": "0.22.7",
|
|
720
693
|
"license": "MIT",
|
|
721
694
|
"dependencies": {
|
|
722
|
-
"@jimp/utils": "^0.22.
|
|
695
|
+
"@jimp/utils": "^0.22.7"
|
|
723
696
|
},
|
|
724
697
|
"peerDependencies": {
|
|
725
698
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -728,10 +701,10 @@
|
|
|
728
701
|
}
|
|
729
702
|
},
|
|
730
703
|
"node_modules/@jimp/plugin-threshold": {
|
|
731
|
-
"version": "0.22.
|
|
704
|
+
"version": "0.22.7",
|
|
732
705
|
"license": "MIT",
|
|
733
706
|
"dependencies": {
|
|
734
|
-
"@jimp/utils": "^0.22.
|
|
707
|
+
"@jimp/utils": "^0.22.7"
|
|
735
708
|
},
|
|
736
709
|
"peerDependencies": {
|
|
737
710
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -740,30 +713,30 @@
|
|
|
740
713
|
}
|
|
741
714
|
},
|
|
742
715
|
"node_modules/@jimp/plugins": {
|
|
743
|
-
"version": "0.22.
|
|
744
|
-
"license": "MIT",
|
|
745
|
-
"dependencies": {
|
|
746
|
-
"@jimp/plugin-blit": "^0.22.
|
|
747
|
-
"@jimp/plugin-blur": "^0.22.
|
|
748
|
-
"@jimp/plugin-circle": "^0.22.
|
|
749
|
-
"@jimp/plugin-color": "^0.22.
|
|
750
|
-
"@jimp/plugin-contain": "^0.22.
|
|
751
|
-
"@jimp/plugin-cover": "^0.22.
|
|
752
|
-
"@jimp/plugin-crop": "^0.22.
|
|
753
|
-
"@jimp/plugin-displace": "^0.22.
|
|
754
|
-
"@jimp/plugin-dither": "^0.22.
|
|
755
|
-
"@jimp/plugin-fisheye": "^0.22.
|
|
756
|
-
"@jimp/plugin-flip": "^0.22.
|
|
757
|
-
"@jimp/plugin-gaussian": "^0.22.
|
|
758
|
-
"@jimp/plugin-invert": "^0.22.
|
|
759
|
-
"@jimp/plugin-mask": "^0.22.
|
|
760
|
-
"@jimp/plugin-normalize": "^0.22.
|
|
761
|
-
"@jimp/plugin-print": "^0.22.
|
|
762
|
-
"@jimp/plugin-resize": "^0.22.
|
|
763
|
-
"@jimp/plugin-rotate": "^0.22.
|
|
764
|
-
"@jimp/plugin-scale": "^0.22.
|
|
765
|
-
"@jimp/plugin-shadow": "^0.22.
|
|
766
|
-
"@jimp/plugin-threshold": "^0.22.
|
|
716
|
+
"version": "0.22.7",
|
|
717
|
+
"license": "MIT",
|
|
718
|
+
"dependencies": {
|
|
719
|
+
"@jimp/plugin-blit": "^0.22.7",
|
|
720
|
+
"@jimp/plugin-blur": "^0.22.7",
|
|
721
|
+
"@jimp/plugin-circle": "^0.22.7",
|
|
722
|
+
"@jimp/plugin-color": "^0.22.7",
|
|
723
|
+
"@jimp/plugin-contain": "^0.22.7",
|
|
724
|
+
"@jimp/plugin-cover": "^0.22.7",
|
|
725
|
+
"@jimp/plugin-crop": "^0.22.7",
|
|
726
|
+
"@jimp/plugin-displace": "^0.22.7",
|
|
727
|
+
"@jimp/plugin-dither": "^0.22.7",
|
|
728
|
+
"@jimp/plugin-fisheye": "^0.22.7",
|
|
729
|
+
"@jimp/plugin-flip": "^0.22.7",
|
|
730
|
+
"@jimp/plugin-gaussian": "^0.22.7",
|
|
731
|
+
"@jimp/plugin-invert": "^0.22.7",
|
|
732
|
+
"@jimp/plugin-mask": "^0.22.7",
|
|
733
|
+
"@jimp/plugin-normalize": "^0.22.7",
|
|
734
|
+
"@jimp/plugin-print": "^0.22.7",
|
|
735
|
+
"@jimp/plugin-resize": "^0.22.7",
|
|
736
|
+
"@jimp/plugin-rotate": "^0.22.7",
|
|
737
|
+
"@jimp/plugin-scale": "^0.22.7",
|
|
738
|
+
"@jimp/plugin-shadow": "^0.22.7",
|
|
739
|
+
"@jimp/plugin-threshold": "^0.22.7",
|
|
767
740
|
"timm": "^1.6.1"
|
|
768
741
|
},
|
|
769
742
|
"peerDependencies": {
|
|
@@ -771,10 +744,10 @@
|
|
|
771
744
|
}
|
|
772
745
|
},
|
|
773
746
|
"node_modules/@jimp/png": {
|
|
774
|
-
"version": "0.22.
|
|
747
|
+
"version": "0.22.7",
|
|
775
748
|
"license": "MIT",
|
|
776
749
|
"dependencies": {
|
|
777
|
-
"@jimp/utils": "^0.22.
|
|
750
|
+
"@jimp/utils": "^0.22.7",
|
|
778
751
|
"pngjs": "^6.0.0"
|
|
779
752
|
},
|
|
780
753
|
"peerDependencies": {
|
|
@@ -789,7 +762,7 @@
|
|
|
789
762
|
}
|
|
790
763
|
},
|
|
791
764
|
"node_modules/@jimp/tiff": {
|
|
792
|
-
"version": "0.22.
|
|
765
|
+
"version": "0.22.7",
|
|
793
766
|
"license": "MIT",
|
|
794
767
|
"dependencies": {
|
|
795
768
|
"utif2": "^4.0.1"
|
|
@@ -799,14 +772,14 @@
|
|
|
799
772
|
}
|
|
800
773
|
},
|
|
801
774
|
"node_modules/@jimp/types": {
|
|
802
|
-
"version": "0.22.
|
|
775
|
+
"version": "0.22.7",
|
|
803
776
|
"license": "MIT",
|
|
804
777
|
"dependencies": {
|
|
805
|
-
"@jimp/bmp": "^0.22.
|
|
806
|
-
"@jimp/gif": "^0.22.
|
|
807
|
-
"@jimp/jpeg": "^0.22.
|
|
808
|
-
"@jimp/png": "^0.22.
|
|
809
|
-
"@jimp/tiff": "^0.22.
|
|
778
|
+
"@jimp/bmp": "^0.22.7",
|
|
779
|
+
"@jimp/gif": "^0.22.7",
|
|
780
|
+
"@jimp/jpeg": "^0.22.7",
|
|
781
|
+
"@jimp/png": "^0.22.7",
|
|
782
|
+
"@jimp/tiff": "^0.22.7",
|
|
810
783
|
"timm": "^1.6.1"
|
|
811
784
|
},
|
|
812
785
|
"peerDependencies": {
|
|
@@ -814,7 +787,7 @@
|
|
|
814
787
|
}
|
|
815
788
|
},
|
|
816
789
|
"node_modules/@jimp/utils": {
|
|
817
|
-
"version": "0.22.
|
|
790
|
+
"version": "0.22.7",
|
|
818
791
|
"license": "MIT",
|
|
819
792
|
"dependencies": {
|
|
820
793
|
"regenerator-runtime": "^0.13.3"
|
|
@@ -987,7 +960,7 @@
|
|
|
987
960
|
"license": "MIT"
|
|
988
961
|
},
|
|
989
962
|
"node_modules/@types/glob": {
|
|
990
|
-
"version": "8.0
|
|
963
|
+
"version": "8.1.0",
|
|
991
964
|
"license": "MIT",
|
|
992
965
|
"dependencies": {
|
|
993
966
|
"@types/minimatch": "^5.1.2",
|
|
@@ -1043,7 +1016,7 @@
|
|
|
1043
1016
|
}
|
|
1044
1017
|
},
|
|
1045
1018
|
"node_modules/@types/node": {
|
|
1046
|
-
"version": "18.
|
|
1019
|
+
"version": "18.15.7",
|
|
1047
1020
|
"license": "MIT"
|
|
1048
1021
|
},
|
|
1049
1022
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1093,7 +1066,7 @@
|
|
|
1093
1066
|
}
|
|
1094
1067
|
},
|
|
1095
1068
|
"node_modules/@types/serve-static": {
|
|
1096
|
-
"version": "1.15.
|
|
1069
|
+
"version": "1.15.1",
|
|
1097
1070
|
"license": "MIT",
|
|
1098
1071
|
"dependencies": {
|
|
1099
1072
|
"@types/mime": "*",
|
|
@@ -1121,7 +1094,7 @@
|
|
|
1121
1094
|
"license": "MIT"
|
|
1122
1095
|
},
|
|
1123
1096
|
"node_modules/@types/uuid": {
|
|
1124
|
-
"version": "9.0.
|
|
1097
|
+
"version": "9.0.1",
|
|
1125
1098
|
"license": "MIT"
|
|
1126
1099
|
},
|
|
1127
1100
|
"node_modules/@types/wrap-ansi": {
|
|
@@ -1221,6 +1194,11 @@
|
|
|
1221
1194
|
"node": ">=8"
|
|
1222
1195
|
}
|
|
1223
1196
|
},
|
|
1197
|
+
"node_modules/ansi-sequence-parser": {
|
|
1198
|
+
"version": "1.1.0",
|
|
1199
|
+
"extraneous": true,
|
|
1200
|
+
"license": "MIT"
|
|
1201
|
+
},
|
|
1224
1202
|
"node_modules/ansi-styles": {
|
|
1225
1203
|
"version": "3.2.1",
|
|
1226
1204
|
"license": "MIT",
|
|
@@ -1259,14 +1237,14 @@
|
|
|
1259
1237
|
}
|
|
1260
1238
|
},
|
|
1261
1239
|
"node_modules/appium-adb/node_modules/lru-cache": {
|
|
1262
|
-
"version": "7.
|
|
1240
|
+
"version": "7.18.3",
|
|
1263
1241
|
"license": "ISC",
|
|
1264
1242
|
"engines": {
|
|
1265
1243
|
"node": ">=12"
|
|
1266
1244
|
}
|
|
1267
1245
|
},
|
|
1268
1246
|
"node_modules/appium-android-driver": {
|
|
1269
|
-
"version": "5.8.
|
|
1247
|
+
"version": "5.8.11",
|
|
1270
1248
|
"license": "Apache-2.0",
|
|
1271
1249
|
"dependencies": {
|
|
1272
1250
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1298,14 +1276,14 @@
|
|
|
1298
1276
|
}
|
|
1299
1277
|
},
|
|
1300
1278
|
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
1301
|
-
"version": "7.
|
|
1279
|
+
"version": "7.18.3",
|
|
1302
1280
|
"license": "ISC",
|
|
1303
1281
|
"engines": {
|
|
1304
1282
|
"node": ">=12"
|
|
1305
1283
|
}
|
|
1306
1284
|
},
|
|
1307
1285
|
"node_modules/appium-chromedriver": {
|
|
1308
|
-
"version": "5.3.
|
|
1286
|
+
"version": "5.3.2",
|
|
1309
1287
|
"hasInstallScript": true,
|
|
1310
1288
|
"license": "Apache-2.0",
|
|
1311
1289
|
"dependencies": {
|
|
@@ -1330,7 +1308,7 @@
|
|
|
1330
1308
|
}
|
|
1331
1309
|
},
|
|
1332
1310
|
"node_modules/appium-uiautomator2-server": {
|
|
1333
|
-
"version": "5.
|
|
1311
|
+
"version": "5.8.0",
|
|
1334
1312
|
"license": "Apache-2.0",
|
|
1335
1313
|
"engines": {
|
|
1336
1314
|
"node": ">=14",
|
|
@@ -1399,7 +1377,7 @@
|
|
|
1399
1377
|
"license": "MIT"
|
|
1400
1378
|
},
|
|
1401
1379
|
"node_modules/archiver-utils/node_modules/readable-stream": {
|
|
1402
|
-
"version": "2.3.
|
|
1380
|
+
"version": "2.3.8",
|
|
1403
1381
|
"license": "MIT",
|
|
1404
1382
|
"dependencies": {
|
|
1405
1383
|
"core-util-is": "~1.0.0",
|
|
@@ -1509,7 +1487,7 @@
|
|
|
1509
1487
|
"license": "MIT"
|
|
1510
1488
|
},
|
|
1511
1489
|
"node_modules/axios": {
|
|
1512
|
-
"version": "1.3.
|
|
1490
|
+
"version": "1.3.4",
|
|
1513
1491
|
"license": "MIT",
|
|
1514
1492
|
"dependencies": {
|
|
1515
1493
|
"follow-redirects": "^1.15.0",
|
|
@@ -1582,11 +1560,11 @@
|
|
|
1582
1560
|
"license": "MIT"
|
|
1583
1561
|
},
|
|
1584
1562
|
"node_modules/body-parser": {
|
|
1585
|
-
"version": "1.20.
|
|
1563
|
+
"version": "1.20.2",
|
|
1586
1564
|
"license": "MIT",
|
|
1587
1565
|
"dependencies": {
|
|
1588
1566
|
"bytes": "3.1.2",
|
|
1589
|
-
"content-type": "~1.0.
|
|
1567
|
+
"content-type": "~1.0.5",
|
|
1590
1568
|
"debug": "2.6.9",
|
|
1591
1569
|
"depd": "2.0.0",
|
|
1592
1570
|
"destroy": "1.2.0",
|
|
@@ -1594,7 +1572,7 @@
|
|
|
1594
1572
|
"iconv-lite": "0.4.24",
|
|
1595
1573
|
"on-finished": "2.4.1",
|
|
1596
1574
|
"qs": "6.11.0",
|
|
1597
|
-
"raw-body": "2.5.
|
|
1575
|
+
"raw-body": "2.5.2",
|
|
1598
1576
|
"type-is": "~1.6.18",
|
|
1599
1577
|
"unpipe": "1.0.0"
|
|
1600
1578
|
},
|
|
@@ -2155,6 +2133,28 @@
|
|
|
2155
2133
|
"node": ">= 0.10.0"
|
|
2156
2134
|
}
|
|
2157
2135
|
},
|
|
2136
|
+
"node_modules/express/node_modules/body-parser": {
|
|
2137
|
+
"version": "1.20.1",
|
|
2138
|
+
"license": "MIT",
|
|
2139
|
+
"dependencies": {
|
|
2140
|
+
"bytes": "3.1.2",
|
|
2141
|
+
"content-type": "~1.0.4",
|
|
2142
|
+
"debug": "2.6.9",
|
|
2143
|
+
"depd": "2.0.0",
|
|
2144
|
+
"destroy": "1.2.0",
|
|
2145
|
+
"http-errors": "2.0.0",
|
|
2146
|
+
"iconv-lite": "0.4.24",
|
|
2147
|
+
"on-finished": "2.4.1",
|
|
2148
|
+
"qs": "6.11.0",
|
|
2149
|
+
"raw-body": "2.5.1",
|
|
2150
|
+
"type-is": "~1.6.18",
|
|
2151
|
+
"unpipe": "1.0.0"
|
|
2152
|
+
},
|
|
2153
|
+
"engines": {
|
|
2154
|
+
"node": ">= 0.8",
|
|
2155
|
+
"npm": "1.2.8000 || >= 1.4.16"
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
2158
2158
|
"node_modules/express/node_modules/debug": {
|
|
2159
2159
|
"version": "2.6.9",
|
|
2160
2160
|
"license": "MIT",
|
|
@@ -2166,6 +2166,19 @@
|
|
|
2166
2166
|
"version": "2.0.0",
|
|
2167
2167
|
"license": "MIT"
|
|
2168
2168
|
},
|
|
2169
|
+
"node_modules/express/node_modules/raw-body": {
|
|
2170
|
+
"version": "2.5.1",
|
|
2171
|
+
"license": "MIT",
|
|
2172
|
+
"dependencies": {
|
|
2173
|
+
"bytes": "3.1.2",
|
|
2174
|
+
"http-errors": "2.0.0",
|
|
2175
|
+
"iconv-lite": "0.4.24",
|
|
2176
|
+
"unpipe": "1.0.0"
|
|
2177
|
+
},
|
|
2178
|
+
"engines": {
|
|
2179
|
+
"node": ">= 0.8"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2169
2182
|
"node_modules/fancy-log": {
|
|
2170
2183
|
"version": "2.0.0",
|
|
2171
2184
|
"license": "MIT",
|
|
@@ -2472,7 +2485,7 @@
|
|
|
2472
2485
|
}
|
|
2473
2486
|
},
|
|
2474
2487
|
"node_modules/graceful-fs": {
|
|
2475
|
-
"version": "4.2.
|
|
2488
|
+
"version": "4.2.11",
|
|
2476
2489
|
"license": "ISC"
|
|
2477
2490
|
},
|
|
2478
2491
|
"node_modules/handlebars": {
|
|
@@ -2688,12 +2701,12 @@
|
|
|
2688
2701
|
}
|
|
2689
2702
|
},
|
|
2690
2703
|
"node_modules/jimp": {
|
|
2691
|
-
"version": "0.22.
|
|
2704
|
+
"version": "0.22.7",
|
|
2692
2705
|
"license": "MIT",
|
|
2693
2706
|
"dependencies": {
|
|
2694
|
-
"@jimp/custom": "^0.22.
|
|
2695
|
-
"@jimp/plugins": "^0.22.
|
|
2696
|
-
"@jimp/types": "^0.22.
|
|
2707
|
+
"@jimp/custom": "^0.22.7",
|
|
2708
|
+
"@jimp/plugins": "^0.22.7",
|
|
2709
|
+
"@jimp/types": "^0.22.7",
|
|
2697
2710
|
"regenerator-runtime": "^0.13.3"
|
|
2698
2711
|
}
|
|
2699
2712
|
},
|
|
@@ -2783,7 +2796,7 @@
|
|
|
2783
2796
|
"license": "MIT"
|
|
2784
2797
|
},
|
|
2785
2798
|
"node_modules/lazystream/node_modules/readable-stream": {
|
|
2786
|
-
"version": "2.3.
|
|
2799
|
+
"version": "2.3.8",
|
|
2787
2800
|
"license": "MIT",
|
|
2788
2801
|
"dependencies": {
|
|
2789
2802
|
"core-util-is": "~1.0.0",
|
|
@@ -2807,7 +2820,7 @@
|
|
|
2807
2820
|
}
|
|
2808
2821
|
},
|
|
2809
2822
|
"node_modules/lilconfig": {
|
|
2810
|
-
"version": "2.0
|
|
2823
|
+
"version": "2.1.0",
|
|
2811
2824
|
"extraneous": true,
|
|
2812
2825
|
"license": "MIT",
|
|
2813
2826
|
"engines": {
|
|
@@ -2985,7 +2998,7 @@
|
|
|
2985
2998
|
"license": "ISC"
|
|
2986
2999
|
},
|
|
2987
3000
|
"node_modules/marked": {
|
|
2988
|
-
"version": "4.
|
|
3001
|
+
"version": "4.3.0",
|
|
2989
3002
|
"extraneous": true,
|
|
2990
3003
|
"license": "MIT",
|
|
2991
3004
|
"bin": {
|
|
@@ -3096,7 +3109,7 @@
|
|
|
3096
3109
|
}
|
|
3097
3110
|
},
|
|
3098
3111
|
"node_modules/mkdirp": {
|
|
3099
|
-
"version": "2.1.
|
|
3112
|
+
"version": "2.1.6",
|
|
3100
3113
|
"license": "MIT",
|
|
3101
3114
|
"bin": {
|
|
3102
3115
|
"mkdirp": "dist/cjs/src/bin.js"
|
|
@@ -3116,10 +3129,10 @@
|
|
|
3116
3129
|
}
|
|
3117
3130
|
},
|
|
3118
3131
|
"node_modules/moment-timezone": {
|
|
3119
|
-
"version": "0.5.
|
|
3132
|
+
"version": "0.5.42",
|
|
3120
3133
|
"license": "MIT",
|
|
3121
3134
|
"dependencies": {
|
|
3122
|
-
"moment": "
|
|
3135
|
+
"moment": "^2.29.4"
|
|
3123
3136
|
},
|
|
3124
3137
|
"engines": {
|
|
3125
3138
|
"node": "*"
|
|
@@ -3615,6 +3628,13 @@
|
|
|
3615
3628
|
"node": ">=4"
|
|
3616
3629
|
}
|
|
3617
3630
|
},
|
|
3631
|
+
"node_modules/pngjs": {
|
|
3632
|
+
"version": "7.0.0",
|
|
3633
|
+
"license": "MIT",
|
|
3634
|
+
"engines": {
|
|
3635
|
+
"node": ">=14.19.0"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3618
3638
|
"node_modules/portfinder": {
|
|
3619
3639
|
"version": "1.0.32",
|
|
3620
3640
|
"license": "MIT",
|
|
@@ -3725,7 +3745,7 @@
|
|
|
3725
3745
|
}
|
|
3726
3746
|
},
|
|
3727
3747
|
"node_modules/raw-body": {
|
|
3728
|
-
"version": "2.5.
|
|
3748
|
+
"version": "2.5.2",
|
|
3729
3749
|
"license": "MIT",
|
|
3730
3750
|
"dependencies": {
|
|
3731
3751
|
"bytes": "3.1.2",
|
|
@@ -3758,7 +3778,7 @@
|
|
|
3758
3778
|
}
|
|
3759
3779
|
},
|
|
3760
3780
|
"node_modules/readable-stream": {
|
|
3761
|
-
"version": "3.6.
|
|
3781
|
+
"version": "3.6.2",
|
|
3762
3782
|
"license": "MIT",
|
|
3763
3783
|
"dependencies": {
|
|
3764
3784
|
"inherits": "^2.0.3",
|
|
@@ -3880,7 +3900,7 @@
|
|
|
3880
3900
|
"license": "MIT"
|
|
3881
3901
|
},
|
|
3882
3902
|
"node_modules/safe-stable-stringify": {
|
|
3883
|
-
"version": "2.4.
|
|
3903
|
+
"version": "2.4.3",
|
|
3884
3904
|
"extraneous": true,
|
|
3885
3905
|
"license": "MIT",
|
|
3886
3906
|
"engines": {
|
|
@@ -4051,10 +4071,11 @@
|
|
|
4051
4071
|
}
|
|
4052
4072
|
},
|
|
4053
4073
|
"node_modules/shiki": {
|
|
4054
|
-
"version": "0.
|
|
4074
|
+
"version": "0.14.1",
|
|
4055
4075
|
"extraneous": true,
|
|
4056
4076
|
"license": "MIT",
|
|
4057
4077
|
"dependencies": {
|
|
4078
|
+
"ansi-sequence-parser": "^1.1.0",
|
|
4058
4079
|
"jsonc-parser": "^3.2.0",
|
|
4059
4080
|
"vscode-oniguruma": "^1.7.0",
|
|
4060
4081
|
"vscode-textmate": "^8.0.0"
|
|
@@ -4105,7 +4126,7 @@
|
|
|
4105
4126
|
}
|
|
4106
4127
|
},
|
|
4107
4128
|
"node_modules/spdx-correct": {
|
|
4108
|
-
"version": "3.
|
|
4129
|
+
"version": "3.2.0",
|
|
4109
4130
|
"license": "Apache-2.0",
|
|
4110
4131
|
"dependencies": {
|
|
4111
4132
|
"spdx-expression-parse": "^3.0.0",
|
|
@@ -4125,7 +4146,7 @@
|
|
|
4125
4146
|
}
|
|
4126
4147
|
},
|
|
4127
4148
|
"node_modules/spdx-license-ids": {
|
|
4128
|
-
"version": "3.0.
|
|
4149
|
+
"version": "3.0.13",
|
|
4129
4150
|
"license": "CC0-1.0"
|
|
4130
4151
|
},
|
|
4131
4152
|
"node_modules/stack-trace": {
|
|
@@ -4364,7 +4385,7 @@
|
|
|
4364
4385
|
"license": "0BSD"
|
|
4365
4386
|
},
|
|
4366
4387
|
"node_modules/type-fest": {
|
|
4367
|
-
"version": "3.
|
|
4388
|
+
"version": "3.6.1",
|
|
4368
4389
|
"license": "(MIT OR CC0-1.0)",
|
|
4369
4390
|
"engines": {
|
|
4370
4391
|
"node": ">=14.16"
|
|
@@ -4385,14 +4406,14 @@
|
|
|
4385
4406
|
}
|
|
4386
4407
|
},
|
|
4387
4408
|
"node_modules/typedoc": {
|
|
4388
|
-
"version": "0.23.
|
|
4409
|
+
"version": "0.23.26",
|
|
4389
4410
|
"extraneous": true,
|
|
4390
4411
|
"license": "Apache-2.0",
|
|
4391
4412
|
"dependencies": {
|
|
4392
4413
|
"lunr": "^2.3.9",
|
|
4393
|
-
"marked": "^4.2.
|
|
4394
|
-
"minimatch": "^
|
|
4395
|
-
"shiki": "^0.
|
|
4414
|
+
"marked": "^4.2.12",
|
|
4415
|
+
"minimatch": "^7.1.3",
|
|
4416
|
+
"shiki": "^0.14.1"
|
|
4396
4417
|
},
|
|
4397
4418
|
"bin": {
|
|
4398
4419
|
"typedoc": "bin/typedoc"
|
|
@@ -4438,7 +4459,7 @@
|
|
|
4438
4459
|
}
|
|
4439
4460
|
},
|
|
4440
4461
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
4441
|
-
"version": "
|
|
4462
|
+
"version": "7.4.3",
|
|
4442
4463
|
"extraneous": true,
|
|
4443
4464
|
"license": "ISC",
|
|
4444
4465
|
"dependencies": {
|
|
@@ -4446,10 +4467,13 @@
|
|
|
4446
4467
|
},
|
|
4447
4468
|
"engines": {
|
|
4448
4469
|
"node": ">=10"
|
|
4470
|
+
},
|
|
4471
|
+
"funding": {
|
|
4472
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4449
4473
|
}
|
|
4450
4474
|
},
|
|
4451
4475
|
"node_modules/typescript": {
|
|
4452
|
-
"version": "4.
|
|
4476
|
+
"version": "4.9.5",
|
|
4453
4477
|
"extraneous": true,
|
|
4454
4478
|
"license": "Apache-2.0",
|
|
4455
4479
|
"bin": {
|
|
@@ -4747,7 +4771,7 @@
|
|
|
4747
4771
|
"license": "ISC"
|
|
4748
4772
|
},
|
|
4749
4773
|
"node_modules/ws": {
|
|
4750
|
-
"version": "8.
|
|
4774
|
+
"version": "8.13.0",
|
|
4751
4775
|
"license": "MIT",
|
|
4752
4776
|
"engines": {
|
|
4753
4777
|
"node": ">=10.0.0"
|
|
@@ -4835,7 +4859,7 @@
|
|
|
4835
4859
|
}
|
|
4836
4860
|
},
|
|
4837
4861
|
"node_modules/yargs": {
|
|
4838
|
-
"version": "17.
|
|
4862
|
+
"version": "17.7.1",
|
|
4839
4863
|
"extraneous": true,
|
|
4840
4864
|
"license": "MIT",
|
|
4841
4865
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.12.
|
|
10
|
+
"version": "2.12.7",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.10.14",
|
|
61
61
|
"appium-android-driver": "^5.8.10",
|
|
62
|
-
"appium-chromedriver": "^5.
|
|
62
|
+
"appium-chromedriver": "^5.3.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.7.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
65
65
|
"axios": "^1.x",
|
|
@@ -82,7 +82,8 @@
|
|
|
82
82
|
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
|
|
83
83
|
"e2e-test:driver": "mocha --exit --timeout 10m \"./test/functional/driver-e2e-specs.js\"",
|
|
84
84
|
"e2e-test:commands": "mocha --exit --timeout 10m \"./test/functional/commands\"",
|
|
85
|
-
"e2e-test:commands:find": "mocha --exit --timeout 10m \"./test/functional/commands/find\""
|
|
85
|
+
"e2e-test:commands:find": "mocha --exit --timeout 10m \"./test/functional/commands/find\"",
|
|
86
|
+
"e2e-test:commands:general": "mocha --exit --timeout 10m \"./test/functional/commands/general\""
|
|
86
87
|
},
|
|
87
88
|
"pre-commit": [
|
|
88
89
|
"precommit-msg",
|