appium-uiautomator2-driver 3.7.2 → 3.7.3
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 +6 -0
- package/README.md +42 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +0 -1
- package/build/lib/driver.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +0 -1
- package/npm-shrinkwrap.json +90 -403
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.7.
|
|
9
|
+
"version": "3.7.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.4.7",
|
|
13
|
-
"appium-android-driver": "^9.
|
|
13
|
+
"appium-android-driver": "^9.8.0",
|
|
14
14
|
"appium-chromedriver": "^5.6.28",
|
|
15
15
|
"appium-uiautomator2-server": "^7.0.14",
|
|
16
16
|
"asyncbox": "^3.0.0",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"node_modules/@appium/base-driver": {
|
|
73
|
-
"version": "9.11.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.
|
|
75
|
-
"integrity": "sha512-
|
|
73
|
+
"version": "9.11.2",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.2.tgz",
|
|
75
|
+
"integrity": "sha512-7iL5s/JaOlW47epwrpJh4CMe/UuG8qWU6mlm2yx9XJeSelEi84BsQSC5xlFClg1Il0uZb2i0tBOLFvzXGBQ48A==",
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@appium/support": "^5.1.
|
|
78
|
-
"@appium/types": "^0.21.
|
|
77
|
+
"@appium/support": "^5.1.2",
|
|
78
|
+
"@appium/types": "^0.21.1",
|
|
79
79
|
"@colors/colors": "1.6.0",
|
|
80
80
|
"@types/async-lock": "1.4.2",
|
|
81
81
|
"@types/bluebird": "3.5.42",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"path-to-regexp": "7.0.0",
|
|
98
98
|
"serve-favicon": "2.5.0",
|
|
99
99
|
"source-map-support": "0.5.21",
|
|
100
|
-
"type-fest": "4.
|
|
100
|
+
"type-fest": "4.21.0",
|
|
101
101
|
"validate.js": "0.13.1"
|
|
102
102
|
},
|
|
103
103
|
"engines": {
|
|
@@ -108,24 +108,13 @@
|
|
|
108
108
|
"spdy": "4.0.2"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
112
|
-
"version": "4.20.1",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
114
|
-
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
115
|
-
"engines": {
|
|
116
|
-
"node": ">=16"
|
|
117
|
-
},
|
|
118
|
-
"funding": {
|
|
119
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
111
|
"node_modules/@appium/base-plugin": {
|
|
123
|
-
"version": "2.2.
|
|
124
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
125
|
-
"integrity": "sha512-
|
|
112
|
+
"version": "2.2.42",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.42.tgz",
|
|
114
|
+
"integrity": "sha512-JhBsJLqq85ajP/gIFBSDgP3dJqPpGsqgSYPKpFc3syX8LHtJqGejvT/4+nuVXOnp7TqPSXFDMJHdu8ITYLMwSQ==",
|
|
126
115
|
"dependencies": {
|
|
127
|
-
"@appium/base-driver": "^9.11.
|
|
128
|
-
"@appium/support": "^5.1.
|
|
116
|
+
"@appium/base-driver": "^9.11.2",
|
|
117
|
+
"@appium/support": "^5.1.2"
|
|
129
118
|
},
|
|
130
119
|
"engines": {
|
|
131
120
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -133,11 +122,11 @@
|
|
|
133
122
|
}
|
|
134
123
|
},
|
|
135
124
|
"node_modules/@appium/docutils": {
|
|
136
|
-
"version": "1.0.
|
|
137
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
138
|
-
"integrity": "sha512-
|
|
125
|
+
"version": "1.0.18",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.18.tgz",
|
|
127
|
+
"integrity": "sha512-Bo8z7SWVp9a78XYXnR9E2pguW5wy5B4FReG8JvElPkNehAtrH3sXnjuQGWGDabU/Um9Q0wXqxelCyeSUxqHp1w==",
|
|
139
128
|
"dependencies": {
|
|
140
|
-
"@appium/support": "^5.1.
|
|
129
|
+
"@appium/support": "^5.1.2",
|
|
141
130
|
"@appium/tsconfig": "^0.3.3",
|
|
142
131
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
143
132
|
"@types/which": "3.0.4",
|
|
@@ -151,9 +140,9 @@
|
|
|
151
140
|
"read-pkg": "5.2.0",
|
|
152
141
|
"semver": "7.6.2",
|
|
153
142
|
"source-map-support": "0.5.21",
|
|
154
|
-
"teen_process": "2.
|
|
155
|
-
"type-fest": "4.
|
|
156
|
-
"typescript": "5.5.
|
|
143
|
+
"teen_process": "2.2.0",
|
|
144
|
+
"type-fest": "4.21.0",
|
|
145
|
+
"typescript": "5.5.3",
|
|
157
146
|
"yaml": "2.4.5",
|
|
158
147
|
"yargs": "17.7.2",
|
|
159
148
|
"yargs-parser": "21.1.1"
|
|
@@ -166,51 +155,14 @@
|
|
|
166
155
|
"npm": ">=8"
|
|
167
156
|
}
|
|
168
157
|
},
|
|
169
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
170
|
-
"version": "2.1.6",
|
|
171
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
172
|
-
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
173
|
-
"dependencies": {
|
|
174
|
-
"bluebird": "^3.7.2",
|
|
175
|
-
"lodash": "^4.17.21",
|
|
176
|
-
"shell-quote": "^1.8.1",
|
|
177
|
-
"source-map-support": "^0.x"
|
|
178
|
-
},
|
|
179
|
-
"engines": {
|
|
180
|
-
"node": "^16.13.0 || >=18.0.0",
|
|
181
|
-
"npm": ">=8"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
185
|
-
"version": "4.20.1",
|
|
186
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
187
|
-
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
188
|
-
"engines": {
|
|
189
|
-
"node": ">=16"
|
|
190
|
-
},
|
|
191
|
-
"funding": {
|
|
192
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
196
|
-
"version": "5.5.2",
|
|
197
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
|
|
198
|
-
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
|
|
199
|
-
"bin": {
|
|
200
|
-
"tsc": "bin/tsc",
|
|
201
|
-
"tsserver": "bin/tsserver"
|
|
202
|
-
},
|
|
203
|
-
"engines": {
|
|
204
|
-
"node": ">=14.17"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
158
|
"node_modules/@appium/logger": {
|
|
208
|
-
"version": "1.
|
|
209
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.
|
|
210
|
-
"integrity": "sha512-
|
|
159
|
+
"version": "1.6.0",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.0.tgz",
|
|
161
|
+
"integrity": "sha512-zUIeVUWmIDyInSHYUa4+TK6Bd/dL3kBJHVDZhAAKGsqzNLaaRESCSVmKVOYNGqZVqNe/wPKa+aRW9Z3iRTGE5Q==",
|
|
211
162
|
"dependencies": {
|
|
212
163
|
"console-control-strings": "1.1.0",
|
|
213
164
|
"lodash": "4.17.21",
|
|
165
|
+
"lru-cache": "10.3.0",
|
|
214
166
|
"set-blocking": "2.0.0"
|
|
215
167
|
},
|
|
216
168
|
"engines": {
|
|
@@ -233,13 +185,13 @@
|
|
|
233
185
|
}
|
|
234
186
|
},
|
|
235
187
|
"node_modules/@appium/support": {
|
|
236
|
-
"version": "5.1.
|
|
237
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.
|
|
238
|
-
"integrity": "sha512-
|
|
188
|
+
"version": "5.1.2",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.2.tgz",
|
|
190
|
+
"integrity": "sha512-KwaCiwKOLaAPLpZYWbWFnoFjUwRiFMXgtLE9a7lWC0a7fZfT59HTu78HNoDu7WvgMaiGVyDxOYjrkI+MeONKiw==",
|
|
239
191
|
"dependencies": {
|
|
240
|
-
"@appium/logger": "^1.
|
|
192
|
+
"@appium/logger": "^1.6.0",
|
|
241
193
|
"@appium/tsconfig": "^0.3.3",
|
|
242
|
-
"@appium/types": "^0.21.
|
|
194
|
+
"@appium/types": "^0.21.1",
|
|
243
195
|
"@colors/colors": "1.6.0",
|
|
244
196
|
"@types/archiver": "6.0.2",
|
|
245
197
|
"@types/base64-stream": "1.0.5",
|
|
@@ -284,8 +236,8 @@
|
|
|
284
236
|
"shell-quote": "1.8.1",
|
|
285
237
|
"source-map-support": "0.5.21",
|
|
286
238
|
"supports-color": "8.1.1",
|
|
287
|
-
"teen_process": "2.
|
|
288
|
-
"type-fest": "4.
|
|
239
|
+
"teen_process": "2.2.0",
|
|
240
|
+
"type-fest": "4.21.0",
|
|
289
241
|
"uuid": "10.0.0",
|
|
290
242
|
"which": "4.0.0",
|
|
291
243
|
"yauzl": "3.1.3"
|
|
@@ -298,32 +250,6 @@
|
|
|
298
250
|
"sharp": "0.33.4"
|
|
299
251
|
}
|
|
300
252
|
},
|
|
301
|
-
"node_modules/@appium/support/node_modules/teen_process": {
|
|
302
|
-
"version": "2.1.6",
|
|
303
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
304
|
-
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
305
|
-
"dependencies": {
|
|
306
|
-
"bluebird": "^3.7.2",
|
|
307
|
-
"lodash": "^4.17.21",
|
|
308
|
-
"shell-quote": "^1.8.1",
|
|
309
|
-
"source-map-support": "^0.x"
|
|
310
|
-
},
|
|
311
|
-
"engines": {
|
|
312
|
-
"node": "^16.13.0 || >=18.0.0",
|
|
313
|
-
"npm": ">=8"
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
317
|
-
"version": "4.20.1",
|
|
318
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
319
|
-
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
320
|
-
"engines": {
|
|
321
|
-
"node": ">=16"
|
|
322
|
-
},
|
|
323
|
-
"funding": {
|
|
324
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
253
|
"node_modules/@appium/tsconfig": {
|
|
328
254
|
"version": "0.3.3",
|
|
329
255
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -337,31 +263,28 @@
|
|
|
337
263
|
}
|
|
338
264
|
},
|
|
339
265
|
"node_modules/@appium/types": {
|
|
340
|
-
"version": "0.21.
|
|
341
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.
|
|
342
|
-
"integrity": "sha512-
|
|
266
|
+
"version": "0.21.1",
|
|
267
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.1.tgz",
|
|
268
|
+
"integrity": "sha512-xQRIWEYOe5ldItXhYiIxNT+0tt00p0g76YPgzOtFNDj73MWSuKGZfjfM3sl7RcK2wwLvVXc4aixK0QcLwN+UUA==",
|
|
343
269
|
"dependencies": {
|
|
344
|
-
"@appium/logger": "^1.
|
|
270
|
+
"@appium/logger": "^1.6.0",
|
|
345
271
|
"@appium/schema": "^0.6.1",
|
|
346
272
|
"@appium/tsconfig": "^0.3.3",
|
|
347
273
|
"@types/express": "4.17.21",
|
|
348
274
|
"@types/ws": "8.5.10",
|
|
349
|
-
"type-fest": "4.
|
|
275
|
+
"type-fest": "4.21.0"
|
|
350
276
|
},
|
|
351
277
|
"engines": {
|
|
352
278
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
353
279
|
"npm": ">=8"
|
|
354
280
|
}
|
|
355
281
|
},
|
|
356
|
-
"node_modules/@appium/types/node_modules/
|
|
357
|
-
"version": "
|
|
358
|
-
"resolved": "https://registry.npmjs.org/
|
|
359
|
-
"integrity": "sha512-
|
|
360
|
-
"
|
|
361
|
-
"node": "
|
|
362
|
-
},
|
|
363
|
-
"funding": {
|
|
364
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
282
|
+
"node_modules/@appium/types/node_modules/@types/ws": {
|
|
283
|
+
"version": "8.5.10",
|
|
284
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
|
|
285
|
+
"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
|
|
286
|
+
"dependencies": {
|
|
287
|
+
"@types/node": "*"
|
|
365
288
|
}
|
|
366
289
|
},
|
|
367
290
|
"node_modules/@babel/code-frame": {
|
|
@@ -480,36 +403,6 @@
|
|
|
480
403
|
"kuler": "^2.0.0"
|
|
481
404
|
}
|
|
482
405
|
},
|
|
483
|
-
"node_modules/@devicefarmer/adbkit-apkreader": {
|
|
484
|
-
"version": "3.2.4",
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@devicefarmer/adbkit-apkreader/-/adbkit-apkreader-3.2.4.tgz",
|
|
486
|
-
"integrity": "sha512-WtVmPuirX3/lBN9Z2AC/4DnK7XrXcMi0h3yhxNogxgp6+GVbO6W4RqmuCKlNm1PjyI2GRbw4XwGRQ8cR/IRN6A==",
|
|
487
|
-
"dependencies": {
|
|
488
|
-
"bluebird": "^3.4.7",
|
|
489
|
-
"debug": "~4.3.1",
|
|
490
|
-
"yauzl": "^2.7.0"
|
|
491
|
-
},
|
|
492
|
-
"engines": {
|
|
493
|
-
"node": ">= 4"
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"node_modules/@devicefarmer/adbkit-apkreader/node_modules/buffer-crc32": {
|
|
497
|
-
"version": "0.2.13",
|
|
498
|
-
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
499
|
-
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
500
|
-
"engines": {
|
|
501
|
-
"node": "*"
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
"node_modules/@devicefarmer/adbkit-apkreader/node_modules/yauzl": {
|
|
505
|
-
"version": "2.10.0",
|
|
506
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
|
|
507
|
-
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
|
|
508
|
-
"dependencies": {
|
|
509
|
-
"buffer-crc32": "~0.2.3",
|
|
510
|
-
"fd-slicer": "~1.1.0"
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
406
|
"node_modules/@isaacs/cliui": {
|
|
514
407
|
"version": "8.0.2",
|
|
515
408
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -905,14 +798,6 @@
|
|
|
905
798
|
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
906
799
|
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g=="
|
|
907
800
|
},
|
|
908
|
-
"node_modules/@types/ws": {
|
|
909
|
-
"version": "8.5.10",
|
|
910
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
|
|
911
|
-
"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
|
|
912
|
-
"dependencies": {
|
|
913
|
-
"@types/node": "*"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
801
|
"node_modules/@xmldom/xmldom": {
|
|
917
802
|
"version": "0.8.10",
|
|
918
803
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
@@ -998,18 +883,18 @@
|
|
|
998
883
|
}
|
|
999
884
|
},
|
|
1000
885
|
"node_modules/appium": {
|
|
1001
|
-
"version": "2.11.
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.11.
|
|
1003
|
-
"integrity": "sha512-
|
|
886
|
+
"version": "2.11.2",
|
|
887
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.11.2.tgz",
|
|
888
|
+
"integrity": "sha512-ebxESuHDSkMUaxlhqV17N6JinqE0aKhLMoifAq+3YJ1lvJVGNS54RkB9aC1uHlVwHLVFkccS3atHUGYQ/HPY2A==",
|
|
1004
889
|
"hasInstallScript": true,
|
|
1005
890
|
"dependencies": {
|
|
1006
|
-
"@appium/base-driver": "^9.11.
|
|
1007
|
-
"@appium/base-plugin": "^2.2.
|
|
1008
|
-
"@appium/docutils": "^1.0.
|
|
1009
|
-
"@appium/logger": "^1.
|
|
891
|
+
"@appium/base-driver": "^9.11.2",
|
|
892
|
+
"@appium/base-plugin": "^2.2.42",
|
|
893
|
+
"@appium/docutils": "^1.0.18",
|
|
894
|
+
"@appium/logger": "^1.6.0",
|
|
1010
895
|
"@appium/schema": "^0.6.1",
|
|
1011
|
-
"@appium/support": "^5.1.
|
|
1012
|
-
"@appium/types": "^0.21.
|
|
896
|
+
"@appium/support": "^5.1.2",
|
|
897
|
+
"@appium/types": "^0.21.1",
|
|
1013
898
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
1014
899
|
"@types/argparse": "2.0.16",
|
|
1015
900
|
"@types/bluebird": "3.5.42",
|
|
@@ -1033,11 +918,11 @@
|
|
|
1033
918
|
"resolve-from": "5.0.0",
|
|
1034
919
|
"semver": "7.6.2",
|
|
1035
920
|
"source-map-support": "0.5.21",
|
|
1036
|
-
"teen_process": "2.
|
|
1037
|
-
"type-fest": "4.
|
|
921
|
+
"teen_process": "2.2.0",
|
|
922
|
+
"type-fest": "4.21.0",
|
|
1038
923
|
"winston": "3.13.0",
|
|
1039
924
|
"wrap-ansi": "7.0.0",
|
|
1040
|
-
"ws": "8.
|
|
925
|
+
"ws": "8.18.0",
|
|
1041
926
|
"yaml": "2.4.5"
|
|
1042
927
|
},
|
|
1043
928
|
"bin": {
|
|
@@ -1049,12 +934,11 @@
|
|
|
1049
934
|
}
|
|
1050
935
|
},
|
|
1051
936
|
"node_modules/appium-adb": {
|
|
1052
|
-
"version": "12.
|
|
1053
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.
|
|
1054
|
-
"integrity": "sha512-
|
|
937
|
+
"version": "12.5.0",
|
|
938
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.5.0.tgz",
|
|
939
|
+
"integrity": "sha512-VOk9c7h9OJWEY2PzOxxy03dJdBuVrGMJ4qYi8WiLmJGD2grh8BgH5jzzy3apfEwzj740rLS8jA7dBEsmNz+HCA==",
|
|
1055
940
|
"dependencies": {
|
|
1056
941
|
"@appium/support": "^5.0.3",
|
|
1057
|
-
"@devicefarmer/adbkit-apkreader": "^3.2.4",
|
|
1058
942
|
"async-lock": "^1.0.0",
|
|
1059
943
|
"asyncbox": "^3.0.0",
|
|
1060
944
|
"bluebird": "^3.4.7",
|
|
@@ -1071,13 +955,13 @@
|
|
|
1071
955
|
}
|
|
1072
956
|
},
|
|
1073
957
|
"node_modules/appium-android-driver": {
|
|
1074
|
-
"version": "9.
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.
|
|
1076
|
-
"integrity": "sha512-
|
|
958
|
+
"version": "9.8.0",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.8.0.tgz",
|
|
960
|
+
"integrity": "sha512-EGIJ8+250RbZWC1WEz0cmx/rTzqrwon5g53C3ba1PLb92GtOiUUQv33gU0iHMHsPZtAHSNJ9aBsBxIytImAeaQ==",
|
|
1077
961
|
"dependencies": {
|
|
1078
962
|
"@appium/support": "^5.0.3",
|
|
1079
963
|
"@colors/colors": "^1.6.0",
|
|
1080
|
-
"appium-adb": "^12.
|
|
964
|
+
"appium-adb": "^12.5.0",
|
|
1081
965
|
"appium-chromedriver": "^5.5.1",
|
|
1082
966
|
"asyncbox": "^3.0.0",
|
|
1083
967
|
"axios": "^1.x",
|
|
@@ -1103,13 +987,13 @@
|
|
|
1103
987
|
}
|
|
1104
988
|
},
|
|
1105
989
|
"node_modules/appium-chromedriver": {
|
|
1106
|
-
"version": "5.6.
|
|
1107
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.
|
|
1108
|
-
"integrity": "sha512-
|
|
990
|
+
"version": "5.6.63",
|
|
991
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.63.tgz",
|
|
992
|
+
"integrity": "sha512-g0drQcH+sDdJU6OdPXhUBvhyhHISquUMW5o3JIIloLcHJ53U6sw/mIVrF2vOvlzqm/4bExk3GiVPINFYOeLOWg==",
|
|
1109
993
|
"hasInstallScript": true,
|
|
1110
994
|
"dependencies": {
|
|
1111
995
|
"@appium/base-driver": "^9.1.0",
|
|
1112
|
-
"@appium/support": "^
|
|
996
|
+
"@appium/support": "^5.1.1",
|
|
1113
997
|
"@xmldom/xmldom": "^0.x",
|
|
1114
998
|
"appium-adb": "^12.0.0",
|
|
1115
999
|
"asyncbox": "^3.0.0",
|
|
@@ -1128,202 +1012,15 @@
|
|
|
1128
1012
|
"npm": ">=8"
|
|
1129
1013
|
}
|
|
1130
1014
|
},
|
|
1131
|
-
"node_modules/appium-chromedriver/node_modules/@appium/schema": {
|
|
1132
|
-
"version": "0.5.0",
|
|
1133
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
1134
|
-
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
1135
|
-
"dependencies": {
|
|
1136
|
-
"@types/json-schema": "7.0.15",
|
|
1137
|
-
"json-schema": "0.4.0",
|
|
1138
|
-
"source-map-support": "0.5.21"
|
|
1139
|
-
},
|
|
1140
|
-
"engines": {
|
|
1141
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1142
|
-
"npm": ">=8"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
"node_modules/appium-chromedriver/node_modules/@appium/support": {
|
|
1146
|
-
"version": "4.5.0",
|
|
1147
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
1148
|
-
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
1149
|
-
"dependencies": {
|
|
1150
|
-
"@appium/logger": "^1.3.0",
|
|
1151
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1152
|
-
"@appium/types": "^0.19.2",
|
|
1153
|
-
"@colors/colors": "1.6.0",
|
|
1154
|
-
"@types/archiver": "6.0.2",
|
|
1155
|
-
"@types/base64-stream": "1.0.5",
|
|
1156
|
-
"@types/find-root": "1.1.4",
|
|
1157
|
-
"@types/jsftp": "2.1.5",
|
|
1158
|
-
"@types/klaw": "3.0.6",
|
|
1159
|
-
"@types/lockfile": "1.0.4",
|
|
1160
|
-
"@types/mv": "2.1.4",
|
|
1161
|
-
"@types/ncp": "2.0.8",
|
|
1162
|
-
"@types/pluralize": "0.0.33",
|
|
1163
|
-
"@types/semver": "7.5.8",
|
|
1164
|
-
"@types/shell-quote": "1.7.5",
|
|
1165
|
-
"@types/supports-color": "8.1.3",
|
|
1166
|
-
"@types/teen_process": "2.0.4",
|
|
1167
|
-
"@types/uuid": "9.0.8",
|
|
1168
|
-
"@types/which": "3.0.4",
|
|
1169
|
-
"archiver": "7.0.1",
|
|
1170
|
-
"axios": "1.7.2",
|
|
1171
|
-
"base64-stream": "1.0.0",
|
|
1172
|
-
"bluebird": "3.7.2",
|
|
1173
|
-
"bplist-creator": "0.1.1",
|
|
1174
|
-
"bplist-parser": "0.3.2",
|
|
1175
|
-
"form-data": "4.0.0",
|
|
1176
|
-
"get-stream": "6.0.1",
|
|
1177
|
-
"glob": "10.4.1",
|
|
1178
|
-
"jsftp": "2.1.3",
|
|
1179
|
-
"klaw": "4.1.0",
|
|
1180
|
-
"lockfile": "1.0.4",
|
|
1181
|
-
"lodash": "4.17.21",
|
|
1182
|
-
"log-symbols": "4.1.0",
|
|
1183
|
-
"moment": "2.30.1",
|
|
1184
|
-
"mv": "2.1.1",
|
|
1185
|
-
"ncp": "2.0.0",
|
|
1186
|
-
"opencv-bindings": "4.5.5",
|
|
1187
|
-
"pkg-dir": "5.0.0",
|
|
1188
|
-
"plist": "3.1.0",
|
|
1189
|
-
"pluralize": "8.0.0",
|
|
1190
|
-
"read-pkg": "5.2.0",
|
|
1191
|
-
"resolve-from": "5.0.0",
|
|
1192
|
-
"sanitize-filename": "1.6.3",
|
|
1193
|
-
"semver": "7.6.2",
|
|
1194
|
-
"shell-quote": "1.8.1",
|
|
1195
|
-
"source-map-support": "0.5.21",
|
|
1196
|
-
"supports-color": "8.1.1",
|
|
1197
|
-
"teen_process": "2.1.4",
|
|
1198
|
-
"type-fest": "4.19.0",
|
|
1199
|
-
"uuid": "9.0.1",
|
|
1200
|
-
"which": "4.0.0",
|
|
1201
|
-
"yauzl": "3.1.3"
|
|
1202
|
-
},
|
|
1203
|
-
"engines": {
|
|
1204
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1205
|
-
"npm": ">=8"
|
|
1206
|
-
},
|
|
1207
|
-
"optionalDependencies": {
|
|
1208
|
-
"sharp": "0.33.4"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"node_modules/appium-chromedriver/node_modules/@appium/types": {
|
|
1212
|
-
"version": "0.19.2",
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1214
|
-
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1215
|
-
"dependencies": {
|
|
1216
|
-
"@appium/logger": "^1.3.0",
|
|
1217
|
-
"@appium/schema": "^0.5.0",
|
|
1218
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1219
|
-
"@types/express": "4.17.21",
|
|
1220
|
-
"@types/ws": "8.5.10",
|
|
1221
|
-
"type-fest": "4.19.0"
|
|
1222
|
-
},
|
|
1223
|
-
"engines": {
|
|
1224
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1225
|
-
"npm": ">=8"
|
|
1226
|
-
}
|
|
1227
|
-
},
|
|
1228
|
-
"node_modules/appium-chromedriver/node_modules/@types/uuid": {
|
|
1229
|
-
"version": "9.0.8",
|
|
1230
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
|
|
1231
|
-
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA=="
|
|
1232
|
-
},
|
|
1233
|
-
"node_modules/appium-chromedriver/node_modules/glob": {
|
|
1234
|
-
"version": "10.4.1",
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
|
|
1236
|
-
"integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
|
|
1237
|
-
"dependencies": {
|
|
1238
|
-
"foreground-child": "^3.1.0",
|
|
1239
|
-
"jackspeak": "^3.1.2",
|
|
1240
|
-
"minimatch": "^9.0.4",
|
|
1241
|
-
"minipass": "^7.1.2",
|
|
1242
|
-
"path-scurry": "^1.11.1"
|
|
1243
|
-
},
|
|
1244
|
-
"bin": {
|
|
1245
|
-
"glob": "dist/esm/bin.mjs"
|
|
1246
|
-
},
|
|
1247
|
-
"engines": {
|
|
1248
|
-
"node": ">=16 || 14 >=14.18"
|
|
1249
|
-
},
|
|
1250
|
-
"funding": {
|
|
1251
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
"node_modules/appium-chromedriver/node_modules/teen_process": {
|
|
1255
|
-
"version": "2.1.4",
|
|
1256
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
1257
|
-
"integrity": "sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==",
|
|
1258
|
-
"dependencies": {
|
|
1259
|
-
"bluebird": "^3.7.2",
|
|
1260
|
-
"lodash": "^4.17.21",
|
|
1261
|
-
"shell-quote": "^1.8.1",
|
|
1262
|
-
"source-map-support": "^0.x"
|
|
1263
|
-
},
|
|
1264
|
-
"engines": {
|
|
1265
|
-
"node": "^16.13.0 || >=18.0.0",
|
|
1266
|
-
"npm": ">=8"
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
"node_modules/appium-chromedriver/node_modules/type-fest": {
|
|
1270
|
-
"version": "4.19.0",
|
|
1271
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1272
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1273
|
-
"engines": {
|
|
1274
|
-
"node": ">=16"
|
|
1275
|
-
},
|
|
1276
|
-
"funding": {
|
|
1277
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
"node_modules/appium-chromedriver/node_modules/uuid": {
|
|
1281
|
-
"version": "9.0.1",
|
|
1282
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
1283
|
-
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
1284
|
-
"funding": [
|
|
1285
|
-
"https://github.com/sponsors/broofa",
|
|
1286
|
-
"https://github.com/sponsors/ctavan"
|
|
1287
|
-
],
|
|
1288
|
-
"bin": {
|
|
1289
|
-
"uuid": "dist/bin/uuid"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
1015
|
"node_modules/appium-uiautomator2-server": {
|
|
1293
|
-
"version": "7.0.
|
|
1294
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.
|
|
1295
|
-
"integrity": "sha512
|
|
1016
|
+
"version": "7.0.20",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.20.tgz",
|
|
1018
|
+
"integrity": "sha512-+6FzdVDb4BKX1DQQKW8rJ7kPAyKTtoHBQ71ziDeq99k5sNrB5BQLuxMt54wF5d9LlUhN/oQ69G8ZkWZGY3uWKg==",
|
|
1296
1019
|
"engines": {
|
|
1297
1020
|
"node": ">=14",
|
|
1298
1021
|
"npm": ">=8"
|
|
1299
1022
|
}
|
|
1300
1023
|
},
|
|
1301
|
-
"node_modules/appium/node_modules/teen_process": {
|
|
1302
|
-
"version": "2.1.6",
|
|
1303
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
1304
|
-
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
1305
|
-
"dependencies": {
|
|
1306
|
-
"bluebird": "^3.7.2",
|
|
1307
|
-
"lodash": "^4.17.21",
|
|
1308
|
-
"shell-quote": "^1.8.1",
|
|
1309
|
-
"source-map-support": "^0.x"
|
|
1310
|
-
},
|
|
1311
|
-
"engines": {
|
|
1312
|
-
"node": "^16.13.0 || >=18.0.0",
|
|
1313
|
-
"npm": ">=8"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
"node_modules/appium/node_modules/type-fest": {
|
|
1317
|
-
"version": "4.20.1",
|
|
1318
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
1319
|
-
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
1320
|
-
"engines": {
|
|
1321
|
-
"node": ">=16"
|
|
1322
|
-
},
|
|
1323
|
-
"funding": {
|
|
1324
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
1024
|
"node_modules/archiver": {
|
|
1328
1025
|
"version": "7.0.1",
|
|
1329
1026
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1812,9 +1509,9 @@
|
|
|
1812
1509
|
}
|
|
1813
1510
|
},
|
|
1814
1511
|
"node_modules/compare-versions": {
|
|
1815
|
-
"version": "6.1.
|
|
1816
|
-
"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.
|
|
1817
|
-
"integrity": "sha512-
|
|
1512
|
+
"version": "6.1.1",
|
|
1513
|
+
"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
|
|
1514
|
+
"integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg=="
|
|
1818
1515
|
},
|
|
1819
1516
|
"node_modules/compress-commons": {
|
|
1820
1517
|
"version": "6.0.2",
|
|
@@ -1982,6 +1679,7 @@
|
|
|
1982
1679
|
"version": "4.3.5",
|
|
1983
1680
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
|
1984
1681
|
"integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
|
1682
|
+
"optional": true,
|
|
1985
1683
|
"dependencies": {
|
|
1986
1684
|
"ms": "2.1.2"
|
|
1987
1685
|
},
|
|
@@ -2246,14 +1944,6 @@
|
|
|
2246
1944
|
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
|
2247
1945
|
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
|
|
2248
1946
|
},
|
|
2249
|
-
"node_modules/fd-slicer": {
|
|
2250
|
-
"version": "1.1.0",
|
|
2251
|
-
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
|
2252
|
-
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
|
|
2253
|
-
"dependencies": {
|
|
2254
|
-
"pend": "~1.2.0"
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
1947
|
"node_modules/fecha": {
|
|
2258
1948
|
"version": "4.2.3",
|
|
2259
1949
|
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
|
|
@@ -2689,9 +2379,9 @@
|
|
|
2689
2379
|
}
|
|
2690
2380
|
},
|
|
2691
2381
|
"node_modules/io.appium.settings": {
|
|
2692
|
-
"version": "5.12.
|
|
2693
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2694
|
-
"integrity": "sha512-
|
|
2382
|
+
"version": "5.12.6",
|
|
2383
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.6.tgz",
|
|
2384
|
+
"integrity": "sha512-BFLzG0s7o6rR2Wfkzn72HEHmbLxZEpKG32VrvZmgJdZcO4kRoKyYkDVZRwvzDEEs+qk42OzsLdFZDLf8s5gJaw==",
|
|
2695
2385
|
"dependencies": {
|
|
2696
2386
|
"@appium/logger": "^1.3.0",
|
|
2697
2387
|
"asyncbox": "^3.0.0",
|
|
@@ -2788,15 +2478,12 @@
|
|
|
2788
2478
|
}
|
|
2789
2479
|
},
|
|
2790
2480
|
"node_modules/jackspeak": {
|
|
2791
|
-
"version": "3.4.
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.
|
|
2793
|
-
"integrity": "sha512-
|
|
2481
|
+
"version": "3.4.3",
|
|
2482
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
2483
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
2794
2484
|
"dependencies": {
|
|
2795
2485
|
"@isaacs/cliui": "^8.0.2"
|
|
2796
2486
|
},
|
|
2797
|
-
"engines": {
|
|
2798
|
-
"node": "14 >=14.21 || 16 >=16.20 || >=18"
|
|
2799
|
-
},
|
|
2800
2487
|
"funding": {
|
|
2801
2488
|
"url": "https://github.com/sponsors/isaacs"
|
|
2802
2489
|
},
|
|
@@ -2984,9 +2671,9 @@
|
|
|
2984
2671
|
}
|
|
2985
2672
|
},
|
|
2986
2673
|
"node_modules/logform": {
|
|
2987
|
-
"version": "2.6.
|
|
2988
|
-
"resolved": "https://registry.npmjs.org/logform/-/logform-2.6.
|
|
2989
|
-
"integrity": "sha512-
|
|
2674
|
+
"version": "2.6.1",
|
|
2675
|
+
"resolved": "https://registry.npmjs.org/logform/-/logform-2.6.1.tgz",
|
|
2676
|
+
"integrity": "sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA==",
|
|
2990
2677
|
"dependencies": {
|
|
2991
2678
|
"@colors/colors": "1.6.0",
|
|
2992
2679
|
"@types/triple-beam": "^1.3.2",
|
|
@@ -4564,12 +4251,12 @@
|
|
|
4564
4251
|
}
|
|
4565
4252
|
},
|
|
4566
4253
|
"node_modules/winston-transport": {
|
|
4567
|
-
"version": "4.7.
|
|
4568
|
-
"resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.
|
|
4569
|
-
"integrity": "sha512-
|
|
4254
|
+
"version": "4.7.1",
|
|
4255
|
+
"resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.7.1.tgz",
|
|
4256
|
+
"integrity": "sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==",
|
|
4570
4257
|
"dependencies": {
|
|
4571
|
-
"logform": "^2.
|
|
4572
|
-
"readable-stream": "^3.6.
|
|
4258
|
+
"logform": "^2.6.1",
|
|
4259
|
+
"readable-stream": "^3.6.2",
|
|
4573
4260
|
"triple-beam": "^1.3.0"
|
|
4574
4261
|
},
|
|
4575
4262
|
"engines": {
|
|
@@ -4677,9 +4364,9 @@
|
|
|
4677
4364
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
|
4678
4365
|
},
|
|
4679
4366
|
"node_modules/ws": {
|
|
4680
|
-
"version": "8.
|
|
4681
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
4682
|
-
"integrity": "sha512-
|
|
4367
|
+
"version": "8.18.0",
|
|
4368
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
|
|
4369
|
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
|
4683
4370
|
"engines": {
|
|
4684
4371
|
"node": ">=10.0.0"
|
|
4685
4372
|
},
|