appium-espresso-driver 2.7.1 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.7.1",
3
+ "version": "2.8.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.7.1",
9
+ "version": "2.8.2",
10
10
  "engines": [
11
11
  "node"
12
12
  ],
13
13
  "license": "Apache-2.0",
14
14
  "dependencies": {
15
15
  "@babel/runtime": "^7.4.3",
16
- "appium-adb": "^9.1.0",
17
- "appium-android-driver": "^5.2.1",
16
+ "appium-adb": "^9.10.2",
17
+ "appium-android-driver": "^5.2.7",
18
18
  "asyncbox": "^2.3.1",
19
19
  "bluebird": "^3.5.0",
20
20
  "lodash": "^4.17.11",
@@ -28,7 +28,7 @@
28
28
  "@semantic-release/git": "^10.0.1",
29
29
  "@xmldom/xmldom": "^0.x",
30
30
  "android-apidemos": "^4.0.0",
31
- "appium-chromedriver": "^5.0.0",
31
+ "appium-chromedriver": "^5.1.4",
32
32
  "async-lock": "^1.0.0",
33
33
  "chai": "^4.1.2",
34
34
  "chai-as-promised": "^7.1.1",
@@ -49,14 +49,19 @@
49
49
  }
50
50
  },
51
51
  "node_modules/@appium/base-driver": {
52
- "version": "8.5.7",
52
+ "version": "8.6.1",
53
53
  "extraneous": true,
54
54
  "license": "Apache-2.0",
55
55
  "dependencies": {
56
- "@appium/support": "^2.59.2",
57
- "@babel/runtime": "7.18.3",
56
+ "@appium/support": "^2.59.4",
57
+ "@babel/runtime": "7.18.9",
58
58
  "@colors/colors": "1.5.0",
59
- "async-lock": "1.3.1",
59
+ "@types/async-lock": "1.1.5",
60
+ "@types/bluebird": "3.5.36",
61
+ "@types/express": "4.17.13",
62
+ "@types/method-override": "0.0.32",
63
+ "@types/serve-favicon": "2.5.3",
64
+ "async-lock": "1.3.2",
60
65
  "asyncbox": "2.9.2",
61
66
  "axios": "0.27.2",
62
67
  "bluebird": "3.7.2",
@@ -65,90 +70,87 @@
65
70
  "express": "4.18.1",
66
71
  "http-status-codes": "2.2.0",
67
72
  "lodash": "4.17.21",
68
- "lru-cache": "7.10.1",
73
+ "lru-cache": "7.13.1",
69
74
  "method-override": "3.0.0",
70
75
  "morgan": "1.10.0",
71
76
  "serve-favicon": "2.5.0",
72
77
  "source-map-support": "0.5.21",
78
+ "type-fest": "2.18.0",
73
79
  "validate.js": "0.13.1"
74
80
  },
75
81
  "engines": {
76
82
  "node": ">=14",
77
- "npm": ">=6"
83
+ "npm": ">=8"
78
84
  }
79
85
  },
80
- "node_modules/@appium/base-driver/node_modules/@babel/runtime": {
81
- "version": "7.18.3",
82
- "extraneous": true,
83
- "license": "MIT",
84
- "dependencies": {
85
- "regenerator-runtime": "^0.13.4"
86
- },
87
- "engines": {
88
- "node": ">=6.9.0"
89
- }
90
- },
91
- "node_modules/@appium/base-driver/node_modules/async-lock": {
92
- "version": "1.3.1",
93
- "extraneous": true,
94
- "license": "MIT"
95
- },
96
86
  "node_modules/@appium/base-plugin": {
97
- "version": "1.9.2",
87
+ "version": "1.10.1",
98
88
  "extraneous": true,
99
89
  "license": "Apache-2.0",
100
90
  "dependencies": {
101
- "@appium/support": "^2.59.2"
91
+ "@appium/support": "^2.59.4"
102
92
  },
103
93
  "engines": {
104
94
  "node": ">=14",
105
- "npm": ">=6"
95
+ "npm": ">=8"
106
96
  }
107
97
  },
108
98
  "node_modules/@appium/docutils": {
109
- "version": "0.0.7",
99
+ "version": "0.0.9",
110
100
  "extraneous": true,
111
101
  "license": "Apache-2.0",
112
102
  "dependencies": {
113
- "@appium/support": "^2.59.2",
114
- "@babel/runtime": "7.18.3",
103
+ "@appium/support": "^2.59.4",
104
+ "@babel/runtime": "7.18.9",
115
105
  "docdash": "1.2.0",
116
- "jsdoc": "3.6.10",
117
- "jsdoc-plugin-typescript": "2.0.7",
106
+ "jsdoc": "3.6.11",
107
+ "jsdoc-plugin-typescript": "2.1.1",
118
108
  "source-map-support": "0.5.21",
119
109
  "teen_process": "1.16.0"
120
110
  },
121
111
  "engines": {
122
112
  "node": ">=14",
123
- "npm": ">=6"
124
- }
125
- },
126
- "node_modules/@appium/docutils/node_modules/@babel/runtime": {
127
- "version": "7.18.3",
128
- "extraneous": true,
129
- "license": "MIT",
130
- "dependencies": {
131
- "regenerator-runtime": "^0.13.4"
132
- },
133
- "engines": {
134
- "node": ">=6.9.0"
113
+ "npm": ">=8"
135
114
  }
136
115
  },
137
116
  "node_modules/@appium/schema": {
138
- "version": "0.0.7",
117
+ "version": "0.0.9",
139
118
  "extraneous": true,
140
119
  "license": "Apache-2.0",
120
+ "dependencies": {
121
+ "@types/json-schema": "7.0.11",
122
+ "json-schema": "0.4.0",
123
+ "source-map-support": "0.5.21"
124
+ },
141
125
  "engines": {
142
126
  "node": ">=14",
143
- "npm": ">=6"
127
+ "npm": ">=8"
144
128
  }
145
129
  },
146
130
  "node_modules/@appium/support": {
147
- "version": "2.59.2",
131
+ "version": "2.59.4",
148
132
  "license": "Apache-2.0",
149
133
  "dependencies": {
150
- "@babel/runtime": "7.18.3",
134
+ "@babel/runtime": "7.18.9",
151
135
  "@colors/colors": "1.5.0",
136
+ "@types/archiver": "5.3.1",
137
+ "@types/base64-stream": "1.0.2",
138
+ "@types/find-root": "1.1.2",
139
+ "@types/glob": "7.2.0",
140
+ "@types/jsftp": "2.1.2",
141
+ "@types/klaw": "3.0.3",
142
+ "@types/lockfile": "1.0.2",
143
+ "@types/mv": "2.1.2",
144
+ "@types/ncp": "2.0.5",
145
+ "@types/npmlog": "4.1.4",
146
+ "@types/pluralize": "0.0.29",
147
+ "@types/pngjs": "6.0.1",
148
+ "@types/rimraf": "3.0.2",
149
+ "@types/semver": "7.3.10",
150
+ "@types/shell-quote": "1.7.1",
151
+ "@types/supports-color": "8.1.1",
152
+ "@types/teen_process": "1.16.1",
153
+ "@types/uuid": "8.3.4",
152
154
  "archiver": "5.3.1",
153
155
  "axios": "0.27.2",
154
156
  "base64-stream": "1.0.0",
@@ -164,13 +166,13 @@
164
166
  "lockfile": "1.0.4",
165
167
  "lodash": "4.17.21",
166
168
  "log-symbols": "4.1.0",
167
- "moment": "2.29.3",
169
+ "moment": "2.29.4",
168
170
  "mv": "2.1.1",
169
171
  "ncp": "2.0.0",
170
172
  "npmlog": "6.0.2",
171
173
  "opencv-bindings": "4.5.5",
172
174
  "pkg-dir": "5.0.0",
173
- "plist": "3.0.5",
175
+ "plist": "3.0.6",
174
176
  "pluralize": "8.0.0",
175
177
  "pngjs": "6.0.0",
176
178
  "read-pkg": "5.2.0",
@@ -182,37 +184,32 @@
182
184
  "source-map-support": "0.5.21",
183
185
  "supports-color": "8.1.1",
184
186
  "teen_process": "1.16.0",
187
+ "type-fest": "2.18.0",
185
188
  "uuid": "8.3.2",
186
189
  "which": "2.0.2",
187
190
  "yauzl": "2.10.0"
188
191
  },
189
192
  "engines": {
190
193
  "node": ">=14",
191
- "npm": ">=6"
192
- }
193
- },
194
- "node_modules/@appium/support/node_modules/@babel/runtime": {
195
- "version": "7.18.3",
196
- "license": "MIT",
197
- "dependencies": {
198
- "regenerator-runtime": "^0.13.4"
199
- },
200
- "engines": {
201
- "node": ">=6.9.0"
194
+ "npm": ">=8"
202
195
  }
203
196
  },
204
197
  "node_modules/@appium/test-support": {
205
- "version": "1.3.22",
198
+ "version": "1.4.1",
206
199
  "extraneous": true,
207
200
  "license": "Apache-2.0",
208
201
  "dependencies": {
209
- "@appium/support": "^2.59.2",
210
- "@babel/runtime": "7.18.3",
202
+ "@babel/runtime": "7.18.9",
203
+ "@colors/colors": "1.5.0",
211
204
  "bluebird": "3.7.2",
205
+ "chai": "4.3.6",
206
+ "get-port": "5.1.1",
212
207
  "lodash": "4.17.21",
208
+ "log-symbols": "4.1.0",
213
209
  "loud-rejection": "2.2.0",
214
210
  "sinon": "14.0.0",
215
- "source-map-support": "0.5.21"
211
+ "source-map-support": "0.5.21",
212
+ "teen_process": "1.16.0"
216
213
  },
217
214
  "bin": {
218
215
  "android-emu-travis-post": "bin/android-emu-travis-post.sh",
@@ -220,18 +217,26 @@
220
217
  },
221
218
  "engines": {
222
219
  "node": ">=14",
223
- "npm": ">=6"
220
+ "npm": ">=8"
221
+ },
222
+ "peerDependencies": {
223
+ "appium": "^2.0.0-beta.35"
224
224
  }
225
225
  },
226
- "node_modules/@appium/test-support/node_modules/@babel/runtime": {
227
- "version": "7.18.3",
226
+ "node_modules/@appium/types": {
227
+ "version": "0.3.1",
228
228
  "extraneous": true,
229
- "license": "MIT",
229
+ "license": "Apache-2.0",
230
230
  "dependencies": {
231
- "regenerator-runtime": "^0.13.4"
231
+ "@appium/schema": "^0.0.9",
232
+ "@types/express": "4.17.13",
233
+ "@types/npmlog": "4.1.4",
234
+ "@wdio/types": "7.20.7",
235
+ "type-fest": "2.18.0"
232
236
  },
233
237
  "engines": {
234
- "node": ">=6.9.0"
238
+ "node": ">=14",
239
+ "npm": ">=8"
235
240
  }
236
241
  },
237
242
  "node_modules/@babel/code-frame": {
@@ -264,7 +269,7 @@
264
269
  }
265
270
  },
266
271
  "node_modules/@babel/parser": {
267
- "version": "7.18.6",
272
+ "version": "7.18.10",
268
273
  "extraneous": true,
269
274
  "license": "MIT",
270
275
  "bin": {
@@ -275,7 +280,7 @@
275
280
  }
276
281
  },
277
282
  "node_modules/@babel/runtime": {
278
- "version": "7.18.6",
283
+ "version": "7.18.9",
279
284
  "license": "MIT",
280
285
  "dependencies": {
281
286
  "regenerator-runtime": "^0.13.4"
@@ -769,6 +774,17 @@
769
774
  "node": ">=8"
770
775
  }
771
776
  },
777
+ "node_modules/@sindresorhus/is": {
778
+ "version": "4.6.0",
779
+ "extraneous": true,
780
+ "license": "MIT",
781
+ "engines": {
782
+ "node": ">=10"
783
+ },
784
+ "funding": {
785
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
786
+ }
787
+ },
772
788
  "node_modules/@sinonjs/commons": {
773
789
  "version": "1.8.3",
774
790
  "dev": true,
@@ -796,15 +812,162 @@
796
812
  }
797
813
  },
798
814
  "node_modules/@sinonjs/text-encoding": {
799
- "version": "0.7.1",
815
+ "version": "0.7.2",
800
816
  "dev": true,
801
817
  "license": "(Unlicense OR Apache-2.0)"
802
818
  },
819
+ "node_modules/@szmarczak/http-timer": {
820
+ "version": "4.0.6",
821
+ "extraneous": true,
822
+ "license": "MIT",
823
+ "dependencies": {
824
+ "defer-to-connect": "^2.0.0"
825
+ },
826
+ "engines": {
827
+ "node": ">=10"
828
+ }
829
+ },
830
+ "node_modules/@types/archiver": {
831
+ "version": "5.3.1",
832
+ "license": "MIT",
833
+ "dependencies": {
834
+ "@types/glob": "*"
835
+ }
836
+ },
837
+ "node_modules/@types/argparse": {
838
+ "version": "2.0.10",
839
+ "extraneous": true,
840
+ "license": "MIT"
841
+ },
842
+ "node_modules/@types/async-lock": {
843
+ "version": "1.1.5",
844
+ "extraneous": true,
845
+ "license": "MIT"
846
+ },
847
+ "node_modules/@types/base64-stream": {
848
+ "version": "1.0.2",
849
+ "license": "MIT",
850
+ "dependencies": {
851
+ "@types/node": "*"
852
+ }
853
+ },
854
+ "node_modules/@types/bluebird": {
855
+ "version": "3.5.36",
856
+ "extraneous": true,
857
+ "license": "MIT"
858
+ },
859
+ "node_modules/@types/body-parser": {
860
+ "version": "1.19.2",
861
+ "extraneous": true,
862
+ "license": "MIT",
863
+ "dependencies": {
864
+ "@types/connect": "*",
865
+ "@types/node": "*"
866
+ }
867
+ },
868
+ "node_modules/@types/cacheable-request": {
869
+ "version": "6.0.2",
870
+ "extraneous": true,
871
+ "license": "MIT",
872
+ "dependencies": {
873
+ "@types/http-cache-semantics": "*",
874
+ "@types/keyv": "*",
875
+ "@types/node": "*",
876
+ "@types/responselike": "*"
877
+ }
878
+ },
879
+ "node_modules/@types/connect": {
880
+ "version": "3.4.35",
881
+ "extraneous": true,
882
+ "license": "MIT",
883
+ "dependencies": {
884
+ "@types/node": "*"
885
+ }
886
+ },
887
+ "node_modules/@types/express": {
888
+ "version": "4.17.13",
889
+ "extraneous": true,
890
+ "license": "MIT",
891
+ "dependencies": {
892
+ "@types/body-parser": "*",
893
+ "@types/express-serve-static-core": "^4.17.18",
894
+ "@types/qs": "*",
895
+ "@types/serve-static": "*"
896
+ }
897
+ },
898
+ "node_modules/@types/express-serve-static-core": {
899
+ "version": "4.17.30",
900
+ "extraneous": true,
901
+ "license": "MIT",
902
+ "dependencies": {
903
+ "@types/node": "*",
904
+ "@types/qs": "*",
905
+ "@types/range-parser": "*"
906
+ }
907
+ },
908
+ "node_modules/@types/fancy-log": {
909
+ "version": "2.0.0",
910
+ "extraneous": true,
911
+ "license": "MIT"
912
+ },
913
+ "node_modules/@types/find-root": {
914
+ "version": "1.1.2",
915
+ "license": "MIT"
916
+ },
917
+ "node_modules/@types/glob": {
918
+ "version": "7.2.0",
919
+ "license": "MIT",
920
+ "dependencies": {
921
+ "@types/minimatch": "*",
922
+ "@types/node": "*"
923
+ }
924
+ },
925
+ "node_modules/@types/http-cache-semantics": {
926
+ "version": "4.0.1",
927
+ "extraneous": true,
928
+ "license": "MIT"
929
+ },
930
+ "node_modules/@types/jsftp": {
931
+ "version": "2.1.2",
932
+ "license": "MIT",
933
+ "dependencies": {
934
+ "@types/node": "*"
935
+ }
936
+ },
937
+ "node_modules/@types/json-buffer": {
938
+ "version": "3.0.0",
939
+ "extraneous": true,
940
+ "license": "MIT"
941
+ },
942
+ "node_modules/@types/json-schema": {
943
+ "version": "7.0.11",
944
+ "extraneous": true,
945
+ "license": "MIT"
946
+ },
947
+ "node_modules/@types/keyv": {
948
+ "version": "3.1.4",
949
+ "extraneous": true,
950
+ "license": "MIT",
951
+ "dependencies": {
952
+ "@types/node": "*"
953
+ }
954
+ },
955
+ "node_modules/@types/klaw": {
956
+ "version": "3.0.3",
957
+ "license": "MIT",
958
+ "dependencies": {
959
+ "@types/node": "*"
960
+ }
961
+ },
803
962
  "node_modules/@types/linkify-it": {
804
963
  "version": "3.0.2",
805
964
  "extraneous": true,
806
965
  "license": "MIT"
807
966
  },
967
+ "node_modules/@types/lockfile": {
968
+ "version": "1.0.2",
969
+ "license": "MIT"
970
+ },
808
971
  "node_modules/@types/markdown-it": {
809
972
  "version": "12.2.3",
810
973
  "extraneous": true,
@@ -819,10 +982,143 @@
819
982
  "extraneous": true,
820
983
  "license": "MIT"
821
984
  },
985
+ "node_modules/@types/method-override": {
986
+ "version": "0.0.32",
987
+ "extraneous": true,
988
+ "license": "MIT",
989
+ "dependencies": {
990
+ "@types/express": "*"
991
+ }
992
+ },
993
+ "node_modules/@types/mime": {
994
+ "version": "3.0.0",
995
+ "extraneous": true,
996
+ "license": "MIT"
997
+ },
998
+ "node_modules/@types/minimatch": {
999
+ "version": "3.0.5",
1000
+ "license": "MIT"
1001
+ },
1002
+ "node_modules/@types/mv": {
1003
+ "version": "2.1.2",
1004
+ "license": "MIT"
1005
+ },
1006
+ "node_modules/@types/ncp": {
1007
+ "version": "2.0.5",
1008
+ "license": "MIT",
1009
+ "dependencies": {
1010
+ "@types/node": "*"
1011
+ }
1012
+ },
1013
+ "node_modules/@types/node": {
1014
+ "version": "18.6.3",
1015
+ "license": "MIT"
1016
+ },
822
1017
  "node_modules/@types/normalize-package-data": {
823
1018
  "version": "2.4.1",
824
1019
  "license": "MIT"
825
1020
  },
1021
+ "node_modules/@types/npmlog": {
1022
+ "version": "4.1.4",
1023
+ "license": "MIT"
1024
+ },
1025
+ "node_modules/@types/pluralize": {
1026
+ "version": "0.0.29",
1027
+ "license": "MIT"
1028
+ },
1029
+ "node_modules/@types/pngjs": {
1030
+ "version": "6.0.1",
1031
+ "license": "MIT",
1032
+ "dependencies": {
1033
+ "@types/node": "*"
1034
+ }
1035
+ },
1036
+ "node_modules/@types/qs": {
1037
+ "version": "6.9.7",
1038
+ "extraneous": true,
1039
+ "license": "MIT"
1040
+ },
1041
+ "node_modules/@types/range-parser": {
1042
+ "version": "1.2.4",
1043
+ "extraneous": true,
1044
+ "license": "MIT"
1045
+ },
1046
+ "node_modules/@types/responselike": {
1047
+ "version": "1.0.0",
1048
+ "extraneous": true,
1049
+ "license": "MIT",
1050
+ "dependencies": {
1051
+ "@types/node": "*"
1052
+ }
1053
+ },
1054
+ "node_modules/@types/rimraf": {
1055
+ "version": "3.0.2",
1056
+ "license": "MIT",
1057
+ "dependencies": {
1058
+ "@types/glob": "*",
1059
+ "@types/node": "*"
1060
+ }
1061
+ },
1062
+ "node_modules/@types/semver": {
1063
+ "version": "7.3.10",
1064
+ "license": "MIT"
1065
+ },
1066
+ "node_modules/@types/serve-favicon": {
1067
+ "version": "2.5.3",
1068
+ "extraneous": true,
1069
+ "license": "MIT",
1070
+ "dependencies": {
1071
+ "@types/express": "*"
1072
+ }
1073
+ },
1074
+ "node_modules/@types/serve-static": {
1075
+ "version": "1.15.0",
1076
+ "extraneous": true,
1077
+ "license": "MIT",
1078
+ "dependencies": {
1079
+ "@types/mime": "*",
1080
+ "@types/node": "*"
1081
+ }
1082
+ },
1083
+ "node_modules/@types/shell-quote": {
1084
+ "version": "1.7.1",
1085
+ "license": "MIT"
1086
+ },
1087
+ "node_modules/@types/supports-color": {
1088
+ "version": "8.1.1",
1089
+ "license": "MIT"
1090
+ },
1091
+ "node_modules/@types/teen_process": {
1092
+ "version": "1.16.1",
1093
+ "license": "MIT",
1094
+ "dependencies": {
1095
+ "@types/node": "*"
1096
+ }
1097
+ },
1098
+ "node_modules/@types/uuid": {
1099
+ "version": "8.3.4",
1100
+ "license": "MIT"
1101
+ },
1102
+ "node_modules/@types/wrap-ansi": {
1103
+ "version": "3.0.0",
1104
+ "extraneous": true,
1105
+ "license": "MIT"
1106
+ },
1107
+ "node_modules/@wdio/types": {
1108
+ "version": "7.20.7",
1109
+ "extraneous": true,
1110
+ "license": "MIT",
1111
+ "dependencies": {
1112
+ "@types/node": "^18.0.0",
1113
+ "got": "^11.8.1"
1114
+ },
1115
+ "engines": {
1116
+ "node": ">=12.0.0"
1117
+ },
1118
+ "peerDependencies": {
1119
+ "typescript": "^4.6.2"
1120
+ }
1121
+ },
826
1122
  "node_modules/@xmldom/xmldom": {
827
1123
  "version": "0.8.2",
828
1124
  "license": "MIT",
@@ -914,7 +1210,7 @@
914
1210
  "license": "MIT"
915
1211
  },
916
1212
  "node_modules/appium-adb": {
917
- "version": "9.9.0",
1213
+ "version": "9.10.2",
918
1214
  "engines": [
919
1215
  "node"
920
1216
  ],
@@ -936,15 +1232,15 @@
936
1232
  }
937
1233
  },
938
1234
  "node_modules/appium-android-driver": {
939
- "version": "5.2.2",
1235
+ "version": "5.2.7",
940
1236
  "engines": [
941
1237
  "node"
942
1238
  ],
943
1239
  "license": "Apache-2.0",
944
1240
  "dependencies": {
945
1241
  "@babel/runtime": "^7.0.0",
946
- "appium-adb": "^9.9.0",
947
- "appium-chromedriver": "^5.0.1",
1242
+ "appium-adb": "^9.10.2",
1243
+ "appium-chromedriver": "^5.1.4",
948
1244
  "asyncbox": "^2.8.0",
949
1245
  "axios": "^0.x",
950
1246
  "bluebird": "^3.4.7",
@@ -967,10 +1263,7 @@
967
1263
  }
968
1264
  },
969
1265
  "node_modules/appium-chromedriver": {
970
- "version": "5.1.1",
971
- "engines": [
972
- "node"
973
- ],
1266
+ "version": "5.1.4",
974
1267
  "hasInstallScript": true,
975
1268
  "license": "Apache-2.0",
976
1269
  "dependencies": {
@@ -987,6 +1280,10 @@
987
1280
  "teen_process": "^1.15.0",
988
1281
  "xpath": "^0.x"
989
1282
  },
1283
+ "engines": {
1284
+ "node": ">=14",
1285
+ "npm": ">=6"
1286
+ },
990
1287
  "peerDependencies": {
991
1288
  "appium": "^2.0.0-beta.40"
992
1289
  }
@@ -1069,14 +1366,14 @@
1069
1366
  }
1070
1367
  },
1071
1368
  "node_modules/are-we-there-yet": {
1072
- "version": "3.0.0",
1369
+ "version": "3.0.1",
1073
1370
  "license": "ISC",
1074
1371
  "dependencies": {
1075
1372
  "delegates": "^1.0.0",
1076
1373
  "readable-stream": "^3.6.0"
1077
1374
  },
1078
1375
  "engines": {
1079
- "node": "^12.13.0 || ^14.15.0 || >=16"
1376
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1080
1377
  }
1081
1378
  },
1082
1379
  "node_modules/argparse": {
@@ -1097,6 +1394,14 @@
1097
1394
  "extraneous": true,
1098
1395
  "license": "MIT"
1099
1396
  },
1397
+ "node_modules/assertion-error": {
1398
+ "version": "1.1.0",
1399
+ "dev": true,
1400
+ "license": "MIT",
1401
+ "engines": {
1402
+ "node": "*"
1403
+ }
1404
+ },
1100
1405
  "node_modules/async": {
1101
1406
  "version": "3.2.4",
1102
1407
  "license": "MIT"
@@ -1301,6 +1606,54 @@
1301
1606
  "node": ">= 0.8"
1302
1607
  }
1303
1608
  },
1609
+ "node_modules/cacheable-lookup": {
1610
+ "version": "5.0.4",
1611
+ "extraneous": true,
1612
+ "license": "MIT",
1613
+ "engines": {
1614
+ "node": ">=10.6.0"
1615
+ }
1616
+ },
1617
+ "node_modules/cacheable-request": {
1618
+ "version": "7.0.2",
1619
+ "extraneous": true,
1620
+ "license": "MIT",
1621
+ "dependencies": {
1622
+ "clone-response": "^1.0.2",
1623
+ "get-stream": "^5.1.0",
1624
+ "http-cache-semantics": "^4.0.0",
1625
+ "keyv": "^4.0.0",
1626
+ "lowercase-keys": "^2.0.0",
1627
+ "normalize-url": "^6.0.1",
1628
+ "responselike": "^2.0.0"
1629
+ },
1630
+ "engines": {
1631
+ "node": ">=8"
1632
+ }
1633
+ },
1634
+ "node_modules/cacheable-request/node_modules/get-stream": {
1635
+ "version": "5.2.0",
1636
+ "extraneous": true,
1637
+ "license": "MIT",
1638
+ "dependencies": {
1639
+ "pump": "^3.0.0"
1640
+ },
1641
+ "engines": {
1642
+ "node": ">=8"
1643
+ },
1644
+ "funding": {
1645
+ "url": "https://github.com/sponsors/sindresorhus"
1646
+ }
1647
+ },
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
+ },
1304
1657
  "node_modules/call-bind": {
1305
1658
  "version": "1.0.2",
1306
1659
  "extraneous": true,
@@ -1324,6 +1677,23 @@
1324
1677
  "node": ">= 10"
1325
1678
  }
1326
1679
  },
1680
+ "node_modules/chai": {
1681
+ "version": "4.3.6",
1682
+ "dev": true,
1683
+ "license": "MIT",
1684
+ "dependencies": {
1685
+ "assertion-error": "^1.1.0",
1686
+ "check-error": "^1.0.2",
1687
+ "deep-eql": "^3.0.1",
1688
+ "get-func-name": "^2.0.0",
1689
+ "loupe": "^2.3.1",
1690
+ "pathval": "^1.1.1",
1691
+ "type-detect": "^4.0.5"
1692
+ },
1693
+ "engines": {
1694
+ "node": ">=4"
1695
+ }
1696
+ },
1327
1697
  "node_modules/chalk": {
1328
1698
  "version": "2.4.2",
1329
1699
  "license": "MIT",
@@ -1353,6 +1723,14 @@
1353
1723
  "node": ">=4"
1354
1724
  }
1355
1725
  },
1726
+ "node_modules/check-error": {
1727
+ "version": "1.0.2",
1728
+ "dev": true,
1729
+ "license": "MIT",
1730
+ "engines": {
1731
+ "node": "*"
1732
+ }
1733
+ },
1356
1734
  "node_modules/cli-cursor": {
1357
1735
  "version": "3.1.0",
1358
1736
  "extraneous": true,
@@ -1365,7 +1743,7 @@
1365
1743
  }
1366
1744
  },
1367
1745
  "node_modules/cli-spinners": {
1368
- "version": "2.6.1",
1746
+ "version": "2.7.0",
1369
1747
  "extraneous": true,
1370
1748
  "license": "MIT",
1371
1749
  "engines": {
@@ -1375,6 +1753,17 @@
1375
1753
  "url": "https://github.com/sponsors/sindresorhus"
1376
1754
  }
1377
1755
  },
1756
+ "node_modules/clone-response": {
1757
+ "version": "1.0.3",
1758
+ "extraneous": true,
1759
+ "license": "MIT",
1760
+ "dependencies": {
1761
+ "mimic-response": "^1.0.0"
1762
+ },
1763
+ "funding": {
1764
+ "url": "https://github.com/sponsors/sindresorhus"
1765
+ }
1766
+ },
1378
1767
  "node_modules/color": {
1379
1768
  "version": "3.2.1",
1380
1769
  "extraneous": true,
@@ -1442,6 +1831,18 @@
1442
1831
  "version": "4.1.3",
1443
1832
  "license": "MIT"
1444
1833
  },
1834
+ "node_modules/compress-brotli": {
1835
+ "version": "1.3.8",
1836
+ "extraneous": true,
1837
+ "license": "MIT",
1838
+ "dependencies": {
1839
+ "@types/json-buffer": "~3.0.0",
1840
+ "json-buffer": "~3.0.1"
1841
+ },
1842
+ "engines": {
1843
+ "node": ">= 12"
1844
+ }
1845
+ },
1445
1846
  "node_modules/compress-commons": {
1446
1847
  "version": "4.1.1",
1447
1848
  "license": "MIT",
@@ -1539,6 +1940,36 @@
1539
1940
  "node": ">= 10"
1540
1941
  }
1541
1942
  },
1943
+ "node_modules/cross-env": {
1944
+ "version": "7.0.3",
1945
+ "extraneous": true,
1946
+ "license": "MIT",
1947
+ "dependencies": {
1948
+ "cross-spawn": "^7.0.1"
1949
+ },
1950
+ "bin": {
1951
+ "cross-env": "src/bin/cross-env.js",
1952
+ "cross-env-shell": "src/bin/cross-env-shell.js"
1953
+ },
1954
+ "engines": {
1955
+ "node": ">=10.14",
1956
+ "npm": ">=6",
1957
+ "yarn": ">=1"
1958
+ }
1959
+ },
1960
+ "node_modules/cross-spawn": {
1961
+ "version": "7.0.3",
1962
+ "extraneous": true,
1963
+ "license": "MIT",
1964
+ "dependencies": {
1965
+ "path-key": "^3.1.0",
1966
+ "shebang-command": "^2.0.0",
1967
+ "which": "^2.0.1"
1968
+ },
1969
+ "engines": {
1970
+ "node": ">= 8"
1971
+ }
1972
+ },
1542
1973
  "node_modules/currently-unhandled": {
1543
1974
  "version": "0.4.1",
1544
1975
  "extraneous": true,
@@ -1550,6 +1981,42 @@
1550
1981
  "node": ">=0.10.0"
1551
1982
  }
1552
1983
  },
1984
+ "node_modules/decompress-response": {
1985
+ "version": "6.0.0",
1986
+ "extraneous": true,
1987
+ "license": "MIT",
1988
+ "dependencies": {
1989
+ "mimic-response": "^3.1.0"
1990
+ },
1991
+ "engines": {
1992
+ "node": ">=10"
1993
+ },
1994
+ "funding": {
1995
+ "url": "https://github.com/sponsors/sindresorhus"
1996
+ }
1997
+ },
1998
+ "node_modules/decompress-response/node_modules/mimic-response": {
1999
+ "version": "3.1.0",
2000
+ "extraneous": true,
2001
+ "license": "MIT",
2002
+ "engines": {
2003
+ "node": ">=10"
2004
+ },
2005
+ "funding": {
2006
+ "url": "https://github.com/sponsors/sindresorhus"
2007
+ }
2008
+ },
2009
+ "node_modules/deep-eql": {
2010
+ "version": "3.0.1",
2011
+ "dev": true,
2012
+ "license": "MIT",
2013
+ "dependencies": {
2014
+ "type-detect": "^4.0.0"
2015
+ },
2016
+ "engines": {
2017
+ "node": ">=0.12"
2018
+ }
2019
+ },
1553
2020
  "node_modules/defaults": {
1554
2021
  "version": "1.0.3",
1555
2022
  "extraneous": true,
@@ -1566,6 +2033,14 @@
1566
2033
  "node": ">=0.8"
1567
2034
  }
1568
2035
  },
2036
+ "node_modules/defer-to-connect": {
2037
+ "version": "2.0.1",
2038
+ "extraneous": true,
2039
+ "license": "MIT",
2040
+ "engines": {
2041
+ "node": ">=10"
2042
+ }
2043
+ },
1569
2044
  "node_modules/define-properties": {
1570
2045
  "version": "1.1.4",
1571
2046
  "extraneous": true,
@@ -2046,6 +2521,14 @@
2046
2521
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2047
2522
  }
2048
2523
  },
2524
+ "node_modules/get-func-name": {
2525
+ "version": "2.0.0",
2526
+ "dev": true,
2527
+ "license": "MIT",
2528
+ "engines": {
2529
+ "node": "*"
2530
+ }
2531
+ },
2049
2532
  "node_modules/get-intrinsic": {
2050
2533
  "version": "1.1.2",
2051
2534
  "extraneous": true,
@@ -2059,6 +2542,17 @@
2059
2542
  "url": "https://github.com/sponsors/ljharb"
2060
2543
  }
2061
2544
  },
2545
+ "node_modules/get-port": {
2546
+ "version": "5.1.1",
2547
+ "extraneous": true,
2548
+ "license": "MIT",
2549
+ "engines": {
2550
+ "node": ">=8"
2551
+ },
2552
+ "funding": {
2553
+ "url": "https://github.com/sponsors/sindresorhus"
2554
+ }
2555
+ },
2062
2556
  "node_modules/get-stream": {
2063
2557
  "version": "6.0.1",
2064
2558
  "license": "MIT",
@@ -2134,6 +2628,30 @@
2134
2628
  "process": "^0.11.10"
2135
2629
  }
2136
2630
  },
2631
+ "node_modules/got": {
2632
+ "version": "11.8.5",
2633
+ "extraneous": true,
2634
+ "license": "MIT",
2635
+ "dependencies": {
2636
+ "@sindresorhus/is": "^4.0.0",
2637
+ "@szmarczak/http-timer": "^4.0.5",
2638
+ "@types/cacheable-request": "^6.0.1",
2639
+ "@types/responselike": "^1.0.0",
2640
+ "cacheable-lookup": "^5.0.3",
2641
+ "cacheable-request": "^7.0.2",
2642
+ "decompress-response": "^6.0.0",
2643
+ "http2-wrapper": "^1.0.0-beta.5.2",
2644
+ "lowercase-keys": "^2.0.0",
2645
+ "p-cancelable": "^2.0.0",
2646
+ "responselike": "^2.0.0"
2647
+ },
2648
+ "engines": {
2649
+ "node": ">=10.19.0"
2650
+ },
2651
+ "funding": {
2652
+ "url": "https://github.com/sindresorhus/got?sponsor=1"
2653
+ }
2654
+ },
2137
2655
  "node_modules/graceful-fs": {
2138
2656
  "version": "4.2.10",
2139
2657
  "license": "ISC"
@@ -2207,6 +2725,11 @@
2207
2725
  "version": "2.8.9",
2208
2726
  "license": "ISC"
2209
2727
  },
2728
+ "node_modules/http-cache-semantics": {
2729
+ "version": "4.1.0",
2730
+ "extraneous": true,
2731
+ "license": "BSD-2-Clause"
2732
+ },
2210
2733
  "node_modules/http-errors": {
2211
2734
  "version": "2.0.0",
2212
2735
  "extraneous": true,
@@ -2227,6 +2750,18 @@
2227
2750
  "extraneous": true,
2228
2751
  "license": "MIT"
2229
2752
  },
2753
+ "node_modules/http2-wrapper": {
2754
+ "version": "1.0.3",
2755
+ "extraneous": true,
2756
+ "license": "MIT",
2757
+ "dependencies": {
2758
+ "quick-lru": "^5.1.1",
2759
+ "resolve-alpn": "^1.0.0"
2760
+ },
2761
+ "engines": {
2762
+ "node": ">=10.19.0"
2763
+ }
2764
+ },
2230
2765
  "node_modules/iconv-lite": {
2231
2766
  "version": "0.4.24",
2232
2767
  "extraneous": true,
@@ -2300,7 +2835,7 @@
2300
2835
  }
2301
2836
  },
2302
2837
  "node_modules/io.appium.settings": {
2303
- "version": "4.1.1",
2838
+ "version": "4.1.2",
2304
2839
  "license": "Apache-2.0"
2305
2840
  },
2306
2841
  "node_modules/ipaddr.js": {
@@ -2549,7 +3084,7 @@
2549
3084
  }
2550
3085
  },
2551
3086
  "node_modules/jsdoc": {
2552
- "version": "3.6.10",
3087
+ "version": "3.6.11",
2553
3088
  "extraneous": true,
2554
3089
  "license": "Apache-2.0",
2555
3090
  "dependencies": {
@@ -2559,7 +3094,7 @@
2559
3094
  "catharsis": "^0.9.0",
2560
3095
  "escape-string-regexp": "^2.0.0",
2561
3096
  "js2xmlparser": "^4.0.2",
2562
- "klaw": "^4.0.1",
3097
+ "klaw": "^3.0.0",
2563
3098
  "markdown-it": "^12.3.2",
2564
3099
  "markdown-it-anchor": "^8.4.1",
2565
3100
  "marked": "^4.0.10",
@@ -2573,11 +3108,11 @@
2573
3108
  "jsdoc": "jsdoc.js"
2574
3109
  },
2575
3110
  "engines": {
2576
- "node": ">=8.15.0"
3111
+ "node": ">=12.0.0"
2577
3112
  }
2578
3113
  },
2579
3114
  "node_modules/jsdoc-plugin-typescript": {
2580
- "version": "2.0.7",
3115
+ "version": "2.1.1",
2581
3116
  "extraneous": true,
2582
3117
  "license": "BSD-2-Clause",
2583
3118
  "dependencies": {
@@ -2595,14 +3130,6 @@
2595
3130
  "node": ">=8"
2596
3131
  }
2597
3132
  },
2598
- "node_modules/jsdoc/node_modules/klaw": {
2599
- "version": "4.0.1",
2600
- "extraneous": true,
2601
- "license": "MIT",
2602
- "engines": {
2603
- "node": ">=14.14.0"
2604
- }
2605
- },
2606
3133
  "node_modules/jsdoc/node_modules/mkdirp": {
2607
3134
  "version": "1.0.4",
2608
3135
  "extraneous": true,
@@ -2636,10 +3163,20 @@
2636
3163
  "ms": "^2.1.1"
2637
3164
  }
2638
3165
  },
3166
+ "node_modules/json-buffer": {
3167
+ "version": "3.0.1",
3168
+ "extraneous": true,
3169
+ "license": "MIT"
3170
+ },
2639
3171
  "node_modules/json-parse-even-better-errors": {
2640
3172
  "version": "2.3.1",
2641
3173
  "license": "MIT"
2642
3174
  },
3175
+ "node_modules/json-schema": {
3176
+ "version": "0.4.0",
3177
+ "extraneous": true,
3178
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
3179
+ },
2643
3180
  "node_modules/json-schema-traverse": {
2644
3181
  "version": "1.0.0",
2645
3182
  "extraneous": true,
@@ -2650,6 +3187,15 @@
2650
3187
  "dev": true,
2651
3188
  "license": "MIT"
2652
3189
  },
3190
+ "node_modules/keyv": {
3191
+ "version": "4.3.3",
3192
+ "extraneous": true,
3193
+ "license": "MIT",
3194
+ "dependencies": {
3195
+ "compress-brotli": "^1.3.8",
3196
+ "json-buffer": "3.0.1"
3197
+ }
3198
+ },
2653
3199
  "node_modules/klaw": {
2654
3200
  "version": "3.0.0",
2655
3201
  "license": "MIT",
@@ -2693,7 +3239,7 @@
2693
3239
  }
2694
3240
  },
2695
3241
  "node_modules/lilconfig": {
2696
- "version": "2.0.5",
3242
+ "version": "2.0.6",
2697
3243
  "extraneous": true,
2698
3244
  "license": "MIT",
2699
3245
  "engines": {
@@ -2879,8 +3425,24 @@
2879
3425
  "node": ">=8"
2880
3426
  }
2881
3427
  },
3428
+ "node_modules/loupe": {
3429
+ "version": "2.3.4",
3430
+ "dev": true,
3431
+ "license": "MIT",
3432
+ "dependencies": {
3433
+ "get-func-name": "^2.0.0"
3434
+ }
3435
+ },
3436
+ "node_modules/lowercase-keys": {
3437
+ "version": "2.0.0",
3438
+ "extraneous": true,
3439
+ "license": "MIT",
3440
+ "engines": {
3441
+ "node": ">=8"
3442
+ }
3443
+ },
2882
3444
  "node_modules/lru-cache": {
2883
- "version": "7.10.1",
3445
+ "version": "7.13.1",
2884
3446
  "license": "ISC",
2885
3447
  "engines": {
2886
3448
  "node": ">=12"
@@ -2911,7 +3473,7 @@
2911
3473
  }
2912
3474
  },
2913
3475
  "node_modules/marked": {
2914
- "version": "4.0.17",
3476
+ "version": "4.0.18",
2915
3477
  "extraneous": true,
2916
3478
  "license": "MIT",
2917
3479
  "bin": {
@@ -3009,6 +3571,14 @@
3009
3571
  "node": ">=6"
3010
3572
  }
3011
3573
  },
3574
+ "node_modules/mimic-response": {
3575
+ "version": "1.0.1",
3576
+ "extraneous": true,
3577
+ "license": "MIT",
3578
+ "engines": {
3579
+ "node": ">=4"
3580
+ }
3581
+ },
3012
3582
  "node_modules/min-document": {
3013
3583
  "version": "2.19.0",
3014
3584
  "dependencies": {
@@ -3040,7 +3610,7 @@
3040
3610
  }
3041
3611
  },
3042
3612
  "node_modules/moment": {
3043
- "version": "2.29.3",
3613
+ "version": "2.29.4",
3044
3614
  "license": "MIT",
3045
3615
  "engines": {
3046
3616
  "node": "*"
@@ -3199,6 +3769,17 @@
3199
3769
  "node": ">=0.10.0"
3200
3770
  }
3201
3771
  },
3772
+ "node_modules/normalize-url": {
3773
+ "version": "6.1.0",
3774
+ "extraneous": true,
3775
+ "license": "MIT",
3776
+ "engines": {
3777
+ "node": ">=10"
3778
+ },
3779
+ "funding": {
3780
+ "url": "https://github.com/sponsors/sindresorhus"
3781
+ }
3782
+ },
3202
3783
  "node_modules/npmlog": {
3203
3784
  "version": "6.0.2",
3204
3785
  "license": "ISC",
@@ -3379,6 +3960,14 @@
3379
3960
  "node": ">=8"
3380
3961
  }
3381
3962
  },
3963
+ "node_modules/p-cancelable": {
3964
+ "version": "2.1.1",
3965
+ "extraneous": true,
3966
+ "license": "MIT",
3967
+ "engines": {
3968
+ "node": ">=8"
3969
+ }
3970
+ },
3382
3971
  "node_modules/p-limit": {
3383
3972
  "version": "3.1.0",
3384
3973
  "license": "MIT",
@@ -3484,6 +4073,14 @@
3484
4073
  "node": ">=0.10.0"
3485
4074
  }
3486
4075
  },
4076
+ "node_modules/path-key": {
4077
+ "version": "3.1.1",
4078
+ "extraneous": true,
4079
+ "license": "MIT",
4080
+ "engines": {
4081
+ "node": ">=8"
4082
+ }
4083
+ },
3487
4084
  "node_modules/path-parse": {
3488
4085
  "version": "1.0.7",
3489
4086
  "license": "MIT"
@@ -3493,6 +4090,14 @@
3493
4090
  "extraneous": true,
3494
4091
  "license": "MIT"
3495
4092
  },
4093
+ "node_modules/pathval": {
4094
+ "version": "1.1.1",
4095
+ "dev": true,
4096
+ "license": "MIT",
4097
+ "engines": {
4098
+ "node": "*"
4099
+ }
4100
+ },
3496
4101
  "node_modules/pend": {
3497
4102
  "version": "1.2.0",
3498
4103
  "license": "MIT"
@@ -3529,11 +4134,11 @@
3529
4134
  }
3530
4135
  },
3531
4136
  "node_modules/plist": {
3532
- "version": "3.0.5",
4137
+ "version": "3.0.6",
3533
4138
  "license": "MIT",
3534
4139
  "dependencies": {
3535
4140
  "base64-js": "^1.5.1",
3536
- "xmlbuilder": "^9.0.7"
4141
+ "xmlbuilder": "^15.1.1"
3537
4142
  },
3538
4143
  "engines": {
3539
4144
  "node": ">=6"
@@ -3643,6 +4248,17 @@
3643
4248
  "url": "https://github.com/sponsors/ljharb"
3644
4249
  }
3645
4250
  },
4251
+ "node_modules/quick-lru": {
4252
+ "version": "5.1.1",
4253
+ "extraneous": true,
4254
+ "license": "MIT",
4255
+ "engines": {
4256
+ "node": ">=10"
4257
+ },
4258
+ "funding": {
4259
+ "url": "https://github.com/sponsors/sindresorhus"
4260
+ }
4261
+ },
3646
4262
  "node_modules/range-parser": {
3647
4263
  "version": "1.2.1",
3648
4264
  "extraneous": true,
@@ -3772,6 +4388,11 @@
3772
4388
  "url": "https://github.com/sponsors/ljharb"
3773
4389
  }
3774
4390
  },
4391
+ "node_modules/resolve-alpn": {
4392
+ "version": "1.2.1",
4393
+ "extraneous": true,
4394
+ "license": "MIT"
4395
+ },
3775
4396
  "node_modules/resolve-from": {
3776
4397
  "version": "5.0.0",
3777
4398
  "license": "MIT",
@@ -3779,6 +4400,17 @@
3779
4400
  "node": ">=8"
3780
4401
  }
3781
4402
  },
4403
+ "node_modules/responselike": {
4404
+ "version": "2.0.1",
4405
+ "extraneous": true,
4406
+ "license": "MIT",
4407
+ "dependencies": {
4408
+ "lowercase-keys": "^2.0.0"
4409
+ },
4410
+ "funding": {
4411
+ "url": "https://github.com/sponsors/sindresorhus"
4412
+ }
4413
+ },
3782
4414
  "node_modules/restore-cursor": {
3783
4415
  "version": "3.1.0",
3784
4416
  "extraneous": true,
@@ -3970,6 +4602,32 @@
3970
4602
  "xmlbuilder": "^9.0.1"
3971
4603
  }
3972
4604
  },
4605
+ "node_modules/shared-preferences-builder/node_modules/xmlbuilder": {
4606
+ "version": "9.0.7",
4607
+ "license": "MIT",
4608
+ "engines": {
4609
+ "node": ">=4.0"
4610
+ }
4611
+ },
4612
+ "node_modules/shebang-command": {
4613
+ "version": "2.0.0",
4614
+ "extraneous": true,
4615
+ "license": "MIT",
4616
+ "dependencies": {
4617
+ "shebang-regex": "^3.0.0"
4618
+ },
4619
+ "engines": {
4620
+ "node": ">=8"
4621
+ }
4622
+ },
4623
+ "node_modules/shebang-regex": {
4624
+ "version": "3.0.0",
4625
+ "extraneous": true,
4626
+ "license": "MIT",
4627
+ "engines": {
4628
+ "node": ">=8"
4629
+ }
4630
+ },
3973
4631
  "node_modules/shell-quote": {
3974
4632
  "version": "1.7.3",
3975
4633
  "license": "MIT"
@@ -4308,6 +4966,16 @@
4308
4966
  "node": ">=4"
4309
4967
  }
4310
4968
  },
4969
+ "node_modules/type-fest": {
4970
+ "version": "2.18.0",
4971
+ "license": "(MIT OR CC0-1.0)",
4972
+ "engines": {
4973
+ "node": ">=12.20"
4974
+ },
4975
+ "funding": {
4976
+ "url": "https://github.com/sponsors/sindresorhus"
4977
+ }
4978
+ },
4311
4979
  "node_modules/type-is": {
4312
4980
  "version": "1.6.18",
4313
4981
  "extraneous": true,
@@ -4320,6 +4988,18 @@
4320
4988
  "node": ">= 0.6"
4321
4989
  }
4322
4990
  },
4991
+ "node_modules/typescript": {
4992
+ "version": "4.7.4",
4993
+ "extraneous": true,
4994
+ "license": "Apache-2.0",
4995
+ "bin": {
4996
+ "tsc": "bin/tsc",
4997
+ "tsserver": "bin/tsserver"
4998
+ },
4999
+ "engines": {
5000
+ "node": ">=4.2.0"
5001
+ }
5002
+ },
4323
5003
  "node_modules/uc.micro": {
4324
5004
  "version": "1.0.6",
4325
5005
  "extraneous": true,
@@ -4474,7 +5154,7 @@
4474
5154
  }
4475
5155
  },
4476
5156
  "node_modules/winston": {
4477
- "version": "3.7.2",
5157
+ "version": "3.8.1",
4478
5158
  "extraneous": true,
4479
5159
  "license": "MIT",
4480
5160
  "dependencies": {
@@ -4506,20 +5186,58 @@
4506
5186
  "node": ">= 6.4.0"
4507
5187
  }
4508
5188
  },
4509
- "node_modules/word-wrap": {
4510
- "version": "1.2.3",
5189
+ "node_modules/wrap-ansi": {
5190
+ "version": "7.0.0",
4511
5191
  "extraneous": true,
4512
5192
  "license": "MIT",
5193
+ "dependencies": {
5194
+ "ansi-styles": "^4.0.0",
5195
+ "string-width": "^4.1.0",
5196
+ "strip-ansi": "^6.0.0"
5197
+ },
4513
5198
  "engines": {
4514
- "node": ">=0.10.0"
5199
+ "node": ">=10"
5200
+ },
5201
+ "funding": {
5202
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5203
+ }
5204
+ },
5205
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
5206
+ "version": "4.3.0",
5207
+ "extraneous": true,
5208
+ "license": "MIT",
5209
+ "dependencies": {
5210
+ "color-convert": "^2.0.1"
5211
+ },
5212
+ "engines": {
5213
+ "node": ">=8"
5214
+ },
5215
+ "funding": {
5216
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5217
+ }
5218
+ },
5219
+ "node_modules/wrap-ansi/node_modules/color-convert": {
5220
+ "version": "2.0.1",
5221
+ "extraneous": true,
5222
+ "license": "MIT",
5223
+ "dependencies": {
5224
+ "color-name": "~1.1.4"
5225
+ },
5226
+ "engines": {
5227
+ "node": ">=7.0.0"
4515
5228
  }
4516
5229
  },
5230
+ "node_modules/wrap-ansi/node_modules/color-name": {
5231
+ "version": "1.1.4",
5232
+ "extraneous": true,
5233
+ "license": "MIT"
5234
+ },
4517
5235
  "node_modules/wrappy": {
4518
5236
  "version": "1.0.2",
4519
5237
  "license": "ISC"
4520
5238
  },
4521
5239
  "node_modules/ws": {
4522
- "version": "8.8.0",
5240
+ "version": "8.8.1",
4523
5241
  "license": "MIT",
4524
5242
  "engines": {
4525
5243
  "node": ">=10.0.0"
@@ -4570,10 +5288,10 @@
4570
5288
  }
4571
5289
  },
4572
5290
  "node_modules/xmlbuilder": {
4573
- "version": "9.0.7",
5291
+ "version": "15.1.1",
4574
5292
  "license": "MIT",
4575
5293
  "engines": {
4576
- "node": ">=4.0"
5294
+ "node": ">=8.0"
4577
5295
  }
4578
5296
  },
4579
5297
  "node_modules/xmlcreate": {
@@ -4640,13 +5358,18 @@
4640
5358
  },
4641
5359
  "dependencies": {
4642
5360
  "@appium/base-driver": {
4643
- "version": "8.5.7",
5361
+ "version": "8.6.1",
4644
5362
  "extraneous": true,
4645
5363
  "requires": {
4646
- "@appium/support": "^2.59.2",
4647
- "@babel/runtime": "7.18.3",
5364
+ "@appium/support": "^2.59.4",
5365
+ "@babel/runtime": "7.18.9",
4648
5366
  "@colors/colors": "1.5.0",
4649
- "async-lock": "1.3.1",
5367
+ "@types/async-lock": "1.1.5",
5368
+ "@types/bluebird": "3.5.36",
5369
+ "@types/express": "4.17.13",
5370
+ "@types/method-override": "0.0.32",
5371
+ "@types/serve-favicon": "2.5.3",
5372
+ "async-lock": "1.3.2",
4650
5373
  "asyncbox": "2.9.2",
4651
5374
  "axios": "0.27.2",
4652
5375
  "bluebird": "3.7.2",
@@ -4655,65 +5378,67 @@
4655
5378
  "express": "4.18.1",
4656
5379
  "http-status-codes": "2.2.0",
4657
5380
  "lodash": "4.17.21",
4658
- "lru-cache": "7.10.1",
5381
+ "lru-cache": "7.13.1",
4659
5382
  "method-override": "3.0.0",
4660
5383
  "morgan": "1.10.0",
4661
5384
  "serve-favicon": "2.5.0",
4662
5385
  "source-map-support": "0.5.21",
5386
+ "type-fest": "2.18.0",
4663
5387
  "validate.js": "0.13.1"
4664
- },
4665
- "dependencies": {
4666
- "@babel/runtime": {
4667
- "version": "7.18.3",
4668
- "extraneous": true,
4669
- "requires": {
4670
- "regenerator-runtime": "^0.13.4"
4671
- }
4672
- },
4673
- "async-lock": {
4674
- "version": "1.3.1",
4675
- "extraneous": true
4676
- }
4677
5388
  }
4678
5389
  },
4679
5390
  "@appium/base-plugin": {
4680
- "version": "1.9.2",
5391
+ "version": "1.10.1",
4681
5392
  "extraneous": true,
4682
5393
  "requires": {
4683
- "@appium/support": "^2.59.2"
5394
+ "@appium/support": "^2.59.4"
4684
5395
  }
4685
5396
  },
4686
5397
  "@appium/docutils": {
4687
- "version": "0.0.7",
5398
+ "version": "0.0.9",
4688
5399
  "extraneous": true,
4689
5400
  "requires": {
4690
- "@appium/support": "^2.59.2",
4691
- "@babel/runtime": "7.18.3",
5401
+ "@appium/support": "^2.59.4",
5402
+ "@babel/runtime": "7.18.9",
4692
5403
  "docdash": "1.2.0",
4693
- "jsdoc": "3.6.10",
4694
- "jsdoc-plugin-typescript": "2.0.7",
5404
+ "jsdoc": "3.6.11",
5405
+ "jsdoc-plugin-typescript": "2.1.1",
4695
5406
  "source-map-support": "0.5.21",
4696
5407
  "teen_process": "1.16.0"
4697
- },
4698
- "dependencies": {
4699
- "@babel/runtime": {
4700
- "version": "7.18.3",
4701
- "extraneous": true,
4702
- "requires": {
4703
- "regenerator-runtime": "^0.13.4"
4704
- }
4705
- }
4706
5408
  }
4707
5409
  },
4708
5410
  "@appium/schema": {
4709
- "version": "0.0.7",
4710
- "extraneous": true
5411
+ "version": "0.0.9",
5412
+ "extraneous": true,
5413
+ "requires": {
5414
+ "@types/json-schema": "7.0.11",
5415
+ "json-schema": "0.4.0",
5416
+ "source-map-support": "0.5.21"
5417
+ }
4711
5418
  },
4712
5419
  "@appium/support": {
4713
- "version": "2.59.2",
5420
+ "version": "2.59.4",
4714
5421
  "requires": {
4715
- "@babel/runtime": "7.18.3",
5422
+ "@babel/runtime": "7.18.9",
4716
5423
  "@colors/colors": "1.5.0",
5424
+ "@types/archiver": "5.3.1",
5425
+ "@types/base64-stream": "1.0.2",
5426
+ "@types/find-root": "1.1.2",
5427
+ "@types/glob": "7.2.0",
5428
+ "@types/jsftp": "2.1.2",
5429
+ "@types/klaw": "3.0.3",
5430
+ "@types/lockfile": "1.0.2",
5431
+ "@types/mv": "2.1.2",
5432
+ "@types/ncp": "2.0.5",
5433
+ "@types/npmlog": "4.1.4",
5434
+ "@types/pluralize": "0.0.29",
5435
+ "@types/pngjs": "6.0.1",
5436
+ "@types/rimraf": "3.0.2",
5437
+ "@types/semver": "7.3.10",
5438
+ "@types/shell-quote": "1.7.1",
5439
+ "@types/supports-color": "8.1.1",
5440
+ "@types/teen_process": "1.16.1",
5441
+ "@types/uuid": "8.3.4",
4717
5442
  "archiver": "5.3.1",
4718
5443
  "axios": "0.27.2",
4719
5444
  "base64-stream": "1.0.0",
@@ -4729,13 +5454,13 @@
4729
5454
  "lockfile": "1.0.4",
4730
5455
  "lodash": "4.17.21",
4731
5456
  "log-symbols": "4.1.0",
4732
- "moment": "2.29.3",
5457
+ "moment": "2.29.4",
4733
5458
  "mv": "2.1.1",
4734
5459
  "ncp": "2.0.0",
4735
5460
  "npmlog": "6.0.2",
4736
5461
  "opencv-bindings": "4.5.5",
4737
5462
  "pkg-dir": "5.0.0",
4738
- "plist": "3.0.5",
5463
+ "plist": "3.0.6",
4739
5464
  "pluralize": "8.0.0",
4740
5465
  "pngjs": "6.0.0",
4741
5466
  "read-pkg": "5.2.0",
@@ -4747,39 +5472,38 @@
4747
5472
  "source-map-support": "0.5.21",
4748
5473
  "supports-color": "8.1.1",
4749
5474
  "teen_process": "1.16.0",
5475
+ "type-fest": "2.18.0",
4750
5476
  "uuid": "8.3.2",
4751
5477
  "which": "2.0.2",
4752
5478
  "yauzl": "2.10.0"
4753
- },
4754
- "dependencies": {
4755
- "@babel/runtime": {
4756
- "version": "7.18.3",
4757
- "requires": {
4758
- "regenerator-runtime": "^0.13.4"
4759
- }
4760
- }
4761
5479
  }
4762
5480
  },
4763
5481
  "@appium/test-support": {
4764
- "version": "1.3.22",
5482
+ "version": "1.4.1",
4765
5483
  "extraneous": true,
4766
5484
  "requires": {
4767
- "@appium/support": "^2.59.2",
4768
- "@babel/runtime": "7.18.3",
5485
+ "@babel/runtime": "7.18.9",
5486
+ "@colors/colors": "1.5.0",
4769
5487
  "bluebird": "3.7.2",
5488
+ "chai": "4.3.6",
5489
+ "get-port": "5.1.1",
4770
5490
  "lodash": "4.17.21",
5491
+ "log-symbols": "4.1.0",
4771
5492
  "loud-rejection": "2.2.0",
4772
5493
  "sinon": "14.0.0",
4773
- "source-map-support": "0.5.21"
4774
- },
4775
- "dependencies": {
4776
- "@babel/runtime": {
4777
- "version": "7.18.3",
4778
- "extraneous": true,
4779
- "requires": {
4780
- "regenerator-runtime": "^0.13.4"
4781
- }
4782
- }
5494
+ "source-map-support": "0.5.21",
5495
+ "teen_process": "1.16.0"
5496
+ }
5497
+ },
5498
+ "@appium/types": {
5499
+ "version": "0.3.1",
5500
+ "extraneous": true,
5501
+ "requires": {
5502
+ "@appium/schema": "^0.0.9",
5503
+ "@types/express": "4.17.13",
5504
+ "@types/npmlog": "4.1.4",
5505
+ "@wdio/types": "7.20.7",
5506
+ "type-fest": "2.18.0"
4783
5507
  }
4784
5508
  },
4785
5509
  "@babel/code-frame": {
@@ -4800,11 +5524,11 @@
4800
5524
  }
4801
5525
  },
4802
5526
  "@babel/parser": {
4803
- "version": "7.18.6",
5527
+ "version": "7.18.10",
4804
5528
  "extraneous": true
4805
5529
  },
4806
5530
  "@babel/runtime": {
4807
- "version": "7.18.6",
5531
+ "version": "7.18.9",
4808
5532
  "requires": {
4809
5533
  "regenerator-runtime": "^0.13.4"
4810
5534
  }
@@ -5128,37 +5852,164 @@
5128
5852
  }
5129
5853
  }
5130
5854
  },
5855
+ "@sindresorhus/is": {
5856
+ "version": "4.6.0",
5857
+ "extraneous": true
5858
+ },
5131
5859
  "@sinonjs/commons": {
5132
5860
  "version": "1.8.3",
5133
5861
  "dev": true,
5134
5862
  "requires": {
5135
- "type-detect": "4.0.8"
5863
+ "type-detect": "4.0.8"
5864
+ }
5865
+ },
5866
+ "@sinonjs/fake-timers": {
5867
+ "version": "9.1.2",
5868
+ "dev": true,
5869
+ "requires": {
5870
+ "@sinonjs/commons": "^1.7.0"
5871
+ }
5872
+ },
5873
+ "@sinonjs/samsam": {
5874
+ "version": "6.1.1",
5875
+ "dev": true,
5876
+ "requires": {
5877
+ "@sinonjs/commons": "^1.6.0",
5878
+ "lodash.get": "^4.4.2",
5879
+ "type-detect": "^4.0.8"
5880
+ }
5881
+ },
5882
+ "@sinonjs/text-encoding": {
5883
+ "version": "0.7.2",
5884
+ "dev": true
5885
+ },
5886
+ "@szmarczak/http-timer": {
5887
+ "version": "4.0.6",
5888
+ "extraneous": true,
5889
+ "requires": {
5890
+ "defer-to-connect": "^2.0.0"
5891
+ }
5892
+ },
5893
+ "@types/archiver": {
5894
+ "version": "5.3.1",
5895
+ "requires": {
5896
+ "@types/glob": "*"
5897
+ }
5898
+ },
5899
+ "@types/argparse": {
5900
+ "version": "2.0.10",
5901
+ "extraneous": true
5902
+ },
5903
+ "@types/async-lock": {
5904
+ "version": "1.1.5",
5905
+ "extraneous": true
5906
+ },
5907
+ "@types/base64-stream": {
5908
+ "version": "1.0.2",
5909
+ "requires": {
5910
+ "@types/node": "*"
5911
+ }
5912
+ },
5913
+ "@types/bluebird": {
5914
+ "version": "3.5.36",
5915
+ "extraneous": true
5916
+ },
5917
+ "@types/body-parser": {
5918
+ "version": "1.19.2",
5919
+ "extraneous": true,
5920
+ "requires": {
5921
+ "@types/connect": "*",
5922
+ "@types/node": "*"
5923
+ }
5924
+ },
5925
+ "@types/cacheable-request": {
5926
+ "version": "6.0.2",
5927
+ "extraneous": true,
5928
+ "requires": {
5929
+ "@types/http-cache-semantics": "*",
5930
+ "@types/keyv": "*",
5931
+ "@types/node": "*",
5932
+ "@types/responselike": "*"
5933
+ }
5934
+ },
5935
+ "@types/connect": {
5936
+ "version": "3.4.35",
5937
+ "extraneous": true,
5938
+ "requires": {
5939
+ "@types/node": "*"
5940
+ }
5941
+ },
5942
+ "@types/express": {
5943
+ "version": "4.17.13",
5944
+ "extraneous": true,
5945
+ "requires": {
5946
+ "@types/body-parser": "*",
5947
+ "@types/express-serve-static-core": "^4.17.18",
5948
+ "@types/qs": "*",
5949
+ "@types/serve-static": "*"
5950
+ }
5951
+ },
5952
+ "@types/express-serve-static-core": {
5953
+ "version": "4.17.30",
5954
+ "extraneous": true,
5955
+ "requires": {
5956
+ "@types/node": "*",
5957
+ "@types/qs": "*",
5958
+ "@types/range-parser": "*"
5959
+ }
5960
+ },
5961
+ "@types/fancy-log": {
5962
+ "version": "2.0.0",
5963
+ "extraneous": true
5964
+ },
5965
+ "@types/find-root": {
5966
+ "version": "1.1.2"
5967
+ },
5968
+ "@types/glob": {
5969
+ "version": "7.2.0",
5970
+ "requires": {
5971
+ "@types/minimatch": "*",
5972
+ "@types/node": "*"
5973
+ }
5974
+ },
5975
+ "@types/http-cache-semantics": {
5976
+ "version": "4.0.1",
5977
+ "extraneous": true
5978
+ },
5979
+ "@types/jsftp": {
5980
+ "version": "2.1.2",
5981
+ "requires": {
5982
+ "@types/node": "*"
5136
5983
  }
5137
5984
  },
5138
- "@sinonjs/fake-timers": {
5139
- "version": "9.1.2",
5140
- "dev": true,
5985
+ "@types/json-buffer": {
5986
+ "version": "3.0.0",
5987
+ "extraneous": true
5988
+ },
5989
+ "@types/json-schema": {
5990
+ "version": "7.0.11",
5991
+ "extraneous": true
5992
+ },
5993
+ "@types/keyv": {
5994
+ "version": "3.1.4",
5995
+ "extraneous": true,
5141
5996
  "requires": {
5142
- "@sinonjs/commons": "^1.7.0"
5997
+ "@types/node": "*"
5143
5998
  }
5144
5999
  },
5145
- "@sinonjs/samsam": {
5146
- "version": "6.1.1",
5147
- "dev": true,
6000
+ "@types/klaw": {
6001
+ "version": "3.0.3",
5148
6002
  "requires": {
5149
- "@sinonjs/commons": "^1.6.0",
5150
- "lodash.get": "^4.4.2",
5151
- "type-detect": "^4.0.8"
6003
+ "@types/node": "*"
5152
6004
  }
5153
6005
  },
5154
- "@sinonjs/text-encoding": {
5155
- "version": "0.7.1",
5156
- "dev": true
5157
- },
5158
6006
  "@types/linkify-it": {
5159
6007
  "version": "3.0.2",
5160
6008
  "extraneous": true
5161
6009
  },
6010
+ "@types/lockfile": {
6011
+ "version": "1.0.2"
6012
+ },
5162
6013
  "@types/markdown-it": {
5163
6014
  "version": "12.2.3",
5164
6015
  "extraneous": true,
@@ -5171,9 +6022,114 @@
5171
6022
  "version": "1.0.2",
5172
6023
  "extraneous": true
5173
6024
  },
6025
+ "@types/method-override": {
6026
+ "version": "0.0.32",
6027
+ "extraneous": true,
6028
+ "requires": {
6029
+ "@types/express": "*"
6030
+ }
6031
+ },
6032
+ "@types/mime": {
6033
+ "version": "3.0.0",
6034
+ "extraneous": true
6035
+ },
6036
+ "@types/minimatch": {
6037
+ "version": "3.0.5"
6038
+ },
6039
+ "@types/mv": {
6040
+ "version": "2.1.2"
6041
+ },
6042
+ "@types/ncp": {
6043
+ "version": "2.0.5",
6044
+ "requires": {
6045
+ "@types/node": "*"
6046
+ }
6047
+ },
6048
+ "@types/node": {
6049
+ "version": "18.6.3"
6050
+ },
5174
6051
  "@types/normalize-package-data": {
5175
6052
  "version": "2.4.1"
5176
6053
  },
6054
+ "@types/npmlog": {
6055
+ "version": "4.1.4"
6056
+ },
6057
+ "@types/pluralize": {
6058
+ "version": "0.0.29"
6059
+ },
6060
+ "@types/pngjs": {
6061
+ "version": "6.0.1",
6062
+ "requires": {
6063
+ "@types/node": "*"
6064
+ }
6065
+ },
6066
+ "@types/qs": {
6067
+ "version": "6.9.7",
6068
+ "extraneous": true
6069
+ },
6070
+ "@types/range-parser": {
6071
+ "version": "1.2.4",
6072
+ "extraneous": true
6073
+ },
6074
+ "@types/responselike": {
6075
+ "version": "1.0.0",
6076
+ "extraneous": true,
6077
+ "requires": {
6078
+ "@types/node": "*"
6079
+ }
6080
+ },
6081
+ "@types/rimraf": {
6082
+ "version": "3.0.2",
6083
+ "requires": {
6084
+ "@types/glob": "*",
6085
+ "@types/node": "*"
6086
+ }
6087
+ },
6088
+ "@types/semver": {
6089
+ "version": "7.3.10"
6090
+ },
6091
+ "@types/serve-favicon": {
6092
+ "version": "2.5.3",
6093
+ "extraneous": true,
6094
+ "requires": {
6095
+ "@types/express": "*"
6096
+ }
6097
+ },
6098
+ "@types/serve-static": {
6099
+ "version": "1.15.0",
6100
+ "extraneous": true,
6101
+ "requires": {
6102
+ "@types/mime": "*",
6103
+ "@types/node": "*"
6104
+ }
6105
+ },
6106
+ "@types/shell-quote": {
6107
+ "version": "1.7.1"
6108
+ },
6109
+ "@types/supports-color": {
6110
+ "version": "8.1.1"
6111
+ },
6112
+ "@types/teen_process": {
6113
+ "version": "1.16.1",
6114
+ "requires": {
6115
+ "@types/node": "*"
6116
+ }
6117
+ },
6118
+ "@types/uuid": {
6119
+ "version": "8.3.4"
6120
+ },
6121
+ "@types/wrap-ansi": {
6122
+ "version": "3.0.0",
6123
+ "extraneous": true
6124
+ },
6125
+ "@wdio/types": {
6126
+ "version": "7.20.7",
6127
+ "extraneous": true,
6128
+ "requires": {
6129
+ "@types/node": "^18.0.0",
6130
+ "got": "^11.8.1"
6131
+ }
6132
+ },
5177
6133
  "@xmldom/xmldom": {
5178
6134
  "version": "0.8.2"
5179
6135
  },
@@ -5231,7 +6187,7 @@
5231
6187
  "version": "1.1.0"
5232
6188
  },
5233
6189
  "appium-adb": {
5234
- "version": "9.9.0",
6190
+ "version": "9.10.2",
5235
6191
  "requires": {
5236
6192
  "@appium/support": "^2.55.3",
5237
6193
  "@babel/runtime": "^7.0.0",
@@ -5249,11 +6205,11 @@
5249
6205
  }
5250
6206
  },
5251
6207
  "appium-android-driver": {
5252
- "version": "5.2.2",
6208
+ "version": "5.2.7",
5253
6209
  "requires": {
5254
6210
  "@babel/runtime": "^7.0.0",
5255
- "appium-adb": "^9.9.0",
5256
- "appium-chromedriver": "^5.0.1",
6211
+ "appium-adb": "^9.10.2",
6212
+ "appium-chromedriver": "^5.1.4",
5257
6213
  "asyncbox": "^2.8.0",
5258
6214
  "axios": "^0.x",
5259
6215
  "bluebird": "^3.4.7",
@@ -5273,7 +6229,7 @@
5273
6229
  }
5274
6230
  },
5275
6231
  "appium-chromedriver": {
5276
- "version": "5.1.1",
6232
+ "version": "5.1.4",
5277
6233
  "requires": {
5278
6234
  "@babel/runtime": "^7.0.0",
5279
6235
  "@xmldom/xmldom": "^0.x",
@@ -5351,7 +6307,7 @@
5351
6307
  }
5352
6308
  },
5353
6309
  "are-we-there-yet": {
5354
- "version": "3.0.0",
6310
+ "version": "3.0.1",
5355
6311
  "requires": {
5356
6312
  "delegates": "^1.0.0",
5357
6313
  "readable-stream": "^3.6.0"
@@ -5369,6 +6325,10 @@
5369
6325
  "version": "1.1.1",
5370
6326
  "extraneous": true
5371
6327
  },
6328
+ "assertion-error": {
6329
+ "version": "1.1.0",
6330
+ "dev": true
6331
+ },
5372
6332
  "async": {
5373
6333
  "version": "3.2.4"
5374
6334
  },
@@ -5498,6 +6458,40 @@
5498
6458
  "version": "3.1.2",
5499
6459
  "extraneous": true
5500
6460
  },
6461
+ "cacheable-lookup": {
6462
+ "version": "5.0.4",
6463
+ "extraneous": true
6464
+ },
6465
+ "cacheable-request": {
6466
+ "version": "7.0.2",
6467
+ "extraneous": true,
6468
+ "requires": {
6469
+ "clone-response": "^1.0.2",
6470
+ "get-stream": "^5.1.0",
6471
+ "http-cache-semantics": "^4.0.0",
6472
+ "keyv": "^4.0.0",
6473
+ "lowercase-keys": "^2.0.0",
6474
+ "normalize-url": "^6.0.1",
6475
+ "responselike": "^2.0.0"
6476
+ },
6477
+ "dependencies": {
6478
+ "get-stream": {
6479
+ "version": "5.2.0",
6480
+ "extraneous": true,
6481
+ "requires": {
6482
+ "pump": "^3.0.0"
6483
+ }
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
+ }
6493
+ }
6494
+ },
5501
6495
  "call-bind": {
5502
6496
  "version": "1.0.2",
5503
6497
  "extraneous": true,
@@ -5513,6 +6507,19 @@
5513
6507
  "lodash": "^4.17.15"
5514
6508
  }
5515
6509
  },
6510
+ "chai": {
6511
+ "version": "4.3.6",
6512
+ "dev": true,
6513
+ "requires": {
6514
+ "assertion-error": "^1.1.0",
6515
+ "check-error": "^1.0.2",
6516
+ "deep-eql": "^3.0.1",
6517
+ "get-func-name": "^2.0.0",
6518
+ "loupe": "^2.3.1",
6519
+ "pathval": "^1.1.1",
6520
+ "type-detect": "^4.0.5"
6521
+ }
6522
+ },
5516
6523
  "chalk": {
5517
6524
  "version": "2.4.2",
5518
6525
  "requires": {
@@ -5532,6 +6539,10 @@
5532
6539
  }
5533
6540
  }
5534
6541
  },
6542
+ "check-error": {
6543
+ "version": "1.0.2",
6544
+ "dev": true
6545
+ },
5535
6546
  "cli-cursor": {
5536
6547
  "version": "3.1.0",
5537
6548
  "extraneous": true,
@@ -5540,9 +6551,16 @@
5540
6551
  }
5541
6552
  },
5542
6553
  "cli-spinners": {
5543
- "version": "2.6.1",
6554
+ "version": "2.7.0",
5544
6555
  "extraneous": true
5545
6556
  },
6557
+ "clone-response": {
6558
+ "version": "1.0.3",
6559
+ "extraneous": true,
6560
+ "requires": {
6561
+ "mimic-response": "^1.0.0"
6562
+ }
6563
+ },
5546
6564
  "color": {
5547
6565
  "version": "3.2.1",
5548
6566
  "extraneous": true,
@@ -5592,6 +6610,14 @@
5592
6610
  "compare-versions": {
5593
6611
  "version": "4.1.3"
5594
6612
  },
6613
+ "compress-brotli": {
6614
+ "version": "1.3.8",
6615
+ "extraneous": true,
6616
+ "requires": {
6617
+ "@types/json-buffer": "~3.0.0",
6618
+ "json-buffer": "~3.0.1"
6619
+ }
6620
+ },
5595
6621
  "compress-commons": {
5596
6622
  "version": "4.1.1",
5597
6623
  "requires": {
@@ -5645,6 +6671,22 @@
5645
6671
  "readable-stream": "^3.4.0"
5646
6672
  }
5647
6673
  },
6674
+ "cross-env": {
6675
+ "version": "7.0.3",
6676
+ "extraneous": true,
6677
+ "requires": {
6678
+ "cross-spawn": "^7.0.1"
6679
+ }
6680
+ },
6681
+ "cross-spawn": {
6682
+ "version": "7.0.3",
6683
+ "extraneous": true,
6684
+ "requires": {
6685
+ "path-key": "^3.1.0",
6686
+ "shebang-command": "^2.0.0",
6687
+ "which": "^2.0.1"
6688
+ }
6689
+ },
5648
6690
  "currently-unhandled": {
5649
6691
  "version": "0.4.1",
5650
6692
  "extraneous": true,
@@ -5652,6 +6694,26 @@
5652
6694
  "array-find-index": "^1.0.1"
5653
6695
  }
5654
6696
  },
6697
+ "decompress-response": {
6698
+ "version": "6.0.0",
6699
+ "extraneous": true,
6700
+ "requires": {
6701
+ "mimic-response": "^3.1.0"
6702
+ },
6703
+ "dependencies": {
6704
+ "mimic-response": {
6705
+ "version": "3.1.0",
6706
+ "extraneous": true
6707
+ }
6708
+ }
6709
+ },
6710
+ "deep-eql": {
6711
+ "version": "3.0.1",
6712
+ "dev": true,
6713
+ "requires": {
6714
+ "type-detect": "^4.0.0"
6715
+ }
6716
+ },
5655
6717
  "defaults": {
5656
6718
  "version": "1.0.3",
5657
6719
  "extraneous": true,
@@ -5665,6 +6727,10 @@
5665
6727
  }
5666
6728
  }
5667
6729
  },
6730
+ "defer-to-connect": {
6731
+ "version": "2.0.1",
6732
+ "extraneous": true
6733
+ },
5668
6734
  "define-properties": {
5669
6735
  "version": "1.1.4",
5670
6736
  "extraneous": true,
@@ -5986,6 +7052,10 @@
5986
7052
  "wide-align": "^1.1.5"
5987
7053
  }
5988
7054
  },
7055
+ "get-func-name": {
7056
+ "version": "2.0.0",
7057
+ "dev": true
7058
+ },
5989
7059
  "get-intrinsic": {
5990
7060
  "version": "1.1.2",
5991
7061
  "extraneous": true,
@@ -5995,6 +7065,10 @@
5995
7065
  "has-symbols": "^1.0.3"
5996
7066
  }
5997
7067
  },
7068
+ "get-port": {
7069
+ "version": "5.1.1",
7070
+ "extraneous": true
7071
+ },
5998
7072
  "get-stream": {
5999
7073
  "version": "6.0.1"
6000
7074
  },
@@ -6044,6 +7118,23 @@
6044
7118
  "process": "^0.11.10"
6045
7119
  }
6046
7120
  },
7121
+ "got": {
7122
+ "version": "11.8.5",
7123
+ "extraneous": true,
7124
+ "requires": {
7125
+ "@sindresorhus/is": "^4.0.0",
7126
+ "@szmarczak/http-timer": "^4.0.5",
7127
+ "@types/cacheable-request": "^6.0.1",
7128
+ "@types/responselike": "^1.0.0",
7129
+ "cacheable-lookup": "^5.0.3",
7130
+ "cacheable-request": "^7.0.2",
7131
+ "decompress-response": "^6.0.0",
7132
+ "http2-wrapper": "^1.0.0-beta.5.2",
7133
+ "lowercase-keys": "^2.0.0",
7134
+ "p-cancelable": "^2.0.0",
7135
+ "responselike": "^2.0.0"
7136
+ }
7137
+ },
6047
7138
  "graceful-fs": {
6048
7139
  "version": "4.2.10"
6049
7140
  },
@@ -6084,6 +7175,10 @@
6084
7175
  "hosted-git-info": {
6085
7176
  "version": "2.8.9"
6086
7177
  },
7178
+ "http-cache-semantics": {
7179
+ "version": "4.1.0",
7180
+ "extraneous": true
7181
+ },
6087
7182
  "http-errors": {
6088
7183
  "version": "2.0.0",
6089
7184
  "extraneous": true,
@@ -6099,6 +7194,14 @@
6099
7194
  "version": "2.2.0",
6100
7195
  "extraneous": true
6101
7196
  },
7197
+ "http2-wrapper": {
7198
+ "version": "1.0.3",
7199
+ "extraneous": true,
7200
+ "requires": {
7201
+ "quick-lru": "^5.1.1",
7202
+ "resolve-alpn": "^1.0.0"
7203
+ }
7204
+ },
6102
7205
  "iconv-lite": {
6103
7206
  "version": "0.4.24",
6104
7207
  "extraneous": true,
@@ -6143,7 +7246,7 @@
6143
7246
  }
6144
7247
  },
6145
7248
  "io.appium.settings": {
6146
- "version": "4.1.1"
7249
+ "version": "4.1.2"
6147
7250
  },
6148
7251
  "ipaddr.js": {
6149
7252
  "version": "1.9.1",
@@ -6284,7 +7387,7 @@
6284
7387
  }
6285
7388
  },
6286
7389
  "jsdoc": {
6287
- "version": "3.6.10",
7390
+ "version": "3.6.11",
6288
7391
  "extraneous": true,
6289
7392
  "requires": {
6290
7393
  "@babel/parser": "^7.9.4",
@@ -6293,7 +7396,7 @@
6293
7396
  "catharsis": "^0.9.0",
6294
7397
  "escape-string-regexp": "^2.0.0",
6295
7398
  "js2xmlparser": "^4.0.2",
6296
- "klaw": "^4.0.1",
7399
+ "klaw": "^3.0.0",
6297
7400
  "markdown-it": "^12.3.2",
6298
7401
  "markdown-it-anchor": "^8.4.1",
6299
7402
  "marked": "^4.0.10",
@@ -6308,10 +7411,6 @@
6308
7411
  "version": "2.0.0",
6309
7412
  "extraneous": true
6310
7413
  },
6311
- "klaw": {
6312
- "version": "4.0.1",
6313
- "extraneous": true
6314
- },
6315
7414
  "mkdirp": {
6316
7415
  "version": "1.0.4",
6317
7416
  "extraneous": true
@@ -6319,7 +7418,7 @@
6319
7418
  }
6320
7419
  },
6321
7420
  "jsdoc-plugin-typescript": {
6322
- "version": "2.0.7",
7421
+ "version": "2.1.1",
6323
7422
  "extraneous": true,
6324
7423
  "requires": {
6325
7424
  "string.prototype.matchall": "^4.0.0"
@@ -6344,9 +7443,17 @@
6344
7443
  }
6345
7444
  }
6346
7445
  },
7446
+ "json-buffer": {
7447
+ "version": "3.0.1",
7448
+ "extraneous": true
7449
+ },
6347
7450
  "json-parse-even-better-errors": {
6348
7451
  "version": "2.3.1"
6349
7452
  },
7453
+ "json-schema": {
7454
+ "version": "0.4.0",
7455
+ "extraneous": true
7456
+ },
6350
7457
  "json-schema-traverse": {
6351
7458
  "version": "1.0.0",
6352
7459
  "extraneous": true
@@ -6355,6 +7462,14 @@
6355
7462
  "version": "4.2.1",
6356
7463
  "dev": true
6357
7464
  },
7465
+ "keyv": {
7466
+ "version": "4.3.3",
7467
+ "extraneous": true,
7468
+ "requires": {
7469
+ "compress-brotli": "^1.3.8",
7470
+ "json-buffer": "3.0.1"
7471
+ }
7472
+ },
6358
7473
  "klaw": {
6359
7474
  "version": "3.0.0",
6360
7475
  "requires": {
@@ -6392,7 +7507,7 @@
6392
7507
  }
6393
7508
  },
6394
7509
  "lilconfig": {
6395
- "version": "2.0.5",
7510
+ "version": "2.0.6",
6396
7511
  "extraneous": true
6397
7512
  },
6398
7513
  "lines-and-columns": {
@@ -6518,8 +7633,19 @@
6518
7633
  "signal-exit": "^3.0.2"
6519
7634
  }
6520
7635
  },
7636
+ "loupe": {
7637
+ "version": "2.3.4",
7638
+ "dev": true,
7639
+ "requires": {
7640
+ "get-func-name": "^2.0.0"
7641
+ }
7642
+ },
7643
+ "lowercase-keys": {
7644
+ "version": "2.0.0",
7645
+ "extraneous": true
7646
+ },
6521
7647
  "lru-cache": {
6522
- "version": "7.10.1"
7648
+ "version": "7.13.1"
6523
7649
  },
6524
7650
  "markdown-it": {
6525
7651
  "version": "12.3.2",
@@ -6538,7 +7664,7 @@
6538
7664
  "requires": {}
6539
7665
  },
6540
7666
  "marked": {
6541
- "version": "4.0.17",
7667
+ "version": "4.0.18",
6542
7668
  "extraneous": true
6543
7669
  },
6544
7670
  "mdurl": {
@@ -6596,6 +7722,10 @@
6596
7722
  "version": "2.1.0",
6597
7723
  "extraneous": true
6598
7724
  },
7725
+ "mimic-response": {
7726
+ "version": "1.0.1",
7727
+ "extraneous": true
7728
+ },
6599
7729
  "min-document": {
6600
7730
  "version": "2.19.0",
6601
7731
  "requires": {
@@ -6618,7 +7748,7 @@
6618
7748
  }
6619
7749
  },
6620
7750
  "moment": {
6621
- "version": "2.29.3"
7751
+ "version": "2.29.4"
6622
7752
  },
6623
7753
  "moment-timezone": {
6624
7754
  "version": "0.5.34",
@@ -6734,6 +7864,10 @@
6734
7864
  "normalize-path": {
6735
7865
  "version": "3.0.0"
6736
7866
  },
7867
+ "normalize-url": {
7868
+ "version": "6.1.0",
7869
+ "extraneous": true
7870
+ },
6737
7871
  "npmlog": {
6738
7872
  "version": "6.0.2",
6739
7873
  "requires": {
@@ -6848,6 +7982,10 @@
6848
7982
  }
6849
7983
  }
6850
7984
  },
7985
+ "p-cancelable": {
7986
+ "version": "2.1.1",
7987
+ "extraneous": true
7988
+ },
6851
7989
  "p-limit": {
6852
7990
  "version": "3.1.0",
6853
7991
  "requires": {
@@ -6908,6 +8046,10 @@
6908
8046
  "path-is-absolute": {
6909
8047
  "version": "1.0.1"
6910
8048
  },
8049
+ "path-key": {
8050
+ "version": "3.1.1",
8051
+ "extraneous": true
8052
+ },
6911
8053
  "path-parse": {
6912
8054
  "version": "1.0.7"
6913
8055
  },
@@ -6915,6 +8057,10 @@
6915
8057
  "version": "0.1.7",
6916
8058
  "extraneous": true
6917
8059
  },
8060
+ "pathval": {
8061
+ "version": "1.1.1",
8062
+ "dev": true
8063
+ },
6918
8064
  "pend": {
6919
8065
  "version": "1.2.0"
6920
8066
  },
@@ -6939,10 +8085,10 @@
6939
8085
  }
6940
8086
  },
6941
8087
  "plist": {
6942
- "version": "3.0.5",
8088
+ "version": "3.0.6",
6943
8089
  "requires": {
6944
8090
  "base64-js": "^1.5.1",
6945
- "xmlbuilder": "^9.0.7"
8091
+ "xmlbuilder": "^15.1.1"
6946
8092
  }
6947
8093
  },
6948
8094
  "pluralize": {
@@ -7013,6 +8159,10 @@
7013
8159
  "side-channel": "^1.0.4"
7014
8160
  }
7015
8161
  },
8162
+ "quick-lru": {
8163
+ "version": "5.1.1",
8164
+ "extraneous": true
8165
+ },
7016
8166
  "range-parser": {
7017
8167
  "version": "1.2.1",
7018
8168
  "extraneous": true
@@ -7100,9 +8250,20 @@
7100
8250
  "supports-preserve-symlinks-flag": "^1.0.0"
7101
8251
  }
7102
8252
  },
8253
+ "resolve-alpn": {
8254
+ "version": "1.2.1",
8255
+ "extraneous": true
8256
+ },
7103
8257
  "resolve-from": {
7104
8258
  "version": "5.0.0"
7105
8259
  },
8260
+ "responselike": {
8261
+ "version": "2.0.1",
8262
+ "extraneous": true,
8263
+ "requires": {
8264
+ "lowercase-keys": "^2.0.0"
8265
+ }
8266
+ },
7106
8267
  "restore-cursor": {
7107
8268
  "version": "3.1.0",
7108
8269
  "extraneous": true,
@@ -7245,8 +8406,24 @@
7245
8406
  "requires": {
7246
8407
  "lodash": "^4.17.4",
7247
8408
  "xmlbuilder": "^9.0.1"
8409
+ },
8410
+ "dependencies": {
8411
+ "xmlbuilder": {
8412
+ "version": "9.0.7"
8413
+ }
8414
+ }
8415
+ },
8416
+ "shebang-command": {
8417
+ "version": "2.0.0",
8418
+ "extraneous": true,
8419
+ "requires": {
8420
+ "shebang-regex": "^3.0.0"
7248
8421
  }
7249
8422
  },
8423
+ "shebang-regex": {
8424
+ "version": "3.0.0",
8425
+ "extraneous": true
8426
+ },
7250
8427
  "shell-quote": {
7251
8428
  "version": "1.7.3"
7252
8429
  },
@@ -7470,6 +8647,9 @@
7470
8647
  "version": "4.0.8",
7471
8648
  "dev": true
7472
8649
  },
8650
+ "type-fest": {
8651
+ "version": "2.18.0"
8652
+ },
7473
8653
  "type-is": {
7474
8654
  "version": "1.6.18",
7475
8655
  "extraneous": true,
@@ -7478,6 +8658,10 @@
7478
8658
  "mime-types": "~2.1.24"
7479
8659
  }
7480
8660
  },
8661
+ "typescript": {
8662
+ "version": "4.7.4",
8663
+ "extraneous": true
8664
+ },
7481
8665
  "uc.micro": {
7482
8666
  "version": "1.0.6",
7483
8667
  "extraneous": true
@@ -7585,7 +8769,7 @@
7585
8769
  }
7586
8770
  },
7587
8771
  "winston": {
7588
- "version": "3.7.2",
8772
+ "version": "3.8.1",
7589
8773
  "extraneous": true,
7590
8774
  "requires": {
7591
8775
  "@dabh/diagnostics": "^2.0.2",
@@ -7609,15 +8793,40 @@
7609
8793
  "triple-beam": "^1.3.0"
7610
8794
  }
7611
8795
  },
7612
- "word-wrap": {
7613
- "version": "1.2.3",
7614
- "extraneous": true
8796
+ "wrap-ansi": {
8797
+ "version": "7.0.0",
8798
+ "extraneous": true,
8799
+ "requires": {
8800
+ "ansi-styles": "^4.0.0",
8801
+ "string-width": "^4.1.0",
8802
+ "strip-ansi": "^6.0.0"
8803
+ },
8804
+ "dependencies": {
8805
+ "ansi-styles": {
8806
+ "version": "4.3.0",
8807
+ "extraneous": true,
8808
+ "requires": {
8809
+ "color-convert": "^2.0.1"
8810
+ }
8811
+ },
8812
+ "color-convert": {
8813
+ "version": "2.0.1",
8814
+ "extraneous": true,
8815
+ "requires": {
8816
+ "color-name": "~1.1.4"
8817
+ }
8818
+ },
8819
+ "color-name": {
8820
+ "version": "1.1.4",
8821
+ "extraneous": true
8822
+ }
8823
+ }
7615
8824
  },
7616
8825
  "wrappy": {
7617
8826
  "version": "1.0.2"
7618
8827
  },
7619
8828
  "ws": {
7620
- "version": "8.8.0",
8829
+ "version": "8.8.1",
7621
8830
  "requires": {}
7622
8831
  },
7623
8832
  "xhr": {
@@ -7645,7 +8854,7 @@
7645
8854
  }
7646
8855
  },
7647
8856
  "xmlbuilder": {
7648
- "version": "9.0.7"
8857
+ "version": "15.1.1"
7649
8858
  },
7650
8859
  "xmlcreate": {
7651
8860
  "version": "2.0.4",