appium-uiautomator2-driver 2.6.0 → 2.7.0
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/npm-shrinkwrap.json +218 -815
- package/package.json +9 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.7.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"teen_process": "^2.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@appium/eslint-config-appium": "^
|
|
28
|
-
"@appium/test-support": "^
|
|
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.
|
|
63
|
+
"version": "8.7.1",
|
|
63
64
|
"extraneous": true,
|
|
64
65
|
"license": "Apache-2.0",
|
|
65
66
|
"dependencies": {
|
|
66
|
-
"@appium/support": "^2.
|
|
67
|
-
"@babel/runtime": "7.
|
|
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.
|
|
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.
|
|
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.
|
|
98
|
+
"version": "1.10.3",
|
|
109
99
|
"extraneous": true,
|
|
110
100
|
"license": "Apache-2.0",
|
|
111
101
|
"dependencies": {
|
|
112
|
-
"@appium/support": "^2.
|
|
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.
|
|
110
|
+
"version": "0.0.11",
|
|
121
111
|
"extraneous": true,
|
|
122
112
|
"license": "Apache-2.0",
|
|
123
113
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^2.
|
|
125
|
-
"@babel/runtime": "7.
|
|
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.
|
|
157
|
+
"version": "2.60.0",
|
|
179
158
|
"license": "Apache-2.0",
|
|
180
159
|
"dependencies": {
|
|
181
|
-
"@appium/types": "^0.4.
|
|
182
|
-
"@babel/runtime": "7.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
"@
|
|
391
|
-
"
|
|
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",
|
|
@@ -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",
|
|
@@ -1151,7 +977,7 @@
|
|
|
1151
977
|
}
|
|
1152
978
|
},
|
|
1153
979
|
"node_modules/@types/node": {
|
|
1154
|
-
"version": "18.7.
|
|
980
|
+
"version": "18.7.17",
|
|
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.
|
|
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.
|
|
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,7 +1183,7 @@
|
|
|
1345
1183
|
"license": "MIT"
|
|
1346
1184
|
},
|
|
1347
1185
|
"node_modules/appium-adb": {
|
|
1348
|
-
"version": "9.10.
|
|
1186
|
+
"version": "9.10.10",
|
|
1349
1187
|
"license": "Apache-2.0",
|
|
1350
1188
|
"dependencies": {
|
|
1351
1189
|
"@appium/support": "^2.55.3",
|
|
@@ -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.
|
|
1209
|
+
"version": "5.4.1",
|
|
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.
|
|
1241
|
+
"version": "5.2.2",
|
|
1450
1242
|
"hasInstallScript": true,
|
|
1451
1243
|
"license": "Apache-2.0",
|
|
1452
1244
|
"dependencies": {
|
|
@@ -1471,29 +1263,6 @@
|
|
|
1471
1263
|
"appium": "^2.0.0-beta.40"
|
|
1472
1264
|
}
|
|
1473
1265
|
},
|
|
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"
|
|
1495
|
-
}
|
|
1496
|
-
},
|
|
1497
1266
|
"node_modules/appium-uiautomator2-server": {
|
|
1498
1267
|
"version": "5.7.0",
|
|
1499
1268
|
"license": "Apache-2.0",
|
|
@@ -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,
|
|
@@ -2704,16 +2420,8 @@
|
|
|
2704
2420
|
"node": ">=8"
|
|
2705
2421
|
}
|
|
2706
2422
|
},
|
|
2707
|
-
"node_modules/get-func-name": {
|
|
2708
|
-
"version": "2.0.0",
|
|
2709
|
-
"dev": true,
|
|
2710
|
-
"license": "MIT",
|
|
2711
|
-
"engines": {
|
|
2712
|
-
"node": "*"
|
|
2713
|
-
}
|
|
2714
|
-
},
|
|
2715
2423
|
"node_modules/get-intrinsic": {
|
|
2716
|
-
"version": "1.1.
|
|
2424
|
+
"version": "1.1.3",
|
|
2717
2425
|
"extraneous": true,
|
|
2718
2426
|
"license": "MIT",
|
|
2719
2427
|
"dependencies": {
|
|
@@ -2725,17 +2433,6 @@
|
|
|
2725
2433
|
"url": "https://github.com/sponsors/ljharb"
|
|
2726
2434
|
}
|
|
2727
2435
|
},
|
|
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"
|
|
2737
|
-
}
|
|
2738
|
-
},
|
|
2739
2436
|
"node_modules/get-stream": {
|
|
2740
2437
|
"version": "6.0.1",
|
|
2741
2438
|
"license": "MIT",
|
|
@@ -2770,23 +2467,39 @@
|
|
|
2770
2467
|
}
|
|
2771
2468
|
},
|
|
2772
2469
|
"node_modules/glob": {
|
|
2773
|
-
"version": "
|
|
2470
|
+
"version": "8.0.3",
|
|
2774
2471
|
"license": "ISC",
|
|
2775
2472
|
"dependencies": {
|
|
2776
2473
|
"fs.realpath": "^1.0.0",
|
|
2777
2474
|
"inflight": "^1.0.4",
|
|
2778
2475
|
"inherits": "2",
|
|
2779
|
-
"minimatch": "^
|
|
2780
|
-
"once": "^1.3.0"
|
|
2781
|
-
"path-is-absolute": "^1.0.0"
|
|
2476
|
+
"minimatch": "^5.0.1",
|
|
2477
|
+
"once": "^1.3.0"
|
|
2782
2478
|
},
|
|
2783
2479
|
"engines": {
|
|
2784
|
-
"node": "
|
|
2480
|
+
"node": ">=12"
|
|
2785
2481
|
},
|
|
2786
2482
|
"funding": {
|
|
2787
2483
|
"url": "https://github.com/sponsors/isaacs"
|
|
2788
2484
|
}
|
|
2789
2485
|
},
|
|
2486
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
2487
|
+
"version": "2.0.1",
|
|
2488
|
+
"license": "MIT",
|
|
2489
|
+
"dependencies": {
|
|
2490
|
+
"balanced-match": "^1.0.0"
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2493
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
2494
|
+
"version": "5.1.0",
|
|
2495
|
+
"license": "ISC",
|
|
2496
|
+
"dependencies": {
|
|
2497
|
+
"brace-expansion": "^2.0.1"
|
|
2498
|
+
},
|
|
2499
|
+
"engines": {
|
|
2500
|
+
"node": ">=10"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2790
2503
|
"node_modules/global": {
|
|
2791
2504
|
"version": "4.4.0",
|
|
2792
2505
|
"license": "MIT",
|
|
@@ -3045,7 +2758,7 @@
|
|
|
3045
2758
|
}
|
|
3046
2759
|
},
|
|
3047
2760
|
"node_modules/is-callable": {
|
|
3048
|
-
"version": "1.2.
|
|
2761
|
+
"version": "1.2.5",
|
|
3049
2762
|
"extraneous": true,
|
|
3050
2763
|
"license": "MIT",
|
|
3051
2764
|
"engines": {
|
|
@@ -3341,11 +3054,6 @@
|
|
|
3341
3054
|
"extraneous": true,
|
|
3342
3055
|
"license": "MIT"
|
|
3343
3056
|
},
|
|
3344
|
-
"node_modules/just-extend": {
|
|
3345
|
-
"version": "4.2.1",
|
|
3346
|
-
"dev": true,
|
|
3347
|
-
"license": "MIT"
|
|
3348
|
-
},
|
|
3349
3057
|
"node_modules/keyv": {
|
|
3350
3058
|
"version": "4.5.0",
|
|
3351
3059
|
"license": "MIT",
|
|
@@ -3465,11 +3173,6 @@
|
|
|
3465
3173
|
"version": "4.4.0",
|
|
3466
3174
|
"license": "MIT"
|
|
3467
3175
|
},
|
|
3468
|
-
"node_modules/lodash.get": {
|
|
3469
|
-
"version": "4.4.2",
|
|
3470
|
-
"dev": true,
|
|
3471
|
-
"license": "MIT"
|
|
3472
|
-
},
|
|
3473
3176
|
"node_modules/lodash.isfinite": {
|
|
3474
3177
|
"version": "3.3.2",
|
|
3475
3178
|
"license": "MIT"
|
|
@@ -3570,26 +3273,6 @@
|
|
|
3570
3273
|
"node": ">= 0.9.3"
|
|
3571
3274
|
}
|
|
3572
3275
|
},
|
|
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
3276
|
"node_modules/lowercase-keys": {
|
|
3594
3277
|
"version": "2.0.0",
|
|
3595
3278
|
"license": "MIT",
|
|
@@ -3598,7 +3281,7 @@
|
|
|
3598
3281
|
}
|
|
3599
3282
|
},
|
|
3600
3283
|
"node_modules/lru-cache": {
|
|
3601
|
-
"version": "7.
|
|
3284
|
+
"version": "7.14.0",
|
|
3602
3285
|
"license": "ISC",
|
|
3603
3286
|
"engines": {
|
|
3604
3287
|
"node": ">=12"
|
|
@@ -3620,7 +3303,7 @@
|
|
|
3620
3303
|
}
|
|
3621
3304
|
},
|
|
3622
3305
|
"node_modules/markdown-it-anchor": {
|
|
3623
|
-
"version": "8.6.
|
|
3306
|
+
"version": "8.6.5",
|
|
3624
3307
|
"extraneous": true,
|
|
3625
3308
|
"license": "Unlicense",
|
|
3626
3309
|
"peerDependencies": {
|
|
@@ -3875,31 +3558,6 @@
|
|
|
3875
3558
|
"node": ">= 0.6"
|
|
3876
3559
|
}
|
|
3877
3560
|
},
|
|
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
3561
|
"node_modules/normalize-package-data": {
|
|
3904
3562
|
"version": "2.5.0",
|
|
3905
3563
|
"license": "BSD-2-Clause",
|
|
@@ -4251,14 +3909,6 @@
|
|
|
4251
3909
|
"extraneous": true,
|
|
4252
3910
|
"license": "MIT"
|
|
4253
3911
|
},
|
|
4254
|
-
"node_modules/pathval": {
|
|
4255
|
-
"version": "1.1.1",
|
|
4256
|
-
"dev": true,
|
|
4257
|
-
"license": "MIT",
|
|
4258
|
-
"engines": {
|
|
4259
|
-
"node": "*"
|
|
4260
|
-
}
|
|
4261
|
-
},
|
|
4262
3912
|
"node_modules/pend": {
|
|
4263
3913
|
"version": "1.2.0",
|
|
4264
3914
|
"license": "MIT"
|
|
@@ -4602,6 +4252,24 @@
|
|
|
4602
4252
|
"url": "https://github.com/sponsors/isaacs"
|
|
4603
4253
|
}
|
|
4604
4254
|
},
|
|
4255
|
+
"node_modules/rimraf/node_modules/glob": {
|
|
4256
|
+
"version": "7.2.3",
|
|
4257
|
+
"license": "ISC",
|
|
4258
|
+
"dependencies": {
|
|
4259
|
+
"fs.realpath": "^1.0.0",
|
|
4260
|
+
"inflight": "^1.0.4",
|
|
4261
|
+
"inherits": "2",
|
|
4262
|
+
"minimatch": "^3.1.1",
|
|
4263
|
+
"once": "^1.3.0",
|
|
4264
|
+
"path-is-absolute": "^1.0.0"
|
|
4265
|
+
},
|
|
4266
|
+
"engines": {
|
|
4267
|
+
"node": "*"
|
|
4268
|
+
},
|
|
4269
|
+
"funding": {
|
|
4270
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4605
4273
|
"node_modules/safe-buffer": {
|
|
4606
4274
|
"version": "5.1.2",
|
|
4607
4275
|
"license": "MIT"
|
|
@@ -4630,6 +4298,29 @@
|
|
|
4630
4298
|
"version": "1.2.4",
|
|
4631
4299
|
"license": "ISC"
|
|
4632
4300
|
},
|
|
4301
|
+
"node_modules/semver": {
|
|
4302
|
+
"version": "7.3.7",
|
|
4303
|
+
"license": "ISC",
|
|
4304
|
+
"dependencies": {
|
|
4305
|
+
"lru-cache": "^6.0.0"
|
|
4306
|
+
},
|
|
4307
|
+
"bin": {
|
|
4308
|
+
"semver": "bin/semver.js"
|
|
4309
|
+
},
|
|
4310
|
+
"engines": {
|
|
4311
|
+
"node": ">=10"
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
"node_modules/semver/node_modules/lru-cache": {
|
|
4315
|
+
"version": "6.0.0",
|
|
4316
|
+
"license": "ISC",
|
|
4317
|
+
"dependencies": {
|
|
4318
|
+
"yallist": "^4.0.0"
|
|
4319
|
+
},
|
|
4320
|
+
"engines": {
|
|
4321
|
+
"node": ">=10"
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4633
4324
|
"node_modules/send": {
|
|
4634
4325
|
"version": "0.18.0",
|
|
4635
4326
|
"extraneous": true,
|
|
@@ -4787,34 +4478,6 @@
|
|
|
4787
4478
|
"extraneous": true,
|
|
4788
4479
|
"license": "MIT"
|
|
4789
4480
|
},
|
|
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
4481
|
"node_modules/source-map": {
|
|
4819
4482
|
"version": "0.6.1",
|
|
4820
4483
|
"license": "BSD-3-Clause",
|
|
@@ -5082,16 +4745,8 @@
|
|
|
5082
4745
|
"utf8-byte-length": "^1.0.1"
|
|
5083
4746
|
}
|
|
5084
4747
|
},
|
|
5085
|
-
"node_modules/type-detect": {
|
|
5086
|
-
"version": "4.0.8",
|
|
5087
|
-
"dev": true,
|
|
5088
|
-
"license": "MIT",
|
|
5089
|
-
"engines": {
|
|
5090
|
-
"node": ">=4"
|
|
5091
|
-
}
|
|
5092
|
-
},
|
|
5093
4748
|
"node_modules/type-fest": {
|
|
5094
|
-
"version": "2.
|
|
4749
|
+
"version": "2.19.0",
|
|
5095
4750
|
"license": "(MIT OR CC0-1.0)",
|
|
5096
4751
|
"engines": {
|
|
5097
4752
|
"node": ">=12.20"
|
|
@@ -5112,18 +4767,6 @@
|
|
|
5112
4767
|
"node": ">= 0.6"
|
|
5113
4768
|
}
|
|
5114
4769
|
},
|
|
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
4770
|
"node_modules/uc.micro": {
|
|
5128
4771
|
"version": "1.0.6",
|
|
5129
4772
|
"extraneous": true,
|
|
@@ -5532,11 +5175,11 @@
|
|
|
5532
5175
|
},
|
|
5533
5176
|
"dependencies": {
|
|
5534
5177
|
"@appium/base-driver": {
|
|
5535
|
-
"version": "8.7.
|
|
5178
|
+
"version": "8.7.1",
|
|
5536
5179
|
"extraneous": true,
|
|
5537
5180
|
"requires": {
|
|
5538
|
-
"@appium/support": "^2.
|
|
5539
|
-
"@babel/runtime": "7.
|
|
5181
|
+
"@appium/support": "^2.60.0",
|
|
5182
|
+
"@babel/runtime": "7.19.0",
|
|
5540
5183
|
"@colors/colors": "1.5.0",
|
|
5541
5184
|
"@types/async-lock": "1.1.5",
|
|
5542
5185
|
"@types/bluebird": "3.5.36",
|
|
@@ -5552,37 +5195,28 @@
|
|
|
5552
5195
|
"express": "4.18.1",
|
|
5553
5196
|
"http-status-codes": "2.2.0",
|
|
5554
5197
|
"lodash": "4.17.21",
|
|
5555
|
-
"lru-cache": "7.
|
|
5198
|
+
"lru-cache": "7.14.0",
|
|
5556
5199
|
"method-override": "3.0.0",
|
|
5557
5200
|
"morgan": "1.10.0",
|
|
5558
5201
|
"serve-favicon": "2.5.0",
|
|
5559
5202
|
"source-map-support": "0.5.21",
|
|
5560
|
-
"type-fest": "2.
|
|
5203
|
+
"type-fest": "2.19.0",
|
|
5561
5204
|
"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
5205
|
}
|
|
5572
5206
|
},
|
|
5573
5207
|
"@appium/base-plugin": {
|
|
5574
|
-
"version": "1.10.
|
|
5208
|
+
"version": "1.10.3",
|
|
5575
5209
|
"extraneous": true,
|
|
5576
5210
|
"requires": {
|
|
5577
|
-
"@appium/support": "^2.
|
|
5211
|
+
"@appium/support": "^2.60.0"
|
|
5578
5212
|
}
|
|
5579
5213
|
},
|
|
5580
5214
|
"@appium/docutils": {
|
|
5581
|
-
"version": "0.0.
|
|
5215
|
+
"version": "0.0.11",
|
|
5582
5216
|
"extraneous": true,
|
|
5583
5217
|
"requires": {
|
|
5584
|
-
"@appium/support": "^2.
|
|
5585
|
-
"@babel/runtime": "7.
|
|
5218
|
+
"@appium/support": "^2.60.0",
|
|
5219
|
+
"@babel/runtime": "7.19.0",
|
|
5586
5220
|
"docdash": "1.2.0",
|
|
5587
5221
|
"jsdoc": "3.6.11",
|
|
5588
5222
|
"jsdoc-plugin-typescript": "2.1.1",
|
|
@@ -5590,13 +5224,6 @@
|
|
|
5590
5224
|
"teen_process": "1.16.0"
|
|
5591
5225
|
},
|
|
5592
5226
|
"dependencies": {
|
|
5593
|
-
"@babel/runtime": {
|
|
5594
|
-
"version": "7.18.9",
|
|
5595
|
-
"extraneous": true,
|
|
5596
|
-
"requires": {
|
|
5597
|
-
"regenerator-runtime": "^0.13.4"
|
|
5598
|
-
}
|
|
5599
|
-
},
|
|
5600
5227
|
"teen_process": {
|
|
5601
5228
|
"version": "1.16.0",
|
|
5602
5229
|
"extraneous": true,
|
|
@@ -5620,10 +5247,10 @@
|
|
|
5620
5247
|
}
|
|
5621
5248
|
},
|
|
5622
5249
|
"@appium/support": {
|
|
5623
|
-
"version": "2.
|
|
5250
|
+
"version": "2.60.0",
|
|
5624
5251
|
"requires": {
|
|
5625
|
-
"@appium/types": "^0.4.
|
|
5626
|
-
"@babel/runtime": "7.
|
|
5252
|
+
"@appium/types": "^0.4.1",
|
|
5253
|
+
"@babel/runtime": "7.19.0",
|
|
5627
5254
|
"@colors/colors": "1.5.0",
|
|
5628
5255
|
"@types/archiver": "5.3.1",
|
|
5629
5256
|
"@types/base64-stream": "1.0.2",
|
|
@@ -5638,7 +5265,7 @@
|
|
|
5638
5265
|
"@types/pluralize": "0.0.29",
|
|
5639
5266
|
"@types/pngjs": "6.0.1",
|
|
5640
5267
|
"@types/rimraf": "3.0.2",
|
|
5641
|
-
"@types/semver": "7.3.
|
|
5268
|
+
"@types/semver": "7.3.12",
|
|
5642
5269
|
"@types/shell-quote": "1.7.1",
|
|
5643
5270
|
"@types/supports-color": "8.1.1",
|
|
5644
5271
|
"@types/teen_process": "1.16.1",
|
|
@@ -5676,92 +5303,14 @@
|
|
|
5676
5303
|
"source-map-support": "0.5.21",
|
|
5677
5304
|
"supports-color": "8.1.1",
|
|
5678
5305
|
"teen_process": "1.16.0",
|
|
5679
|
-
"type-fest": "2.
|
|
5306
|
+
"type-fest": "2.19.0",
|
|
5680
5307
|
"uuid": "8.3.2",
|
|
5681
5308
|
"which": "2.0.2",
|
|
5682
5309
|
"yauzl": "2.10.0"
|
|
5683
5310
|
},
|
|
5684
5311
|
"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",
|
|
5744
|
-
"bluebird": "3.7.2",
|
|
5745
|
-
"chai": "4.3.6",
|
|
5746
|
-
"get-port": "5.1.1",
|
|
5747
|
-
"lodash": "4.17.21",
|
|
5748
|
-
"log-symbols": "4.1.0",
|
|
5749
|
-
"loud-rejection": "2.2.0",
|
|
5750
|
-
"sinon": "14.0.0",
|
|
5751
|
-
"source-map-support": "0.5.21",
|
|
5752
|
-
"teen_process": "1.16.0"
|
|
5753
|
-
},
|
|
5754
|
-
"dependencies": {
|
|
5755
|
-
"@babel/runtime": {
|
|
5756
|
-
"version": "7.18.9",
|
|
5757
|
-
"dev": true,
|
|
5758
|
-
"requires": {
|
|
5759
|
-
"regenerator-runtime": "^0.13.4"
|
|
5760
|
-
}
|
|
5761
|
-
},
|
|
5762
5312
|
"teen_process": {
|
|
5763
5313
|
"version": "1.16.0",
|
|
5764
|
-
"dev": true,
|
|
5765
5314
|
"requires": {
|
|
5766
5315
|
"@babel/runtime": "^7.0.0",
|
|
5767
5316
|
"bluebird": "^3.5.1",
|
|
@@ -5774,13 +5323,14 @@
|
|
|
5774
5323
|
}
|
|
5775
5324
|
},
|
|
5776
5325
|
"@appium/types": {
|
|
5777
|
-
"version": "0.4.
|
|
5326
|
+
"version": "0.4.1",
|
|
5778
5327
|
"requires": {
|
|
5779
5328
|
"@appium/schema": "^0.0.9",
|
|
5780
5329
|
"@types/express": "4.17.13",
|
|
5781
5330
|
"@types/npmlog": "4.1.4",
|
|
5782
|
-
"@
|
|
5783
|
-
"
|
|
5331
|
+
"@types/ws": "8.5.3",
|
|
5332
|
+
"@wdio/types": "7.24.0",
|
|
5333
|
+
"type-fest": "2.19.0"
|
|
5784
5334
|
}
|
|
5785
5335
|
},
|
|
5786
5336
|
"@babel/code-frame": {
|
|
@@ -6132,33 +5682,6 @@
|
|
|
6132
5682
|
"@sindresorhus/is": {
|
|
6133
5683
|
"version": "4.6.0"
|
|
6134
5684
|
},
|
|
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
5685
|
"@szmarczak/http-timer": {
|
|
6163
5686
|
"version": "4.0.6",
|
|
6164
5687
|
"requires": {
|
|
@@ -6308,7 +5831,7 @@
|
|
|
6308
5831
|
}
|
|
6309
5832
|
},
|
|
6310
5833
|
"@types/node": {
|
|
6311
|
-
"version": "18.7.
|
|
5834
|
+
"version": "18.7.17"
|
|
6312
5835
|
},
|
|
6313
5836
|
"@types/normalize-package-data": {
|
|
6314
5837
|
"version": "2.4.1"
|
|
@@ -6345,7 +5868,7 @@
|
|
|
6345
5868
|
}
|
|
6346
5869
|
},
|
|
6347
5870
|
"@types/semver": {
|
|
6348
|
-
"version": "7.3.
|
|
5871
|
+
"version": "7.3.12"
|
|
6349
5872
|
},
|
|
6350
5873
|
"@types/serve-favicon": {
|
|
6351
5874
|
"version": "2.5.3",
|
|
@@ -6380,8 +5903,14 @@
|
|
|
6380
5903
|
"version": "3.0.0",
|
|
6381
5904
|
"extraneous": true
|
|
6382
5905
|
},
|
|
5906
|
+
"@types/ws": {
|
|
5907
|
+
"version": "8.5.3",
|
|
5908
|
+
"requires": {
|
|
5909
|
+
"@types/node": "*"
|
|
5910
|
+
}
|
|
5911
|
+
},
|
|
6383
5912
|
"@wdio/types": {
|
|
6384
|
-
"version": "7.
|
|
5913
|
+
"version": "7.24.0",
|
|
6385
5914
|
"requires": {
|
|
6386
5915
|
"@types/node": "^18.0.0",
|
|
6387
5916
|
"got": "^11.8.1"
|
|
@@ -6444,7 +5973,7 @@
|
|
|
6444
5973
|
"version": "1.1.0"
|
|
6445
5974
|
},
|
|
6446
5975
|
"appium-adb": {
|
|
6447
|
-
"version": "9.10.
|
|
5976
|
+
"version": "9.10.10",
|
|
6448
5977
|
"requires": {
|
|
6449
5978
|
"@appium/support": "^2.55.3",
|
|
6450
5979
|
"@babel/runtime": "^7.0.0",
|
|
@@ -6459,26 +5988,10 @@
|
|
|
6459
5988
|
"source-map-support": "^0.x",
|
|
6460
5989
|
"teen_process": "^2.0.1",
|
|
6461
5990
|
"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
5991
|
}
|
|
6479
5992
|
},
|
|
6480
5993
|
"appium-android-driver": {
|
|
6481
|
-
"version": "5.4.
|
|
5994
|
+
"version": "5.4.1",
|
|
6482
5995
|
"requires": {
|
|
6483
5996
|
"@babel/runtime": "^7.0.0",
|
|
6484
5997
|
"appium-adb": "^9.10.9",
|
|
@@ -6499,26 +6012,10 @@
|
|
|
6499
6012
|
"source-map-support": "^0.x",
|
|
6500
6013
|
"teen_process": "^2.0.0",
|
|
6501
6014
|
"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
6015
|
}
|
|
6519
6016
|
},
|
|
6520
6017
|
"appium-chromedriver": {
|
|
6521
|
-
"version": "5.2.
|
|
6018
|
+
"version": "5.2.2",
|
|
6522
6019
|
"requires": {
|
|
6523
6020
|
"@babel/runtime": "^7.0.0",
|
|
6524
6021
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -6532,20 +6029,6 @@
|
|
|
6532
6029
|
"source-map-support": "^0.x",
|
|
6533
6030
|
"teen_process": "^2.0.0",
|
|
6534
6031
|
"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
6032
|
}
|
|
6550
6033
|
},
|
|
6551
6034
|
"appium-uiautomator2-server": {
|
|
@@ -6581,6 +6064,17 @@
|
|
|
6581
6064
|
"readable-stream": "^2.0.0"
|
|
6582
6065
|
},
|
|
6583
6066
|
"dependencies": {
|
|
6067
|
+
"glob": {
|
|
6068
|
+
"version": "7.2.3",
|
|
6069
|
+
"requires": {
|
|
6070
|
+
"fs.realpath": "^1.0.0",
|
|
6071
|
+
"inflight": "^1.0.4",
|
|
6072
|
+
"inherits": "2",
|
|
6073
|
+
"minimatch": "^3.1.1",
|
|
6074
|
+
"once": "^1.3.0",
|
|
6075
|
+
"path-is-absolute": "^1.0.0"
|
|
6076
|
+
}
|
|
6077
|
+
},
|
|
6584
6078
|
"readable-stream": {
|
|
6585
6079
|
"version": "2.3.7",
|
|
6586
6080
|
"requires": {
|
|
@@ -6612,18 +6106,10 @@
|
|
|
6612
6106
|
"version": "2.0.1",
|
|
6613
6107
|
"extraneous": true
|
|
6614
6108
|
},
|
|
6615
|
-
"array-find-index": {
|
|
6616
|
-
"version": "1.0.2",
|
|
6617
|
-
"dev": true
|
|
6618
|
-
},
|
|
6619
6109
|
"array-flatten": {
|
|
6620
6110
|
"version": "1.1.1",
|
|
6621
6111
|
"extraneous": true
|
|
6622
6112
|
},
|
|
6623
|
-
"assertion-error": {
|
|
6624
|
-
"version": "1.1.0",
|
|
6625
|
-
"dev": true
|
|
6626
|
-
},
|
|
6627
6113
|
"async": {
|
|
6628
6114
|
"version": "3.2.4"
|
|
6629
6115
|
},
|
|
@@ -6791,19 +6277,6 @@
|
|
|
6791
6277
|
"lodash": "^4.17.15"
|
|
6792
6278
|
}
|
|
6793
6279
|
},
|
|
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
6280
|
"chalk": {
|
|
6808
6281
|
"version": "2.4.2",
|
|
6809
6282
|
"requires": {
|
|
@@ -6823,10 +6296,6 @@
|
|
|
6823
6296
|
}
|
|
6824
6297
|
}
|
|
6825
6298
|
},
|
|
6826
|
-
"check-error": {
|
|
6827
|
-
"version": "1.0.2",
|
|
6828
|
-
"dev": true
|
|
6829
|
-
},
|
|
6830
6299
|
"cli-cursor": {
|
|
6831
6300
|
"version": "3.1.0",
|
|
6832
6301
|
"extraneous": true,
|
|
@@ -6965,13 +6434,6 @@
|
|
|
6965
6434
|
"css-selector-parser": {
|
|
6966
6435
|
"version": "1.4.1"
|
|
6967
6436
|
},
|
|
6968
|
-
"currently-unhandled": {
|
|
6969
|
-
"version": "0.4.1",
|
|
6970
|
-
"dev": true,
|
|
6971
|
-
"requires": {
|
|
6972
|
-
"array-find-index": "^1.0.1"
|
|
6973
|
-
}
|
|
6974
|
-
},
|
|
6975
6437
|
"decompress-response": {
|
|
6976
6438
|
"version": "6.0.0",
|
|
6977
6439
|
"requires": {
|
|
@@ -6983,13 +6445,6 @@
|
|
|
6983
6445
|
}
|
|
6984
6446
|
}
|
|
6985
6447
|
},
|
|
6986
|
-
"deep-eql": {
|
|
6987
|
-
"version": "3.0.1",
|
|
6988
|
-
"dev": true,
|
|
6989
|
-
"requires": {
|
|
6990
|
-
"type-detect": "^4.0.0"
|
|
6991
|
-
}
|
|
6992
|
-
},
|
|
6993
6448
|
"defaults": {
|
|
6994
6449
|
"version": "1.0.3",
|
|
6995
6450
|
"extraneous": true,
|
|
@@ -7022,10 +6477,6 @@
|
|
|
7022
6477
|
"version": "1.2.0",
|
|
7023
6478
|
"extraneous": true
|
|
7024
6479
|
},
|
|
7025
|
-
"diff": {
|
|
7026
|
-
"version": "5.0.0",
|
|
7027
|
-
"dev": true
|
|
7028
|
-
},
|
|
7029
6480
|
"docdash": {
|
|
7030
6481
|
"version": "1.2.0",
|
|
7031
6482
|
"extraneous": true
|
|
@@ -7334,12 +6785,8 @@
|
|
|
7334
6785
|
}
|
|
7335
6786
|
}
|
|
7336
6787
|
},
|
|
7337
|
-
"get-func-name": {
|
|
7338
|
-
"version": "2.0.0",
|
|
7339
|
-
"dev": true
|
|
7340
|
-
},
|
|
7341
6788
|
"get-intrinsic": {
|
|
7342
|
-
"version": "1.1.
|
|
6789
|
+
"version": "1.1.3",
|
|
7343
6790
|
"extraneous": true,
|
|
7344
6791
|
"requires": {
|
|
7345
6792
|
"function-bind": "^1.1.1",
|
|
@@ -7347,10 +6794,6 @@
|
|
|
7347
6794
|
"has-symbols": "^1.0.3"
|
|
7348
6795
|
}
|
|
7349
6796
|
},
|
|
7350
|
-
"get-port": {
|
|
7351
|
-
"version": "5.1.1",
|
|
7352
|
-
"dev": true
|
|
7353
|
-
},
|
|
7354
6797
|
"get-stream": {
|
|
7355
6798
|
"version": "6.0.1"
|
|
7356
6799
|
},
|
|
@@ -7370,14 +6813,27 @@
|
|
|
7370
6813
|
}
|
|
7371
6814
|
},
|
|
7372
6815
|
"glob": {
|
|
7373
|
-
"version": "
|
|
6816
|
+
"version": "8.0.3",
|
|
7374
6817
|
"requires": {
|
|
7375
6818
|
"fs.realpath": "^1.0.0",
|
|
7376
6819
|
"inflight": "^1.0.4",
|
|
7377
6820
|
"inherits": "2",
|
|
7378
|
-
"minimatch": "^
|
|
7379
|
-
"once": "^1.3.0"
|
|
7380
|
-
|
|
6821
|
+
"minimatch": "^5.0.1",
|
|
6822
|
+
"once": "^1.3.0"
|
|
6823
|
+
},
|
|
6824
|
+
"dependencies": {
|
|
6825
|
+
"brace-expansion": {
|
|
6826
|
+
"version": "2.0.1",
|
|
6827
|
+
"requires": {
|
|
6828
|
+
"balanced-match": "^1.0.0"
|
|
6829
|
+
}
|
|
6830
|
+
},
|
|
6831
|
+
"minimatch": {
|
|
6832
|
+
"version": "5.1.0",
|
|
6833
|
+
"requires": {
|
|
6834
|
+
"brace-expansion": "^2.0.1"
|
|
6835
|
+
}
|
|
6836
|
+
}
|
|
7381
6837
|
}
|
|
7382
6838
|
},
|
|
7383
6839
|
"global": {
|
|
@@ -7537,7 +6993,7 @@
|
|
|
7537
6993
|
}
|
|
7538
6994
|
},
|
|
7539
6995
|
"is-callable": {
|
|
7540
|
-
"version": "1.2.
|
|
6996
|
+
"version": "1.2.5",
|
|
7541
6997
|
"extraneous": true
|
|
7542
6998
|
},
|
|
7543
6999
|
"is-core-module": {
|
|
@@ -7719,10 +7175,6 @@
|
|
|
7719
7175
|
"version": "1.0.0",
|
|
7720
7176
|
"extraneous": true
|
|
7721
7177
|
},
|
|
7722
|
-
"just-extend": {
|
|
7723
|
-
"version": "4.2.1",
|
|
7724
|
-
"dev": true
|
|
7725
|
-
},
|
|
7726
7178
|
"keyv": {
|
|
7727
7179
|
"version": "4.5.0",
|
|
7728
7180
|
"requires": {
|
|
@@ -7816,10 +7268,6 @@
|
|
|
7816
7268
|
"lodash.flatten": {
|
|
7817
7269
|
"version": "4.4.0"
|
|
7818
7270
|
},
|
|
7819
|
-
"lodash.get": {
|
|
7820
|
-
"version": "4.4.2",
|
|
7821
|
-
"dev": true
|
|
7822
|
-
},
|
|
7823
7271
|
"lodash.isfinite": {
|
|
7824
7272
|
"version": "3.3.2"
|
|
7825
7273
|
},
|
|
@@ -7884,26 +7332,11 @@
|
|
|
7884
7332
|
"source-map-support": "0.3.2 - 1.0.0"
|
|
7885
7333
|
}
|
|
7886
7334
|
},
|
|
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
7335
|
"lowercase-keys": {
|
|
7903
7336
|
"version": "2.0.0"
|
|
7904
7337
|
},
|
|
7905
7338
|
"lru-cache": {
|
|
7906
|
-
"version": "7.
|
|
7339
|
+
"version": "7.14.0"
|
|
7907
7340
|
},
|
|
7908
7341
|
"markdown-it": {
|
|
7909
7342
|
"version": "12.3.2",
|
|
@@ -7917,7 +7350,7 @@
|
|
|
7917
7350
|
}
|
|
7918
7351
|
},
|
|
7919
7352
|
"markdown-it-anchor": {
|
|
7920
|
-
"version": "8.6.
|
|
7353
|
+
"version": "8.6.5",
|
|
7921
7354
|
"extraneous": true,
|
|
7922
7355
|
"requires": {}
|
|
7923
7356
|
},
|
|
@@ -8080,30 +7513,6 @@
|
|
|
8080
7513
|
"version": "0.6.3",
|
|
8081
7514
|
"extraneous": true
|
|
8082
7515
|
},
|
|
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
7516
|
"normalize-package-data": {
|
|
8108
7517
|
"version": "2.5.0",
|
|
8109
7518
|
"requires": {
|
|
@@ -8318,10 +7727,6 @@
|
|
|
8318
7727
|
"version": "0.1.7",
|
|
8319
7728
|
"extraneous": true
|
|
8320
7729
|
},
|
|
8321
|
-
"pathval": {
|
|
8322
|
-
"version": "1.1.1",
|
|
8323
|
-
"dev": true
|
|
8324
|
-
},
|
|
8325
7730
|
"pend": {
|
|
8326
7731
|
"version": "1.2.0"
|
|
8327
7732
|
},
|
|
@@ -8541,6 +7946,19 @@
|
|
|
8541
7946
|
"version": "3.0.2",
|
|
8542
7947
|
"requires": {
|
|
8543
7948
|
"glob": "^7.1.3"
|
|
7949
|
+
},
|
|
7950
|
+
"dependencies": {
|
|
7951
|
+
"glob": {
|
|
7952
|
+
"version": "7.2.3",
|
|
7953
|
+
"requires": {
|
|
7954
|
+
"fs.realpath": "^1.0.0",
|
|
7955
|
+
"inflight": "^1.0.4",
|
|
7956
|
+
"inherits": "2",
|
|
7957
|
+
"minimatch": "^3.1.1",
|
|
7958
|
+
"once": "^1.3.0",
|
|
7959
|
+
"path-is-absolute": "^1.0.0"
|
|
7960
|
+
}
|
|
7961
|
+
}
|
|
8544
7962
|
}
|
|
8545
7963
|
},
|
|
8546
7964
|
"safe-buffer": {
|
|
@@ -8563,6 +7981,20 @@
|
|
|
8563
7981
|
"sax": {
|
|
8564
7982
|
"version": "1.2.4"
|
|
8565
7983
|
},
|
|
7984
|
+
"semver": {
|
|
7985
|
+
"version": "7.3.7",
|
|
7986
|
+
"requires": {
|
|
7987
|
+
"lru-cache": "^6.0.0"
|
|
7988
|
+
},
|
|
7989
|
+
"dependencies": {
|
|
7990
|
+
"lru-cache": {
|
|
7991
|
+
"version": "6.0.0",
|
|
7992
|
+
"requires": {
|
|
7993
|
+
"yallist": "^4.0.0"
|
|
7994
|
+
}
|
|
7995
|
+
}
|
|
7996
|
+
}
|
|
7997
|
+
},
|
|
8566
7998
|
"send": {
|
|
8567
7999
|
"version": "0.18.0",
|
|
8568
8000
|
"extraneous": true,
|
|
@@ -8690,27 +8122,6 @@
|
|
|
8690
8122
|
}
|
|
8691
8123
|
}
|
|
8692
8124
|
},
|
|
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
8125
|
"source-map": {
|
|
8715
8126
|
"version": "0.6.1"
|
|
8716
8127
|
},
|
|
@@ -8881,12 +8292,8 @@
|
|
|
8881
8292
|
"utf8-byte-length": "^1.0.1"
|
|
8882
8293
|
}
|
|
8883
8294
|
},
|
|
8884
|
-
"type-detect": {
|
|
8885
|
-
"version": "4.0.8",
|
|
8886
|
-
"dev": true
|
|
8887
|
-
},
|
|
8888
8295
|
"type-fest": {
|
|
8889
|
-
"version": "2.
|
|
8296
|
+
"version": "2.19.0"
|
|
8890
8297
|
},
|
|
8891
8298
|
"type-is": {
|
|
8892
8299
|
"version": "1.6.18",
|
|
@@ -8896,10 +8303,6 @@
|
|
|
8896
8303
|
"mime-types": "~2.1.24"
|
|
8897
8304
|
}
|
|
8898
8305
|
},
|
|
8899
|
-
"typescript": {
|
|
8900
|
-
"version": "4.8.2",
|
|
8901
|
-
"peer": true
|
|
8902
|
-
},
|
|
8903
8306
|
"uc.micro": {
|
|
8904
8307
|
"version": "1.0.6",
|
|
8905
8308
|
"extraneous": true
|