appium-espresso-driver 2.8.2 → 2.9.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/README.md +2 -1
- package/build/index.js +2 -4
- package/build/lib/commands/execute.js +2 -4
- package/build/lib/commands/general.js +2 -4
- package/build/lib/commands/idling-resources.js +2 -4
- package/build/lib/commands/index.js +2 -4
- package/build/lib/commands/services.js +2 -4
- package/build/lib/desired-caps.js +2 -4
- package/build/lib/driver.js +6 -7
- package/build/lib/espresso-runner.js +10 -8
- package/build/lib/logger.js +2 -4
- package/build/lib/server-builder.js +2 -4
- package/build/lib/utils.js +73 -2
- package/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk +0 -0
- package/espresso-server/app/src/androidTest/java/io/appium/espressoserver/lib/helpers/IntentHelpers.kt +14 -0
- package/espresso-server/app/src/test/java/io/appium/espressoserver/test/helpers/w3c/ActionSequenceTest.kt +2 -0
- package/lib/driver.js +3 -3
- package/lib/espresso-runner.js +8 -6
- package/lib/utils.js +74 -1
- package/npm-shrinkwrap.json +626 -437
- package/package.json +43 -26
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.
|
|
10
|
-
"engines": [
|
|
11
|
-
"node"
|
|
12
|
-
],
|
|
9
|
+
"version": "2.9.0",
|
|
13
10
|
"license": "Apache-2.0",
|
|
14
11
|
"dependencies": {
|
|
15
12
|
"@babel/runtime": "^7.4.3",
|
|
@@ -20,40 +17,53 @@
|
|
|
20
17
|
"lodash": "^4.17.11",
|
|
21
18
|
"portscanner": "^2.1.1",
|
|
22
19
|
"source-map-support": "^0.x",
|
|
20
|
+
"teen_process": "^2.0.0",
|
|
23
21
|
"validate.js": "^0.x"
|
|
24
22
|
},
|
|
25
23
|
"devDependencies": {
|
|
26
24
|
"@appium/eslint-config-appium": "^6.0.0",
|
|
27
|
-
"@
|
|
25
|
+
"@babel/cli": "^7.18.10",
|
|
26
|
+
"@babel/core": "^7.18.10",
|
|
27
|
+
"@babel/eslint-parser": "^7.18.9",
|
|
28
|
+
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
29
|
+
"@babel/preset-env": "^7.18.10",
|
|
30
|
+
"@babel/register": "^7.18.9",
|
|
28
31
|
"@semantic-release/git": "^10.0.1",
|
|
29
32
|
"@xmldom/xmldom": "^0.x",
|
|
30
|
-
"android-apidemos": "^4.
|
|
33
|
+
"android-apidemos": "^4.1.1",
|
|
31
34
|
"appium-chromedriver": "^5.1.4",
|
|
32
35
|
"async-lock": "^1.0.0",
|
|
36
|
+
"babel-plugin-source-map-support": "^2.2.0",
|
|
33
37
|
"chai": "^4.1.2",
|
|
34
38
|
"chai-as-promised": "^7.1.1",
|
|
39
|
+
"eslint": "^7.32.0",
|
|
35
40
|
"eslint-config-prettier": "^8.5.0",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
41
|
+
"eslint-plugin-import": "^2.25.3",
|
|
42
|
+
"eslint-plugin-mocha": "^9.0.0",
|
|
43
|
+
"eslint-plugin-promise": "^6.0.0",
|
|
44
|
+
"lint-staged": "^13.0.3",
|
|
38
45
|
"mocha": "^10.0.0",
|
|
39
|
-
"mocha-junit-reporter": "^2.0.0",
|
|
40
|
-
"mocha-multi-reporters": "^1.1.7",
|
|
41
46
|
"pre-commit": "^1.2.2",
|
|
47
|
+
"rimraf": "^3.0.2",
|
|
42
48
|
"semantic-release": "^19.0.2",
|
|
43
49
|
"sinon": "^14.0.0",
|
|
44
50
|
"webdriverio": "^7.0.0",
|
|
45
51
|
"xpath": "^0.x"
|
|
46
52
|
},
|
|
53
|
+
"engines": {
|
|
54
|
+
"node": ">=14",
|
|
55
|
+
"npm": ">=8"
|
|
56
|
+
},
|
|
47
57
|
"peerDependencies": {
|
|
48
58
|
"appium": "^2.0.0-beta.40"
|
|
49
59
|
}
|
|
50
60
|
},
|
|
51
61
|
"node_modules/@appium/base-driver": {
|
|
52
|
-
"version": "8.
|
|
62
|
+
"version": "8.7.0",
|
|
53
63
|
"extraneous": true,
|
|
54
64
|
"license": "Apache-2.0",
|
|
55
65
|
"dependencies": {
|
|
56
|
-
"@appium/support": "^2.59.
|
|
66
|
+
"@appium/support": "^2.59.5",
|
|
57
67
|
"@babel/runtime": "7.18.9",
|
|
58
68
|
"@colors/colors": "1.5.0",
|
|
59
69
|
"@types/async-lock": "1.1.5",
|
|
@@ -70,7 +80,7 @@
|
|
|
70
80
|
"express": "4.18.1",
|
|
71
81
|
"http-status-codes": "2.2.0",
|
|
72
82
|
"lodash": "4.17.21",
|
|
73
|
-
"lru-cache": "7.13.
|
|
83
|
+
"lru-cache": "7.13.2",
|
|
74
84
|
"method-override": "3.0.0",
|
|
75
85
|
"morgan": "1.10.0",
|
|
76
86
|
"serve-favicon": "2.5.0",
|
|
@@ -84,11 +94,11 @@
|
|
|
84
94
|
}
|
|
85
95
|
},
|
|
86
96
|
"node_modules/@appium/base-plugin": {
|
|
87
|
-
"version": "1.10.
|
|
97
|
+
"version": "1.10.2",
|
|
88
98
|
"extraneous": true,
|
|
89
99
|
"license": "Apache-2.0",
|
|
90
100
|
"dependencies": {
|
|
91
|
-
"@appium/support": "^2.59.
|
|
101
|
+
"@appium/support": "^2.59.5"
|
|
92
102
|
},
|
|
93
103
|
"engines": {
|
|
94
104
|
"node": ">=14",
|
|
@@ -96,11 +106,11 @@
|
|
|
96
106
|
}
|
|
97
107
|
},
|
|
98
108
|
"node_modules/@appium/docutils": {
|
|
99
|
-
"version": "0.0.
|
|
109
|
+
"version": "0.0.10",
|
|
100
110
|
"extraneous": true,
|
|
101
111
|
"license": "Apache-2.0",
|
|
102
112
|
"dependencies": {
|
|
103
|
-
"@appium/support": "^2.59.
|
|
113
|
+
"@appium/support": "^2.59.5",
|
|
104
114
|
"@babel/runtime": "7.18.9",
|
|
105
115
|
"docdash": "1.2.0",
|
|
106
116
|
"jsdoc": "3.6.11",
|
|
@@ -113,9 +123,24 @@
|
|
|
113
123
|
"npm": ">=8"
|
|
114
124
|
}
|
|
115
125
|
},
|
|
126
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
127
|
+
"version": "1.16.0",
|
|
128
|
+
"engines": [
|
|
129
|
+
"node"
|
|
130
|
+
],
|
|
131
|
+
"extraneous": true,
|
|
132
|
+
"license": "Apache-2.0",
|
|
133
|
+
"dependencies": {
|
|
134
|
+
"@babel/runtime": "^7.0.0",
|
|
135
|
+
"bluebird": "^3.5.1",
|
|
136
|
+
"lodash": "^4.17.4",
|
|
137
|
+
"shell-quote": "^1.4.3",
|
|
138
|
+
"source-map-support": "^0.5.3",
|
|
139
|
+
"which": "^2.0.2"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
116
142
|
"node_modules/@appium/schema": {
|
|
117
143
|
"version": "0.0.9",
|
|
118
|
-
"extraneous": true,
|
|
119
144
|
"license": "Apache-2.0",
|
|
120
145
|
"dependencies": {
|
|
121
146
|
"@types/json-schema": "7.0.11",
|
|
@@ -128,9 +153,10 @@
|
|
|
128
153
|
}
|
|
129
154
|
},
|
|
130
155
|
"node_modules/@appium/support": {
|
|
131
|
-
"version": "2.59.
|
|
156
|
+
"version": "2.59.5",
|
|
132
157
|
"license": "Apache-2.0",
|
|
133
158
|
"dependencies": {
|
|
159
|
+
"@appium/types": "^0.4.0",
|
|
134
160
|
"@babel/runtime": "7.18.9",
|
|
135
161
|
"@colors/colors": "1.5.0",
|
|
136
162
|
"@types/archiver": "5.3.1",
|
|
@@ -194,8 +220,80 @@
|
|
|
194
220
|
"npm": ">=8"
|
|
195
221
|
}
|
|
196
222
|
},
|
|
223
|
+
"node_modules/@appium/support/node_modules/brace-expansion": {
|
|
224
|
+
"version": "2.0.1",
|
|
225
|
+
"license": "MIT",
|
|
226
|
+
"dependencies": {
|
|
227
|
+
"balanced-match": "^1.0.0"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"node_modules/@appium/support/node_modules/glob": {
|
|
231
|
+
"version": "8.0.3",
|
|
232
|
+
"license": "ISC",
|
|
233
|
+
"dependencies": {
|
|
234
|
+
"fs.realpath": "^1.0.0",
|
|
235
|
+
"inflight": "^1.0.4",
|
|
236
|
+
"inherits": "2",
|
|
237
|
+
"minimatch": "^5.0.1",
|
|
238
|
+
"once": "^1.3.0"
|
|
239
|
+
},
|
|
240
|
+
"engines": {
|
|
241
|
+
"node": ">=12"
|
|
242
|
+
},
|
|
243
|
+
"funding": {
|
|
244
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"node_modules/@appium/support/node_modules/lru-cache": {
|
|
248
|
+
"version": "6.0.0",
|
|
249
|
+
"license": "ISC",
|
|
250
|
+
"dependencies": {
|
|
251
|
+
"yallist": "^4.0.0"
|
|
252
|
+
},
|
|
253
|
+
"engines": {
|
|
254
|
+
"node": ">=10"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"node_modules/@appium/support/node_modules/minimatch": {
|
|
258
|
+
"version": "5.1.0",
|
|
259
|
+
"license": "ISC",
|
|
260
|
+
"dependencies": {
|
|
261
|
+
"brace-expansion": "^2.0.1"
|
|
262
|
+
},
|
|
263
|
+
"engines": {
|
|
264
|
+
"node": ">=10"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"node_modules/@appium/support/node_modules/semver": {
|
|
268
|
+
"version": "7.3.7",
|
|
269
|
+
"license": "ISC",
|
|
270
|
+
"dependencies": {
|
|
271
|
+
"lru-cache": "^6.0.0"
|
|
272
|
+
},
|
|
273
|
+
"bin": {
|
|
274
|
+
"semver": "bin/semver.js"
|
|
275
|
+
},
|
|
276
|
+
"engines": {
|
|
277
|
+
"node": ">=10"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
281
|
+
"version": "1.16.0",
|
|
282
|
+
"engines": [
|
|
283
|
+
"node"
|
|
284
|
+
],
|
|
285
|
+
"license": "Apache-2.0",
|
|
286
|
+
"dependencies": {
|
|
287
|
+
"@babel/runtime": "^7.0.0",
|
|
288
|
+
"bluebird": "^3.5.1",
|
|
289
|
+
"lodash": "^4.17.4",
|
|
290
|
+
"shell-quote": "^1.4.3",
|
|
291
|
+
"source-map-support": "^0.5.3",
|
|
292
|
+
"which": "^2.0.2"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
197
295
|
"node_modules/@appium/test-support": {
|
|
198
|
-
"version": "1.
|
|
296
|
+
"version": "1.5.0",
|
|
199
297
|
"extraneous": true,
|
|
200
298
|
"license": "Apache-2.0",
|
|
201
299
|
"dependencies": {
|
|
@@ -223,10 +321,25 @@
|
|
|
223
321
|
"appium": "^2.0.0-beta.35"
|
|
224
322
|
}
|
|
225
323
|
},
|
|
226
|
-
"node_modules/@appium/
|
|
227
|
-
"version": "
|
|
324
|
+
"node_modules/@appium/test-support/node_modules/teen_process": {
|
|
325
|
+
"version": "1.16.0",
|
|
326
|
+
"engines": [
|
|
327
|
+
"node"
|
|
328
|
+
],
|
|
228
329
|
"extraneous": true,
|
|
229
330
|
"license": "Apache-2.0",
|
|
331
|
+
"dependencies": {
|
|
332
|
+
"@babel/runtime": "^7.0.0",
|
|
333
|
+
"bluebird": "^3.5.1",
|
|
334
|
+
"lodash": "^4.17.4",
|
|
335
|
+
"shell-quote": "^1.4.3",
|
|
336
|
+
"source-map-support": "^0.5.3",
|
|
337
|
+
"which": "^2.0.2"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"node_modules/@appium/types": {
|
|
341
|
+
"version": "0.4.0",
|
|
342
|
+
"license": "Apache-2.0",
|
|
230
343
|
"dependencies": {
|
|
231
344
|
"@appium/schema": "^0.0.9",
|
|
232
345
|
"@types/express": "4.17.13",
|
|
@@ -269,7 +382,7 @@
|
|
|
269
382
|
}
|
|
270
383
|
},
|
|
271
384
|
"node_modules/@babel/parser": {
|
|
272
|
-
"version": "7.18.
|
|
385
|
+
"version": "7.18.13",
|
|
273
386
|
"extraneous": true,
|
|
274
387
|
"license": "MIT",
|
|
275
388
|
"bin": {
|
|
@@ -776,7 +889,6 @@
|
|
|
776
889
|
},
|
|
777
890
|
"node_modules/@sindresorhus/is": {
|
|
778
891
|
"version": "4.6.0",
|
|
779
|
-
"extraneous": true,
|
|
780
892
|
"license": "MIT",
|
|
781
893
|
"engines": {
|
|
782
894
|
"node": ">=10"
|
|
@@ -818,7 +930,6 @@
|
|
|
818
930
|
},
|
|
819
931
|
"node_modules/@szmarczak/http-timer": {
|
|
820
932
|
"version": "4.0.6",
|
|
821
|
-
"extraneous": true,
|
|
822
933
|
"license": "MIT",
|
|
823
934
|
"dependencies": {
|
|
824
935
|
"defer-to-connect": "^2.0.0"
|
|
@@ -858,7 +969,6 @@
|
|
|
858
969
|
},
|
|
859
970
|
"node_modules/@types/body-parser": {
|
|
860
971
|
"version": "1.19.2",
|
|
861
|
-
"extraneous": true,
|
|
862
972
|
"license": "MIT",
|
|
863
973
|
"dependencies": {
|
|
864
974
|
"@types/connect": "*",
|
|
@@ -867,7 +977,6 @@
|
|
|
867
977
|
},
|
|
868
978
|
"node_modules/@types/cacheable-request": {
|
|
869
979
|
"version": "6.0.2",
|
|
870
|
-
"extraneous": true,
|
|
871
980
|
"license": "MIT",
|
|
872
981
|
"dependencies": {
|
|
873
982
|
"@types/http-cache-semantics": "*",
|
|
@@ -878,7 +987,6 @@
|
|
|
878
987
|
},
|
|
879
988
|
"node_modules/@types/connect": {
|
|
880
989
|
"version": "3.4.35",
|
|
881
|
-
"extraneous": true,
|
|
882
990
|
"license": "MIT",
|
|
883
991
|
"dependencies": {
|
|
884
992
|
"@types/node": "*"
|
|
@@ -886,7 +994,6 @@
|
|
|
886
994
|
},
|
|
887
995
|
"node_modules/@types/express": {
|
|
888
996
|
"version": "4.17.13",
|
|
889
|
-
"extraneous": true,
|
|
890
997
|
"license": "MIT",
|
|
891
998
|
"dependencies": {
|
|
892
999
|
"@types/body-parser": "*",
|
|
@@ -897,7 +1004,6 @@
|
|
|
897
1004
|
},
|
|
898
1005
|
"node_modules/@types/express-serve-static-core": {
|
|
899
1006
|
"version": "4.17.30",
|
|
900
|
-
"extraneous": true,
|
|
901
1007
|
"license": "MIT",
|
|
902
1008
|
"dependencies": {
|
|
903
1009
|
"@types/node": "*",
|
|
@@ -924,7 +1030,6 @@
|
|
|
924
1030
|
},
|
|
925
1031
|
"node_modules/@types/http-cache-semantics": {
|
|
926
1032
|
"version": "4.0.1",
|
|
927
|
-
"extraneous": true,
|
|
928
1033
|
"license": "MIT"
|
|
929
1034
|
},
|
|
930
1035
|
"node_modules/@types/jsftp": {
|
|
@@ -936,17 +1041,14 @@
|
|
|
936
1041
|
},
|
|
937
1042
|
"node_modules/@types/json-buffer": {
|
|
938
1043
|
"version": "3.0.0",
|
|
939
|
-
"extraneous": true,
|
|
940
1044
|
"license": "MIT"
|
|
941
1045
|
},
|
|
942
1046
|
"node_modules/@types/json-schema": {
|
|
943
1047
|
"version": "7.0.11",
|
|
944
|
-
"extraneous": true,
|
|
945
1048
|
"license": "MIT"
|
|
946
1049
|
},
|
|
947
1050
|
"node_modules/@types/keyv": {
|
|
948
1051
|
"version": "3.1.4",
|
|
949
|
-
"extraneous": true,
|
|
950
1052
|
"license": "MIT",
|
|
951
1053
|
"dependencies": {
|
|
952
1054
|
"@types/node": "*"
|
|
@@ -991,12 +1093,11 @@
|
|
|
991
1093
|
}
|
|
992
1094
|
},
|
|
993
1095
|
"node_modules/@types/mime": {
|
|
994
|
-
"version": "3.0.
|
|
995
|
-
"extraneous": true,
|
|
1096
|
+
"version": "3.0.1",
|
|
996
1097
|
"license": "MIT"
|
|
997
1098
|
},
|
|
998
1099
|
"node_modules/@types/minimatch": {
|
|
999
|
-
"version": "
|
|
1100
|
+
"version": "5.1.2",
|
|
1000
1101
|
"license": "MIT"
|
|
1001
1102
|
},
|
|
1002
1103
|
"node_modules/@types/mv": {
|
|
@@ -1011,7 +1112,7 @@
|
|
|
1011
1112
|
}
|
|
1012
1113
|
},
|
|
1013
1114
|
"node_modules/@types/node": {
|
|
1014
|
-
"version": "18.
|
|
1115
|
+
"version": "18.7.14",
|
|
1015
1116
|
"license": "MIT"
|
|
1016
1117
|
},
|
|
1017
1118
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1035,17 +1136,14 @@
|
|
|
1035
1136
|
},
|
|
1036
1137
|
"node_modules/@types/qs": {
|
|
1037
1138
|
"version": "6.9.7",
|
|
1038
|
-
"extraneous": true,
|
|
1039
1139
|
"license": "MIT"
|
|
1040
1140
|
},
|
|
1041
1141
|
"node_modules/@types/range-parser": {
|
|
1042
1142
|
"version": "1.2.4",
|
|
1043
|
-
"extraneous": true,
|
|
1044
1143
|
"license": "MIT"
|
|
1045
1144
|
},
|
|
1046
1145
|
"node_modules/@types/responselike": {
|
|
1047
1146
|
"version": "1.0.0",
|
|
1048
|
-
"extraneous": true,
|
|
1049
1147
|
"license": "MIT",
|
|
1050
1148
|
"dependencies": {
|
|
1051
1149
|
"@types/node": "*"
|
|
@@ -1073,7 +1171,6 @@
|
|
|
1073
1171
|
},
|
|
1074
1172
|
"node_modules/@types/serve-static": {
|
|
1075
1173
|
"version": "1.15.0",
|
|
1076
|
-
"extraneous": true,
|
|
1077
1174
|
"license": "MIT",
|
|
1078
1175
|
"dependencies": {
|
|
1079
1176
|
"@types/mime": "*",
|
|
@@ -1106,7 +1203,6 @@
|
|
|
1106
1203
|
},
|
|
1107
1204
|
"node_modules/@wdio/types": {
|
|
1108
1205
|
"version": "7.20.7",
|
|
1109
|
-
"extraneous": true,
|
|
1110
1206
|
"license": "MIT",
|
|
1111
1207
|
"dependencies": {
|
|
1112
1208
|
"@types/node": "^18.0.0",
|
|
@@ -1210,10 +1306,7 @@
|
|
|
1210
1306
|
"license": "MIT"
|
|
1211
1307
|
},
|
|
1212
1308
|
"node_modules/appium-adb": {
|
|
1213
|
-
"version": "9.10.
|
|
1214
|
-
"engines": [
|
|
1215
|
-
"node"
|
|
1216
|
-
],
|
|
1309
|
+
"version": "9.10.9",
|
|
1217
1310
|
"license": "Apache-2.0",
|
|
1218
1311
|
"dependencies": {
|
|
1219
1312
|
"@appium/support": "^2.55.3",
|
|
@@ -1227,24 +1320,48 @@
|
|
|
1227
1320
|
"lru-cache": "^7.3.0",
|
|
1228
1321
|
"semver": "^7.0.0",
|
|
1229
1322
|
"source-map-support": "^0.x",
|
|
1230
|
-
"teen_process": "^
|
|
1323
|
+
"teen_process": "^2.0.1",
|
|
1231
1324
|
"utf7": "^1.0.2"
|
|
1325
|
+
},
|
|
1326
|
+
"engines": {
|
|
1327
|
+
"node": ">=14",
|
|
1328
|
+
"npm": ">=8"
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"node_modules/appium-adb/node_modules/semver": {
|
|
1332
|
+
"version": "7.3.7",
|
|
1333
|
+
"license": "ISC",
|
|
1334
|
+
"dependencies": {
|
|
1335
|
+
"lru-cache": "^6.0.0"
|
|
1336
|
+
},
|
|
1337
|
+
"bin": {
|
|
1338
|
+
"semver": "bin/semver.js"
|
|
1339
|
+
},
|
|
1340
|
+
"engines": {
|
|
1341
|
+
"node": ">=10"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"node_modules/appium-adb/node_modules/semver/node_modules/lru-cache": {
|
|
1345
|
+
"version": "6.0.0",
|
|
1346
|
+
"license": "ISC",
|
|
1347
|
+
"dependencies": {
|
|
1348
|
+
"yallist": "^4.0.0"
|
|
1349
|
+
},
|
|
1350
|
+
"engines": {
|
|
1351
|
+
"node": ">=10"
|
|
1232
1352
|
}
|
|
1233
1353
|
},
|
|
1234
1354
|
"node_modules/appium-android-driver": {
|
|
1235
|
-
"version": "5.2.
|
|
1236
|
-
"engines": [
|
|
1237
|
-
"node"
|
|
1238
|
-
],
|
|
1355
|
+
"version": "5.2.12",
|
|
1239
1356
|
"license": "Apache-2.0",
|
|
1240
1357
|
"dependencies": {
|
|
1241
1358
|
"@babel/runtime": "^7.0.0",
|
|
1242
|
-
"appium-adb": "^9.10.
|
|
1243
|
-
"appium-chromedriver": "^5.
|
|
1359
|
+
"appium-adb": "^9.10.9",
|
|
1360
|
+
"appium-chromedriver": "^5.2.0",
|
|
1244
1361
|
"asyncbox": "^2.8.0",
|
|
1245
1362
|
"axios": "^0.x",
|
|
1246
1363
|
"bluebird": "^3.4.7",
|
|
1247
|
-
"io.appium.settings": "^4.1
|
|
1364
|
+
"io.appium.settings": "^4.2.1",
|
|
1248
1365
|
"jimp": "^0.x",
|
|
1249
1366
|
"lodash": "^4.17.4",
|
|
1250
1367
|
"lru-cache": "^7.3.0",
|
|
@@ -1255,15 +1372,42 @@
|
|
|
1255
1372
|
"semver": "^7.0.0",
|
|
1256
1373
|
"shared-preferences-builder": "^0.x",
|
|
1257
1374
|
"source-map-support": "^0.x",
|
|
1258
|
-
"teen_process": "^
|
|
1375
|
+
"teen_process": "^2.0.0",
|
|
1259
1376
|
"ws": "^8.0.0"
|
|
1260
1377
|
},
|
|
1378
|
+
"engines": {
|
|
1379
|
+
"node": ">=14",
|
|
1380
|
+
"npm": ">=8"
|
|
1381
|
+
},
|
|
1261
1382
|
"peerDependencies": {
|
|
1262
1383
|
"appium": "^2.0.0-beta.40"
|
|
1263
1384
|
}
|
|
1264
1385
|
},
|
|
1386
|
+
"node_modules/appium-android-driver/node_modules/semver": {
|
|
1387
|
+
"version": "7.3.7",
|
|
1388
|
+
"license": "ISC",
|
|
1389
|
+
"dependencies": {
|
|
1390
|
+
"lru-cache": "^6.0.0"
|
|
1391
|
+
},
|
|
1392
|
+
"bin": {
|
|
1393
|
+
"semver": "bin/semver.js"
|
|
1394
|
+
},
|
|
1395
|
+
"engines": {
|
|
1396
|
+
"node": ">=10"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"node_modules/appium-android-driver/node_modules/semver/node_modules/lru-cache": {
|
|
1400
|
+
"version": "6.0.0",
|
|
1401
|
+
"license": "ISC",
|
|
1402
|
+
"dependencies": {
|
|
1403
|
+
"yallist": "^4.0.0"
|
|
1404
|
+
},
|
|
1405
|
+
"engines": {
|
|
1406
|
+
"node": ">=10"
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1265
1409
|
"node_modules/appium-chromedriver": {
|
|
1266
|
-
"version": "5.1
|
|
1410
|
+
"version": "5.2.1",
|
|
1267
1411
|
"hasInstallScript": true,
|
|
1268
1412
|
"license": "Apache-2.0",
|
|
1269
1413
|
"dependencies": {
|
|
@@ -1272,22 +1416,45 @@
|
|
|
1272
1416
|
"asyncbox": "^2.0.2",
|
|
1273
1417
|
"axios": "^0.x",
|
|
1274
1418
|
"bluebird": "^3.5.1",
|
|
1275
|
-
"compare-versions": "^
|
|
1419
|
+
"compare-versions": "^5.0.0",
|
|
1276
1420
|
"fancy-log": "^2.0.0",
|
|
1277
1421
|
"lodash": "^4.17.4",
|
|
1278
1422
|
"semver": "^7.0.0",
|
|
1279
1423
|
"source-map-support": "^0.x",
|
|
1280
|
-
"teen_process": "^
|
|
1424
|
+
"teen_process": "^2.0.0",
|
|
1281
1425
|
"xpath": "^0.x"
|
|
1282
1426
|
},
|
|
1283
1427
|
"engines": {
|
|
1284
1428
|
"node": ">=14",
|
|
1285
|
-
"npm": ">=
|
|
1429
|
+
"npm": ">=8"
|
|
1286
1430
|
},
|
|
1287
1431
|
"peerDependencies": {
|
|
1288
1432
|
"appium": "^2.0.0-beta.40"
|
|
1289
1433
|
}
|
|
1290
1434
|
},
|
|
1435
|
+
"node_modules/appium-chromedriver/node_modules/lru-cache": {
|
|
1436
|
+
"version": "6.0.0",
|
|
1437
|
+
"license": "ISC",
|
|
1438
|
+
"dependencies": {
|
|
1439
|
+
"yallist": "^4.0.0"
|
|
1440
|
+
},
|
|
1441
|
+
"engines": {
|
|
1442
|
+
"node": ">=10"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"node_modules/appium-chromedriver/node_modules/semver": {
|
|
1446
|
+
"version": "7.3.7",
|
|
1447
|
+
"license": "ISC",
|
|
1448
|
+
"dependencies": {
|
|
1449
|
+
"lru-cache": "^6.0.0"
|
|
1450
|
+
},
|
|
1451
|
+
"bin": {
|
|
1452
|
+
"semver": "bin/semver.js"
|
|
1453
|
+
},
|
|
1454
|
+
"engines": {
|
|
1455
|
+
"node": ">=10"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1291
1458
|
"node_modules/aproba": {
|
|
1292
1459
|
"version": "2.0.0",
|
|
1293
1460
|
"license": "ISC"
|
|
@@ -1327,24 +1494,6 @@
|
|
|
1327
1494
|
"node": ">= 6"
|
|
1328
1495
|
}
|
|
1329
1496
|
},
|
|
1330
|
-
"node_modules/archiver-utils/node_modules/glob": {
|
|
1331
|
-
"version": "7.2.3",
|
|
1332
|
-
"license": "ISC",
|
|
1333
|
-
"dependencies": {
|
|
1334
|
-
"fs.realpath": "^1.0.0",
|
|
1335
|
-
"inflight": "^1.0.4",
|
|
1336
|
-
"inherits": "2",
|
|
1337
|
-
"minimatch": "^3.1.1",
|
|
1338
|
-
"once": "^1.3.0",
|
|
1339
|
-
"path-is-absolute": "^1.0.0"
|
|
1340
|
-
},
|
|
1341
|
-
"engines": {
|
|
1342
|
-
"node": "*"
|
|
1343
|
-
},
|
|
1344
|
-
"funding": {
|
|
1345
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
1497
|
"node_modules/archiver-utils/node_modules/readable-stream": {
|
|
1349
1498
|
"version": "2.3.7",
|
|
1350
1499
|
"license": "MIT",
|
|
@@ -1608,7 +1757,6 @@
|
|
|
1608
1757
|
},
|
|
1609
1758
|
"node_modules/cacheable-lookup": {
|
|
1610
1759
|
"version": "5.0.4",
|
|
1611
|
-
"extraneous": true,
|
|
1612
1760
|
"license": "MIT",
|
|
1613
1761
|
"engines": {
|
|
1614
1762
|
"node": ">=10.6.0"
|
|
@@ -1616,7 +1764,6 @@
|
|
|
1616
1764
|
},
|
|
1617
1765
|
"node_modules/cacheable-request": {
|
|
1618
1766
|
"version": "7.0.2",
|
|
1619
|
-
"extraneous": true,
|
|
1620
1767
|
"license": "MIT",
|
|
1621
1768
|
"dependencies": {
|
|
1622
1769
|
"clone-response": "^1.0.2",
|
|
@@ -1633,7 +1780,6 @@
|
|
|
1633
1780
|
},
|
|
1634
1781
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
1635
1782
|
"version": "5.2.0",
|
|
1636
|
-
"extraneous": true,
|
|
1637
1783
|
"license": "MIT",
|
|
1638
1784
|
"dependencies": {
|
|
1639
1785
|
"pump": "^3.0.0"
|
|
@@ -1645,15 +1791,6 @@
|
|
|
1645
1791
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1646
1792
|
}
|
|
1647
1793
|
},
|
|
1648
|
-
"node_modules/cacheable-request/node_modules/pump": {
|
|
1649
|
-
"version": "3.0.0",
|
|
1650
|
-
"extraneous": true,
|
|
1651
|
-
"license": "MIT",
|
|
1652
|
-
"dependencies": {
|
|
1653
|
-
"end-of-stream": "^1.1.0",
|
|
1654
|
-
"once": "^1.3.1"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
1794
|
"node_modules/call-bind": {
|
|
1658
1795
|
"version": "1.0.2",
|
|
1659
1796
|
"extraneous": true,
|
|
@@ -1753,9 +1890,16 @@
|
|
|
1753
1890
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1754
1891
|
}
|
|
1755
1892
|
},
|
|
1893
|
+
"node_modules/clone": {
|
|
1894
|
+
"version": "1.0.4",
|
|
1895
|
+
"extraneous": true,
|
|
1896
|
+
"license": "MIT",
|
|
1897
|
+
"engines": {
|
|
1898
|
+
"node": ">=0.8"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1756
1901
|
"node_modules/clone-response": {
|
|
1757
1902
|
"version": "1.0.3",
|
|
1758
|
-
"extraneous": true,
|
|
1759
1903
|
"license": "MIT",
|
|
1760
1904
|
"dependencies": {
|
|
1761
1905
|
"mimic-response": "^1.0.0"
|
|
@@ -1819,21 +1963,12 @@
|
|
|
1819
1963
|
"node": ">= 0.8"
|
|
1820
1964
|
}
|
|
1821
1965
|
},
|
|
1822
|
-
"node_modules/commander": {
|
|
1823
|
-
"version": "6.2.1",
|
|
1824
|
-
"extraneous": true,
|
|
1825
|
-
"license": "MIT",
|
|
1826
|
-
"engines": {
|
|
1827
|
-
"node": ">= 6"
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
1966
|
"node_modules/compare-versions": {
|
|
1831
|
-
"version": "
|
|
1967
|
+
"version": "5.0.1",
|
|
1832
1968
|
"license": "MIT"
|
|
1833
1969
|
},
|
|
1834
1970
|
"node_modules/compress-brotli": {
|
|
1835
1971
|
"version": "1.3.8",
|
|
1836
|
-
"extraneous": true,
|
|
1837
1972
|
"license": "MIT",
|
|
1838
1973
|
"dependencies": {
|
|
1839
1974
|
"@types/json-buffer": "~3.0.0",
|
|
@@ -1983,7 +2118,6 @@
|
|
|
1983
2118
|
},
|
|
1984
2119
|
"node_modules/decompress-response": {
|
|
1985
2120
|
"version": "6.0.0",
|
|
1986
|
-
"extraneous": true,
|
|
1987
2121
|
"license": "MIT",
|
|
1988
2122
|
"dependencies": {
|
|
1989
2123
|
"mimic-response": "^3.1.0"
|
|
@@ -1997,7 +2131,6 @@
|
|
|
1997
2131
|
},
|
|
1998
2132
|
"node_modules/decompress-response/node_modules/mimic-response": {
|
|
1999
2133
|
"version": "3.1.0",
|
|
2000
|
-
"extraneous": true,
|
|
2001
2134
|
"license": "MIT",
|
|
2002
2135
|
"engines": {
|
|
2003
2136
|
"node": ">=10"
|
|
@@ -2021,21 +2154,12 @@
|
|
|
2021
2154
|
"version": "1.0.3",
|
|
2022
2155
|
"extraneous": true,
|
|
2023
2156
|
"license": "MIT",
|
|
2024
|
-
"dependencies": {
|
|
2025
|
-
"clone": "^1.0.2"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
"node_modules/defaults/node_modules/clone": {
|
|
2029
|
-
"version": "1.0.4",
|
|
2030
|
-
"extraneous": true,
|
|
2031
|
-
"license": "MIT",
|
|
2032
|
-
"engines": {
|
|
2033
|
-
"node": ">=0.8"
|
|
2157
|
+
"dependencies": {
|
|
2158
|
+
"clone": "^1.0.2"
|
|
2034
2159
|
}
|
|
2035
2160
|
},
|
|
2036
2161
|
"node_modules/defer-to-connect": {
|
|
2037
2162
|
"version": "2.0.1",
|
|
2038
|
-
"extraneous": true,
|
|
2039
2163
|
"license": "MIT",
|
|
2040
2164
|
"engines": {
|
|
2041
2165
|
"node": ">=10"
|
|
@@ -2109,10 +2233,6 @@
|
|
|
2109
2233
|
"extraneous": true,
|
|
2110
2234
|
"license": "MIT"
|
|
2111
2235
|
},
|
|
2112
|
-
"node_modules/emoji-regex": {
|
|
2113
|
-
"version": "8.0.0",
|
|
2114
|
-
"license": "MIT"
|
|
2115
|
-
},
|
|
2116
2236
|
"node_modules/enabled": {
|
|
2117
2237
|
"version": "2.0.0",
|
|
2118
2238
|
"extraneous": true,
|
|
@@ -2521,6 +2641,29 @@
|
|
|
2521
2641
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
2522
2642
|
}
|
|
2523
2643
|
},
|
|
2644
|
+
"node_modules/gauge/node_modules/emoji-regex": {
|
|
2645
|
+
"version": "8.0.0",
|
|
2646
|
+
"license": "MIT"
|
|
2647
|
+
},
|
|
2648
|
+
"node_modules/gauge/node_modules/is-fullwidth-code-point": {
|
|
2649
|
+
"version": "3.0.0",
|
|
2650
|
+
"license": "MIT",
|
|
2651
|
+
"engines": {
|
|
2652
|
+
"node": ">=8"
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
"node_modules/gauge/node_modules/string-width": {
|
|
2656
|
+
"version": "4.2.3",
|
|
2657
|
+
"license": "MIT",
|
|
2658
|
+
"dependencies": {
|
|
2659
|
+
"emoji-regex": "^8.0.0",
|
|
2660
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2661
|
+
"strip-ansi": "^6.0.1"
|
|
2662
|
+
},
|
|
2663
|
+
"engines": {
|
|
2664
|
+
"node": ">=8"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2524
2667
|
"node_modules/get-func-name": {
|
|
2525
2668
|
"version": "2.0.0",
|
|
2526
2669
|
"dev": true,
|
|
@@ -2587,39 +2730,23 @@
|
|
|
2587
2730
|
}
|
|
2588
2731
|
},
|
|
2589
2732
|
"node_modules/glob": {
|
|
2590
|
-
"version": "
|
|
2733
|
+
"version": "7.2.3",
|
|
2591
2734
|
"license": "ISC",
|
|
2592
2735
|
"dependencies": {
|
|
2593
2736
|
"fs.realpath": "^1.0.0",
|
|
2594
2737
|
"inflight": "^1.0.4",
|
|
2595
2738
|
"inherits": "2",
|
|
2596
|
-
"minimatch": "^
|
|
2597
|
-
"once": "^1.3.0"
|
|
2739
|
+
"minimatch": "^3.1.1",
|
|
2740
|
+
"once": "^1.3.0",
|
|
2741
|
+
"path-is-absolute": "^1.0.0"
|
|
2598
2742
|
},
|
|
2599
2743
|
"engines": {
|
|
2600
|
-
"node": "
|
|
2744
|
+
"node": "*"
|
|
2601
2745
|
},
|
|
2602
2746
|
"funding": {
|
|
2603
2747
|
"url": "https://github.com/sponsors/isaacs"
|
|
2604
2748
|
}
|
|
2605
2749
|
},
|
|
2606
|
-
"node_modules/glob/node_modules/brace-expansion": {
|
|
2607
|
-
"version": "2.0.1",
|
|
2608
|
-
"license": "MIT",
|
|
2609
|
-
"dependencies": {
|
|
2610
|
-
"balanced-match": "^1.0.0"
|
|
2611
|
-
}
|
|
2612
|
-
},
|
|
2613
|
-
"node_modules/glob/node_modules/minimatch": {
|
|
2614
|
-
"version": "5.1.0",
|
|
2615
|
-
"license": "ISC",
|
|
2616
|
-
"dependencies": {
|
|
2617
|
-
"brace-expansion": "^2.0.1"
|
|
2618
|
-
},
|
|
2619
|
-
"engines": {
|
|
2620
|
-
"node": ">=10"
|
|
2621
|
-
}
|
|
2622
|
-
},
|
|
2623
2750
|
"node_modules/global": {
|
|
2624
2751
|
"version": "4.4.0",
|
|
2625
2752
|
"license": "MIT",
|
|
@@ -2630,7 +2757,6 @@
|
|
|
2630
2757
|
},
|
|
2631
2758
|
"node_modules/got": {
|
|
2632
2759
|
"version": "11.8.5",
|
|
2633
|
-
"extraneous": true,
|
|
2634
2760
|
"license": "MIT",
|
|
2635
2761
|
"dependencies": {
|
|
2636
2762
|
"@sindresorhus/is": "^4.0.0",
|
|
@@ -2727,7 +2853,6 @@
|
|
|
2727
2853
|
},
|
|
2728
2854
|
"node_modules/http-cache-semantics": {
|
|
2729
2855
|
"version": "4.1.0",
|
|
2730
|
-
"extraneous": true,
|
|
2731
2856
|
"license": "BSD-2-Clause"
|
|
2732
2857
|
},
|
|
2733
2858
|
"node_modules/http-errors": {
|
|
@@ -2752,7 +2877,6 @@
|
|
|
2752
2877
|
},
|
|
2753
2878
|
"node_modules/http2-wrapper": {
|
|
2754
2879
|
"version": "1.0.3",
|
|
2755
|
-
"extraneous": true,
|
|
2756
2880
|
"license": "MIT",
|
|
2757
2881
|
"dependencies": {
|
|
2758
2882
|
"quick-lru": "^5.1.1",
|
|
@@ -2815,7 +2939,7 @@
|
|
|
2815
2939
|
"license": "ISC"
|
|
2816
2940
|
},
|
|
2817
2941
|
"node_modules/ini": {
|
|
2818
|
-
"version": "3.0.
|
|
2942
|
+
"version": "3.0.1",
|
|
2819
2943
|
"license": "ISC",
|
|
2820
2944
|
"engines": {
|
|
2821
2945
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
@@ -2835,8 +2959,12 @@
|
|
|
2835
2959
|
}
|
|
2836
2960
|
},
|
|
2837
2961
|
"node_modules/io.appium.settings": {
|
|
2838
|
-
"version": "4.1
|
|
2839
|
-
"license": "Apache-2.0"
|
|
2962
|
+
"version": "4.2.1",
|
|
2963
|
+
"license": "Apache-2.0",
|
|
2964
|
+
"engines": {
|
|
2965
|
+
"node": ">=14",
|
|
2966
|
+
"npm": ">=8"
|
|
2967
|
+
}
|
|
2840
2968
|
},
|
|
2841
2969
|
"node_modules/ipaddr.js": {
|
|
2842
2970
|
"version": "1.9.1",
|
|
@@ -2888,7 +3016,7 @@
|
|
|
2888
3016
|
}
|
|
2889
3017
|
},
|
|
2890
3018
|
"node_modules/is-core-module": {
|
|
2891
|
-
"version": "2.
|
|
3019
|
+
"version": "2.10.0",
|
|
2892
3020
|
"license": "MIT",
|
|
2893
3021
|
"dependencies": {
|
|
2894
3022
|
"has": "^1.0.3"
|
|
@@ -2911,13 +3039,6 @@
|
|
|
2911
3039
|
"url": "https://github.com/sponsors/ljharb"
|
|
2912
3040
|
}
|
|
2913
3041
|
},
|
|
2914
|
-
"node_modules/is-fullwidth-code-point": {
|
|
2915
|
-
"version": "3.0.0",
|
|
2916
|
-
"license": "MIT",
|
|
2917
|
-
"engines": {
|
|
2918
|
-
"node": ">=8"
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
3042
|
"node_modules/is-function": {
|
|
2922
3043
|
"version": "1.0.2",
|
|
2923
3044
|
"license": "MIT"
|
|
@@ -3165,7 +3286,6 @@
|
|
|
3165
3286
|
},
|
|
3166
3287
|
"node_modules/json-buffer": {
|
|
3167
3288
|
"version": "3.0.1",
|
|
3168
|
-
"extraneous": true,
|
|
3169
3289
|
"license": "MIT"
|
|
3170
3290
|
},
|
|
3171
3291
|
"node_modules/json-parse-even-better-errors": {
|
|
@@ -3174,7 +3294,6 @@
|
|
|
3174
3294
|
},
|
|
3175
3295
|
"node_modules/json-schema": {
|
|
3176
3296
|
"version": "0.4.0",
|
|
3177
|
-
"extraneous": true,
|
|
3178
3297
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
3179
3298
|
},
|
|
3180
3299
|
"node_modules/json-schema-traverse": {
|
|
@@ -3188,8 +3307,7 @@
|
|
|
3188
3307
|
"license": "MIT"
|
|
3189
3308
|
},
|
|
3190
3309
|
"node_modules/keyv": {
|
|
3191
|
-
"version": "4.
|
|
3192
|
-
"extraneous": true,
|
|
3310
|
+
"version": "4.4.1",
|
|
3193
3311
|
"license": "MIT",
|
|
3194
3312
|
"dependencies": {
|
|
3195
3313
|
"compress-brotli": "^1.3.8",
|
|
@@ -3435,14 +3553,13 @@
|
|
|
3435
3553
|
},
|
|
3436
3554
|
"node_modules/lowercase-keys": {
|
|
3437
3555
|
"version": "2.0.0",
|
|
3438
|
-
"extraneous": true,
|
|
3439
3556
|
"license": "MIT",
|
|
3440
3557
|
"engines": {
|
|
3441
3558
|
"node": ">=8"
|
|
3442
3559
|
}
|
|
3443
3560
|
},
|
|
3444
3561
|
"node_modules/lru-cache": {
|
|
3445
|
-
"version": "7.13.
|
|
3562
|
+
"version": "7.13.2",
|
|
3446
3563
|
"license": "ISC",
|
|
3447
3564
|
"engines": {
|
|
3448
3565
|
"node": ">=12"
|
|
@@ -3473,7 +3590,7 @@
|
|
|
3473
3590
|
}
|
|
3474
3591
|
},
|
|
3475
3592
|
"node_modules/marked": {
|
|
3476
|
-
"version": "4.0
|
|
3593
|
+
"version": "4.1.0",
|
|
3477
3594
|
"extraneous": true,
|
|
3478
3595
|
"license": "MIT",
|
|
3479
3596
|
"bin": {
|
|
@@ -3573,7 +3690,6 @@
|
|
|
3573
3690
|
},
|
|
3574
3691
|
"node_modules/mimic-response": {
|
|
3575
3692
|
"version": "1.0.1",
|
|
3576
|
-
"extraneous": true,
|
|
3577
3693
|
"license": "MIT",
|
|
3578
3694
|
"engines": {
|
|
3579
3695
|
"node": ">=4"
|
|
@@ -3617,7 +3733,7 @@
|
|
|
3617
3733
|
}
|
|
3618
3734
|
},
|
|
3619
3735
|
"node_modules/moment-timezone": {
|
|
3620
|
-
"version": "0.5.
|
|
3736
|
+
"version": "0.5.37",
|
|
3621
3737
|
"license": "MIT",
|
|
3622
3738
|
"dependencies": {
|
|
3623
3739
|
"moment": ">= 2.9.0"
|
|
@@ -3771,7 +3887,6 @@
|
|
|
3771
3887
|
},
|
|
3772
3888
|
"node_modules/normalize-url": {
|
|
3773
3889
|
"version": "6.1.0",
|
|
3774
|
-
"extraneous": true,
|
|
3775
3890
|
"license": "MIT",
|
|
3776
3891
|
"engines": {
|
|
3777
3892
|
"node": ">=10"
|
|
@@ -3810,13 +3925,13 @@
|
|
|
3810
3925
|
}
|
|
3811
3926
|
},
|
|
3812
3927
|
"node_modules/object.assign": {
|
|
3813
|
-
"version": "4.1.
|
|
3928
|
+
"version": "4.1.4",
|
|
3814
3929
|
"extraneous": true,
|
|
3815
3930
|
"license": "MIT",
|
|
3816
3931
|
"dependencies": {
|
|
3817
|
-
"call-bind": "^1.0.
|
|
3818
|
-
"define-properties": "^1.1.
|
|
3819
|
-
"has-symbols": "^1.0.
|
|
3932
|
+
"call-bind": "^1.0.2",
|
|
3933
|
+
"define-properties": "^1.1.4",
|
|
3934
|
+
"has-symbols": "^1.0.3",
|
|
3820
3935
|
"object-keys": "^1.1.1"
|
|
3821
3936
|
},
|
|
3822
3937
|
"engines": {
|
|
@@ -3962,7 +4077,6 @@
|
|
|
3962
4077
|
},
|
|
3963
4078
|
"node_modules/p-cancelable": {
|
|
3964
4079
|
"version": "2.1.1",
|
|
3965
|
-
"extraneous": true,
|
|
3966
4080
|
"license": "MIT",
|
|
3967
4081
|
"engines": {
|
|
3968
4082
|
"node": ">=8"
|
|
@@ -4005,6 +4119,14 @@
|
|
|
4005
4119
|
"package-changed": "bin/package-changed.js"
|
|
4006
4120
|
}
|
|
4007
4121
|
},
|
|
4122
|
+
"node_modules/package-changed/node_modules/commander": {
|
|
4123
|
+
"version": "6.2.1",
|
|
4124
|
+
"extraneous": true,
|
|
4125
|
+
"license": "MIT",
|
|
4126
|
+
"engines": {
|
|
4127
|
+
"node": ">= 6"
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4008
4130
|
"node_modules/pako": {
|
|
4009
4131
|
"version": "1.0.11",
|
|
4010
4132
|
"license": "(MIT AND Zlib)"
|
|
@@ -4159,12 +4281,12 @@
|
|
|
4159
4281
|
}
|
|
4160
4282
|
},
|
|
4161
4283
|
"node_modules/portfinder": {
|
|
4162
|
-
"version": "1.0.
|
|
4284
|
+
"version": "1.0.32",
|
|
4163
4285
|
"license": "MIT",
|
|
4164
4286
|
"dependencies": {
|
|
4165
|
-
"async": "^2.6.
|
|
4166
|
-
"debug": "^3.
|
|
4167
|
-
"mkdirp": "^0.5.
|
|
4287
|
+
"async": "^2.6.4",
|
|
4288
|
+
"debug": "^3.2.7",
|
|
4289
|
+
"mkdirp": "^0.5.6"
|
|
4168
4290
|
},
|
|
4169
4291
|
"engines": {
|
|
4170
4292
|
"node": ">= 0.12.0"
|
|
@@ -4226,6 +4348,14 @@
|
|
|
4226
4348
|
"node": ">= 0.10"
|
|
4227
4349
|
}
|
|
4228
4350
|
},
|
|
4351
|
+
"node_modules/pump": {
|
|
4352
|
+
"version": "3.0.0",
|
|
4353
|
+
"license": "MIT",
|
|
4354
|
+
"dependencies": {
|
|
4355
|
+
"end-of-stream": "^1.1.0",
|
|
4356
|
+
"once": "^1.3.1"
|
|
4357
|
+
}
|
|
4358
|
+
},
|
|
4229
4359
|
"node_modules/punycode": {
|
|
4230
4360
|
"version": "2.1.1",
|
|
4231
4361
|
"extraneous": true,
|
|
@@ -4250,7 +4380,6 @@
|
|
|
4250
4380
|
},
|
|
4251
4381
|
"node_modules/quick-lru": {
|
|
4252
4382
|
"version": "5.1.1",
|
|
4253
|
-
"extraneous": true,
|
|
4254
4383
|
"license": "MIT",
|
|
4255
4384
|
"engines": {
|
|
4256
4385
|
"node": ">=10"
|
|
@@ -4390,7 +4519,6 @@
|
|
|
4390
4519
|
},
|
|
4391
4520
|
"node_modules/resolve-alpn": {
|
|
4392
4521
|
"version": "1.2.1",
|
|
4393
|
-
"extraneous": true,
|
|
4394
4522
|
"license": "MIT"
|
|
4395
4523
|
},
|
|
4396
4524
|
"node_modules/resolve-from": {
|
|
@@ -4402,7 +4530,6 @@
|
|
|
4402
4530
|
},
|
|
4403
4531
|
"node_modules/responselike": {
|
|
4404
4532
|
"version": "2.0.1",
|
|
4405
|
-
"extraneous": true,
|
|
4406
4533
|
"license": "MIT",
|
|
4407
4534
|
"dependencies": {
|
|
4408
4535
|
"lowercase-keys": "^2.0.0"
|
|
@@ -4436,24 +4563,6 @@
|
|
|
4436
4563
|
"url": "https://github.com/sponsors/isaacs"
|
|
4437
4564
|
}
|
|
4438
4565
|
},
|
|
4439
|
-
"node_modules/rimraf/node_modules/glob": {
|
|
4440
|
-
"version": "7.2.3",
|
|
4441
|
-
"license": "ISC",
|
|
4442
|
-
"dependencies": {
|
|
4443
|
-
"fs.realpath": "^1.0.0",
|
|
4444
|
-
"inflight": "^1.0.4",
|
|
4445
|
-
"inherits": "2",
|
|
4446
|
-
"minimatch": "^3.1.1",
|
|
4447
|
-
"once": "^1.3.0",
|
|
4448
|
-
"path-is-absolute": "^1.0.0"
|
|
4449
|
-
},
|
|
4450
|
-
"engines": {
|
|
4451
|
-
"node": "*"
|
|
4452
|
-
},
|
|
4453
|
-
"funding": {
|
|
4454
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4455
|
-
}
|
|
4456
|
-
},
|
|
4457
4566
|
"node_modules/safe-buffer": {
|
|
4458
4567
|
"version": "5.1.2",
|
|
4459
4568
|
"license": "MIT"
|
|
@@ -4482,29 +4591,6 @@
|
|
|
4482
4591
|
"version": "1.2.4",
|
|
4483
4592
|
"license": "ISC"
|
|
4484
4593
|
},
|
|
4485
|
-
"node_modules/semver": {
|
|
4486
|
-
"version": "7.3.7",
|
|
4487
|
-
"license": "ISC",
|
|
4488
|
-
"dependencies": {
|
|
4489
|
-
"lru-cache": "^6.0.0"
|
|
4490
|
-
},
|
|
4491
|
-
"bin": {
|
|
4492
|
-
"semver": "bin/semver.js"
|
|
4493
|
-
},
|
|
4494
|
-
"engines": {
|
|
4495
|
-
"node": ">=10"
|
|
4496
|
-
}
|
|
4497
|
-
},
|
|
4498
|
-
"node_modules/semver/node_modules/lru-cache": {
|
|
4499
|
-
"version": "6.0.0",
|
|
4500
|
-
"license": "ISC",
|
|
4501
|
-
"dependencies": {
|
|
4502
|
-
"yallist": "^4.0.0"
|
|
4503
|
-
},
|
|
4504
|
-
"engines": {
|
|
4505
|
-
"node": ">=10"
|
|
4506
|
-
}
|
|
4507
|
-
},
|
|
4508
4594
|
"node_modules/send": {
|
|
4509
4595
|
"version": "0.18.0",
|
|
4510
4596
|
"extraneous": true,
|
|
@@ -4726,7 +4812,7 @@
|
|
|
4726
4812
|
}
|
|
4727
4813
|
},
|
|
4728
4814
|
"node_modules/spdx-license-ids": {
|
|
4729
|
-
"version": "3.0.
|
|
4815
|
+
"version": "3.0.12",
|
|
4730
4816
|
"license": "CC0-1.0"
|
|
4731
4817
|
},
|
|
4732
4818
|
"node_modules/stack-trace": {
|
|
@@ -4785,18 +4871,6 @@
|
|
|
4785
4871
|
],
|
|
4786
4872
|
"license": "MIT"
|
|
4787
4873
|
},
|
|
4788
|
-
"node_modules/string-width": {
|
|
4789
|
-
"version": "4.2.3",
|
|
4790
|
-
"license": "MIT",
|
|
4791
|
-
"dependencies": {
|
|
4792
|
-
"emoji-regex": "^8.0.0",
|
|
4793
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
4794
|
-
"strip-ansi": "^6.0.1"
|
|
4795
|
-
},
|
|
4796
|
-
"engines": {
|
|
4797
|
-
"node": ">=8"
|
|
4798
|
-
}
|
|
4799
|
-
},
|
|
4800
4874
|
"node_modules/string.prototype.matchall": {
|
|
4801
4875
|
"version": "4.0.7",
|
|
4802
4876
|
"extraneous": true,
|
|
@@ -4904,18 +4978,19 @@
|
|
|
4904
4978
|
}
|
|
4905
4979
|
},
|
|
4906
4980
|
"node_modules/teen_process": {
|
|
4907
|
-
"version": "
|
|
4908
|
-
"engines": [
|
|
4909
|
-
"node"
|
|
4910
|
-
],
|
|
4981
|
+
"version": "2.0.1",
|
|
4911
4982
|
"license": "Apache-2.0",
|
|
4912
4983
|
"dependencies": {
|
|
4913
|
-
"@babel/runtime": "
|
|
4914
|
-
"bluebird": "
|
|
4915
|
-
"lodash": "
|
|
4916
|
-
"shell-quote": "
|
|
4917
|
-
"source-map-support": "
|
|
4918
|
-
"which": "
|
|
4984
|
+
"@babel/runtime": "7.18.9",
|
|
4985
|
+
"bluebird": "3.7.2",
|
|
4986
|
+
"lodash": "4.17.21",
|
|
4987
|
+
"shell-quote": "1.7.3",
|
|
4988
|
+
"source-map-support": "0.5.21",
|
|
4989
|
+
"which": "2.0.2"
|
|
4990
|
+
},
|
|
4991
|
+
"engines": {
|
|
4992
|
+
"node": ">=14",
|
|
4993
|
+
"npm": ">=6"
|
|
4919
4994
|
}
|
|
4920
4995
|
},
|
|
4921
4996
|
"node_modules/text-hex": {
|
|
@@ -4989,9 +5064,9 @@
|
|
|
4989
5064
|
}
|
|
4990
5065
|
},
|
|
4991
5066
|
"node_modules/typescript": {
|
|
4992
|
-
"version": "4.
|
|
4993
|
-
"extraneous": true,
|
|
5067
|
+
"version": "4.8.2",
|
|
4994
5068
|
"license": "Apache-2.0",
|
|
5069
|
+
"peer": true,
|
|
4995
5070
|
"bin": {
|
|
4996
5071
|
"tsc": "bin/tsc",
|
|
4997
5072
|
"tsserver": "bin/tsserver"
|
|
@@ -5153,6 +5228,29 @@
|
|
|
5153
5228
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
5154
5229
|
}
|
|
5155
5230
|
},
|
|
5231
|
+
"node_modules/wide-align/node_modules/emoji-regex": {
|
|
5232
|
+
"version": "8.0.0",
|
|
5233
|
+
"license": "MIT"
|
|
5234
|
+
},
|
|
5235
|
+
"node_modules/wide-align/node_modules/is-fullwidth-code-point": {
|
|
5236
|
+
"version": "3.0.0",
|
|
5237
|
+
"license": "MIT",
|
|
5238
|
+
"engines": {
|
|
5239
|
+
"node": ">=8"
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
"node_modules/wide-align/node_modules/string-width": {
|
|
5243
|
+
"version": "4.2.3",
|
|
5244
|
+
"license": "MIT",
|
|
5245
|
+
"dependencies": {
|
|
5246
|
+
"emoji-regex": "^8.0.0",
|
|
5247
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
5248
|
+
"strip-ansi": "^6.0.1"
|
|
5249
|
+
},
|
|
5250
|
+
"engines": {
|
|
5251
|
+
"node": ">=8"
|
|
5252
|
+
}
|
|
5253
|
+
},
|
|
5156
5254
|
"node_modules/winston": {
|
|
5157
5255
|
"version": "3.8.1",
|
|
5158
5256
|
"extraneous": true,
|
|
@@ -5232,6 +5330,32 @@
|
|
|
5232
5330
|
"extraneous": true,
|
|
5233
5331
|
"license": "MIT"
|
|
5234
5332
|
},
|
|
5333
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
5334
|
+
"version": "8.0.0",
|
|
5335
|
+
"extraneous": true,
|
|
5336
|
+
"license": "MIT"
|
|
5337
|
+
},
|
|
5338
|
+
"node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
5339
|
+
"version": "3.0.0",
|
|
5340
|
+
"extraneous": true,
|
|
5341
|
+
"license": "MIT",
|
|
5342
|
+
"engines": {
|
|
5343
|
+
"node": ">=8"
|
|
5344
|
+
}
|
|
5345
|
+
},
|
|
5346
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
5347
|
+
"version": "4.2.3",
|
|
5348
|
+
"extraneous": true,
|
|
5349
|
+
"license": "MIT",
|
|
5350
|
+
"dependencies": {
|
|
5351
|
+
"emoji-regex": "^8.0.0",
|
|
5352
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
5353
|
+
"strip-ansi": "^6.0.1"
|
|
5354
|
+
},
|
|
5355
|
+
"engines": {
|
|
5356
|
+
"node": ">=8"
|
|
5357
|
+
}
|
|
5358
|
+
},
|
|
5235
5359
|
"node_modules/wrappy": {
|
|
5236
5360
|
"version": "1.0.2",
|
|
5237
5361
|
"license": "ISC"
|
|
@@ -5358,10 +5482,10 @@
|
|
|
5358
5482
|
},
|
|
5359
5483
|
"dependencies": {
|
|
5360
5484
|
"@appium/base-driver": {
|
|
5361
|
-
"version": "8.
|
|
5485
|
+
"version": "8.7.0",
|
|
5362
5486
|
"extraneous": true,
|
|
5363
5487
|
"requires": {
|
|
5364
|
-
"@appium/support": "^2.59.
|
|
5488
|
+
"@appium/support": "^2.59.5",
|
|
5365
5489
|
"@babel/runtime": "7.18.9",
|
|
5366
5490
|
"@colors/colors": "1.5.0",
|
|
5367
5491
|
"@types/async-lock": "1.1.5",
|
|
@@ -5378,7 +5502,7 @@
|
|
|
5378
5502
|
"express": "4.18.1",
|
|
5379
5503
|
"http-status-codes": "2.2.0",
|
|
5380
5504
|
"lodash": "4.17.21",
|
|
5381
|
-
"lru-cache": "7.13.
|
|
5505
|
+
"lru-cache": "7.13.2",
|
|
5382
5506
|
"method-override": "3.0.0",
|
|
5383
5507
|
"morgan": "1.10.0",
|
|
5384
5508
|
"serve-favicon": "2.5.0",
|
|
@@ -5388,28 +5512,41 @@
|
|
|
5388
5512
|
}
|
|
5389
5513
|
},
|
|
5390
5514
|
"@appium/base-plugin": {
|
|
5391
|
-
"version": "1.10.
|
|
5515
|
+
"version": "1.10.2",
|
|
5392
5516
|
"extraneous": true,
|
|
5393
5517
|
"requires": {
|
|
5394
|
-
"@appium/support": "^2.59.
|
|
5518
|
+
"@appium/support": "^2.59.5"
|
|
5395
5519
|
}
|
|
5396
5520
|
},
|
|
5397
5521
|
"@appium/docutils": {
|
|
5398
|
-
"version": "0.0.
|
|
5522
|
+
"version": "0.0.10",
|
|
5399
5523
|
"extraneous": true,
|
|
5400
5524
|
"requires": {
|
|
5401
|
-
"@appium/support": "^2.59.
|
|
5525
|
+
"@appium/support": "^2.59.5",
|
|
5402
5526
|
"@babel/runtime": "7.18.9",
|
|
5403
5527
|
"docdash": "1.2.0",
|
|
5404
5528
|
"jsdoc": "3.6.11",
|
|
5405
5529
|
"jsdoc-plugin-typescript": "2.1.1",
|
|
5406
5530
|
"source-map-support": "0.5.21",
|
|
5407
5531
|
"teen_process": "1.16.0"
|
|
5532
|
+
},
|
|
5533
|
+
"dependencies": {
|
|
5534
|
+
"teen_process": {
|
|
5535
|
+
"version": "1.16.0",
|
|
5536
|
+
"extraneous": true,
|
|
5537
|
+
"requires": {
|
|
5538
|
+
"@babel/runtime": "^7.0.0",
|
|
5539
|
+
"bluebird": "^3.5.1",
|
|
5540
|
+
"lodash": "^4.17.4",
|
|
5541
|
+
"shell-quote": "^1.4.3",
|
|
5542
|
+
"source-map-support": "^0.5.3",
|
|
5543
|
+
"which": "^2.0.2"
|
|
5544
|
+
}
|
|
5545
|
+
}
|
|
5408
5546
|
}
|
|
5409
5547
|
},
|
|
5410
5548
|
"@appium/schema": {
|
|
5411
5549
|
"version": "0.0.9",
|
|
5412
|
-
"extraneous": true,
|
|
5413
5550
|
"requires": {
|
|
5414
5551
|
"@types/json-schema": "7.0.11",
|
|
5415
5552
|
"json-schema": "0.4.0",
|
|
@@ -5417,8 +5554,9 @@
|
|
|
5417
5554
|
}
|
|
5418
5555
|
},
|
|
5419
5556
|
"@appium/support": {
|
|
5420
|
-
"version": "2.59.
|
|
5557
|
+
"version": "2.59.5",
|
|
5421
5558
|
"requires": {
|
|
5559
|
+
"@appium/types": "^0.4.0",
|
|
5422
5560
|
"@babel/runtime": "7.18.9",
|
|
5423
5561
|
"@colors/colors": "1.5.0",
|
|
5424
5562
|
"@types/archiver": "5.3.1",
|
|
@@ -5476,10 +5614,57 @@
|
|
|
5476
5614
|
"uuid": "8.3.2",
|
|
5477
5615
|
"which": "2.0.2",
|
|
5478
5616
|
"yauzl": "2.10.0"
|
|
5617
|
+
},
|
|
5618
|
+
"dependencies": {
|
|
5619
|
+
"brace-expansion": {
|
|
5620
|
+
"version": "2.0.1",
|
|
5621
|
+
"requires": {
|
|
5622
|
+
"balanced-match": "^1.0.0"
|
|
5623
|
+
}
|
|
5624
|
+
},
|
|
5625
|
+
"glob": {
|
|
5626
|
+
"version": "8.0.3",
|
|
5627
|
+
"requires": {
|
|
5628
|
+
"fs.realpath": "^1.0.0",
|
|
5629
|
+
"inflight": "^1.0.4",
|
|
5630
|
+
"inherits": "2",
|
|
5631
|
+
"minimatch": "^5.0.1",
|
|
5632
|
+
"once": "^1.3.0"
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5635
|
+
"lru-cache": {
|
|
5636
|
+
"version": "6.0.0",
|
|
5637
|
+
"requires": {
|
|
5638
|
+
"yallist": "^4.0.0"
|
|
5639
|
+
}
|
|
5640
|
+
},
|
|
5641
|
+
"minimatch": {
|
|
5642
|
+
"version": "5.1.0",
|
|
5643
|
+
"requires": {
|
|
5644
|
+
"brace-expansion": "^2.0.1"
|
|
5645
|
+
}
|
|
5646
|
+
},
|
|
5647
|
+
"semver": {
|
|
5648
|
+
"version": "7.3.7",
|
|
5649
|
+
"requires": {
|
|
5650
|
+
"lru-cache": "^6.0.0"
|
|
5651
|
+
}
|
|
5652
|
+
},
|
|
5653
|
+
"teen_process": {
|
|
5654
|
+
"version": "1.16.0",
|
|
5655
|
+
"requires": {
|
|
5656
|
+
"@babel/runtime": "^7.0.0",
|
|
5657
|
+
"bluebird": "^3.5.1",
|
|
5658
|
+
"lodash": "^4.17.4",
|
|
5659
|
+
"shell-quote": "^1.4.3",
|
|
5660
|
+
"source-map-support": "^0.5.3",
|
|
5661
|
+
"which": "^2.0.2"
|
|
5662
|
+
}
|
|
5663
|
+
}
|
|
5479
5664
|
}
|
|
5480
5665
|
},
|
|
5481
5666
|
"@appium/test-support": {
|
|
5482
|
-
"version": "1.
|
|
5667
|
+
"version": "1.5.0",
|
|
5483
5668
|
"extraneous": true,
|
|
5484
5669
|
"requires": {
|
|
5485
5670
|
"@babel/runtime": "7.18.9",
|
|
@@ -5493,11 +5678,24 @@
|
|
|
5493
5678
|
"sinon": "14.0.0",
|
|
5494
5679
|
"source-map-support": "0.5.21",
|
|
5495
5680
|
"teen_process": "1.16.0"
|
|
5681
|
+
},
|
|
5682
|
+
"dependencies": {
|
|
5683
|
+
"teen_process": {
|
|
5684
|
+
"version": "1.16.0",
|
|
5685
|
+
"extraneous": true,
|
|
5686
|
+
"requires": {
|
|
5687
|
+
"@babel/runtime": "^7.0.0",
|
|
5688
|
+
"bluebird": "^3.5.1",
|
|
5689
|
+
"lodash": "^4.17.4",
|
|
5690
|
+
"shell-quote": "^1.4.3",
|
|
5691
|
+
"source-map-support": "^0.5.3",
|
|
5692
|
+
"which": "^2.0.2"
|
|
5693
|
+
}
|
|
5694
|
+
}
|
|
5496
5695
|
}
|
|
5497
5696
|
},
|
|
5498
5697
|
"@appium/types": {
|
|
5499
|
-
"version": "0.
|
|
5500
|
-
"extraneous": true,
|
|
5698
|
+
"version": "0.4.0",
|
|
5501
5699
|
"requires": {
|
|
5502
5700
|
"@appium/schema": "^0.0.9",
|
|
5503
5701
|
"@types/express": "4.17.13",
|
|
@@ -5524,7 +5722,7 @@
|
|
|
5524
5722
|
}
|
|
5525
5723
|
},
|
|
5526
5724
|
"@babel/parser": {
|
|
5527
|
-
"version": "7.18.
|
|
5725
|
+
"version": "7.18.13",
|
|
5528
5726
|
"extraneous": true
|
|
5529
5727
|
},
|
|
5530
5728
|
"@babel/runtime": {
|
|
@@ -5853,8 +6051,7 @@
|
|
|
5853
6051
|
}
|
|
5854
6052
|
},
|
|
5855
6053
|
"@sindresorhus/is": {
|
|
5856
|
-
"version": "4.6.0"
|
|
5857
|
-
"extraneous": true
|
|
6054
|
+
"version": "4.6.0"
|
|
5858
6055
|
},
|
|
5859
6056
|
"@sinonjs/commons": {
|
|
5860
6057
|
"version": "1.8.3",
|
|
@@ -5885,7 +6082,6 @@
|
|
|
5885
6082
|
},
|
|
5886
6083
|
"@szmarczak/http-timer": {
|
|
5887
6084
|
"version": "4.0.6",
|
|
5888
|
-
"extraneous": true,
|
|
5889
6085
|
"requires": {
|
|
5890
6086
|
"defer-to-connect": "^2.0.0"
|
|
5891
6087
|
}
|
|
@@ -5916,7 +6112,6 @@
|
|
|
5916
6112
|
},
|
|
5917
6113
|
"@types/body-parser": {
|
|
5918
6114
|
"version": "1.19.2",
|
|
5919
|
-
"extraneous": true,
|
|
5920
6115
|
"requires": {
|
|
5921
6116
|
"@types/connect": "*",
|
|
5922
6117
|
"@types/node": "*"
|
|
@@ -5924,7 +6119,6 @@
|
|
|
5924
6119
|
},
|
|
5925
6120
|
"@types/cacheable-request": {
|
|
5926
6121
|
"version": "6.0.2",
|
|
5927
|
-
"extraneous": true,
|
|
5928
6122
|
"requires": {
|
|
5929
6123
|
"@types/http-cache-semantics": "*",
|
|
5930
6124
|
"@types/keyv": "*",
|
|
@@ -5934,14 +6128,12 @@
|
|
|
5934
6128
|
},
|
|
5935
6129
|
"@types/connect": {
|
|
5936
6130
|
"version": "3.4.35",
|
|
5937
|
-
"extraneous": true,
|
|
5938
6131
|
"requires": {
|
|
5939
6132
|
"@types/node": "*"
|
|
5940
6133
|
}
|
|
5941
6134
|
},
|
|
5942
6135
|
"@types/express": {
|
|
5943
6136
|
"version": "4.17.13",
|
|
5944
|
-
"extraneous": true,
|
|
5945
6137
|
"requires": {
|
|
5946
6138
|
"@types/body-parser": "*",
|
|
5947
6139
|
"@types/express-serve-static-core": "^4.17.18",
|
|
@@ -5951,7 +6143,6 @@
|
|
|
5951
6143
|
},
|
|
5952
6144
|
"@types/express-serve-static-core": {
|
|
5953
6145
|
"version": "4.17.30",
|
|
5954
|
-
"extraneous": true,
|
|
5955
6146
|
"requires": {
|
|
5956
6147
|
"@types/node": "*",
|
|
5957
6148
|
"@types/qs": "*",
|
|
@@ -5973,8 +6164,7 @@
|
|
|
5973
6164
|
}
|
|
5974
6165
|
},
|
|
5975
6166
|
"@types/http-cache-semantics": {
|
|
5976
|
-
"version": "4.0.1"
|
|
5977
|
-
"extraneous": true
|
|
6167
|
+
"version": "4.0.1"
|
|
5978
6168
|
},
|
|
5979
6169
|
"@types/jsftp": {
|
|
5980
6170
|
"version": "2.1.2",
|
|
@@ -5983,16 +6173,13 @@
|
|
|
5983
6173
|
}
|
|
5984
6174
|
},
|
|
5985
6175
|
"@types/json-buffer": {
|
|
5986
|
-
"version": "3.0.0"
|
|
5987
|
-
"extraneous": true
|
|
6176
|
+
"version": "3.0.0"
|
|
5988
6177
|
},
|
|
5989
6178
|
"@types/json-schema": {
|
|
5990
|
-
"version": "7.0.11"
|
|
5991
|
-
"extraneous": true
|
|
6179
|
+
"version": "7.0.11"
|
|
5992
6180
|
},
|
|
5993
6181
|
"@types/keyv": {
|
|
5994
6182
|
"version": "3.1.4",
|
|
5995
|
-
"extraneous": true,
|
|
5996
6183
|
"requires": {
|
|
5997
6184
|
"@types/node": "*"
|
|
5998
6185
|
}
|
|
@@ -6030,11 +6217,10 @@
|
|
|
6030
6217
|
}
|
|
6031
6218
|
},
|
|
6032
6219
|
"@types/mime": {
|
|
6033
|
-
"version": "3.0.
|
|
6034
|
-
"extraneous": true
|
|
6220
|
+
"version": "3.0.1"
|
|
6035
6221
|
},
|
|
6036
6222
|
"@types/minimatch": {
|
|
6037
|
-
"version": "
|
|
6223
|
+
"version": "5.1.2"
|
|
6038
6224
|
},
|
|
6039
6225
|
"@types/mv": {
|
|
6040
6226
|
"version": "2.1.2"
|
|
@@ -6046,7 +6232,7 @@
|
|
|
6046
6232
|
}
|
|
6047
6233
|
},
|
|
6048
6234
|
"@types/node": {
|
|
6049
|
-
"version": "18.
|
|
6235
|
+
"version": "18.7.14"
|
|
6050
6236
|
},
|
|
6051
6237
|
"@types/normalize-package-data": {
|
|
6052
6238
|
"version": "2.4.1"
|
|
@@ -6064,16 +6250,13 @@
|
|
|
6064
6250
|
}
|
|
6065
6251
|
},
|
|
6066
6252
|
"@types/qs": {
|
|
6067
|
-
"version": "6.9.7"
|
|
6068
|
-
"extraneous": true
|
|
6253
|
+
"version": "6.9.7"
|
|
6069
6254
|
},
|
|
6070
6255
|
"@types/range-parser": {
|
|
6071
|
-
"version": "1.2.4"
|
|
6072
|
-
"extraneous": true
|
|
6256
|
+
"version": "1.2.4"
|
|
6073
6257
|
},
|
|
6074
6258
|
"@types/responselike": {
|
|
6075
6259
|
"version": "1.0.0",
|
|
6076
|
-
"extraneous": true,
|
|
6077
6260
|
"requires": {
|
|
6078
6261
|
"@types/node": "*"
|
|
6079
6262
|
}
|
|
@@ -6097,7 +6280,6 @@
|
|
|
6097
6280
|
},
|
|
6098
6281
|
"@types/serve-static": {
|
|
6099
6282
|
"version": "1.15.0",
|
|
6100
|
-
"extraneous": true,
|
|
6101
6283
|
"requires": {
|
|
6102
6284
|
"@types/mime": "*",
|
|
6103
6285
|
"@types/node": "*"
|
|
@@ -6124,7 +6306,6 @@
|
|
|
6124
6306
|
},
|
|
6125
6307
|
"@wdio/types": {
|
|
6126
6308
|
"version": "7.20.7",
|
|
6127
|
-
"extraneous": true,
|
|
6128
6309
|
"requires": {
|
|
6129
6310
|
"@types/node": "^18.0.0",
|
|
6130
6311
|
"got": "^11.8.1"
|
|
@@ -6187,7 +6368,7 @@
|
|
|
6187
6368
|
"version": "1.1.0"
|
|
6188
6369
|
},
|
|
6189
6370
|
"appium-adb": {
|
|
6190
|
-
"version": "9.10.
|
|
6371
|
+
"version": "9.10.9",
|
|
6191
6372
|
"requires": {
|
|
6192
6373
|
"@appium/support": "^2.55.3",
|
|
6193
6374
|
"@babel/runtime": "^7.0.0",
|
|
@@ -6200,20 +6381,36 @@
|
|
|
6200
6381
|
"lru-cache": "^7.3.0",
|
|
6201
6382
|
"semver": "^7.0.0",
|
|
6202
6383
|
"source-map-support": "^0.x",
|
|
6203
|
-
"teen_process": "^
|
|
6384
|
+
"teen_process": "^2.0.1",
|
|
6204
6385
|
"utf7": "^1.0.2"
|
|
6386
|
+
},
|
|
6387
|
+
"dependencies": {
|
|
6388
|
+
"semver": {
|
|
6389
|
+
"version": "7.3.7",
|
|
6390
|
+
"requires": {
|
|
6391
|
+
"lru-cache": "^6.0.0"
|
|
6392
|
+
},
|
|
6393
|
+
"dependencies": {
|
|
6394
|
+
"lru-cache": {
|
|
6395
|
+
"version": "6.0.0",
|
|
6396
|
+
"requires": {
|
|
6397
|
+
"yallist": "^4.0.0"
|
|
6398
|
+
}
|
|
6399
|
+
}
|
|
6400
|
+
}
|
|
6401
|
+
}
|
|
6205
6402
|
}
|
|
6206
6403
|
},
|
|
6207
6404
|
"appium-android-driver": {
|
|
6208
|
-
"version": "5.2.
|
|
6405
|
+
"version": "5.2.12",
|
|
6209
6406
|
"requires": {
|
|
6210
6407
|
"@babel/runtime": "^7.0.0",
|
|
6211
|
-
"appium-adb": "^9.10.
|
|
6212
|
-
"appium-chromedriver": "^5.
|
|
6408
|
+
"appium-adb": "^9.10.9",
|
|
6409
|
+
"appium-chromedriver": "^5.2.0",
|
|
6213
6410
|
"asyncbox": "^2.8.0",
|
|
6214
6411
|
"axios": "^0.x",
|
|
6215
6412
|
"bluebird": "^3.4.7",
|
|
6216
|
-
"io.appium.settings": "^4.1
|
|
6413
|
+
"io.appium.settings": "^4.2.1",
|
|
6217
6414
|
"jimp": "^0.x",
|
|
6218
6415
|
"lodash": "^4.17.4",
|
|
6219
6416
|
"lru-cache": "^7.3.0",
|
|
@@ -6224,25 +6421,55 @@
|
|
|
6224
6421
|
"semver": "^7.0.0",
|
|
6225
6422
|
"shared-preferences-builder": "^0.x",
|
|
6226
6423
|
"source-map-support": "^0.x",
|
|
6227
|
-
"teen_process": "^
|
|
6424
|
+
"teen_process": "^2.0.0",
|
|
6228
6425
|
"ws": "^8.0.0"
|
|
6426
|
+
},
|
|
6427
|
+
"dependencies": {
|
|
6428
|
+
"semver": {
|
|
6429
|
+
"version": "7.3.7",
|
|
6430
|
+
"requires": {
|
|
6431
|
+
"lru-cache": "^6.0.0"
|
|
6432
|
+
},
|
|
6433
|
+
"dependencies": {
|
|
6434
|
+
"lru-cache": {
|
|
6435
|
+
"version": "6.0.0",
|
|
6436
|
+
"requires": {
|
|
6437
|
+
"yallist": "^4.0.0"
|
|
6438
|
+
}
|
|
6439
|
+
}
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6229
6442
|
}
|
|
6230
6443
|
},
|
|
6231
6444
|
"appium-chromedriver": {
|
|
6232
|
-
"version": "5.1
|
|
6445
|
+
"version": "5.2.1",
|
|
6233
6446
|
"requires": {
|
|
6234
6447
|
"@babel/runtime": "^7.0.0",
|
|
6235
6448
|
"@xmldom/xmldom": "^0.x",
|
|
6236
6449
|
"asyncbox": "^2.0.2",
|
|
6237
6450
|
"axios": "^0.x",
|
|
6238
6451
|
"bluebird": "^3.5.1",
|
|
6239
|
-
"compare-versions": "^
|
|
6452
|
+
"compare-versions": "^5.0.0",
|
|
6240
6453
|
"fancy-log": "^2.0.0",
|
|
6241
6454
|
"lodash": "^4.17.4",
|
|
6242
6455
|
"semver": "^7.0.0",
|
|
6243
6456
|
"source-map-support": "^0.x",
|
|
6244
|
-
"teen_process": "^
|
|
6457
|
+
"teen_process": "^2.0.0",
|
|
6245
6458
|
"xpath": "^0.x"
|
|
6459
|
+
},
|
|
6460
|
+
"dependencies": {
|
|
6461
|
+
"lru-cache": {
|
|
6462
|
+
"version": "6.0.0",
|
|
6463
|
+
"requires": {
|
|
6464
|
+
"yallist": "^4.0.0"
|
|
6465
|
+
}
|
|
6466
|
+
},
|
|
6467
|
+
"semver": {
|
|
6468
|
+
"version": "7.3.7",
|
|
6469
|
+
"requires": {
|
|
6470
|
+
"lru-cache": "^6.0.0"
|
|
6471
|
+
}
|
|
6472
|
+
}
|
|
6246
6473
|
}
|
|
6247
6474
|
},
|
|
6248
6475
|
"aproba": {
|
|
@@ -6275,17 +6502,6 @@
|
|
|
6275
6502
|
"readable-stream": "^2.0.0"
|
|
6276
6503
|
},
|
|
6277
6504
|
"dependencies": {
|
|
6278
|
-
"glob": {
|
|
6279
|
-
"version": "7.2.3",
|
|
6280
|
-
"requires": {
|
|
6281
|
-
"fs.realpath": "^1.0.0",
|
|
6282
|
-
"inflight": "^1.0.4",
|
|
6283
|
-
"inherits": "2",
|
|
6284
|
-
"minimatch": "^3.1.1",
|
|
6285
|
-
"once": "^1.3.0",
|
|
6286
|
-
"path-is-absolute": "^1.0.0"
|
|
6287
|
-
}
|
|
6288
|
-
},
|
|
6289
6505
|
"readable-stream": {
|
|
6290
6506
|
"version": "2.3.7",
|
|
6291
6507
|
"requires": {
|
|
@@ -6459,12 +6675,10 @@
|
|
|
6459
6675
|
"extraneous": true
|
|
6460
6676
|
},
|
|
6461
6677
|
"cacheable-lookup": {
|
|
6462
|
-
"version": "5.0.4"
|
|
6463
|
-
"extraneous": true
|
|
6678
|
+
"version": "5.0.4"
|
|
6464
6679
|
},
|
|
6465
6680
|
"cacheable-request": {
|
|
6466
6681
|
"version": "7.0.2",
|
|
6467
|
-
"extraneous": true,
|
|
6468
6682
|
"requires": {
|
|
6469
6683
|
"clone-response": "^1.0.2",
|
|
6470
6684
|
"get-stream": "^5.1.0",
|
|
@@ -6477,18 +6691,9 @@
|
|
|
6477
6691
|
"dependencies": {
|
|
6478
6692
|
"get-stream": {
|
|
6479
6693
|
"version": "5.2.0",
|
|
6480
|
-
"extraneous": true,
|
|
6481
6694
|
"requires": {
|
|
6482
6695
|
"pump": "^3.0.0"
|
|
6483
6696
|
}
|
|
6484
|
-
},
|
|
6485
|
-
"pump": {
|
|
6486
|
-
"version": "3.0.0",
|
|
6487
|
-
"extraneous": true,
|
|
6488
|
-
"requires": {
|
|
6489
|
-
"end-of-stream": "^1.1.0",
|
|
6490
|
-
"once": "^1.3.1"
|
|
6491
|
-
}
|
|
6492
6697
|
}
|
|
6493
6698
|
}
|
|
6494
6699
|
},
|
|
@@ -6554,9 +6759,12 @@
|
|
|
6554
6759
|
"version": "2.7.0",
|
|
6555
6760
|
"extraneous": true
|
|
6556
6761
|
},
|
|
6762
|
+
"clone": {
|
|
6763
|
+
"version": "1.0.4",
|
|
6764
|
+
"extraneous": true
|
|
6765
|
+
},
|
|
6557
6766
|
"clone-response": {
|
|
6558
6767
|
"version": "1.0.3",
|
|
6559
|
-
"extraneous": true,
|
|
6560
6768
|
"requires": {
|
|
6561
6769
|
"mimic-response": "^1.0.0"
|
|
6562
6770
|
}
|
|
@@ -6603,16 +6811,11 @@
|
|
|
6603
6811
|
"delayed-stream": "~1.0.0"
|
|
6604
6812
|
}
|
|
6605
6813
|
},
|
|
6606
|
-
"commander": {
|
|
6607
|
-
"version": "6.2.1",
|
|
6608
|
-
"extraneous": true
|
|
6609
|
-
},
|
|
6610
6814
|
"compare-versions": {
|
|
6611
|
-
"version": "
|
|
6815
|
+
"version": "5.0.1"
|
|
6612
6816
|
},
|
|
6613
6817
|
"compress-brotli": {
|
|
6614
6818
|
"version": "1.3.8",
|
|
6615
|
-
"extraneous": true,
|
|
6616
6819
|
"requires": {
|
|
6617
6820
|
"@types/json-buffer": "~3.0.0",
|
|
6618
6821
|
"json-buffer": "~3.0.1"
|
|
@@ -6696,14 +6899,12 @@
|
|
|
6696
6899
|
},
|
|
6697
6900
|
"decompress-response": {
|
|
6698
6901
|
"version": "6.0.0",
|
|
6699
|
-
"extraneous": true,
|
|
6700
6902
|
"requires": {
|
|
6701
6903
|
"mimic-response": "^3.1.0"
|
|
6702
6904
|
},
|
|
6703
6905
|
"dependencies": {
|
|
6704
6906
|
"mimic-response": {
|
|
6705
|
-
"version": "3.1.0"
|
|
6706
|
-
"extraneous": true
|
|
6907
|
+
"version": "3.1.0"
|
|
6707
6908
|
}
|
|
6708
6909
|
}
|
|
6709
6910
|
},
|
|
@@ -6719,17 +6920,10 @@
|
|
|
6719
6920
|
"extraneous": true,
|
|
6720
6921
|
"requires": {
|
|
6721
6922
|
"clone": "^1.0.2"
|
|
6722
|
-
},
|
|
6723
|
-
"dependencies": {
|
|
6724
|
-
"clone": {
|
|
6725
|
-
"version": "1.0.4",
|
|
6726
|
-
"extraneous": true
|
|
6727
|
-
}
|
|
6728
6923
|
}
|
|
6729
6924
|
},
|
|
6730
6925
|
"defer-to-connect": {
|
|
6731
|
-
"version": "2.0.1"
|
|
6732
|
-
"extraneous": true
|
|
6926
|
+
"version": "2.0.1"
|
|
6733
6927
|
},
|
|
6734
6928
|
"define-properties": {
|
|
6735
6929
|
"version": "1.1.4",
|
|
@@ -6771,9 +6965,6 @@
|
|
|
6771
6965
|
"version": "1.1.1",
|
|
6772
6966
|
"extraneous": true
|
|
6773
6967
|
},
|
|
6774
|
-
"emoji-regex": {
|
|
6775
|
-
"version": "8.0.0"
|
|
6776
|
-
},
|
|
6777
6968
|
"enabled": {
|
|
6778
6969
|
"version": "2.0.0",
|
|
6779
6970
|
"extraneous": true
|
|
@@ -7050,6 +7241,22 @@
|
|
|
7050
7241
|
"string-width": "^4.2.3",
|
|
7051
7242
|
"strip-ansi": "^6.0.1",
|
|
7052
7243
|
"wide-align": "^1.1.5"
|
|
7244
|
+
},
|
|
7245
|
+
"dependencies": {
|
|
7246
|
+
"emoji-regex": {
|
|
7247
|
+
"version": "8.0.0"
|
|
7248
|
+
},
|
|
7249
|
+
"is-fullwidth-code-point": {
|
|
7250
|
+
"version": "3.0.0"
|
|
7251
|
+
},
|
|
7252
|
+
"string-width": {
|
|
7253
|
+
"version": "4.2.3",
|
|
7254
|
+
"requires": {
|
|
7255
|
+
"emoji-regex": "^8.0.0",
|
|
7256
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
7257
|
+
"strip-ansi": "^6.0.1"
|
|
7258
|
+
}
|
|
7259
|
+
}
|
|
7053
7260
|
}
|
|
7054
7261
|
},
|
|
7055
7262
|
"get-func-name": {
|
|
@@ -7088,27 +7295,14 @@
|
|
|
7088
7295
|
}
|
|
7089
7296
|
},
|
|
7090
7297
|
"glob": {
|
|
7091
|
-
"version": "
|
|
7298
|
+
"version": "7.2.3",
|
|
7092
7299
|
"requires": {
|
|
7093
7300
|
"fs.realpath": "^1.0.0",
|
|
7094
7301
|
"inflight": "^1.0.4",
|
|
7095
7302
|
"inherits": "2",
|
|
7096
|
-
"minimatch": "^
|
|
7097
|
-
"once": "^1.3.0"
|
|
7098
|
-
|
|
7099
|
-
"dependencies": {
|
|
7100
|
-
"brace-expansion": {
|
|
7101
|
-
"version": "2.0.1",
|
|
7102
|
-
"requires": {
|
|
7103
|
-
"balanced-match": "^1.0.0"
|
|
7104
|
-
}
|
|
7105
|
-
},
|
|
7106
|
-
"minimatch": {
|
|
7107
|
-
"version": "5.1.0",
|
|
7108
|
-
"requires": {
|
|
7109
|
-
"brace-expansion": "^2.0.1"
|
|
7110
|
-
}
|
|
7111
|
-
}
|
|
7303
|
+
"minimatch": "^3.1.1",
|
|
7304
|
+
"once": "^1.3.0",
|
|
7305
|
+
"path-is-absolute": "^1.0.0"
|
|
7112
7306
|
}
|
|
7113
7307
|
},
|
|
7114
7308
|
"global": {
|
|
@@ -7120,7 +7314,6 @@
|
|
|
7120
7314
|
},
|
|
7121
7315
|
"got": {
|
|
7122
7316
|
"version": "11.8.5",
|
|
7123
|
-
"extraneous": true,
|
|
7124
7317
|
"requires": {
|
|
7125
7318
|
"@sindresorhus/is": "^4.0.0",
|
|
7126
7319
|
"@szmarczak/http-timer": "^4.0.5",
|
|
@@ -7176,8 +7369,7 @@
|
|
|
7176
7369
|
"version": "2.8.9"
|
|
7177
7370
|
},
|
|
7178
7371
|
"http-cache-semantics": {
|
|
7179
|
-
"version": "4.1.0"
|
|
7180
|
-
"extraneous": true
|
|
7372
|
+
"version": "4.1.0"
|
|
7181
7373
|
},
|
|
7182
7374
|
"http-errors": {
|
|
7183
7375
|
"version": "2.0.0",
|
|
@@ -7196,7 +7388,6 @@
|
|
|
7196
7388
|
},
|
|
7197
7389
|
"http2-wrapper": {
|
|
7198
7390
|
"version": "1.0.3",
|
|
7199
|
-
"extraneous": true,
|
|
7200
7391
|
"requires": {
|
|
7201
7392
|
"quick-lru": "^5.1.1",
|
|
7202
7393
|
"resolve-alpn": "^1.0.0"
|
|
@@ -7234,7 +7425,7 @@
|
|
|
7234
7425
|
"version": "2.0.4"
|
|
7235
7426
|
},
|
|
7236
7427
|
"ini": {
|
|
7237
|
-
"version": "3.0.
|
|
7428
|
+
"version": "3.0.1"
|
|
7238
7429
|
},
|
|
7239
7430
|
"internal-slot": {
|
|
7240
7431
|
"version": "1.0.3",
|
|
@@ -7246,7 +7437,7 @@
|
|
|
7246
7437
|
}
|
|
7247
7438
|
},
|
|
7248
7439
|
"io.appium.settings": {
|
|
7249
|
-
"version": "4.1
|
|
7440
|
+
"version": "4.2.1"
|
|
7250
7441
|
},
|
|
7251
7442
|
"ipaddr.js": {
|
|
7252
7443
|
"version": "1.9.1",
|
|
@@ -7275,7 +7466,7 @@
|
|
|
7275
7466
|
"extraneous": true
|
|
7276
7467
|
},
|
|
7277
7468
|
"is-core-module": {
|
|
7278
|
-
"version": "2.
|
|
7469
|
+
"version": "2.10.0",
|
|
7279
7470
|
"requires": {
|
|
7280
7471
|
"has": "^1.0.3"
|
|
7281
7472
|
}
|
|
@@ -7287,9 +7478,6 @@
|
|
|
7287
7478
|
"has-tostringtag": "^1.0.0"
|
|
7288
7479
|
}
|
|
7289
7480
|
},
|
|
7290
|
-
"is-fullwidth-code-point": {
|
|
7291
|
-
"version": "3.0.0"
|
|
7292
|
-
},
|
|
7293
7481
|
"is-function": {
|
|
7294
7482
|
"version": "1.0.2"
|
|
7295
7483
|
},
|
|
@@ -7444,15 +7632,13 @@
|
|
|
7444
7632
|
}
|
|
7445
7633
|
},
|
|
7446
7634
|
"json-buffer": {
|
|
7447
|
-
"version": "3.0.1"
|
|
7448
|
-
"extraneous": true
|
|
7635
|
+
"version": "3.0.1"
|
|
7449
7636
|
},
|
|
7450
7637
|
"json-parse-even-better-errors": {
|
|
7451
7638
|
"version": "2.3.1"
|
|
7452
7639
|
},
|
|
7453
7640
|
"json-schema": {
|
|
7454
|
-
"version": "0.4.0"
|
|
7455
|
-
"extraneous": true
|
|
7641
|
+
"version": "0.4.0"
|
|
7456
7642
|
},
|
|
7457
7643
|
"json-schema-traverse": {
|
|
7458
7644
|
"version": "1.0.0",
|
|
@@ -7463,8 +7649,7 @@
|
|
|
7463
7649
|
"dev": true
|
|
7464
7650
|
},
|
|
7465
7651
|
"keyv": {
|
|
7466
|
-
"version": "4.
|
|
7467
|
-
"extraneous": true,
|
|
7652
|
+
"version": "4.4.1",
|
|
7468
7653
|
"requires": {
|
|
7469
7654
|
"compress-brotli": "^1.3.8",
|
|
7470
7655
|
"json-buffer": "3.0.1"
|
|
@@ -7641,11 +7826,10 @@
|
|
|
7641
7826
|
}
|
|
7642
7827
|
},
|
|
7643
7828
|
"lowercase-keys": {
|
|
7644
|
-
"version": "2.0.0"
|
|
7645
|
-
"extraneous": true
|
|
7829
|
+
"version": "2.0.0"
|
|
7646
7830
|
},
|
|
7647
7831
|
"lru-cache": {
|
|
7648
|
-
"version": "7.13.
|
|
7832
|
+
"version": "7.13.2"
|
|
7649
7833
|
},
|
|
7650
7834
|
"markdown-it": {
|
|
7651
7835
|
"version": "12.3.2",
|
|
@@ -7664,7 +7848,7 @@
|
|
|
7664
7848
|
"requires": {}
|
|
7665
7849
|
},
|
|
7666
7850
|
"marked": {
|
|
7667
|
-
"version": "4.0
|
|
7851
|
+
"version": "4.1.0",
|
|
7668
7852
|
"extraneous": true
|
|
7669
7853
|
},
|
|
7670
7854
|
"mdurl": {
|
|
@@ -7723,8 +7907,7 @@
|
|
|
7723
7907
|
"extraneous": true
|
|
7724
7908
|
},
|
|
7725
7909
|
"mimic-response": {
|
|
7726
|
-
"version": "1.0.1"
|
|
7727
|
-
"extraneous": true
|
|
7910
|
+
"version": "1.0.1"
|
|
7728
7911
|
},
|
|
7729
7912
|
"min-document": {
|
|
7730
7913
|
"version": "2.19.0",
|
|
@@ -7751,7 +7934,7 @@
|
|
|
7751
7934
|
"version": "2.29.4"
|
|
7752
7935
|
},
|
|
7753
7936
|
"moment-timezone": {
|
|
7754
|
-
"version": "0.5.
|
|
7937
|
+
"version": "0.5.37",
|
|
7755
7938
|
"requires": {
|
|
7756
7939
|
"moment": ">= 2.9.0"
|
|
7757
7940
|
}
|
|
@@ -7865,8 +8048,7 @@
|
|
|
7865
8048
|
"version": "3.0.0"
|
|
7866
8049
|
},
|
|
7867
8050
|
"normalize-url": {
|
|
7868
|
-
"version": "6.1.0"
|
|
7869
|
-
"extraneous": true
|
|
8051
|
+
"version": "6.1.0"
|
|
7870
8052
|
},
|
|
7871
8053
|
"npmlog": {
|
|
7872
8054
|
"version": "6.0.2",
|
|
@@ -7886,12 +8068,12 @@
|
|
|
7886
8068
|
"extraneous": true
|
|
7887
8069
|
},
|
|
7888
8070
|
"object.assign": {
|
|
7889
|
-
"version": "4.1.
|
|
8071
|
+
"version": "4.1.4",
|
|
7890
8072
|
"extraneous": true,
|
|
7891
8073
|
"requires": {
|
|
7892
|
-
"call-bind": "^1.0.
|
|
7893
|
-
"define-properties": "^1.1.
|
|
7894
|
-
"has-symbols": "^1.0.
|
|
8074
|
+
"call-bind": "^1.0.2",
|
|
8075
|
+
"define-properties": "^1.1.4",
|
|
8076
|
+
"has-symbols": "^1.0.3",
|
|
7895
8077
|
"object-keys": "^1.1.1"
|
|
7896
8078
|
}
|
|
7897
8079
|
},
|
|
@@ -7983,8 +8165,7 @@
|
|
|
7983
8165
|
}
|
|
7984
8166
|
},
|
|
7985
8167
|
"p-cancelable": {
|
|
7986
|
-
"version": "2.1.1"
|
|
7987
|
-
"extraneous": true
|
|
8168
|
+
"version": "2.1.1"
|
|
7988
8169
|
},
|
|
7989
8170
|
"p-limit": {
|
|
7990
8171
|
"version": "3.1.0",
|
|
@@ -8003,6 +8184,12 @@
|
|
|
8003
8184
|
"extraneous": true,
|
|
8004
8185
|
"requires": {
|
|
8005
8186
|
"commander": "^6.2.0"
|
|
8187
|
+
},
|
|
8188
|
+
"dependencies": {
|
|
8189
|
+
"commander": {
|
|
8190
|
+
"version": "6.2.1",
|
|
8191
|
+
"extraneous": true
|
|
8192
|
+
}
|
|
8006
8193
|
}
|
|
8007
8194
|
},
|
|
8008
8195
|
"pako": {
|
|
@@ -8098,11 +8285,11 @@
|
|
|
8098
8285
|
"version": "6.0.0"
|
|
8099
8286
|
},
|
|
8100
8287
|
"portfinder": {
|
|
8101
|
-
"version": "1.0.
|
|
8288
|
+
"version": "1.0.32",
|
|
8102
8289
|
"requires": {
|
|
8103
|
-
"async": "^2.6.
|
|
8104
|
-
"debug": "^3.
|
|
8105
|
-
"mkdirp": "^0.5.
|
|
8290
|
+
"async": "^2.6.4",
|
|
8291
|
+
"debug": "^3.2.7",
|
|
8292
|
+
"mkdirp": "^0.5.6"
|
|
8106
8293
|
},
|
|
8107
8294
|
"dependencies": {
|
|
8108
8295
|
"async": {
|
|
@@ -8148,6 +8335,13 @@
|
|
|
8148
8335
|
"ipaddr.js": "1.9.1"
|
|
8149
8336
|
}
|
|
8150
8337
|
},
|
|
8338
|
+
"pump": {
|
|
8339
|
+
"version": "3.0.0",
|
|
8340
|
+
"requires": {
|
|
8341
|
+
"end-of-stream": "^1.1.0",
|
|
8342
|
+
"once": "^1.3.1"
|
|
8343
|
+
}
|
|
8344
|
+
},
|
|
8151
8345
|
"punycode": {
|
|
8152
8346
|
"version": "2.1.1",
|
|
8153
8347
|
"extraneous": true
|
|
@@ -8160,8 +8354,7 @@
|
|
|
8160
8354
|
}
|
|
8161
8355
|
},
|
|
8162
8356
|
"quick-lru": {
|
|
8163
|
-
"version": "5.1.1"
|
|
8164
|
-
"extraneous": true
|
|
8357
|
+
"version": "5.1.1"
|
|
8165
8358
|
},
|
|
8166
8359
|
"range-parser": {
|
|
8167
8360
|
"version": "1.2.1",
|
|
@@ -8251,15 +8444,13 @@
|
|
|
8251
8444
|
}
|
|
8252
8445
|
},
|
|
8253
8446
|
"resolve-alpn": {
|
|
8254
|
-
"version": "1.2.1"
|
|
8255
|
-
"extraneous": true
|
|
8447
|
+
"version": "1.2.1"
|
|
8256
8448
|
},
|
|
8257
8449
|
"resolve-from": {
|
|
8258
8450
|
"version": "5.0.0"
|
|
8259
8451
|
},
|
|
8260
8452
|
"responselike": {
|
|
8261
8453
|
"version": "2.0.1",
|
|
8262
|
-
"extraneous": true,
|
|
8263
8454
|
"requires": {
|
|
8264
8455
|
"lowercase-keys": "^2.0.0"
|
|
8265
8456
|
}
|
|
@@ -8276,19 +8467,6 @@
|
|
|
8276
8467
|
"version": "3.0.2",
|
|
8277
8468
|
"requires": {
|
|
8278
8469
|
"glob": "^7.1.3"
|
|
8279
|
-
},
|
|
8280
|
-
"dependencies": {
|
|
8281
|
-
"glob": {
|
|
8282
|
-
"version": "7.2.3",
|
|
8283
|
-
"requires": {
|
|
8284
|
-
"fs.realpath": "^1.0.0",
|
|
8285
|
-
"inflight": "^1.0.4",
|
|
8286
|
-
"inherits": "2",
|
|
8287
|
-
"minimatch": "^3.1.1",
|
|
8288
|
-
"once": "^1.3.0",
|
|
8289
|
-
"path-is-absolute": "^1.0.0"
|
|
8290
|
-
}
|
|
8291
|
-
}
|
|
8292
8470
|
}
|
|
8293
8471
|
},
|
|
8294
8472
|
"safe-buffer": {
|
|
@@ -8311,20 +8489,6 @@
|
|
|
8311
8489
|
"sax": {
|
|
8312
8490
|
"version": "1.2.4"
|
|
8313
8491
|
},
|
|
8314
|
-
"semver": {
|
|
8315
|
-
"version": "7.3.7",
|
|
8316
|
-
"requires": {
|
|
8317
|
-
"lru-cache": "^6.0.0"
|
|
8318
|
-
},
|
|
8319
|
-
"dependencies": {
|
|
8320
|
-
"lru-cache": {
|
|
8321
|
-
"version": "6.0.0",
|
|
8322
|
-
"requires": {
|
|
8323
|
-
"yallist": "^4.0.0"
|
|
8324
|
-
}
|
|
8325
|
-
}
|
|
8326
|
-
}
|
|
8327
|
-
},
|
|
8328
8492
|
"send": {
|
|
8329
8493
|
"version": "0.18.0",
|
|
8330
8494
|
"extraneous": true,
|
|
@@ -8501,7 +8665,7 @@
|
|
|
8501
8665
|
}
|
|
8502
8666
|
},
|
|
8503
8667
|
"spdx-license-ids": {
|
|
8504
|
-
"version": "3.0.
|
|
8668
|
+
"version": "3.0.12"
|
|
8505
8669
|
},
|
|
8506
8670
|
"stack-trace": {
|
|
8507
8671
|
"version": "0.0.10",
|
|
@@ -8532,14 +8696,6 @@
|
|
|
8532
8696
|
}
|
|
8533
8697
|
}
|
|
8534
8698
|
},
|
|
8535
|
-
"string-width": {
|
|
8536
|
-
"version": "4.2.3",
|
|
8537
|
-
"requires": {
|
|
8538
|
-
"emoji-regex": "^8.0.0",
|
|
8539
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
8540
|
-
"strip-ansi": "^6.0.1"
|
|
8541
|
-
}
|
|
8542
|
-
},
|
|
8543
8699
|
"string.prototype.matchall": {
|
|
8544
8700
|
"version": "4.0.7",
|
|
8545
8701
|
"extraneous": true,
|
|
@@ -8606,14 +8762,14 @@
|
|
|
8606
8762
|
}
|
|
8607
8763
|
},
|
|
8608
8764
|
"teen_process": {
|
|
8609
|
-
"version": "
|
|
8765
|
+
"version": "2.0.1",
|
|
8610
8766
|
"requires": {
|
|
8611
|
-
"@babel/runtime": "
|
|
8612
|
-
"bluebird": "
|
|
8613
|
-
"lodash": "
|
|
8614
|
-
"shell-quote": "
|
|
8615
|
-
"source-map-support": "
|
|
8616
|
-
"which": "
|
|
8767
|
+
"@babel/runtime": "7.18.9",
|
|
8768
|
+
"bluebird": "3.7.2",
|
|
8769
|
+
"lodash": "4.17.21",
|
|
8770
|
+
"shell-quote": "1.7.3",
|
|
8771
|
+
"source-map-support": "0.5.21",
|
|
8772
|
+
"which": "2.0.2"
|
|
8617
8773
|
}
|
|
8618
8774
|
},
|
|
8619
8775
|
"text-hex": {
|
|
@@ -8659,8 +8815,8 @@
|
|
|
8659
8815
|
}
|
|
8660
8816
|
},
|
|
8661
8817
|
"typescript": {
|
|
8662
|
-
"version": "4.
|
|
8663
|
-
"
|
|
8818
|
+
"version": "4.8.2",
|
|
8819
|
+
"peer": true
|
|
8664
8820
|
},
|
|
8665
8821
|
"uc.micro": {
|
|
8666
8822
|
"version": "1.0.6",
|
|
@@ -8766,6 +8922,22 @@
|
|
|
8766
8922
|
"version": "1.1.5",
|
|
8767
8923
|
"requires": {
|
|
8768
8924
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
8925
|
+
},
|
|
8926
|
+
"dependencies": {
|
|
8927
|
+
"emoji-regex": {
|
|
8928
|
+
"version": "8.0.0"
|
|
8929
|
+
},
|
|
8930
|
+
"is-fullwidth-code-point": {
|
|
8931
|
+
"version": "3.0.0"
|
|
8932
|
+
},
|
|
8933
|
+
"string-width": {
|
|
8934
|
+
"version": "4.2.3",
|
|
8935
|
+
"requires": {
|
|
8936
|
+
"emoji-regex": "^8.0.0",
|
|
8937
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
8938
|
+
"strip-ansi": "^6.0.1"
|
|
8939
|
+
}
|
|
8940
|
+
}
|
|
8769
8941
|
}
|
|
8770
8942
|
},
|
|
8771
8943
|
"winston": {
|
|
@@ -8819,6 +8991,23 @@
|
|
|
8819
8991
|
"color-name": {
|
|
8820
8992
|
"version": "1.1.4",
|
|
8821
8993
|
"extraneous": true
|
|
8994
|
+
},
|
|
8995
|
+
"emoji-regex": {
|
|
8996
|
+
"version": "8.0.0",
|
|
8997
|
+
"extraneous": true
|
|
8998
|
+
},
|
|
8999
|
+
"is-fullwidth-code-point": {
|
|
9000
|
+
"version": "3.0.0",
|
|
9001
|
+
"extraneous": true
|
|
9002
|
+
},
|
|
9003
|
+
"string-width": {
|
|
9004
|
+
"version": "4.2.3",
|
|
9005
|
+
"extraneous": true,
|
|
9006
|
+
"requires": {
|
|
9007
|
+
"emoji-regex": "^8.0.0",
|
|
9008
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
9009
|
+
"strip-ansi": "^6.0.1"
|
|
9010
|
+
}
|
|
8822
9011
|
}
|
|
8823
9012
|
}
|
|
8824
9013
|
},
|