appium-uiautomator2-driver 2.12.1 → 2.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +8 -8
- package/build/lib/driver.js +3 -1
- package/build/lib/driver.js.map +1 -1
- package/build/lib/method-map.js +21 -0
- package/build/lib/method-map.js.map +1 -0
- package/lib/driver.js +5 -3
- package/lib/method-map.js +11 -0
- package/npm-shrinkwrap.json +218 -559
- package/package.json +7 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.12.
|
|
9
|
+
"version": "2.12.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.10.14",
|
|
14
|
-
"appium-android-driver": "^5.8.
|
|
15
|
-
"appium-chromedriver": "^5.2.
|
|
14
|
+
"appium-android-driver": "^5.8.7",
|
|
15
|
+
"appium-chromedriver": "^5.2.16",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
18
|
"axios": "^1.x",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"mocha": "^10.0.0",
|
|
47
47
|
"pngjs": "^6.0.0",
|
|
48
48
|
"pre-commit": "^1.2.2",
|
|
49
|
-
"rimraf": "^
|
|
50
|
-
"semantic-release": "^
|
|
49
|
+
"rimraf": "^4.0.4",
|
|
50
|
+
"semantic-release": "^20.0.2",
|
|
51
51
|
"sinon": "^15.0.0",
|
|
52
52
|
"unzipper": "^0.x",
|
|
53
53
|
"webdriverio": "^8.0.5",
|
|
@@ -62,10 +62,11 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.
|
|
65
|
+
"version": "9.3.0",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^3.
|
|
68
|
+
"@appium/support": "^3.1.4",
|
|
69
|
+
"@appium/types": "^0.9.0",
|
|
69
70
|
"@colors/colors": "1.5.0",
|
|
70
71
|
"@types/async-lock": "1.3.0",
|
|
71
72
|
"@types/bluebird": "3.5.38",
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
"@types/serve-favicon": "2.5.3",
|
|
75
76
|
"async-lock": "1.4.0",
|
|
76
77
|
"asyncbox": "2.9.4",
|
|
77
|
-
"axios": "1.2.
|
|
78
|
+
"axios": "1.2.2",
|
|
78
79
|
"bluebird": "3.7.2",
|
|
79
80
|
"body-parser": "1.20.1",
|
|
80
81
|
"es6-error": "4.1.1",
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"morgan": "1.10.0",
|
|
87
88
|
"serve-favicon": "2.5.0",
|
|
88
89
|
"source-map-support": "0.5.21",
|
|
89
|
-
"type-fest": "3.
|
|
90
|
+
"type-fest": "3.5.3",
|
|
90
91
|
"validate.js": "0.13.1"
|
|
91
92
|
},
|
|
92
93
|
"engines": {
|
|
@@ -94,6 +95,15 @@
|
|
|
94
95
|
"npm": ">=8"
|
|
95
96
|
}
|
|
96
97
|
},
|
|
98
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
99
|
+
"version": "1.2.2",
|
|
100
|
+
"license": "MIT",
|
|
101
|
+
"dependencies": {
|
|
102
|
+
"follow-redirects": "^1.15.0",
|
|
103
|
+
"form-data": "^4.0.0",
|
|
104
|
+
"proxy-from-env": "^1.1.0"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
97
107
|
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
98
108
|
"version": "7.14.1",
|
|
99
109
|
"license": "ISC",
|
|
@@ -102,11 +112,12 @@
|
|
|
102
112
|
}
|
|
103
113
|
},
|
|
104
114
|
"node_modules/@appium/base-plugin": {
|
|
105
|
-
"version": "2.0
|
|
115
|
+
"version": "2.2.0",
|
|
106
116
|
"extraneous": true,
|
|
107
117
|
"license": "Apache-2.0",
|
|
108
118
|
"dependencies": {
|
|
109
|
-
"@appium/
|
|
119
|
+
"@appium/base-driver": "^9.3.0",
|
|
120
|
+
"@appium/support": "^3.1.4"
|
|
110
121
|
},
|
|
111
122
|
"engines": {
|
|
112
123
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -114,11 +125,11 @@
|
|
|
114
125
|
}
|
|
115
126
|
},
|
|
116
127
|
"node_modules/@appium/docutils": {
|
|
117
|
-
"version": "0.1.
|
|
128
|
+
"version": "0.1.6",
|
|
118
129
|
"extraneous": true,
|
|
119
130
|
"license": "Apache-2.0",
|
|
120
131
|
"dependencies": {
|
|
121
|
-
"@appium/support": "^3.
|
|
132
|
+
"@appium/support": "^3.1.4",
|
|
122
133
|
"source-map-support": "0.5.21",
|
|
123
134
|
"teen_process": "2.0.2"
|
|
124
135
|
},
|
|
@@ -128,7 +139,7 @@
|
|
|
128
139
|
}
|
|
129
140
|
},
|
|
130
141
|
"node_modules/@appium/schema": {
|
|
131
|
-
"version": "0.
|
|
142
|
+
"version": "0.2.3",
|
|
132
143
|
"license": "Apache-2.0",
|
|
133
144
|
"dependencies": {
|
|
134
145
|
"@types/json-schema": "7.0.11",
|
|
@@ -141,15 +152,16 @@
|
|
|
141
152
|
}
|
|
142
153
|
},
|
|
143
154
|
"node_modules/@appium/support": {
|
|
144
|
-
"version": "3.
|
|
155
|
+
"version": "3.1.4",
|
|
145
156
|
"license": "Apache-2.0",
|
|
146
157
|
"dependencies": {
|
|
147
|
-
"@appium/
|
|
158
|
+
"@appium/tsconfig": "^0.2.3",
|
|
159
|
+
"@appium/types": "^0.9.0",
|
|
148
160
|
"@colors/colors": "1.5.0",
|
|
149
161
|
"@types/archiver": "5.3.1",
|
|
150
162
|
"@types/base64-stream": "1.0.2",
|
|
151
163
|
"@types/find-root": "1.1.2",
|
|
152
|
-
"@types/glob": "8.0.
|
|
164
|
+
"@types/glob": "8.0.1",
|
|
153
165
|
"@types/jsftp": "2.1.2",
|
|
154
166
|
"@types/klaw": "3.0.3",
|
|
155
167
|
"@types/lockfile": "1.0.2",
|
|
@@ -165,17 +177,17 @@
|
|
|
165
177
|
"@types/teen_process": "2.0.0",
|
|
166
178
|
"@types/uuid": "9.0.0",
|
|
167
179
|
"archiver": "5.3.1",
|
|
168
|
-
"axios": "1.2.
|
|
180
|
+
"axios": "1.2.2",
|
|
169
181
|
"base64-stream": "1.0.0",
|
|
170
182
|
"bluebird": "3.7.2",
|
|
171
183
|
"bplist-creator": "0.1.1",
|
|
172
184
|
"bplist-parser": "0.3.2",
|
|
173
185
|
"form-data": "4.0.0",
|
|
174
186
|
"get-stream": "6.0.1",
|
|
175
|
-
"glob": "8.0
|
|
187
|
+
"glob": "8.1.0",
|
|
176
188
|
"jimp": "0.16.2",
|
|
177
189
|
"jsftp": "2.1.3",
|
|
178
|
-
"klaw": "4.0
|
|
190
|
+
"klaw": "4.1.0",
|
|
179
191
|
"lockfile": "1.0.4",
|
|
180
192
|
"lodash": "4.17.21",
|
|
181
193
|
"log-symbols": "4.1.0",
|
|
@@ -197,7 +209,7 @@
|
|
|
197
209
|
"source-map-support": "0.5.21",
|
|
198
210
|
"supports-color": "8.1.1",
|
|
199
211
|
"teen_process": "2.0.2",
|
|
200
|
-
"type-fest": "3.
|
|
212
|
+
"type-fest": "3.5.3",
|
|
201
213
|
"uuid": "9.0.0",
|
|
202
214
|
"which": "3.0.0",
|
|
203
215
|
"yauzl": "2.10.0"
|
|
@@ -207,16 +219,67 @@
|
|
|
207
219
|
"npm": ">=8"
|
|
208
220
|
}
|
|
209
221
|
},
|
|
222
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
223
|
+
"version": "1.2.2",
|
|
224
|
+
"license": "MIT",
|
|
225
|
+
"dependencies": {
|
|
226
|
+
"follow-redirects": "^1.15.0",
|
|
227
|
+
"form-data": "^4.0.0",
|
|
228
|
+
"proxy-from-env": "^1.1.0"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"node_modules/@appium/support/node_modules/rimraf": {
|
|
232
|
+
"version": "3.0.2",
|
|
233
|
+
"license": "ISC",
|
|
234
|
+
"dependencies": {
|
|
235
|
+
"glob": "^7.1.3"
|
|
236
|
+
},
|
|
237
|
+
"bin": {
|
|
238
|
+
"rimraf": "bin.js"
|
|
239
|
+
},
|
|
240
|
+
"funding": {
|
|
241
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"node_modules/@appium/support/node_modules/rimraf/node_modules/glob": {
|
|
245
|
+
"version": "7.2.3",
|
|
246
|
+
"license": "ISC",
|
|
247
|
+
"dependencies": {
|
|
248
|
+
"fs.realpath": "^1.0.0",
|
|
249
|
+
"inflight": "^1.0.4",
|
|
250
|
+
"inherits": "2",
|
|
251
|
+
"minimatch": "^3.1.1",
|
|
252
|
+
"once": "^1.3.0",
|
|
253
|
+
"path-is-absolute": "^1.0.0"
|
|
254
|
+
},
|
|
255
|
+
"engines": {
|
|
256
|
+
"node": "*"
|
|
257
|
+
},
|
|
258
|
+
"funding": {
|
|
259
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"node_modules/@appium/tsconfig": {
|
|
263
|
+
"version": "0.2.3",
|
|
264
|
+
"license": "Apache-2.0",
|
|
265
|
+
"dependencies": {
|
|
266
|
+
"@tsconfig/node14": "1.0.3"
|
|
267
|
+
},
|
|
268
|
+
"engines": {
|
|
269
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
270
|
+
"npm": ">=8"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
210
273
|
"node_modules/@appium/types": {
|
|
211
|
-
"version": "0.
|
|
274
|
+
"version": "0.9.0",
|
|
212
275
|
"license": "Apache-2.0",
|
|
213
276
|
"dependencies": {
|
|
214
|
-
"@appium/schema": "^0.
|
|
277
|
+
"@appium/schema": "^0.2.3",
|
|
278
|
+
"@appium/tsconfig": "^0.2.3",
|
|
215
279
|
"@types/express": "4.17.15",
|
|
216
280
|
"@types/npmlog": "4.1.4",
|
|
217
|
-
"@types/ws": "8.5.
|
|
218
|
-
"
|
|
219
|
-
"type-fest": "3.4.0"
|
|
281
|
+
"@types/ws": "8.5.4",
|
|
282
|
+
"type-fest": "3.5.3"
|
|
220
283
|
},
|
|
221
284
|
"engines": {
|
|
222
285
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -253,7 +316,7 @@
|
|
|
253
316
|
}
|
|
254
317
|
},
|
|
255
318
|
"node_modules/@babel/runtime": {
|
|
256
|
-
"version": "7.20.
|
|
319
|
+
"version": "7.20.13",
|
|
257
320
|
"license": "MIT",
|
|
258
321
|
"dependencies": {
|
|
259
322
|
"regenerator-runtime": "^0.13.11"
|
|
@@ -747,25 +810,9 @@
|
|
|
747
810
|
"node": ">=8"
|
|
748
811
|
}
|
|
749
812
|
},
|
|
750
|
-
"node_modules/@
|
|
751
|
-
"version": "
|
|
752
|
-
"license": "MIT"
|
|
753
|
-
"engines": {
|
|
754
|
-
"node": ">=10"
|
|
755
|
-
},
|
|
756
|
-
"funding": {
|
|
757
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
758
|
-
}
|
|
759
|
-
},
|
|
760
|
-
"node_modules/@szmarczak/http-timer": {
|
|
761
|
-
"version": "4.0.6",
|
|
762
|
-
"license": "MIT",
|
|
763
|
-
"dependencies": {
|
|
764
|
-
"defer-to-connect": "^2.0.0"
|
|
765
|
-
},
|
|
766
|
-
"engines": {
|
|
767
|
-
"node": ">=10"
|
|
768
|
-
}
|
|
813
|
+
"node_modules/@tsconfig/node14": {
|
|
814
|
+
"version": "1.0.3",
|
|
815
|
+
"license": "MIT"
|
|
769
816
|
},
|
|
770
817
|
"node_modules/@types/archiver": {
|
|
771
818
|
"version": "5.3.1",
|
|
@@ -802,16 +849,6 @@
|
|
|
802
849
|
"@types/node": "*"
|
|
803
850
|
}
|
|
804
851
|
},
|
|
805
|
-
"node_modules/@types/cacheable-request": {
|
|
806
|
-
"version": "6.0.3",
|
|
807
|
-
"license": "MIT",
|
|
808
|
-
"dependencies": {
|
|
809
|
-
"@types/http-cache-semantics": "*",
|
|
810
|
-
"@types/keyv": "^3.1.4",
|
|
811
|
-
"@types/node": "*",
|
|
812
|
-
"@types/responselike": "^1.0.0"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
852
|
"node_modules/@types/connect": {
|
|
816
853
|
"version": "3.4.35",
|
|
817
854
|
"license": "MIT",
|
|
@@ -830,7 +867,7 @@
|
|
|
830
867
|
}
|
|
831
868
|
},
|
|
832
869
|
"node_modules/@types/express-serve-static-core": {
|
|
833
|
-
"version": "4.17.
|
|
870
|
+
"version": "4.17.33",
|
|
834
871
|
"license": "MIT",
|
|
835
872
|
"dependencies": {
|
|
836
873
|
"@types/node": "*",
|
|
@@ -848,17 +885,13 @@
|
|
|
848
885
|
"license": "MIT"
|
|
849
886
|
},
|
|
850
887
|
"node_modules/@types/glob": {
|
|
851
|
-
"version": "8.0.
|
|
888
|
+
"version": "8.0.1",
|
|
852
889
|
"license": "MIT",
|
|
853
890
|
"dependencies": {
|
|
854
|
-
"@types/minimatch": "
|
|
891
|
+
"@types/minimatch": "^5.1.2",
|
|
855
892
|
"@types/node": "*"
|
|
856
893
|
}
|
|
857
894
|
},
|
|
858
|
-
"node_modules/@types/http-cache-semantics": {
|
|
859
|
-
"version": "4.0.1",
|
|
860
|
-
"license": "MIT"
|
|
861
|
-
},
|
|
862
895
|
"node_modules/@types/jsftp": {
|
|
863
896
|
"version": "2.1.2",
|
|
864
897
|
"license": "MIT",
|
|
@@ -870,13 +903,6 @@
|
|
|
870
903
|
"version": "7.0.11",
|
|
871
904
|
"license": "MIT"
|
|
872
905
|
},
|
|
873
|
-
"node_modules/@types/keyv": {
|
|
874
|
-
"version": "3.1.4",
|
|
875
|
-
"license": "MIT",
|
|
876
|
-
"dependencies": {
|
|
877
|
-
"@types/node": "*"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
906
|
"node_modules/@types/klaw": {
|
|
881
907
|
"version": "3.0.3",
|
|
882
908
|
"license": "MIT",
|
|
@@ -915,7 +941,7 @@
|
|
|
915
941
|
}
|
|
916
942
|
},
|
|
917
943
|
"node_modules/@types/node": {
|
|
918
|
-
"version": "18.11.
|
|
944
|
+
"version": "18.11.18",
|
|
919
945
|
"license": "MIT"
|
|
920
946
|
},
|
|
921
947
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -945,13 +971,6 @@
|
|
|
945
971
|
"version": "1.2.4",
|
|
946
972
|
"license": "MIT"
|
|
947
973
|
},
|
|
948
|
-
"node_modules/@types/responselike": {
|
|
949
|
-
"version": "1.0.0",
|
|
950
|
-
"license": "MIT",
|
|
951
|
-
"dependencies": {
|
|
952
|
-
"@types/node": "*"
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
974
|
"node_modules/@types/rimraf": {
|
|
956
975
|
"version": "3.0.2",
|
|
957
976
|
"license": "MIT",
|
|
@@ -1004,31 +1023,12 @@
|
|
|
1004
1023
|
"license": "MIT"
|
|
1005
1024
|
},
|
|
1006
1025
|
"node_modules/@types/ws": {
|
|
1007
|
-
"version": "8.5.
|
|
1026
|
+
"version": "8.5.4",
|
|
1008
1027
|
"license": "MIT",
|
|
1009
1028
|
"dependencies": {
|
|
1010
1029
|
"@types/node": "*"
|
|
1011
1030
|
}
|
|
1012
1031
|
},
|
|
1013
|
-
"node_modules/@wdio/types": {
|
|
1014
|
-
"version": "7.26.0",
|
|
1015
|
-
"license": "MIT",
|
|
1016
|
-
"dependencies": {
|
|
1017
|
-
"@types/node": "^18.0.0",
|
|
1018
|
-
"got": "^11.8.1"
|
|
1019
|
-
},
|
|
1020
|
-
"engines": {
|
|
1021
|
-
"node": ">=12.0.0"
|
|
1022
|
-
},
|
|
1023
|
-
"peerDependencies": {
|
|
1024
|
-
"typescript": "^4.6.2"
|
|
1025
|
-
},
|
|
1026
|
-
"peerDependenciesMeta": {
|
|
1027
|
-
"typescript": {
|
|
1028
|
-
"optional": true
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
1032
|
"node_modules/@xmldom/xmldom": {
|
|
1033
1033
|
"version": "0.8.6",
|
|
1034
1034
|
"license": "MIT",
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
}
|
|
1078
1078
|
},
|
|
1079
1079
|
"node_modules/ajv": {
|
|
1080
|
-
"version": "8.
|
|
1080
|
+
"version": "8.12.0",
|
|
1081
1081
|
"extraneous": true,
|
|
1082
1082
|
"license": "MIT",
|
|
1083
1083
|
"dependencies": {
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"license": "MIT"
|
|
1130
1130
|
},
|
|
1131
1131
|
"node_modules/appium-adb": {
|
|
1132
|
-
"version": "9.10.
|
|
1132
|
+
"version": "9.10.24",
|
|
1133
1133
|
"license": "Apache-2.0",
|
|
1134
1134
|
"dependencies": {
|
|
1135
1135
|
"@appium/support": "^3.0.0",
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
}
|
|
1160
1160
|
},
|
|
1161
1161
|
"node_modules/appium-android-driver": {
|
|
1162
|
-
"version": "5.8.
|
|
1162
|
+
"version": "5.8.9",
|
|
1163
1163
|
"license": "Apache-2.0",
|
|
1164
1164
|
"dependencies": {
|
|
1165
1165
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
}
|
|
1199
1199
|
},
|
|
1200
1200
|
"node_modules/appium-chromedriver": {
|
|
1201
|
-
"version": "5.2.
|
|
1201
|
+
"version": "5.2.16",
|
|
1202
1202
|
"hasInstallScript": true,
|
|
1203
1203
|
"license": "Apache-2.0",
|
|
1204
1204
|
"dependencies": {
|
|
@@ -1223,7 +1223,7 @@
|
|
|
1223
1223
|
}
|
|
1224
1224
|
},
|
|
1225
1225
|
"node_modules/appium-uiautomator2-server": {
|
|
1226
|
-
"version": "5.7.
|
|
1226
|
+
"version": "5.7.7",
|
|
1227
1227
|
"license": "Apache-2.0",
|
|
1228
1228
|
"engines": {
|
|
1229
1229
|
"node": ">=14",
|
|
@@ -1349,7 +1349,7 @@
|
|
|
1349
1349
|
}
|
|
1350
1350
|
},
|
|
1351
1351
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1352
|
-
"version": "4.
|
|
1352
|
+
"version": "4.3.0",
|
|
1353
1353
|
"license": "MIT",
|
|
1354
1354
|
"dependencies": {
|
|
1355
1355
|
"abort-controller": "^3.0.0",
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"license": "MIT"
|
|
1398
1398
|
},
|
|
1399
1399
|
"node_modules/axios": {
|
|
1400
|
-
"version": "1.
|
|
1400
|
+
"version": "1.3.1",
|
|
1401
1401
|
"license": "MIT",
|
|
1402
1402
|
"dependencies": {
|
|
1403
1403
|
"follow-redirects": "^1.15.0",
|
|
@@ -1574,42 +1574,6 @@
|
|
|
1574
1574
|
"node": ">= 0.8"
|
|
1575
1575
|
}
|
|
1576
1576
|
},
|
|
1577
|
-
"node_modules/cacheable-lookup": {
|
|
1578
|
-
"version": "5.0.4",
|
|
1579
|
-
"license": "MIT",
|
|
1580
|
-
"engines": {
|
|
1581
|
-
"node": ">=10.6.0"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"node_modules/cacheable-request": {
|
|
1585
|
-
"version": "7.0.2",
|
|
1586
|
-
"license": "MIT",
|
|
1587
|
-
"dependencies": {
|
|
1588
|
-
"clone-response": "^1.0.2",
|
|
1589
|
-
"get-stream": "^5.1.0",
|
|
1590
|
-
"http-cache-semantics": "^4.0.0",
|
|
1591
|
-
"keyv": "^4.0.0",
|
|
1592
|
-
"lowercase-keys": "^2.0.0",
|
|
1593
|
-
"normalize-url": "^6.0.1",
|
|
1594
|
-
"responselike": "^2.0.0"
|
|
1595
|
-
},
|
|
1596
|
-
"engines": {
|
|
1597
|
-
"node": ">=8"
|
|
1598
|
-
}
|
|
1599
|
-
},
|
|
1600
|
-
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
1601
|
-
"version": "5.2.0",
|
|
1602
|
-
"license": "MIT",
|
|
1603
|
-
"dependencies": {
|
|
1604
|
-
"pump": "^3.0.0"
|
|
1605
|
-
},
|
|
1606
|
-
"engines": {
|
|
1607
|
-
"node": ">=8"
|
|
1608
|
-
},
|
|
1609
|
-
"funding": {
|
|
1610
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1613
1577
|
"node_modules/call-bind": {
|
|
1614
1578
|
"version": "1.0.2",
|
|
1615
1579
|
"license": "MIT",
|
|
@@ -1680,16 +1644,6 @@
|
|
|
1680
1644
|
"node": ">=0.8"
|
|
1681
1645
|
}
|
|
1682
1646
|
},
|
|
1683
|
-
"node_modules/clone-response": {
|
|
1684
|
-
"version": "1.0.3",
|
|
1685
|
-
"license": "MIT",
|
|
1686
|
-
"dependencies": {
|
|
1687
|
-
"mimic-response": "^1.0.0"
|
|
1688
|
-
},
|
|
1689
|
-
"funding": {
|
|
1690
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1691
|
-
}
|
|
1692
|
-
},
|
|
1693
1647
|
"node_modules/color": {
|
|
1694
1648
|
"version": "3.2.1",
|
|
1695
1649
|
"extraneous": true,
|
|
@@ -1781,7 +1735,7 @@
|
|
|
1781
1735
|
}
|
|
1782
1736
|
},
|
|
1783
1737
|
"node_modules/content-type": {
|
|
1784
|
-
"version": "1.0.
|
|
1738
|
+
"version": "1.0.5",
|
|
1785
1739
|
"license": "MIT",
|
|
1786
1740
|
"engines": {
|
|
1787
1741
|
"node": ">= 0.6"
|
|
@@ -1871,29 +1825,6 @@
|
|
|
1871
1825
|
"version": "1.4.1",
|
|
1872
1826
|
"license": "MIT"
|
|
1873
1827
|
},
|
|
1874
|
-
"node_modules/decompress-response": {
|
|
1875
|
-
"version": "6.0.0",
|
|
1876
|
-
"license": "MIT",
|
|
1877
|
-
"dependencies": {
|
|
1878
|
-
"mimic-response": "^3.1.0"
|
|
1879
|
-
},
|
|
1880
|
-
"engines": {
|
|
1881
|
-
"node": ">=10"
|
|
1882
|
-
},
|
|
1883
|
-
"funding": {
|
|
1884
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
"node_modules/decompress-response/node_modules/mimic-response": {
|
|
1888
|
-
"version": "3.1.0",
|
|
1889
|
-
"license": "MIT",
|
|
1890
|
-
"engines": {
|
|
1891
|
-
"node": ">=10"
|
|
1892
|
-
},
|
|
1893
|
-
"funding": {
|
|
1894
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
1828
|
"node_modules/defaults": {
|
|
1898
1829
|
"version": "1.0.4",
|
|
1899
1830
|
"extraneous": true,
|
|
@@ -1905,13 +1836,6 @@
|
|
|
1905
1836
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1906
1837
|
}
|
|
1907
1838
|
},
|
|
1908
|
-
"node_modules/defer-to-connect": {
|
|
1909
|
-
"version": "2.0.1",
|
|
1910
|
-
"license": "MIT",
|
|
1911
|
-
"engines": {
|
|
1912
|
-
"node": ">=10"
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
1839
|
"node_modules/delayed-stream": {
|
|
1916
1840
|
"version": "1.0.0",
|
|
1917
1841
|
"license": "MIT",
|
|
@@ -2269,7 +2193,7 @@
|
|
|
2269
2193
|
}
|
|
2270
2194
|
},
|
|
2271
2195
|
"node_modules/get-intrinsic": {
|
|
2272
|
-
"version": "1.
|
|
2196
|
+
"version": "1.2.0",
|
|
2273
2197
|
"license": "MIT",
|
|
2274
2198
|
"dependencies": {
|
|
2275
2199
|
"function-bind": "^1.1.1",
|
|
@@ -2299,7 +2223,7 @@
|
|
|
2299
2223
|
}
|
|
2300
2224
|
},
|
|
2301
2225
|
"node_modules/glob": {
|
|
2302
|
-
"version": "8.0
|
|
2226
|
+
"version": "8.1.0",
|
|
2303
2227
|
"license": "ISC",
|
|
2304
2228
|
"dependencies": {
|
|
2305
2229
|
"fs.realpath": "^1.0.0",
|
|
@@ -2323,7 +2247,7 @@
|
|
|
2323
2247
|
}
|
|
2324
2248
|
},
|
|
2325
2249
|
"node_modules/glob/node_modules/minimatch": {
|
|
2326
|
-
"version": "5.1.
|
|
2250
|
+
"version": "5.1.6",
|
|
2327
2251
|
"license": "ISC",
|
|
2328
2252
|
"dependencies": {
|
|
2329
2253
|
"brace-expansion": "^2.0.1"
|
|
@@ -2340,29 +2264,6 @@
|
|
|
2340
2264
|
"process": "^0.11.10"
|
|
2341
2265
|
}
|
|
2342
2266
|
},
|
|
2343
|
-
"node_modules/got": {
|
|
2344
|
-
"version": "11.8.6",
|
|
2345
|
-
"license": "MIT",
|
|
2346
|
-
"dependencies": {
|
|
2347
|
-
"@sindresorhus/is": "^4.0.0",
|
|
2348
|
-
"@szmarczak/http-timer": "^4.0.5",
|
|
2349
|
-
"@types/cacheable-request": "^6.0.1",
|
|
2350
|
-
"@types/responselike": "^1.0.0",
|
|
2351
|
-
"cacheable-lookup": "^5.0.3",
|
|
2352
|
-
"cacheable-request": "^7.0.2",
|
|
2353
|
-
"decompress-response": "^6.0.0",
|
|
2354
|
-
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
2355
|
-
"lowercase-keys": "^2.0.0",
|
|
2356
|
-
"p-cancelable": "^2.0.0",
|
|
2357
|
-
"responselike": "^2.0.0"
|
|
2358
|
-
},
|
|
2359
|
-
"engines": {
|
|
2360
|
-
"node": ">=10.19.0"
|
|
2361
|
-
},
|
|
2362
|
-
"funding": {
|
|
2363
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
2364
|
-
}
|
|
2365
|
-
},
|
|
2366
2267
|
"node_modules/graceful-fs": {
|
|
2367
2268
|
"version": "4.2.10",
|
|
2368
2269
|
"license": "ISC"
|
|
@@ -2402,10 +2303,6 @@
|
|
|
2402
2303
|
"version": "2.8.9",
|
|
2403
2304
|
"license": "ISC"
|
|
2404
2305
|
},
|
|
2405
|
-
"node_modules/http-cache-semantics": {
|
|
2406
|
-
"version": "4.1.0",
|
|
2407
|
-
"license": "BSD-2-Clause"
|
|
2408
|
-
},
|
|
2409
2306
|
"node_modules/http-errors": {
|
|
2410
2307
|
"version": "2.0.0",
|
|
2411
2308
|
"license": "MIT",
|
|
@@ -2424,17 +2321,6 @@
|
|
|
2424
2321
|
"version": "2.2.0",
|
|
2425
2322
|
"license": "MIT"
|
|
2426
2323
|
},
|
|
2427
|
-
"node_modules/http2-wrapper": {
|
|
2428
|
-
"version": "1.0.3",
|
|
2429
|
-
"license": "MIT",
|
|
2430
|
-
"dependencies": {
|
|
2431
|
-
"quick-lru": "^5.1.1",
|
|
2432
|
-
"resolve-alpn": "^1.0.0"
|
|
2433
|
-
},
|
|
2434
|
-
"engines": {
|
|
2435
|
-
"node": ">=10.19.0"
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
2324
|
"node_modules/iconv-lite": {
|
|
2439
2325
|
"version": "0.4.24",
|
|
2440
2326
|
"license": "MIT",
|
|
@@ -2494,7 +2380,7 @@
|
|
|
2494
2380
|
}
|
|
2495
2381
|
},
|
|
2496
2382
|
"node_modules/io.appium.settings": {
|
|
2497
|
-
"version": "5.0.
|
|
2383
|
+
"version": "5.0.3",
|
|
2498
2384
|
"license": "Apache-2.0",
|
|
2499
2385
|
"engines": {
|
|
2500
2386
|
"node": ">=14",
|
|
@@ -2607,10 +2493,6 @@
|
|
|
2607
2493
|
"ms": "^2.1.1"
|
|
2608
2494
|
}
|
|
2609
2495
|
},
|
|
2610
|
-
"node_modules/json-buffer": {
|
|
2611
|
-
"version": "3.0.1",
|
|
2612
|
-
"license": "MIT"
|
|
2613
|
-
},
|
|
2614
2496
|
"node_modules/json-parse-even-better-errors": {
|
|
2615
2497
|
"version": "2.3.1",
|
|
2616
2498
|
"license": "MIT"
|
|
@@ -2624,15 +2506,8 @@
|
|
|
2624
2506
|
"extraneous": true,
|
|
2625
2507
|
"license": "MIT"
|
|
2626
2508
|
},
|
|
2627
|
-
"node_modules/keyv": {
|
|
2628
|
-
"version": "4.5.2",
|
|
2629
|
-
"license": "MIT",
|
|
2630
|
-
"dependencies": {
|
|
2631
|
-
"json-buffer": "3.0.1"
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
2509
|
"node_modules/klaw": {
|
|
2635
|
-
"version": "4.0
|
|
2510
|
+
"version": "4.1.0",
|
|
2636
2511
|
"license": "MIT",
|
|
2637
2512
|
"engines": {
|
|
2638
2513
|
"node": ">=14.14.0"
|
|
@@ -2843,13 +2718,6 @@
|
|
|
2843
2718
|
"node": ">= 0.9.3"
|
|
2844
2719
|
}
|
|
2845
2720
|
},
|
|
2846
|
-
"node_modules/lowercase-keys": {
|
|
2847
|
-
"version": "2.0.0",
|
|
2848
|
-
"license": "MIT",
|
|
2849
|
-
"engines": {
|
|
2850
|
-
"node": ">=8"
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
2721
|
"node_modules/media-typer": {
|
|
2854
2722
|
"version": "0.3.0",
|
|
2855
2723
|
"license": "MIT",
|
|
@@ -2927,13 +2795,6 @@
|
|
|
2927
2795
|
"node": ">=6"
|
|
2928
2796
|
}
|
|
2929
2797
|
},
|
|
2930
|
-
"node_modules/mimic-response": {
|
|
2931
|
-
"version": "1.0.1",
|
|
2932
|
-
"license": "MIT",
|
|
2933
|
-
"engines": {
|
|
2934
|
-
"node": ">=4"
|
|
2935
|
-
}
|
|
2936
|
-
},
|
|
2937
2798
|
"node_modules/min-document": {
|
|
2938
2799
|
"version": "2.19.0",
|
|
2939
2800
|
"dependencies": {
|
|
@@ -3097,16 +2958,6 @@
|
|
|
3097
2958
|
"node": ">=0.10.0"
|
|
3098
2959
|
}
|
|
3099
2960
|
},
|
|
3100
|
-
"node_modules/normalize-url": {
|
|
3101
|
-
"version": "6.1.0",
|
|
3102
|
-
"license": "MIT",
|
|
3103
|
-
"engines": {
|
|
3104
|
-
"node": ">=10"
|
|
3105
|
-
},
|
|
3106
|
-
"funding": {
|
|
3107
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3108
|
-
}
|
|
3109
|
-
},
|
|
3110
2961
|
"node_modules/npmlog": {
|
|
3111
2962
|
"version": "7.0.1",
|
|
3112
2963
|
"license": "ISC",
|
|
@@ -3121,7 +2972,7 @@
|
|
|
3121
2972
|
}
|
|
3122
2973
|
},
|
|
3123
2974
|
"node_modules/object-inspect": {
|
|
3124
|
-
"version": "1.12.
|
|
2975
|
+
"version": "1.12.3",
|
|
3125
2976
|
"license": "MIT",
|
|
3126
2977
|
"funding": {
|
|
3127
2978
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -3259,13 +3110,6 @@
|
|
|
3259
3110
|
"node": ">=8"
|
|
3260
3111
|
}
|
|
3261
3112
|
},
|
|
3262
|
-
"node_modules/p-cancelable": {
|
|
3263
|
-
"version": "2.1.1",
|
|
3264
|
-
"license": "MIT",
|
|
3265
|
-
"engines": {
|
|
3266
|
-
"node": ">=8"
|
|
3267
|
-
}
|
|
3268
|
-
},
|
|
3269
3113
|
"node_modules/p-limit": {
|
|
3270
3114
|
"version": "3.1.0",
|
|
3271
3115
|
"license": "MIT",
|
|
@@ -3525,16 +3369,8 @@
|
|
|
3525
3369
|
"version": "1.1.0",
|
|
3526
3370
|
"license": "MIT"
|
|
3527
3371
|
},
|
|
3528
|
-
"node_modules/pump": {
|
|
3529
|
-
"version": "3.0.0",
|
|
3530
|
-
"license": "MIT",
|
|
3531
|
-
"dependencies": {
|
|
3532
|
-
"end-of-stream": "^1.1.0",
|
|
3533
|
-
"once": "^1.3.1"
|
|
3534
|
-
}
|
|
3535
|
-
},
|
|
3536
3372
|
"node_modules/punycode": {
|
|
3537
|
-
"version": "2.
|
|
3373
|
+
"version": "2.3.0",
|
|
3538
3374
|
"extraneous": true,
|
|
3539
3375
|
"license": "MIT",
|
|
3540
3376
|
"engines": {
|
|
@@ -3554,16 +3390,6 @@
|
|
|
3554
3390
|
"url": "https://github.com/sponsors/ljharb"
|
|
3555
3391
|
}
|
|
3556
3392
|
},
|
|
3557
|
-
"node_modules/quick-lru": {
|
|
3558
|
-
"version": "5.1.1",
|
|
3559
|
-
"license": "MIT",
|
|
3560
|
-
"engines": {
|
|
3561
|
-
"node": ">=10"
|
|
3562
|
-
},
|
|
3563
|
-
"funding": {
|
|
3564
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3565
|
-
}
|
|
3566
|
-
},
|
|
3567
3393
|
"node_modules/range-parser": {
|
|
3568
3394
|
"version": "1.2.1",
|
|
3569
3395
|
"license": "MIT",
|
|
@@ -3631,7 +3457,7 @@
|
|
|
3631
3457
|
}
|
|
3632
3458
|
},
|
|
3633
3459
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
3634
|
-
"version": "5.1.
|
|
3460
|
+
"version": "5.1.6",
|
|
3635
3461
|
"license": "ISC",
|
|
3636
3462
|
"dependencies": {
|
|
3637
3463
|
"brace-expansion": "^2.0.1"
|
|
@@ -3667,10 +3493,6 @@
|
|
|
3667
3493
|
"url": "https://github.com/sponsors/ljharb"
|
|
3668
3494
|
}
|
|
3669
3495
|
},
|
|
3670
|
-
"node_modules/resolve-alpn": {
|
|
3671
|
-
"version": "1.2.1",
|
|
3672
|
-
"license": "MIT"
|
|
3673
|
-
},
|
|
3674
3496
|
"node_modules/resolve-from": {
|
|
3675
3497
|
"version": "5.0.0",
|
|
3676
3498
|
"license": "MIT",
|
|
@@ -3678,16 +3500,6 @@
|
|
|
3678
3500
|
"node": ">=8"
|
|
3679
3501
|
}
|
|
3680
3502
|
},
|
|
3681
|
-
"node_modules/responselike": {
|
|
3682
|
-
"version": "2.0.1",
|
|
3683
|
-
"license": "MIT",
|
|
3684
|
-
"dependencies": {
|
|
3685
|
-
"lowercase-keys": "^2.0.0"
|
|
3686
|
-
},
|
|
3687
|
-
"funding": {
|
|
3688
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3689
|
-
}
|
|
3690
|
-
},
|
|
3691
3503
|
"node_modules/restore-cursor": {
|
|
3692
3504
|
"version": "3.1.0",
|
|
3693
3505
|
"extraneous": true,
|
|
@@ -3700,37 +3512,6 @@
|
|
|
3700
3512
|
"node": ">=8"
|
|
3701
3513
|
}
|
|
3702
3514
|
},
|
|
3703
|
-
"node_modules/rimraf": {
|
|
3704
|
-
"version": "3.0.2",
|
|
3705
|
-
"license": "ISC",
|
|
3706
|
-
"dependencies": {
|
|
3707
|
-
"glob": "^7.1.3"
|
|
3708
|
-
},
|
|
3709
|
-
"bin": {
|
|
3710
|
-
"rimraf": "bin.js"
|
|
3711
|
-
},
|
|
3712
|
-
"funding": {
|
|
3713
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3714
|
-
}
|
|
3715
|
-
},
|
|
3716
|
-
"node_modules/rimraf/node_modules/glob": {
|
|
3717
|
-
"version": "7.2.3",
|
|
3718
|
-
"license": "ISC",
|
|
3719
|
-
"dependencies": {
|
|
3720
|
-
"fs.realpath": "^1.0.0",
|
|
3721
|
-
"inflight": "^1.0.4",
|
|
3722
|
-
"inherits": "2",
|
|
3723
|
-
"minimatch": "^3.1.1",
|
|
3724
|
-
"once": "^1.3.0",
|
|
3725
|
-
"path-is-absolute": "^1.0.0"
|
|
3726
|
-
},
|
|
3727
|
-
"engines": {
|
|
3728
|
-
"node": "*"
|
|
3729
|
-
},
|
|
3730
|
-
"funding": {
|
|
3731
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3732
|
-
}
|
|
3733
|
-
},
|
|
3734
3515
|
"node_modules/safe-buffer": {
|
|
3735
3516
|
"version": "5.2.1",
|
|
3736
3517
|
"funding": [
|
|
@@ -3750,7 +3531,7 @@
|
|
|
3750
3531
|
"license": "MIT"
|
|
3751
3532
|
},
|
|
3752
3533
|
"node_modules/safe-stable-stringify": {
|
|
3753
|
-
"version": "2.4.
|
|
3534
|
+
"version": "2.4.2",
|
|
3754
3535
|
"extraneous": true,
|
|
3755
3536
|
"license": "MIT",
|
|
3756
3537
|
"engines": {
|
|
@@ -4129,11 +3910,8 @@
|
|
|
4129
3910
|
"license": "MIT"
|
|
4130
3911
|
},
|
|
4131
3912
|
"node_modules/tinycolor2": {
|
|
4132
|
-
"version": "1.5.
|
|
4133
|
-
"license": "MIT"
|
|
4134
|
-
"engines": {
|
|
4135
|
-
"node": "*"
|
|
4136
|
-
}
|
|
3913
|
+
"version": "1.5.2",
|
|
3914
|
+
"license": "MIT"
|
|
4137
3915
|
},
|
|
4138
3916
|
"node_modules/toidentifier": {
|
|
4139
3917
|
"version": "1.0.1",
|
|
@@ -4155,7 +3933,7 @@
|
|
|
4155
3933
|
}
|
|
4156
3934
|
},
|
|
4157
3935
|
"node_modules/type-fest": {
|
|
4158
|
-
"version": "3.
|
|
3936
|
+
"version": "3.5.3",
|
|
4159
3937
|
"license": "(MIT OR CC0-1.0)",
|
|
4160
3938
|
"engines": {
|
|
4161
3939
|
"node": ">=14.16"
|
|
@@ -4420,14 +4198,14 @@
|
|
|
4420
4198
|
"license": "ISC"
|
|
4421
4199
|
},
|
|
4422
4200
|
"node_modules/ws": {
|
|
4423
|
-
"version": "8.
|
|
4201
|
+
"version": "8.12.0",
|
|
4424
4202
|
"license": "MIT",
|
|
4425
4203
|
"engines": {
|
|
4426
4204
|
"node": ">=10.0.0"
|
|
4427
4205
|
},
|
|
4428
4206
|
"peerDependencies": {
|
|
4429
4207
|
"bufferutil": "^4.0.1",
|
|
4430
|
-
"utf-8-validate": "
|
|
4208
|
+
"utf-8-validate": ">=5.0.2"
|
|
4431
4209
|
},
|
|
4432
4210
|
"peerDependenciesMeta": {
|
|
4433
4211
|
"bufferutil": {
|
|
@@ -4492,7 +4270,7 @@
|
|
|
4492
4270
|
}
|
|
4493
4271
|
},
|
|
4494
4272
|
"node_modules/yaml": {
|
|
4495
|
-
"version": "2.1
|
|
4273
|
+
"version": "2.2.1",
|
|
4496
4274
|
"extraneous": true,
|
|
4497
4275
|
"license": "ISC",
|
|
4498
4276
|
"engines": {
|
|
@@ -4532,9 +4310,10 @@
|
|
|
4532
4310
|
},
|
|
4533
4311
|
"dependencies": {
|
|
4534
4312
|
"@appium/base-driver": {
|
|
4535
|
-
"version": "9.
|
|
4313
|
+
"version": "9.3.0",
|
|
4536
4314
|
"requires": {
|
|
4537
|
-
"@appium/support": "^3.
|
|
4315
|
+
"@appium/support": "^3.1.4",
|
|
4316
|
+
"@appium/types": "^0.9.0",
|
|
4538
4317
|
"@colors/colors": "1.5.0",
|
|
4539
4318
|
"@types/async-lock": "1.3.0",
|
|
4540
4319
|
"@types/bluebird": "3.5.38",
|
|
@@ -4543,7 +4322,7 @@
|
|
|
4543
4322
|
"@types/serve-favicon": "2.5.3",
|
|
4544
4323
|
"async-lock": "1.4.0",
|
|
4545
4324
|
"asyncbox": "2.9.4",
|
|
4546
|
-
"axios": "1.2.
|
|
4325
|
+
"axios": "1.2.2",
|
|
4547
4326
|
"bluebird": "3.7.2",
|
|
4548
4327
|
"body-parser": "1.20.1",
|
|
4549
4328
|
"es6-error": "4.1.1",
|
|
@@ -4555,33 +4334,42 @@
|
|
|
4555
4334
|
"morgan": "1.10.0",
|
|
4556
4335
|
"serve-favicon": "2.5.0",
|
|
4557
4336
|
"source-map-support": "0.5.21",
|
|
4558
|
-
"type-fest": "3.
|
|
4337
|
+
"type-fest": "3.5.3",
|
|
4559
4338
|
"validate.js": "0.13.1"
|
|
4560
4339
|
},
|
|
4561
4340
|
"dependencies": {
|
|
4341
|
+
"axios": {
|
|
4342
|
+
"version": "1.2.2",
|
|
4343
|
+
"requires": {
|
|
4344
|
+
"follow-redirects": "^1.15.0",
|
|
4345
|
+
"form-data": "^4.0.0",
|
|
4346
|
+
"proxy-from-env": "^1.1.0"
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4562
4349
|
"lru-cache": {
|
|
4563
4350
|
"version": "7.14.1"
|
|
4564
4351
|
}
|
|
4565
4352
|
}
|
|
4566
4353
|
},
|
|
4567
4354
|
"@appium/base-plugin": {
|
|
4568
|
-
"version": "2.0
|
|
4355
|
+
"version": "2.2.0",
|
|
4569
4356
|
"extraneous": true,
|
|
4570
4357
|
"requires": {
|
|
4571
|
-
"@appium/
|
|
4358
|
+
"@appium/base-driver": "^9.3.0",
|
|
4359
|
+
"@appium/support": "^3.1.4"
|
|
4572
4360
|
}
|
|
4573
4361
|
},
|
|
4574
4362
|
"@appium/docutils": {
|
|
4575
|
-
"version": "0.1.
|
|
4363
|
+
"version": "0.1.6",
|
|
4576
4364
|
"extraneous": true,
|
|
4577
4365
|
"requires": {
|
|
4578
|
-
"@appium/support": "^3.
|
|
4366
|
+
"@appium/support": "^3.1.4",
|
|
4579
4367
|
"source-map-support": "0.5.21",
|
|
4580
4368
|
"teen_process": "2.0.2"
|
|
4581
4369
|
}
|
|
4582
4370
|
},
|
|
4583
4371
|
"@appium/schema": {
|
|
4584
|
-
"version": "0.
|
|
4372
|
+
"version": "0.2.3",
|
|
4585
4373
|
"requires": {
|
|
4586
4374
|
"@types/json-schema": "7.0.11",
|
|
4587
4375
|
"json-schema": "0.4.0",
|
|
@@ -4589,14 +4377,15 @@
|
|
|
4589
4377
|
}
|
|
4590
4378
|
},
|
|
4591
4379
|
"@appium/support": {
|
|
4592
|
-
"version": "3.
|
|
4380
|
+
"version": "3.1.4",
|
|
4593
4381
|
"requires": {
|
|
4594
|
-
"@appium/
|
|
4382
|
+
"@appium/tsconfig": "^0.2.3",
|
|
4383
|
+
"@appium/types": "^0.9.0",
|
|
4595
4384
|
"@colors/colors": "1.5.0",
|
|
4596
4385
|
"@types/archiver": "5.3.1",
|
|
4597
4386
|
"@types/base64-stream": "1.0.2",
|
|
4598
4387
|
"@types/find-root": "1.1.2",
|
|
4599
|
-
"@types/glob": "8.0.
|
|
4388
|
+
"@types/glob": "8.0.1",
|
|
4600
4389
|
"@types/jsftp": "2.1.2",
|
|
4601
4390
|
"@types/klaw": "3.0.3",
|
|
4602
4391
|
"@types/lockfile": "1.0.2",
|
|
@@ -4612,17 +4401,17 @@
|
|
|
4612
4401
|
"@types/teen_process": "2.0.0",
|
|
4613
4402
|
"@types/uuid": "9.0.0",
|
|
4614
4403
|
"archiver": "5.3.1",
|
|
4615
|
-
"axios": "1.2.
|
|
4404
|
+
"axios": "1.2.2",
|
|
4616
4405
|
"base64-stream": "1.0.0",
|
|
4617
4406
|
"bluebird": "3.7.2",
|
|
4618
4407
|
"bplist-creator": "0.1.1",
|
|
4619
4408
|
"bplist-parser": "0.3.2",
|
|
4620
4409
|
"form-data": "4.0.0",
|
|
4621
4410
|
"get-stream": "6.0.1",
|
|
4622
|
-
"glob": "8.0
|
|
4411
|
+
"glob": "8.1.0",
|
|
4623
4412
|
"jimp": "0.16.2",
|
|
4624
4413
|
"jsftp": "2.1.3",
|
|
4625
|
-
"klaw": "4.0
|
|
4414
|
+
"klaw": "4.1.0",
|
|
4626
4415
|
"lockfile": "1.0.4",
|
|
4627
4416
|
"lodash": "4.17.21",
|
|
4628
4417
|
"log-symbols": "4.1.0",
|
|
@@ -4644,21 +4433,56 @@
|
|
|
4644
4433
|
"source-map-support": "0.5.21",
|
|
4645
4434
|
"supports-color": "8.1.1",
|
|
4646
4435
|
"teen_process": "2.0.2",
|
|
4647
|
-
"type-fest": "3.
|
|
4436
|
+
"type-fest": "3.5.3",
|
|
4648
4437
|
"uuid": "9.0.0",
|
|
4649
4438
|
"which": "3.0.0",
|
|
4650
4439
|
"yauzl": "2.10.0"
|
|
4440
|
+
},
|
|
4441
|
+
"dependencies": {
|
|
4442
|
+
"axios": {
|
|
4443
|
+
"version": "1.2.2",
|
|
4444
|
+
"requires": {
|
|
4445
|
+
"follow-redirects": "^1.15.0",
|
|
4446
|
+
"form-data": "^4.0.0",
|
|
4447
|
+
"proxy-from-env": "^1.1.0"
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4450
|
+
"rimraf": {
|
|
4451
|
+
"version": "3.0.2",
|
|
4452
|
+
"requires": {
|
|
4453
|
+
"glob": "^7.1.3"
|
|
4454
|
+
},
|
|
4455
|
+
"dependencies": {
|
|
4456
|
+
"glob": {
|
|
4457
|
+
"version": "7.2.3",
|
|
4458
|
+
"requires": {
|
|
4459
|
+
"fs.realpath": "^1.0.0",
|
|
4460
|
+
"inflight": "^1.0.4",
|
|
4461
|
+
"inherits": "2",
|
|
4462
|
+
"minimatch": "^3.1.1",
|
|
4463
|
+
"once": "^1.3.0",
|
|
4464
|
+
"path-is-absolute": "^1.0.0"
|
|
4465
|
+
}
|
|
4466
|
+
}
|
|
4467
|
+
}
|
|
4468
|
+
}
|
|
4469
|
+
}
|
|
4470
|
+
},
|
|
4471
|
+
"@appium/tsconfig": {
|
|
4472
|
+
"version": "0.2.3",
|
|
4473
|
+
"requires": {
|
|
4474
|
+
"@tsconfig/node14": "1.0.3"
|
|
4651
4475
|
}
|
|
4652
4476
|
},
|
|
4653
4477
|
"@appium/types": {
|
|
4654
|
-
"version": "0.
|
|
4478
|
+
"version": "0.9.0",
|
|
4655
4479
|
"requires": {
|
|
4656
|
-
"@appium/schema": "^0.
|
|
4480
|
+
"@appium/schema": "^0.2.3",
|
|
4481
|
+
"@appium/tsconfig": "^0.2.3",
|
|
4657
4482
|
"@types/express": "4.17.15",
|
|
4658
4483
|
"@types/npmlog": "4.1.4",
|
|
4659
|
-
"@types/ws": "8.5.
|
|
4660
|
-
"
|
|
4661
|
-
"type-fest": "3.4.0"
|
|
4484
|
+
"@types/ws": "8.5.4",
|
|
4485
|
+
"type-fest": "3.5.3"
|
|
4662
4486
|
}
|
|
4663
4487
|
},
|
|
4664
4488
|
"@babel/code-frame": {
|
|
@@ -4679,7 +4503,7 @@
|
|
|
4679
4503
|
}
|
|
4680
4504
|
},
|
|
4681
4505
|
"@babel/runtime": {
|
|
4682
|
-
"version": "7.20.
|
|
4506
|
+
"version": "7.20.13",
|
|
4683
4507
|
"requires": {
|
|
4684
4508
|
"regenerator-runtime": "^0.13.11"
|
|
4685
4509
|
}
|
|
@@ -5003,14 +4827,8 @@
|
|
|
5003
4827
|
}
|
|
5004
4828
|
}
|
|
5005
4829
|
},
|
|
5006
|
-
"@
|
|
5007
|
-
"version": "
|
|
5008
|
-
},
|
|
5009
|
-
"@szmarczak/http-timer": {
|
|
5010
|
-
"version": "4.0.6",
|
|
5011
|
-
"requires": {
|
|
5012
|
-
"defer-to-connect": "^2.0.0"
|
|
5013
|
-
}
|
|
4830
|
+
"@tsconfig/node14": {
|
|
4831
|
+
"version": "1.0.3"
|
|
5014
4832
|
},
|
|
5015
4833
|
"@types/archiver": {
|
|
5016
4834
|
"version": "5.3.1",
|
|
@@ -5041,15 +4859,6 @@
|
|
|
5041
4859
|
"@types/node": "*"
|
|
5042
4860
|
}
|
|
5043
4861
|
},
|
|
5044
|
-
"@types/cacheable-request": {
|
|
5045
|
-
"version": "6.0.3",
|
|
5046
|
-
"requires": {
|
|
5047
|
-
"@types/http-cache-semantics": "*",
|
|
5048
|
-
"@types/keyv": "^3.1.4",
|
|
5049
|
-
"@types/node": "*",
|
|
5050
|
-
"@types/responselike": "^1.0.0"
|
|
5051
|
-
}
|
|
5052
|
-
},
|
|
5053
4862
|
"@types/connect": {
|
|
5054
4863
|
"version": "3.4.35",
|
|
5055
4864
|
"requires": {
|
|
@@ -5066,7 +4875,7 @@
|
|
|
5066
4875
|
}
|
|
5067
4876
|
},
|
|
5068
4877
|
"@types/express-serve-static-core": {
|
|
5069
|
-
"version": "4.17.
|
|
4878
|
+
"version": "4.17.33",
|
|
5070
4879
|
"requires": {
|
|
5071
4880
|
"@types/node": "*",
|
|
5072
4881
|
"@types/qs": "*",
|
|
@@ -5081,15 +4890,12 @@
|
|
|
5081
4890
|
"version": "1.1.2"
|
|
5082
4891
|
},
|
|
5083
4892
|
"@types/glob": {
|
|
5084
|
-
"version": "8.0.
|
|
4893
|
+
"version": "8.0.1",
|
|
5085
4894
|
"requires": {
|
|
5086
|
-
"@types/minimatch": "
|
|
4895
|
+
"@types/minimatch": "^5.1.2",
|
|
5087
4896
|
"@types/node": "*"
|
|
5088
4897
|
}
|
|
5089
4898
|
},
|
|
5090
|
-
"@types/http-cache-semantics": {
|
|
5091
|
-
"version": "4.0.1"
|
|
5092
|
-
},
|
|
5093
4899
|
"@types/jsftp": {
|
|
5094
4900
|
"version": "2.1.2",
|
|
5095
4901
|
"requires": {
|
|
@@ -5099,12 +4905,6 @@
|
|
|
5099
4905
|
"@types/json-schema": {
|
|
5100
4906
|
"version": "7.0.11"
|
|
5101
4907
|
},
|
|
5102
|
-
"@types/keyv": {
|
|
5103
|
-
"version": "3.1.4",
|
|
5104
|
-
"requires": {
|
|
5105
|
-
"@types/node": "*"
|
|
5106
|
-
}
|
|
5107
|
-
},
|
|
5108
4908
|
"@types/klaw": {
|
|
5109
4909
|
"version": "3.0.3",
|
|
5110
4910
|
"requires": {
|
|
@@ -5136,7 +4936,7 @@
|
|
|
5136
4936
|
}
|
|
5137
4937
|
},
|
|
5138
4938
|
"@types/node": {
|
|
5139
|
-
"version": "18.11.
|
|
4939
|
+
"version": "18.11.18"
|
|
5140
4940
|
},
|
|
5141
4941
|
"@types/normalize-package-data": {
|
|
5142
4942
|
"version": "2.4.1"
|
|
@@ -5159,12 +4959,6 @@
|
|
|
5159
4959
|
"@types/range-parser": {
|
|
5160
4960
|
"version": "1.2.4"
|
|
5161
4961
|
},
|
|
5162
|
-
"@types/responselike": {
|
|
5163
|
-
"version": "1.0.0",
|
|
5164
|
-
"requires": {
|
|
5165
|
-
"@types/node": "*"
|
|
5166
|
-
}
|
|
5167
|
-
},
|
|
5168
4962
|
"@types/rimraf": {
|
|
5169
4963
|
"version": "3.0.2",
|
|
5170
4964
|
"requires": {
|
|
@@ -5208,18 +5002,11 @@
|
|
|
5208
5002
|
"extraneous": true
|
|
5209
5003
|
},
|
|
5210
5004
|
"@types/ws": {
|
|
5211
|
-
"version": "8.5.
|
|
5005
|
+
"version": "8.5.4",
|
|
5212
5006
|
"requires": {
|
|
5213
5007
|
"@types/node": "*"
|
|
5214
5008
|
}
|
|
5215
5009
|
},
|
|
5216
|
-
"@wdio/types": {
|
|
5217
|
-
"version": "7.26.0",
|
|
5218
|
-
"requires": {
|
|
5219
|
-
"@types/node": "^18.0.0",
|
|
5220
|
-
"got": "^11.8.1"
|
|
5221
|
-
}
|
|
5222
|
-
},
|
|
5223
5010
|
"@xmldom/xmldom": {
|
|
5224
5011
|
"version": "0.8.6"
|
|
5225
5012
|
},
|
|
@@ -5253,7 +5040,7 @@
|
|
|
5253
5040
|
}
|
|
5254
5041
|
},
|
|
5255
5042
|
"ajv": {
|
|
5256
|
-
"version": "8.
|
|
5043
|
+
"version": "8.12.0",
|
|
5257
5044
|
"extraneous": true,
|
|
5258
5045
|
"requires": {
|
|
5259
5046
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -5282,7 +5069,7 @@
|
|
|
5282
5069
|
"version": "1.1.0"
|
|
5283
5070
|
},
|
|
5284
5071
|
"appium-adb": {
|
|
5285
|
-
"version": "9.10.
|
|
5072
|
+
"version": "9.10.24",
|
|
5286
5073
|
"requires": {
|
|
5287
5074
|
"@appium/support": "^3.0.0",
|
|
5288
5075
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5305,7 +5092,7 @@
|
|
|
5305
5092
|
}
|
|
5306
5093
|
},
|
|
5307
5094
|
"appium-android-driver": {
|
|
5308
|
-
"version": "5.8.
|
|
5095
|
+
"version": "5.8.9",
|
|
5309
5096
|
"requires": {
|
|
5310
5097
|
"@babel/runtime": "^7.0.0",
|
|
5311
5098
|
"appium-adb": "^9.10.9",
|
|
@@ -5334,7 +5121,7 @@
|
|
|
5334
5121
|
}
|
|
5335
5122
|
},
|
|
5336
5123
|
"appium-chromedriver": {
|
|
5337
|
-
"version": "5.2.
|
|
5124
|
+
"version": "5.2.16",
|
|
5338
5125
|
"requires": {
|
|
5339
5126
|
"@appium/base-driver": "^9.1.0",
|
|
5340
5127
|
"@appium/support": "^3.0.0",
|
|
@@ -5353,7 +5140,7 @@
|
|
|
5353
5140
|
}
|
|
5354
5141
|
},
|
|
5355
5142
|
"appium-uiautomator2-server": {
|
|
5356
|
-
"version": "5.7.
|
|
5143
|
+
"version": "5.7.7"
|
|
5357
5144
|
},
|
|
5358
5145
|
"aproba": {
|
|
5359
5146
|
"version": "2.0.0"
|
|
@@ -5437,7 +5224,7 @@
|
|
|
5437
5224
|
}
|
|
5438
5225
|
},
|
|
5439
5226
|
"readable-stream": {
|
|
5440
|
-
"version": "4.
|
|
5227
|
+
"version": "4.3.0",
|
|
5441
5228
|
"requires": {
|
|
5442
5229
|
"abort-controller": "^3.0.0",
|
|
5443
5230
|
"buffer": "^6.0.3",
|
|
@@ -5474,7 +5261,7 @@
|
|
|
5474
5261
|
"version": "0.4.0"
|
|
5475
5262
|
},
|
|
5476
5263
|
"axios": {
|
|
5477
|
-
"version": "1.
|
|
5264
|
+
"version": "1.3.1",
|
|
5478
5265
|
"requires": {
|
|
5479
5266
|
"follow-redirects": "^1.15.0",
|
|
5480
5267
|
"form-data": "^4.0.0",
|
|
@@ -5584,29 +5371,6 @@
|
|
|
5584
5371
|
"bytes": {
|
|
5585
5372
|
"version": "3.1.2"
|
|
5586
5373
|
},
|
|
5587
|
-
"cacheable-lookup": {
|
|
5588
|
-
"version": "5.0.4"
|
|
5589
|
-
},
|
|
5590
|
-
"cacheable-request": {
|
|
5591
|
-
"version": "7.0.2",
|
|
5592
|
-
"requires": {
|
|
5593
|
-
"clone-response": "^1.0.2",
|
|
5594
|
-
"get-stream": "^5.1.0",
|
|
5595
|
-
"http-cache-semantics": "^4.0.0",
|
|
5596
|
-
"keyv": "^4.0.0",
|
|
5597
|
-
"lowercase-keys": "^2.0.0",
|
|
5598
|
-
"normalize-url": "^6.0.1",
|
|
5599
|
-
"responselike": "^2.0.0"
|
|
5600
|
-
},
|
|
5601
|
-
"dependencies": {
|
|
5602
|
-
"get-stream": {
|
|
5603
|
-
"version": "5.2.0",
|
|
5604
|
-
"requires": {
|
|
5605
|
-
"pump": "^3.0.0"
|
|
5606
|
-
}
|
|
5607
|
-
}
|
|
5608
|
-
}
|
|
5609
|
-
},
|
|
5610
5374
|
"call-bind": {
|
|
5611
5375
|
"version": "1.0.2",
|
|
5612
5376
|
"requires": {
|
|
@@ -5648,12 +5412,6 @@
|
|
|
5648
5412
|
"version": "1.0.4",
|
|
5649
5413
|
"extraneous": true
|
|
5650
5414
|
},
|
|
5651
|
-
"clone-response": {
|
|
5652
|
-
"version": "1.0.3",
|
|
5653
|
-
"requires": {
|
|
5654
|
-
"mimic-response": "^1.0.0"
|
|
5655
|
-
}
|
|
5656
|
-
},
|
|
5657
5415
|
"color": {
|
|
5658
5416
|
"version": "3.2.1",
|
|
5659
5417
|
"extraneous": true,
|
|
@@ -5721,7 +5479,7 @@
|
|
|
5721
5479
|
}
|
|
5722
5480
|
},
|
|
5723
5481
|
"content-type": {
|
|
5724
|
-
"version": "1.0.
|
|
5482
|
+
"version": "1.0.5"
|
|
5725
5483
|
},
|
|
5726
5484
|
"cookie": {
|
|
5727
5485
|
"version": "0.5.0"
|
|
@@ -5770,17 +5528,6 @@
|
|
|
5770
5528
|
"css-selector-parser": {
|
|
5771
5529
|
"version": "1.4.1"
|
|
5772
5530
|
},
|
|
5773
|
-
"decompress-response": {
|
|
5774
|
-
"version": "6.0.0",
|
|
5775
|
-
"requires": {
|
|
5776
|
-
"mimic-response": "^3.1.0"
|
|
5777
|
-
},
|
|
5778
|
-
"dependencies": {
|
|
5779
|
-
"mimic-response": {
|
|
5780
|
-
"version": "3.1.0"
|
|
5781
|
-
}
|
|
5782
|
-
}
|
|
5783
|
-
},
|
|
5784
5531
|
"defaults": {
|
|
5785
5532
|
"version": "1.0.4",
|
|
5786
5533
|
"extraneous": true,
|
|
@@ -5788,9 +5535,6 @@
|
|
|
5788
5535
|
"clone": "^1.0.2"
|
|
5789
5536
|
}
|
|
5790
5537
|
},
|
|
5791
|
-
"defer-to-connect": {
|
|
5792
|
-
"version": "2.0.1"
|
|
5793
|
-
},
|
|
5794
5538
|
"delayed-stream": {
|
|
5795
5539
|
"version": "1.0.0"
|
|
5796
5540
|
},
|
|
@@ -6035,7 +5779,7 @@
|
|
|
6035
5779
|
}
|
|
6036
5780
|
},
|
|
6037
5781
|
"get-intrinsic": {
|
|
6038
|
-
"version": "1.
|
|
5782
|
+
"version": "1.2.0",
|
|
6039
5783
|
"requires": {
|
|
6040
5784
|
"function-bind": "^1.1.1",
|
|
6041
5785
|
"has": "^1.0.3",
|
|
@@ -6053,7 +5797,7 @@
|
|
|
6053
5797
|
}
|
|
6054
5798
|
},
|
|
6055
5799
|
"glob": {
|
|
6056
|
-
"version": "8.0
|
|
5800
|
+
"version": "8.1.0",
|
|
6057
5801
|
"requires": {
|
|
6058
5802
|
"fs.realpath": "^1.0.0",
|
|
6059
5803
|
"inflight": "^1.0.4",
|
|
@@ -6069,7 +5813,7 @@
|
|
|
6069
5813
|
}
|
|
6070
5814
|
},
|
|
6071
5815
|
"minimatch": {
|
|
6072
|
-
"version": "5.1.
|
|
5816
|
+
"version": "5.1.6",
|
|
6073
5817
|
"requires": {
|
|
6074
5818
|
"brace-expansion": "^2.0.1"
|
|
6075
5819
|
}
|
|
@@ -6083,22 +5827,6 @@
|
|
|
6083
5827
|
"process": "^0.11.10"
|
|
6084
5828
|
}
|
|
6085
5829
|
},
|
|
6086
|
-
"got": {
|
|
6087
|
-
"version": "11.8.6",
|
|
6088
|
-
"requires": {
|
|
6089
|
-
"@sindresorhus/is": "^4.0.0",
|
|
6090
|
-
"@szmarczak/http-timer": "^4.0.5",
|
|
6091
|
-
"@types/cacheable-request": "^6.0.1",
|
|
6092
|
-
"@types/responselike": "^1.0.0",
|
|
6093
|
-
"cacheable-lookup": "^5.0.3",
|
|
6094
|
-
"cacheable-request": "^7.0.2",
|
|
6095
|
-
"decompress-response": "^6.0.0",
|
|
6096
|
-
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
6097
|
-
"lowercase-keys": "^2.0.0",
|
|
6098
|
-
"p-cancelable": "^2.0.0",
|
|
6099
|
-
"responselike": "^2.0.0"
|
|
6100
|
-
}
|
|
6101
|
-
},
|
|
6102
5830
|
"graceful-fs": {
|
|
6103
5831
|
"version": "4.2.10"
|
|
6104
5832
|
},
|
|
@@ -6120,9 +5848,6 @@
|
|
|
6120
5848
|
"hosted-git-info": {
|
|
6121
5849
|
"version": "2.8.9"
|
|
6122
5850
|
},
|
|
6123
|
-
"http-cache-semantics": {
|
|
6124
|
-
"version": "4.1.0"
|
|
6125
|
-
},
|
|
6126
5851
|
"http-errors": {
|
|
6127
5852
|
"version": "2.0.0",
|
|
6128
5853
|
"requires": {
|
|
@@ -6136,13 +5861,6 @@
|
|
|
6136
5861
|
"http-status-codes": {
|
|
6137
5862
|
"version": "2.2.0"
|
|
6138
5863
|
},
|
|
6139
|
-
"http2-wrapper": {
|
|
6140
|
-
"version": "1.0.3",
|
|
6141
|
-
"requires": {
|
|
6142
|
-
"quick-lru": "^5.1.1",
|
|
6143
|
-
"resolve-alpn": "^1.0.0"
|
|
6144
|
-
}
|
|
6145
|
-
},
|
|
6146
5864
|
"iconv-lite": {
|
|
6147
5865
|
"version": "0.4.24",
|
|
6148
5866
|
"requires": {
|
|
@@ -6177,7 +5895,7 @@
|
|
|
6177
5895
|
"version": "3.0.1"
|
|
6178
5896
|
},
|
|
6179
5897
|
"io.appium.settings": {
|
|
6180
|
-
"version": "5.0.
|
|
5898
|
+
"version": "5.0.3"
|
|
6181
5899
|
},
|
|
6182
5900
|
"ipaddr.js": {
|
|
6183
5901
|
"version": "1.9.1"
|
|
@@ -6249,9 +5967,6 @@
|
|
|
6249
5967
|
}
|
|
6250
5968
|
}
|
|
6251
5969
|
},
|
|
6252
|
-
"json-buffer": {
|
|
6253
|
-
"version": "3.0.1"
|
|
6254
|
-
},
|
|
6255
5970
|
"json-parse-even-better-errors": {
|
|
6256
5971
|
"version": "2.3.1"
|
|
6257
5972
|
},
|
|
@@ -6262,14 +5977,8 @@
|
|
|
6262
5977
|
"version": "1.0.0",
|
|
6263
5978
|
"extraneous": true
|
|
6264
5979
|
},
|
|
6265
|
-
"keyv": {
|
|
6266
|
-
"version": "4.5.2",
|
|
6267
|
-
"requires": {
|
|
6268
|
-
"json-buffer": "3.0.1"
|
|
6269
|
-
}
|
|
6270
|
-
},
|
|
6271
5980
|
"klaw": {
|
|
6272
|
-
"version": "4.0
|
|
5981
|
+
"version": "4.1.0"
|
|
6273
5982
|
},
|
|
6274
5983
|
"kuler": {
|
|
6275
5984
|
"version": "2.0.0",
|
|
@@ -6415,9 +6124,6 @@
|
|
|
6415
6124
|
"source-map-support": "0.3.2 - 1.0.0"
|
|
6416
6125
|
}
|
|
6417
6126
|
},
|
|
6418
|
-
"lowercase-keys": {
|
|
6419
|
-
"version": "2.0.0"
|
|
6420
|
-
},
|
|
6421
6127
|
"media-typer": {
|
|
6422
6128
|
"version": "0.3.0"
|
|
6423
6129
|
},
|
|
@@ -6463,9 +6169,6 @@
|
|
|
6463
6169
|
"version": "2.1.0",
|
|
6464
6170
|
"extraneous": true
|
|
6465
6171
|
},
|
|
6466
|
-
"mimic-response": {
|
|
6467
|
-
"version": "1.0.1"
|
|
6468
|
-
},
|
|
6469
6172
|
"min-document": {
|
|
6470
6173
|
"version": "2.19.0",
|
|
6471
6174
|
"requires": {
|
|
@@ -6575,9 +6278,6 @@
|
|
|
6575
6278
|
"normalize-path": {
|
|
6576
6279
|
"version": "3.0.0"
|
|
6577
6280
|
},
|
|
6578
|
-
"normalize-url": {
|
|
6579
|
-
"version": "6.1.0"
|
|
6580
|
-
},
|
|
6581
6281
|
"npmlog": {
|
|
6582
6282
|
"version": "7.0.1",
|
|
6583
6283
|
"requires": {
|
|
@@ -6588,7 +6288,7 @@
|
|
|
6588
6288
|
}
|
|
6589
6289
|
},
|
|
6590
6290
|
"object-inspect": {
|
|
6591
|
-
"version": "1.12.
|
|
6291
|
+
"version": "1.12.3"
|
|
6592
6292
|
},
|
|
6593
6293
|
"omggif": {
|
|
6594
6294
|
"version": "1.0.10"
|
|
@@ -6675,9 +6375,6 @@
|
|
|
6675
6375
|
}
|
|
6676
6376
|
}
|
|
6677
6377
|
},
|
|
6678
|
-
"p-cancelable": {
|
|
6679
|
-
"version": "2.1.1"
|
|
6680
|
-
},
|
|
6681
6378
|
"p-limit": {
|
|
6682
6379
|
"version": "3.1.0",
|
|
6683
6380
|
"requires": {
|
|
@@ -6842,15 +6539,8 @@
|
|
|
6842
6539
|
"proxy-from-env": {
|
|
6843
6540
|
"version": "1.1.0"
|
|
6844
6541
|
},
|
|
6845
|
-
"pump": {
|
|
6846
|
-
"version": "3.0.0",
|
|
6847
|
-
"requires": {
|
|
6848
|
-
"end-of-stream": "^1.1.0",
|
|
6849
|
-
"once": "^1.3.1"
|
|
6850
|
-
}
|
|
6851
|
-
},
|
|
6852
6542
|
"punycode": {
|
|
6853
|
-
"version": "2.
|
|
6543
|
+
"version": "2.3.0",
|
|
6854
6544
|
"extraneous": true
|
|
6855
6545
|
},
|
|
6856
6546
|
"qs": {
|
|
@@ -6859,9 +6549,6 @@
|
|
|
6859
6549
|
"side-channel": "^1.0.4"
|
|
6860
6550
|
}
|
|
6861
6551
|
},
|
|
6862
|
-
"quick-lru": {
|
|
6863
|
-
"version": "5.1.1"
|
|
6864
|
-
},
|
|
6865
6552
|
"range-parser": {
|
|
6866
6553
|
"version": "1.2.1"
|
|
6867
6554
|
},
|
|
@@ -6909,7 +6596,7 @@
|
|
|
6909
6596
|
}
|
|
6910
6597
|
},
|
|
6911
6598
|
"minimatch": {
|
|
6912
|
-
"version": "5.1.
|
|
6599
|
+
"version": "5.1.6",
|
|
6913
6600
|
"requires": {
|
|
6914
6601
|
"brace-expansion": "^2.0.1"
|
|
6915
6602
|
}
|
|
@@ -6931,18 +6618,9 @@
|
|
|
6931
6618
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
6932
6619
|
}
|
|
6933
6620
|
},
|
|
6934
|
-
"resolve-alpn": {
|
|
6935
|
-
"version": "1.2.1"
|
|
6936
|
-
},
|
|
6937
6621
|
"resolve-from": {
|
|
6938
6622
|
"version": "5.0.0"
|
|
6939
6623
|
},
|
|
6940
|
-
"responselike": {
|
|
6941
|
-
"version": "2.0.1",
|
|
6942
|
-
"requires": {
|
|
6943
|
-
"lowercase-keys": "^2.0.0"
|
|
6944
|
-
}
|
|
6945
|
-
},
|
|
6946
6624
|
"restore-cursor": {
|
|
6947
6625
|
"version": "3.1.0",
|
|
6948
6626
|
"extraneous": true,
|
|
@@ -6951,30 +6629,11 @@
|
|
|
6951
6629
|
"signal-exit": "^3.0.2"
|
|
6952
6630
|
}
|
|
6953
6631
|
},
|
|
6954
|
-
"rimraf": {
|
|
6955
|
-
"version": "3.0.2",
|
|
6956
|
-
"requires": {
|
|
6957
|
-
"glob": "^7.1.3"
|
|
6958
|
-
},
|
|
6959
|
-
"dependencies": {
|
|
6960
|
-
"glob": {
|
|
6961
|
-
"version": "7.2.3",
|
|
6962
|
-
"requires": {
|
|
6963
|
-
"fs.realpath": "^1.0.0",
|
|
6964
|
-
"inflight": "^1.0.4",
|
|
6965
|
-
"inherits": "2",
|
|
6966
|
-
"minimatch": "^3.1.1",
|
|
6967
|
-
"once": "^1.3.0",
|
|
6968
|
-
"path-is-absolute": "^1.0.0"
|
|
6969
|
-
}
|
|
6970
|
-
}
|
|
6971
|
-
}
|
|
6972
|
-
},
|
|
6973
6632
|
"safe-buffer": {
|
|
6974
6633
|
"version": "5.2.1"
|
|
6975
6634
|
},
|
|
6976
6635
|
"safe-stable-stringify": {
|
|
6977
|
-
"version": "2.4.
|
|
6636
|
+
"version": "2.4.2",
|
|
6978
6637
|
"extraneous": true
|
|
6979
6638
|
},
|
|
6980
6639
|
"safer-buffer": {
|
|
@@ -7240,7 +6899,7 @@
|
|
|
7240
6899
|
"version": "1.7.1"
|
|
7241
6900
|
},
|
|
7242
6901
|
"tinycolor2": {
|
|
7243
|
-
"version": "1.5.
|
|
6902
|
+
"version": "1.5.2"
|
|
7244
6903
|
},
|
|
7245
6904
|
"toidentifier": {
|
|
7246
6905
|
"version": "1.0.1"
|
|
@@ -7256,7 +6915,7 @@
|
|
|
7256
6915
|
}
|
|
7257
6916
|
},
|
|
7258
6917
|
"type-fest": {
|
|
7259
|
-
"version": "3.
|
|
6918
|
+
"version": "3.5.3"
|
|
7260
6919
|
},
|
|
7261
6920
|
"type-is": {
|
|
7262
6921
|
"version": "1.6.18",
|
|
@@ -7431,7 +7090,7 @@
|
|
|
7431
7090
|
"version": "1.0.2"
|
|
7432
7091
|
},
|
|
7433
7092
|
"ws": {
|
|
7434
|
-
"version": "8.
|
|
7093
|
+
"version": "8.12.0",
|
|
7435
7094
|
"requires": {}
|
|
7436
7095
|
},
|
|
7437
7096
|
"xhr": {
|
|
@@ -7468,7 +7127,7 @@
|
|
|
7468
7127
|
"version": "4.0.2"
|
|
7469
7128
|
},
|
|
7470
7129
|
"yaml": {
|
|
7471
|
-
"version": "2.1
|
|
7130
|
+
"version": "2.2.1",
|
|
7472
7131
|
"extraneous": true
|
|
7473
7132
|
},
|
|
7474
7133
|
"yauzl": {
|