appium-uiautomator2-driver 2.26.0 → 2.26.2

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.26.0",
3
+ "version": "2.26.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.26.0",
9
+ "version": "2.26.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "appium-adb": "^9.11.5",
14
- "appium-android-driver": "^5.13.0",
14
+ "appium-android-driver": "^5.13.5",
15
15
  "appium-chromedriver": "^5.3.1",
16
16
  "appium-uiautomator2-server": "^5.11.1",
17
17
  "asyncbox": "^2.3.1",
@@ -62,16 +62,16 @@
62
62
  }
63
63
  },
64
64
  "node_modules/@appium/base-driver": {
65
- "version": "9.3.10",
65
+ "version": "9.3.13",
66
66
  "license": "Apache-2.0",
67
67
  "dependencies": {
68
- "@appium/support": "^4.0.1",
69
- "@appium/types": "^0.11.1",
68
+ "@appium/support": "^4.1.0",
69
+ "@appium/types": "^0.13.0",
70
70
  "@colors/colors": "1.5.0",
71
71
  "@types/async-lock": "1.4.0",
72
72
  "@types/bluebird": "3.5.38",
73
73
  "@types/express": "4.17.17",
74
- "@types/lodash": "4.14.194",
74
+ "@types/lodash": "4.14.195",
75
75
  "@types/method-override": "0.0.32",
76
76
  "@types/serve-favicon": "2.5.4",
77
77
  "async-lock": "1.4.0",
@@ -88,7 +88,7 @@
88
88
  "morgan": "1.10.0",
89
89
  "serve-favicon": "2.5.0",
90
90
  "source-map-support": "0.5.21",
91
- "type-fest": "3.10.0",
91
+ "type-fest": "3.11.1",
92
92
  "validate.js": "0.13.1"
93
93
  },
94
94
  "engines": {
@@ -104,12 +104,12 @@
104
104
  }
105
105
  },
106
106
  "node_modules/@appium/base-plugin": {
107
- "version": "2.2.10",
107
+ "version": "2.2.13",
108
108
  "extraneous": true,
109
109
  "license": "Apache-2.0",
110
110
  "dependencies": {
111
- "@appium/base-driver": "^9.3.10",
112
- "@appium/support": "^4.0.1"
111
+ "@appium/base-driver": "^9.3.13",
112
+ "@appium/support": "^4.1.0"
113
113
  },
114
114
  "engines": {
115
115
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -117,13 +117,13 @@
117
117
  }
118
118
  },
119
119
  "node_modules/@appium/docutils": {
120
- "version": "0.3.13",
120
+ "version": "0.4.2",
121
121
  "extraneous": true,
122
122
  "license": "Apache-2.0",
123
123
  "dependencies": {
124
- "@appium/support": "^4.0.1",
124
+ "@appium/support": "^4.1.0",
125
125
  "@appium/tsconfig": "^0.3.0",
126
- "@appium/typedoc-plugin-appium": "^0.6.4",
126
+ "@appium/typedoc-plugin-appium": "^0.6.5",
127
127
  "@sliphua/lilconfig-ts-loader": "3.2.2",
128
128
  "@types/which": "3.0.0",
129
129
  "chalk": "4.1.2",
@@ -137,15 +137,15 @@
137
137
  "log-symbols": "4.1.0",
138
138
  "pkg-dir": "5.0.0",
139
139
  "read-pkg": "5.2.0",
140
- "semver": "7.5.0",
140
+ "semver": "7.5.1",
141
141
  "source-map-support": "0.5.21",
142
142
  "teen_process": "2.0.2",
143
- "type-fest": "3.10.0",
143
+ "type-fest": "3.11.1",
144
144
  "typedoc": "0.23.28",
145
145
  "typedoc-plugin-markdown": "3.14.0",
146
146
  "typedoc-plugin-resolve-crossmodule-references": "0.3.3",
147
147
  "typescript": "4.9.5",
148
- "yaml": "2.2.2",
148
+ "yaml": "2.3.1",
149
149
  "yargs": "17.7.2",
150
150
  "yargs-parser": "21.1.1"
151
151
  },
@@ -157,6 +157,17 @@
157
157
  "npm": ">=8"
158
158
  }
159
159
  },
160
+ "node_modules/@appium/docutils/node_modules/@babel/runtime": {
161
+ "version": "7.19.0",
162
+ "extraneous": true,
163
+ "license": "MIT",
164
+ "dependencies": {
165
+ "regenerator-runtime": "^0.13.4"
166
+ },
167
+ "engines": {
168
+ "node": ">=6.9.0"
169
+ }
170
+ },
160
171
  "node_modules/@appium/docutils/node_modules/ansi-styles": {
161
172
  "version": "4.3.0",
162
173
  "extraneous": true,
@@ -202,6 +213,11 @@
202
213
  "extraneous": true,
203
214
  "license": "MIT"
204
215
  },
216
+ "node_modules/@appium/docutils/node_modules/shell-quote": {
217
+ "version": "1.7.3",
218
+ "extraneous": true,
219
+ "license": "MIT"
220
+ },
205
221
  "node_modules/@appium/docutils/node_modules/supports-color": {
206
222
  "version": "7.2.0",
207
223
  "extraneous": true,
@@ -213,11 +229,42 @@
213
229
  "node": ">=8"
214
230
  }
215
231
  },
232
+ "node_modules/@appium/docutils/node_modules/teen_process": {
233
+ "version": "2.0.2",
234
+ "extraneous": true,
235
+ "license": "Apache-2.0",
236
+ "dependencies": {
237
+ "@babel/runtime": "7.19.0",
238
+ "bluebird": "3.7.2",
239
+ "lodash": "4.17.21",
240
+ "shell-quote": "1.7.3",
241
+ "source-map-support": "0.5.21",
242
+ "which": "2.0.2"
243
+ },
244
+ "engines": {
245
+ "node": ">=14",
246
+ "npm": ">=6"
247
+ }
248
+ },
249
+ "node_modules/@appium/docutils/node_modules/which": {
250
+ "version": "2.0.2",
251
+ "extraneous": true,
252
+ "license": "ISC",
253
+ "dependencies": {
254
+ "isexe": "^2.0.0"
255
+ },
256
+ "bin": {
257
+ "node-which": "bin/node-which"
258
+ },
259
+ "engines": {
260
+ "node": ">= 8"
261
+ }
262
+ },
216
263
  "node_modules/@appium/schema": {
217
- "version": "0.2.6",
264
+ "version": "0.3.0",
218
265
  "license": "Apache-2.0",
219
266
  "dependencies": {
220
- "@types/json-schema": "7.0.11",
267
+ "@types/json-schema": "7.0.12",
221
268
  "json-schema": "0.4.0",
222
269
  "source-map-support": "0.5.21"
223
270
  },
@@ -227,11 +274,11 @@
227
274
  }
228
275
  },
229
276
  "node_modules/@appium/support": {
230
- "version": "4.0.1",
277
+ "version": "4.1.0",
231
278
  "license": "Apache-2.0",
232
279
  "dependencies": {
233
280
  "@appium/tsconfig": "^0.3.0",
234
- "@appium/types": "^0.11.1",
281
+ "@appium/types": "^0.13.0",
235
282
  "@colors/colors": "1.5.0",
236
283
  "@types/archiver": "5.3.2",
237
284
  "@types/base64-stream": "1.0.2",
@@ -244,7 +291,7 @@
244
291
  "@types/ncp": "2.0.5",
245
292
  "@types/npmlog": "4.1.4",
246
293
  "@types/pluralize": "0.0.29",
247
- "@types/semver": "7.3.13",
294
+ "@types/semver": "7.5.0",
248
295
  "@types/shell-quote": "1.7.1",
249
296
  "@types/supports-color": "8.1.1",
250
297
  "@types/teen_process": "2.0.0",
@@ -275,13 +322,12 @@
275
322
  "read-pkg": "5.2.0",
276
323
  "resolve-from": "5.0.0",
277
324
  "sanitize-filename": "1.6.3",
278
- "semver": "7.5.0",
279
- "sharp": "0.32.1",
325
+ "semver": "7.5.1",
280
326
  "shell-quote": "1.8.1",
281
327
  "source-map-support": "0.5.21",
282
328
  "supports-color": "8.1.1",
283
329
  "teen_process": "2.0.2",
284
- "type-fest": "3.10.0",
330
+ "type-fest": "3.11.1",
285
331
  "uuid": "9.0.0",
286
332
  "which": "3.0.1",
287
333
  "yauzl": "2.10.0"
@@ -289,6 +335,52 @@
289
335
  "engines": {
290
336
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
291
337
  "npm": ">=8"
338
+ },
339
+ "optionalDependencies": {
340
+ "sharp": "0.32.1"
341
+ }
342
+ },
343
+ "node_modules/@appium/support/node_modules/@babel/runtime": {
344
+ "version": "7.19.0",
345
+ "license": "MIT",
346
+ "dependencies": {
347
+ "regenerator-runtime": "^0.13.4"
348
+ },
349
+ "engines": {
350
+ "node": ">=6.9.0"
351
+ }
352
+ },
353
+ "node_modules/@appium/support/node_modules/teen_process": {
354
+ "version": "2.0.2",
355
+ "license": "Apache-2.0",
356
+ "dependencies": {
357
+ "@babel/runtime": "7.19.0",
358
+ "bluebird": "3.7.2",
359
+ "lodash": "4.17.21",
360
+ "shell-quote": "1.7.3",
361
+ "source-map-support": "0.5.21",
362
+ "which": "2.0.2"
363
+ },
364
+ "engines": {
365
+ "node": ">=14",
366
+ "npm": ">=6"
367
+ }
368
+ },
369
+ "node_modules/@appium/support/node_modules/teen_process/node_modules/shell-quote": {
370
+ "version": "1.7.3",
371
+ "license": "MIT"
372
+ },
373
+ "node_modules/@appium/support/node_modules/teen_process/node_modules/which": {
374
+ "version": "2.0.2",
375
+ "license": "ISC",
376
+ "dependencies": {
377
+ "isexe": "^2.0.0"
378
+ },
379
+ "bin": {
380
+ "node-which": "bin/node-which"
381
+ },
382
+ "engines": {
383
+ "node": ">= 8"
292
384
  }
293
385
  },
294
386
  "node_modules/@appium/tsconfig": {
@@ -303,14 +395,14 @@
303
395
  }
304
396
  },
305
397
  "node_modules/@appium/typedoc-plugin-appium": {
306
- "version": "0.6.4",
398
+ "version": "0.6.5",
307
399
  "extraneous": true,
308
400
  "license": "Apache-2.0",
309
401
  "dependencies": {
310
402
  "handlebars": "4.7.7",
311
403
  "lodash": "4.17.21",
312
404
  "pluralize": "8.0.0",
313
- "type-fest": "3.10.0"
405
+ "type-fest": "3.11.1"
314
406
  },
315
407
  "engines": {
316
408
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -325,15 +417,15 @@
325
417
  }
326
418
  },
327
419
  "node_modules/@appium/types": {
328
- "version": "0.11.1",
420
+ "version": "0.13.0",
329
421
  "license": "Apache-2.0",
330
422
  "dependencies": {
331
- "@appium/schema": "^0.2.6",
423
+ "@appium/schema": "^0.3.0",
332
424
  "@appium/tsconfig": "^0.3.0",
333
425
  "@types/express": "4.17.17",
334
426
  "@types/npmlog": "4.1.4",
335
427
  "@types/ws": "8.5.4",
336
- "type-fest": "3.10.0"
428
+ "type-fest": "3.11.1"
337
429
  },
338
430
  "engines": {
339
431
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -575,7 +667,7 @@
575
667
  }
576
668
  },
577
669
  "node_modules/@types/json-schema": {
578
- "version": "7.0.11",
670
+ "version": "7.0.12",
579
671
  "license": "MIT"
580
672
  },
581
673
  "node_modules/@types/klaw": {
@@ -590,7 +682,7 @@
590
682
  "license": "MIT"
591
683
  },
592
684
  "node_modules/@types/lodash": {
593
- "version": "4.14.194",
685
+ "version": "4.14.195",
594
686
  "license": "MIT"
595
687
  },
596
688
  "node_modules/@types/method-override": {
@@ -620,7 +712,7 @@
620
712
  }
621
713
  },
622
714
  "node_modules/@types/node": {
623
- "version": "20.3.0",
715
+ "version": "20.3.1",
624
716
  "license": "MIT"
625
717
  },
626
718
  "node_modules/@types/normalize-package-data": {
@@ -651,7 +743,7 @@
651
743
  }
652
744
  },
653
745
  "node_modules/@types/semver": {
654
- "version": "7.3.13",
746
+ "version": "7.5.0",
655
747
  "license": "MIT"
656
748
  },
657
749
  "node_modules/@types/send": {
@@ -818,11 +910,10 @@
818
910
  }
819
911
  },
820
912
  "node_modules/appium-adb": {
821
- "version": "9.11.6",
913
+ "version": "9.12.0",
822
914
  "license": "Apache-2.0",
823
915
  "dependencies": {
824
916
  "@appium/support": "^4.0.0",
825
- "@babel/runtime": "^7.0.0",
826
917
  "adbkit-apkreader": "^3.1.2",
827
918
  "async-lock": "^1.0.0",
828
919
  "asyncbox": "^2.6.0",
@@ -848,7 +939,7 @@
848
939
  }
849
940
  },
850
941
  "node_modules/appium-android-driver": {
851
- "version": "5.13.3",
942
+ "version": "5.13.5",
852
943
  "license": "Apache-2.0",
853
944
  "dependencies": {
854
945
  "appium-adb": "^9.11.2",
@@ -865,7 +956,6 @@
865
956
  "portscanner": "2.2.0",
866
957
  "semver": "^7.0.0",
867
958
  "shared-preferences-builder": "^0.x",
868
- "sharp": "^0.x",
869
959
  "source-map-support": "^0.x",
870
960
  "teen_process": "^2.0.0",
871
961
  "ws": "^8.0.0"
@@ -975,10 +1065,6 @@
975
1065
  "url": "https://github.com/sponsors/isaacs"
976
1066
  }
977
1067
  },
978
- "node_modules/archiver-utils/node_modules/isarray": {
979
- "version": "1.0.0",
980
- "license": "MIT"
981
- },
982
1068
  "node_modules/archiver-utils/node_modules/readable-stream": {
983
1069
  "version": "2.3.8",
984
1070
  "license": "MIT",
@@ -1298,6 +1384,7 @@
1298
1384
  },
1299
1385
  "node_modules/chownr": {
1300
1386
  "version": "1.1.4",
1387
+ "devOptional": true,
1301
1388
  "license": "ISC"
1302
1389
  },
1303
1390
  "node_modules/cli-cursor": {
@@ -1371,6 +1458,7 @@
1371
1458
  },
1372
1459
  "node_modules/color": {
1373
1460
  "version": "4.2.3",
1461
+ "devOptional": true,
1374
1462
  "license": "MIT",
1375
1463
  "dependencies": {
1376
1464
  "color-convert": "^2.0.1",
@@ -1393,6 +1481,7 @@
1393
1481
  },
1394
1482
  "node_modules/color-string": {
1395
1483
  "version": "1.9.1",
1484
+ "devOptional": true,
1396
1485
  "license": "MIT",
1397
1486
  "dependencies": {
1398
1487
  "color-name": "^1.0.0",
@@ -1408,6 +1497,7 @@
1408
1497
  },
1409
1498
  "node_modules/color/node_modules/color-convert": {
1410
1499
  "version": "2.0.1",
1500
+ "devOptional": true,
1411
1501
  "license": "MIT",
1412
1502
  "dependencies": {
1413
1503
  "color-name": "~1.1.4"
@@ -1418,6 +1508,7 @@
1418
1508
  },
1419
1509
  "node_modules/color/node_modules/color-name": {
1420
1510
  "version": "1.1.4",
1511
+ "devOptional": true,
1421
1512
  "license": "MIT"
1422
1513
  },
1423
1514
  "node_modules/colorspace": {
@@ -1586,6 +1677,7 @@
1586
1677
  },
1587
1678
  "node_modules/decompress-response": {
1588
1679
  "version": "6.0.0",
1680
+ "devOptional": true,
1589
1681
  "license": "MIT",
1590
1682
  "dependencies": {
1591
1683
  "mimic-response": "^3.1.0"
@@ -1599,6 +1691,7 @@
1599
1691
  },
1600
1692
  "node_modules/deep-extend": {
1601
1693
  "version": "0.6.0",
1694
+ "devOptional": true,
1602
1695
  "license": "MIT",
1603
1696
  "engines": {
1604
1697
  "node": ">=4.0.0"
@@ -1643,6 +1736,7 @@
1643
1736
  },
1644
1737
  "node_modules/detect-libc": {
1645
1738
  "version": "2.0.1",
1739
+ "devOptional": true,
1646
1740
  "license": "Apache-2.0",
1647
1741
  "engines": {
1648
1742
  "node": ">=8"
@@ -1736,6 +1830,7 @@
1736
1830
  },
1737
1831
  "node_modules/expand-template": {
1738
1832
  "version": "2.0.3",
1833
+ "devOptional": true,
1739
1834
  "license": "(MIT OR WTFPL)",
1740
1835
  "engines": {
1741
1836
  "node": ">=6"
@@ -2080,6 +2175,7 @@
2080
2175
  },
2081
2176
  "node_modules/github-from-package": {
2082
2177
  "version": "0.0.0",
2178
+ "devOptional": true,
2083
2179
  "license": "MIT"
2084
2180
  },
2085
2181
  "node_modules/glob": {
@@ -2315,6 +2411,10 @@
2315
2411
  "url": "https://github.com/sponsors/sindresorhus"
2316
2412
  }
2317
2413
  },
2414
+ "node_modules/isarray": {
2415
+ "version": "1.0.0",
2416
+ "license": "MIT"
2417
+ },
2318
2418
  "node_modules/isexe": {
2319
2419
  "version": "2.0.0",
2320
2420
  "license": "ISC"
@@ -2396,10 +2496,6 @@
2396
2496
  "node": ">= 0.6.3"
2397
2497
  }
2398
2498
  },
2399
- "node_modules/lazystream/node_modules/isarray": {
2400
- "version": "1.0.0",
2401
- "license": "MIT"
2402
- },
2403
2499
  "node_modules/lazystream/node_modules/readable-stream": {
2404
2500
  "version": "2.3.8",
2405
2501
  "license": "MIT",
@@ -2657,6 +2753,7 @@
2657
2753
  },
2658
2754
  "node_modules/mimic-response": {
2659
2755
  "version": "3.1.0",
2756
+ "devOptional": true,
2660
2757
  "license": "MIT",
2661
2758
  "engines": {
2662
2759
  "node": ">=10"
@@ -2694,6 +2791,7 @@
2694
2791
  },
2695
2792
  "node_modules/mkdirp-classic": {
2696
2793
  "version": "0.5.3",
2794
+ "devOptional": true,
2697
2795
  "license": "MIT"
2698
2796
  },
2699
2797
  "node_modules/moment": {
@@ -2790,6 +2888,7 @@
2790
2888
  },
2791
2889
  "node_modules/napi-build-utils": {
2792
2890
  "version": "1.0.2",
2891
+ "devOptional": true,
2793
2892
  "license": "MIT"
2794
2893
  },
2795
2894
  "node_modules/ncp": {
@@ -2813,6 +2912,7 @@
2813
2912
  },
2814
2913
  "node_modules/node-abi": {
2815
2914
  "version": "3.45.0",
2915
+ "devOptional": true,
2816
2916
  "license": "MIT",
2817
2917
  "dependencies": {
2818
2918
  "semver": "^7.3.5"
@@ -2823,6 +2923,7 @@
2823
2923
  },
2824
2924
  "node_modules/node-addon-api": {
2825
2925
  "version": "6.1.0",
2926
+ "devOptional": true,
2826
2927
  "license": "MIT"
2827
2928
  },
2828
2929
  "node_modules/normalize-package-data": {
@@ -3180,6 +3281,7 @@
3180
3281
  },
3181
3282
  "node_modules/prebuild-install": {
3182
3283
  "version": "7.1.1",
3284
+ "devOptional": true,
3183
3285
  "license": "MIT",
3184
3286
  "dependencies": {
3185
3287
  "detect-libc": "^2.0.0",
@@ -3230,6 +3332,7 @@
3230
3332
  },
3231
3333
  "node_modules/pump": {
3232
3334
  "version": "3.0.0",
3335
+ "devOptional": true,
3233
3336
  "license": "MIT",
3234
3337
  "dependencies": {
3235
3338
  "end-of-stream": "^1.1.0",
@@ -3279,6 +3382,7 @@
3279
3382
  },
3280
3383
  "node_modules/rc": {
3281
3384
  "version": "1.2.8",
3385
+ "devOptional": true,
3282
3386
  "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3283
3387
  "dependencies": {
3284
3388
  "deep-extend": "^0.6.0",
@@ -3292,10 +3396,12 @@
3292
3396
  },
3293
3397
  "node_modules/rc/node_modules/ini": {
3294
3398
  "version": "1.3.8",
3399
+ "devOptional": true,
3295
3400
  "license": "ISC"
3296
3401
  },
3297
3402
  "node_modules/rc/node_modules/strip-json-comments": {
3298
3403
  "version": "2.0.1",
3404
+ "devOptional": true,
3299
3405
  "license": "MIT",
3300
3406
  "engines": {
3301
3407
  "node": ">=0.10.0"
@@ -3449,7 +3555,7 @@
3449
3555
  }
3450
3556
  },
3451
3557
  "node_modules/semver": {
3452
- "version": "7.5.0",
3558
+ "version": "7.5.1",
3453
3559
  "license": "ISC",
3454
3560
  "dependencies": {
3455
3561
  "lru-cache": "^6.0.0"
@@ -3582,6 +3688,7 @@
3582
3688
  },
3583
3689
  "node_modules/sharp": {
3584
3690
  "version": "0.32.1",
3691
+ "devOptional": true,
3585
3692
  "hasInstallScript": true,
3586
3693
  "license": "Apache-2.0",
3587
3694
  "dependencies": {
@@ -3656,6 +3763,7 @@
3656
3763
  },
3657
3764
  "node_modules/simple-concat": {
3658
3765
  "version": "1.0.1",
3766
+ "devOptional": true,
3659
3767
  "funding": [
3660
3768
  {
3661
3769
  "type": "github",
@@ -3674,6 +3782,7 @@
3674
3782
  },
3675
3783
  "node_modules/simple-get": {
3676
3784
  "version": "4.0.1",
3785
+ "devOptional": true,
3677
3786
  "funding": [
3678
3787
  {
3679
3788
  "type": "github",
@@ -3697,6 +3806,7 @@
3697
3806
  },
3698
3807
  "node_modules/simple-swizzle": {
3699
3808
  "version": "0.2.2",
3809
+ "devOptional": true,
3700
3810
  "license": "MIT",
3701
3811
  "dependencies": {
3702
3812
  "is-arrayish": "^0.3.1"
@@ -3704,6 +3814,7 @@
3704
3814
  },
3705
3815
  "node_modules/simple-swizzle/node_modules/is-arrayish": {
3706
3816
  "version": "0.3.2",
3817
+ "devOptional": true,
3707
3818
  "license": "MIT"
3708
3819
  },
3709
3820
  "node_modules/source-map": {
@@ -3817,6 +3928,7 @@
3817
3928
  },
3818
3929
  "node_modules/tar-fs": {
3819
3930
  "version": "2.1.1",
3931
+ "devOptional": true,
3820
3932
  "license": "MIT",
3821
3933
  "dependencies": {
3822
3934
  "chownr": "^1.1.1",
@@ -3840,46 +3952,17 @@
3840
3952
  }
3841
3953
  },
3842
3954
  "node_modules/teen_process": {
3843
- "version": "2.0.2",
3955
+ "version": "2.0.4",
3844
3956
  "license": "Apache-2.0",
3845
3957
  "dependencies": {
3846
- "@babel/runtime": "7.19.0",
3847
3958
  "bluebird": "3.7.2",
3848
3959
  "lodash": "4.17.21",
3849
- "shell-quote": "1.7.3",
3850
- "source-map-support": "0.5.21",
3851
- "which": "2.0.2"
3852
- },
3853
- "engines": {
3854
- "node": ">=14",
3855
- "npm": ">=6"
3856
- }
3857
- },
3858
- "node_modules/teen_process/node_modules/@babel/runtime": {
3859
- "version": "7.19.0",
3860
- "license": "MIT",
3861
- "dependencies": {
3862
- "regenerator-runtime": "^0.13.4"
3863
- },
3864
- "engines": {
3865
- "node": ">=6.9.0"
3866
- }
3867
- },
3868
- "node_modules/teen_process/node_modules/shell-quote": {
3869
- "version": "1.7.3",
3870
- "license": "MIT"
3871
- },
3872
- "node_modules/teen_process/node_modules/which": {
3873
- "version": "2.0.2",
3874
- "license": "ISC",
3875
- "dependencies": {
3876
- "isexe": "^2.0.0"
3877
- },
3878
- "bin": {
3879
- "node-which": "bin/node-which"
3960
+ "shell-quote": "1.8.1",
3961
+ "source-map-support": "0.5.21"
3880
3962
  },
3881
3963
  "engines": {
3882
- "node": ">= 8"
3964
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
3965
+ "npm": ">=8"
3883
3966
  }
3884
3967
  },
3885
3968
  "node_modules/text-hex": {
@@ -3950,6 +4033,7 @@
3950
4033
  },
3951
4034
  "node_modules/tunnel-agent": {
3952
4035
  "version": "0.6.0",
4036
+ "devOptional": true,
3953
4037
  "license": "Apache-2.0",
3954
4038
  "dependencies": {
3955
4039
  "safe-buffer": "^5.0.1"
@@ -3959,16 +4043,13 @@
3959
4043
  }
3960
4044
  },
3961
4045
  "node_modules/type-fest": {
3962
- "version": "3.10.0",
4046
+ "version": "3.11.1",
3963
4047
  "license": "(MIT OR CC0-1.0)",
3964
4048
  "engines": {
3965
4049
  "node": ">=14.16"
3966
4050
  },
3967
4051
  "funding": {
3968
4052
  "url": "https://github.com/sponsors/sindresorhus"
3969
- },
3970
- "peerDependencies": {
3971
- "typescript": ">=4.7.0"
3972
4053
  }
3973
4054
  },
3974
4055
  "node_modules/type-is": {
@@ -4051,8 +4132,8 @@
4051
4132
  },
4052
4133
  "node_modules/typescript": {
4053
4134
  "version": "4.9.5",
4135
+ "extraneous": true,
4054
4136
  "license": "Apache-2.0",
4055
- "peer": true,
4056
4137
  "bin": {
4057
4138
  "tsc": "bin/tsc",
4058
4139
  "tsserver": "bin/tsserver"
@@ -4210,7 +4291,7 @@
4210
4291
  }
4211
4292
  },
4212
4293
  "node_modules/winston": {
4213
- "version": "3.8.2",
4294
+ "version": "3.9.0",
4214
4295
  "extraneous": true,
4215
4296
  "license": "MIT",
4216
4297
  "dependencies": {
@@ -4366,7 +4447,7 @@
4366
4447
  }
4367
4448
  },
4368
4449
  "node_modules/yaml": {
4369
- "version": "2.2.2",
4450
+ "version": "2.3.1",
4370
4451
  "extraneous": true,
4371
4452
  "license": "ISC",
4372
4453
  "engines": {