appium-espresso-driver 2.8.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.8.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.8.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",
@@ -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"
78
- }
79
- },
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"
83
+ "npm": ">=8"
89
84
  }
90
85
  },
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.9",
272
+ "version": "7.18.10",
268
273
  "extraneous": true,
269
274
  "license": "MIT",
270
275
  "bin": {
@@ -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,
@@ -800,11 +816,158 @@
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.10.1",
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.5",
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.10.1",
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",
@@ -1098,6 +1394,14 @@
1098
1394
  "extraneous": true,
1099
1395
  "license": "MIT"
1100
1396
  },
1397
+ "node_modules/assertion-error": {
1398
+ "version": "1.1.0",
1399
+ "dev": true,
1400
+ "license": "MIT",
1401
+ "engines": {
1402
+ "node": "*"
1403
+ }
1404
+ },
1101
1405
  "node_modules/async": {
1102
1406
  "version": "3.2.4",
1103
1407
  "license": "MIT"
@@ -1302,6 +1606,54 @@
1302
1606
  "node": ">= 0.8"
1303
1607
  }
1304
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
+ },
1305
1657
  "node_modules/call-bind": {
1306
1658
  "version": "1.0.2",
1307
1659
  "extraneous": true,
@@ -1325,6 +1677,23 @@
1325
1677
  "node": ">= 10"
1326
1678
  }
1327
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
+ },
1328
1697
  "node_modules/chalk": {
1329
1698
  "version": "2.4.2",
1330
1699
  "license": "MIT",
@@ -1354,6 +1723,14 @@
1354
1723
  "node": ">=4"
1355
1724
  }
1356
1725
  },
1726
+ "node_modules/check-error": {
1727
+ "version": "1.0.2",
1728
+ "dev": true,
1729
+ "license": "MIT",
1730
+ "engines": {
1731
+ "node": "*"
1732
+ }
1733
+ },
1357
1734
  "node_modules/cli-cursor": {
1358
1735
  "version": "3.1.0",
1359
1736
  "extraneous": true,
@@ -1376,6 +1753,17 @@
1376
1753
  "url": "https://github.com/sponsors/sindresorhus"
1377
1754
  }
1378
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
+ },
1379
1767
  "node_modules/color": {
1380
1768
  "version": "3.2.1",
1381
1769
  "extraneous": true,
@@ -1443,6 +1831,18 @@
1443
1831
  "version": "4.1.3",
1444
1832
  "license": "MIT"
1445
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
+ },
1446
1846
  "node_modules/compress-commons": {
1447
1847
  "version": "4.1.1",
1448
1848
  "license": "MIT",
@@ -1540,6 +1940,36 @@
1540
1940
  "node": ">= 10"
1541
1941
  }
1542
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
+ },
1543
1973
  "node_modules/currently-unhandled": {
1544
1974
  "version": "0.4.1",
1545
1975
  "extraneous": true,
@@ -1551,6 +1981,42 @@
1551
1981
  "node": ">=0.10.0"
1552
1982
  }
1553
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
+ },
1554
2020
  "node_modules/defaults": {
1555
2021
  "version": "1.0.3",
1556
2022
  "extraneous": true,
@@ -1567,6 +2033,14 @@
1567
2033
  "node": ">=0.8"
1568
2034
  }
1569
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
+ },
1570
2044
  "node_modules/define-properties": {
1571
2045
  "version": "1.1.4",
1572
2046
  "extraneous": true,
@@ -2047,6 +2521,14 @@
2047
2521
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2048
2522
  }
2049
2523
  },
2524
+ "node_modules/get-func-name": {
2525
+ "version": "2.0.0",
2526
+ "dev": true,
2527
+ "license": "MIT",
2528
+ "engines": {
2529
+ "node": "*"
2530
+ }
2531
+ },
2050
2532
  "node_modules/get-intrinsic": {
2051
2533
  "version": "1.1.2",
2052
2534
  "extraneous": true,
@@ -2060,6 +2542,17 @@
2060
2542
  "url": "https://github.com/sponsors/ljharb"
2061
2543
  }
2062
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
+ },
2063
2556
  "node_modules/get-stream": {
2064
2557
  "version": "6.0.1",
2065
2558
  "license": "MIT",
@@ -2135,6 +2628,30 @@
2135
2628
  "process": "^0.11.10"
2136
2629
  }
2137
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
+ },
2138
2655
  "node_modules/graceful-fs": {
2139
2656
  "version": "4.2.10",
2140
2657
  "license": "ISC"
@@ -2208,6 +2725,11 @@
2208
2725
  "version": "2.8.9",
2209
2726
  "license": "ISC"
2210
2727
  },
2728
+ "node_modules/http-cache-semantics": {
2729
+ "version": "4.1.0",
2730
+ "extraneous": true,
2731
+ "license": "BSD-2-Clause"
2732
+ },
2211
2733
  "node_modules/http-errors": {
2212
2734
  "version": "2.0.0",
2213
2735
  "extraneous": true,
@@ -2228,6 +2750,18 @@
2228
2750
  "extraneous": true,
2229
2751
  "license": "MIT"
2230
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
+ },
2231
2765
  "node_modules/iconv-lite": {
2232
2766
  "version": "0.4.24",
2233
2767
  "extraneous": true,
@@ -2550,7 +3084,7 @@
2550
3084
  }
2551
3085
  },
2552
3086
  "node_modules/jsdoc": {
2553
- "version": "3.6.10",
3087
+ "version": "3.6.11",
2554
3088
  "extraneous": true,
2555
3089
  "license": "Apache-2.0",
2556
3090
  "dependencies": {
@@ -2560,7 +3094,7 @@
2560
3094
  "catharsis": "^0.9.0",
2561
3095
  "escape-string-regexp": "^2.0.0",
2562
3096
  "js2xmlparser": "^4.0.2",
2563
- "klaw": "^4.0.1",
3097
+ "klaw": "^3.0.0",
2564
3098
  "markdown-it": "^12.3.2",
2565
3099
  "markdown-it-anchor": "^8.4.1",
2566
3100
  "marked": "^4.0.10",
@@ -2574,11 +3108,11 @@
2574
3108
  "jsdoc": "jsdoc.js"
2575
3109
  },
2576
3110
  "engines": {
2577
- "node": ">=8.15.0"
3111
+ "node": ">=12.0.0"
2578
3112
  }
2579
3113
  },
2580
3114
  "node_modules/jsdoc-plugin-typescript": {
2581
- "version": "2.0.7",
3115
+ "version": "2.1.1",
2582
3116
  "extraneous": true,
2583
3117
  "license": "BSD-2-Clause",
2584
3118
  "dependencies": {
@@ -2596,14 +3130,6 @@
2596
3130
  "node": ">=8"
2597
3131
  }
2598
3132
  },
2599
- "node_modules/jsdoc/node_modules/klaw": {
2600
- "version": "4.0.1",
2601
- "extraneous": true,
2602
- "license": "MIT",
2603
- "engines": {
2604
- "node": ">=14.14.0"
2605
- }
2606
- },
2607
3133
  "node_modules/jsdoc/node_modules/mkdirp": {
2608
3134
  "version": "1.0.4",
2609
3135
  "extraneous": true,
@@ -2637,10 +3163,20 @@
2637
3163
  "ms": "^2.1.1"
2638
3164
  }
2639
3165
  },
3166
+ "node_modules/json-buffer": {
3167
+ "version": "3.0.1",
3168
+ "extraneous": true,
3169
+ "license": "MIT"
3170
+ },
2640
3171
  "node_modules/json-parse-even-better-errors": {
2641
3172
  "version": "2.3.1",
2642
3173
  "license": "MIT"
2643
3174
  },
3175
+ "node_modules/json-schema": {
3176
+ "version": "0.4.0",
3177
+ "extraneous": true,
3178
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
3179
+ },
2644
3180
  "node_modules/json-schema-traverse": {
2645
3181
  "version": "1.0.0",
2646
3182
  "extraneous": true,
@@ -2651,6 +3187,15 @@
2651
3187
  "dev": true,
2652
3188
  "license": "MIT"
2653
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
+ },
2654
3199
  "node_modules/klaw": {
2655
3200
  "version": "3.0.0",
2656
3201
  "license": "MIT",
@@ -2694,7 +3239,7 @@
2694
3239
  }
2695
3240
  },
2696
3241
  "node_modules/lilconfig": {
2697
- "version": "2.0.5",
3242
+ "version": "2.0.6",
2698
3243
  "extraneous": true,
2699
3244
  "license": "MIT",
2700
3245
  "engines": {
@@ -2880,8 +3425,24 @@
2880
3425
  "node": ">=8"
2881
3426
  }
2882
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
+ },
2883
3444
  "node_modules/lru-cache": {
2884
- "version": "7.10.1",
3445
+ "version": "7.13.1",
2885
3446
  "license": "ISC",
2886
3447
  "engines": {
2887
3448
  "node": ">=12"
@@ -3010,6 +3571,14 @@
3010
3571
  "node": ">=6"
3011
3572
  }
3012
3573
  },
3574
+ "node_modules/mimic-response": {
3575
+ "version": "1.0.1",
3576
+ "extraneous": true,
3577
+ "license": "MIT",
3578
+ "engines": {
3579
+ "node": ">=4"
3580
+ }
3581
+ },
3013
3582
  "node_modules/min-document": {
3014
3583
  "version": "2.19.0",
3015
3584
  "dependencies": {
@@ -3041,7 +3610,7 @@
3041
3610
  }
3042
3611
  },
3043
3612
  "node_modules/moment": {
3044
- "version": "2.29.3",
3613
+ "version": "2.29.4",
3045
3614
  "license": "MIT",
3046
3615
  "engines": {
3047
3616
  "node": "*"
@@ -3200,6 +3769,17 @@
3200
3769
  "node": ">=0.10.0"
3201
3770
  }
3202
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
+ },
3203
3783
  "node_modules/npmlog": {
3204
3784
  "version": "6.0.2",
3205
3785
  "license": "ISC",
@@ -3380,6 +3960,14 @@
3380
3960
  "node": ">=8"
3381
3961
  }
3382
3962
  },
3963
+ "node_modules/p-cancelable": {
3964
+ "version": "2.1.1",
3965
+ "extraneous": true,
3966
+ "license": "MIT",
3967
+ "engines": {
3968
+ "node": ">=8"
3969
+ }
3970
+ },
3383
3971
  "node_modules/p-limit": {
3384
3972
  "version": "3.1.0",
3385
3973
  "license": "MIT",
@@ -3485,6 +4073,14 @@
3485
4073
  "node": ">=0.10.0"
3486
4074
  }
3487
4075
  },
4076
+ "node_modules/path-key": {
4077
+ "version": "3.1.1",
4078
+ "extraneous": true,
4079
+ "license": "MIT",
4080
+ "engines": {
4081
+ "node": ">=8"
4082
+ }
4083
+ },
3488
4084
  "node_modules/path-parse": {
3489
4085
  "version": "1.0.7",
3490
4086
  "license": "MIT"
@@ -3494,6 +4090,14 @@
3494
4090
  "extraneous": true,
3495
4091
  "license": "MIT"
3496
4092
  },
4093
+ "node_modules/pathval": {
4094
+ "version": "1.1.1",
4095
+ "dev": true,
4096
+ "license": "MIT",
4097
+ "engines": {
4098
+ "node": "*"
4099
+ }
4100
+ },
3497
4101
  "node_modules/pend": {
3498
4102
  "version": "1.2.0",
3499
4103
  "license": "MIT"
@@ -3530,11 +4134,11 @@
3530
4134
  }
3531
4135
  },
3532
4136
  "node_modules/plist": {
3533
- "version": "3.0.5",
4137
+ "version": "3.0.6",
3534
4138
  "license": "MIT",
3535
4139
  "dependencies": {
3536
4140
  "base64-js": "^1.5.1",
3537
- "xmlbuilder": "^9.0.7"
4141
+ "xmlbuilder": "^15.1.1"
3538
4142
  },
3539
4143
  "engines": {
3540
4144
  "node": ">=6"
@@ -3644,6 +4248,17 @@
3644
4248
  "url": "https://github.com/sponsors/ljharb"
3645
4249
  }
3646
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
+ },
3647
4262
  "node_modules/range-parser": {
3648
4263
  "version": "1.2.1",
3649
4264
  "extraneous": true,
@@ -3773,6 +4388,11 @@
3773
4388
  "url": "https://github.com/sponsors/ljharb"
3774
4389
  }
3775
4390
  },
4391
+ "node_modules/resolve-alpn": {
4392
+ "version": "1.2.1",
4393
+ "extraneous": true,
4394
+ "license": "MIT"
4395
+ },
3776
4396
  "node_modules/resolve-from": {
3777
4397
  "version": "5.0.0",
3778
4398
  "license": "MIT",
@@ -3780,6 +4400,17 @@
3780
4400
  "node": ">=8"
3781
4401
  }
3782
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
+ },
3783
4414
  "node_modules/restore-cursor": {
3784
4415
  "version": "3.1.0",
3785
4416
  "extraneous": true,
@@ -3971,6 +4602,32 @@
3971
4602
  "xmlbuilder": "^9.0.1"
3972
4603
  }
3973
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
+ },
3974
4631
  "node_modules/shell-quote": {
3975
4632
  "version": "1.7.3",
3976
4633
  "license": "MIT"
@@ -4309,6 +4966,16 @@
4309
4966
  "node": ">=4"
4310
4967
  }
4311
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
+ },
4312
4979
  "node_modules/type-is": {
4313
4980
  "version": "1.6.18",
4314
4981
  "extraneous": true,
@@ -4321,6 +4988,18 @@
4321
4988
  "node": ">= 0.6"
4322
4989
  }
4323
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
+ },
4324
5003
  "node_modules/uc.micro": {
4325
5004
  "version": "1.0.6",
4326
5005
  "extraneous": true,
@@ -4475,7 +5154,7 @@
4475
5154
  }
4476
5155
  },
4477
5156
  "node_modules/winston": {
4478
- "version": "3.7.2",
5157
+ "version": "3.8.1",
4479
5158
  "extraneous": true,
4480
5159
  "license": "MIT",
4481
5160
  "dependencies": {
@@ -4507,14 +5186,52 @@
4507
5186
  "node": ">= 6.4.0"
4508
5187
  }
4509
5188
  },
4510
- "node_modules/word-wrap": {
4511
- "version": "1.2.3",
5189
+ "node_modules/wrap-ansi": {
5190
+ "version": "7.0.0",
4512
5191
  "extraneous": true,
4513
5192
  "license": "MIT",
5193
+ "dependencies": {
5194
+ "ansi-styles": "^4.0.0",
5195
+ "string-width": "^4.1.0",
5196
+ "strip-ansi": "^6.0.0"
5197
+ },
4514
5198
  "engines": {
4515
- "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"
4516
5228
  }
4517
5229
  },
5230
+ "node_modules/wrap-ansi/node_modules/color-name": {
5231
+ "version": "1.1.4",
5232
+ "extraneous": true,
5233
+ "license": "MIT"
5234
+ },
4518
5235
  "node_modules/wrappy": {
4519
5236
  "version": "1.0.2",
4520
5237
  "license": "ISC"
@@ -4571,10 +5288,10 @@
4571
5288
  }
4572
5289
  },
4573
5290
  "node_modules/xmlbuilder": {
4574
- "version": "9.0.7",
5291
+ "version": "15.1.1",
4575
5292
  "license": "MIT",
4576
5293
  "engines": {
4577
- "node": ">=4.0"
5294
+ "node": ">=8.0"
4578
5295
  }
4579
5296
  },
4580
5297
  "node_modules/xmlcreate": {
@@ -4641,13 +5358,18 @@
4641
5358
  },
4642
5359
  "dependencies": {
4643
5360
  "@appium/base-driver": {
4644
- "version": "8.5.7",
5361
+ "version": "8.6.1",
4645
5362
  "extraneous": true,
4646
5363
  "requires": {
4647
- "@appium/support": "^2.59.2",
4648
- "@babel/runtime": "7.18.3",
5364
+ "@appium/support": "^2.59.4",
5365
+ "@babel/runtime": "7.18.9",
4649
5366
  "@colors/colors": "1.5.0",
4650
- "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",
4651
5373
  "asyncbox": "2.9.2",
4652
5374
  "axios": "0.27.2",
4653
5375
  "bluebird": "3.7.2",
@@ -4656,65 +5378,67 @@
4656
5378
  "express": "4.18.1",
4657
5379
  "http-status-codes": "2.2.0",
4658
5380
  "lodash": "4.17.21",
4659
- "lru-cache": "7.10.1",
5381
+ "lru-cache": "7.13.1",
4660
5382
  "method-override": "3.0.0",
4661
5383
  "morgan": "1.10.0",
4662
5384
  "serve-favicon": "2.5.0",
4663
5385
  "source-map-support": "0.5.21",
5386
+ "type-fest": "2.18.0",
4664
5387
  "validate.js": "0.13.1"
4665
- },
4666
- "dependencies": {
4667
- "@babel/runtime": {
4668
- "version": "7.18.3",
4669
- "extraneous": true,
4670
- "requires": {
4671
- "regenerator-runtime": "^0.13.4"
4672
- }
4673
- },
4674
- "async-lock": {
4675
- "version": "1.3.1",
4676
- "extraneous": true
4677
- }
4678
5388
  }
4679
5389
  },
4680
5390
  "@appium/base-plugin": {
4681
- "version": "1.9.2",
5391
+ "version": "1.10.1",
4682
5392
  "extraneous": true,
4683
5393
  "requires": {
4684
- "@appium/support": "^2.59.2"
5394
+ "@appium/support": "^2.59.4"
4685
5395
  }
4686
5396
  },
4687
5397
  "@appium/docutils": {
4688
- "version": "0.0.7",
5398
+ "version": "0.0.9",
4689
5399
  "extraneous": true,
4690
5400
  "requires": {
4691
- "@appium/support": "^2.59.2",
4692
- "@babel/runtime": "7.18.3",
5401
+ "@appium/support": "^2.59.4",
5402
+ "@babel/runtime": "7.18.9",
4693
5403
  "docdash": "1.2.0",
4694
- "jsdoc": "3.6.10",
4695
- "jsdoc-plugin-typescript": "2.0.7",
5404
+ "jsdoc": "3.6.11",
5405
+ "jsdoc-plugin-typescript": "2.1.1",
4696
5406
  "source-map-support": "0.5.21",
4697
5407
  "teen_process": "1.16.0"
4698
- },
4699
- "dependencies": {
4700
- "@babel/runtime": {
4701
- "version": "7.18.3",
4702
- "extraneous": true,
4703
- "requires": {
4704
- "regenerator-runtime": "^0.13.4"
4705
- }
4706
- }
4707
5408
  }
4708
5409
  },
4709
5410
  "@appium/schema": {
4710
- "version": "0.0.7",
4711
- "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
+ }
4712
5418
  },
4713
5419
  "@appium/support": {
4714
- "version": "2.59.2",
5420
+ "version": "2.59.4",
4715
5421
  "requires": {
4716
- "@babel/runtime": "7.18.3",
5422
+ "@babel/runtime": "7.18.9",
4717
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",
4718
5442
  "archiver": "5.3.1",
4719
5443
  "axios": "0.27.2",
4720
5444
  "base64-stream": "1.0.0",
@@ -4730,13 +5454,13 @@
4730
5454
  "lockfile": "1.0.4",
4731
5455
  "lodash": "4.17.21",
4732
5456
  "log-symbols": "4.1.0",
4733
- "moment": "2.29.3",
5457
+ "moment": "2.29.4",
4734
5458
  "mv": "2.1.1",
4735
5459
  "ncp": "2.0.0",
4736
5460
  "npmlog": "6.0.2",
4737
5461
  "opencv-bindings": "4.5.5",
4738
5462
  "pkg-dir": "5.0.0",
4739
- "plist": "3.0.5",
5463
+ "plist": "3.0.6",
4740
5464
  "pluralize": "8.0.0",
4741
5465
  "pngjs": "6.0.0",
4742
5466
  "read-pkg": "5.2.0",
@@ -4748,39 +5472,38 @@
4748
5472
  "source-map-support": "0.5.21",
4749
5473
  "supports-color": "8.1.1",
4750
5474
  "teen_process": "1.16.0",
5475
+ "type-fest": "2.18.0",
4751
5476
  "uuid": "8.3.2",
4752
5477
  "which": "2.0.2",
4753
5478
  "yauzl": "2.10.0"
4754
- },
4755
- "dependencies": {
4756
- "@babel/runtime": {
4757
- "version": "7.18.3",
4758
- "requires": {
4759
- "regenerator-runtime": "^0.13.4"
4760
- }
4761
- }
4762
5479
  }
4763
5480
  },
4764
5481
  "@appium/test-support": {
4765
- "version": "1.3.22",
5482
+ "version": "1.4.1",
4766
5483
  "extraneous": true,
4767
5484
  "requires": {
4768
- "@appium/support": "^2.59.2",
4769
- "@babel/runtime": "7.18.3",
5485
+ "@babel/runtime": "7.18.9",
5486
+ "@colors/colors": "1.5.0",
4770
5487
  "bluebird": "3.7.2",
5488
+ "chai": "4.3.6",
5489
+ "get-port": "5.1.1",
4771
5490
  "lodash": "4.17.21",
5491
+ "log-symbols": "4.1.0",
4772
5492
  "loud-rejection": "2.2.0",
4773
5493
  "sinon": "14.0.0",
4774
- "source-map-support": "0.5.21"
4775
- },
4776
- "dependencies": {
4777
- "@babel/runtime": {
4778
- "version": "7.18.3",
4779
- "extraneous": true,
4780
- "requires": {
4781
- "regenerator-runtime": "^0.13.4"
4782
- }
4783
- }
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"
4784
5507
  }
4785
5508
  },
4786
5509
  "@babel/code-frame": {
@@ -4801,7 +5524,7 @@
4801
5524
  }
4802
5525
  },
4803
5526
  "@babel/parser": {
4804
- "version": "7.18.9",
5527
+ "version": "7.18.10",
4805
5528
  "extraneous": true
4806
5529
  },
4807
5530
  "@babel/runtime": {
@@ -5129,37 +5852,164 @@
5129
5852
  }
5130
5853
  }
5131
5854
  },
5855
+ "@sindresorhus/is": {
5856
+ "version": "4.6.0",
5857
+ "extraneous": true
5858
+ },
5132
5859
  "@sinonjs/commons": {
5133
5860
  "version": "1.8.3",
5134
5861
  "dev": true,
5135
5862
  "requires": {
5136
- "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": "*"
5137
5983
  }
5138
5984
  },
5139
- "@sinonjs/fake-timers": {
5140
- "version": "9.1.2",
5141
- "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,
5142
5996
  "requires": {
5143
- "@sinonjs/commons": "^1.7.0"
5997
+ "@types/node": "*"
5144
5998
  }
5145
5999
  },
5146
- "@sinonjs/samsam": {
5147
- "version": "6.1.1",
5148
- "dev": true,
6000
+ "@types/klaw": {
6001
+ "version": "3.0.3",
5149
6002
  "requires": {
5150
- "@sinonjs/commons": "^1.6.0",
5151
- "lodash.get": "^4.4.2",
5152
- "type-detect": "^4.0.8"
6003
+ "@types/node": "*"
5153
6004
  }
5154
6005
  },
5155
- "@sinonjs/text-encoding": {
5156
- "version": "0.7.2",
5157
- "dev": true
5158
- },
5159
6006
  "@types/linkify-it": {
5160
6007
  "version": "3.0.2",
5161
6008
  "extraneous": true
5162
6009
  },
6010
+ "@types/lockfile": {
6011
+ "version": "1.0.2"
6012
+ },
5163
6013
  "@types/markdown-it": {
5164
6014
  "version": "12.2.3",
5165
6015
  "extraneous": true,
@@ -5172,9 +6022,114 @@
5172
6022
  "version": "1.0.2",
5173
6023
  "extraneous": true
5174
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
+ },
5175
6051
  "@types/normalize-package-data": {
5176
6052
  "version": "2.4.1"
5177
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
+ },
5178
6133
  "@xmldom/xmldom": {
5179
6134
  "version": "0.8.2"
5180
6135
  },
@@ -5232,7 +6187,7 @@
5232
6187
  "version": "1.1.0"
5233
6188
  },
5234
6189
  "appium-adb": {
5235
- "version": "9.10.1",
6190
+ "version": "9.10.2",
5236
6191
  "requires": {
5237
6192
  "@appium/support": "^2.55.3",
5238
6193
  "@babel/runtime": "^7.0.0",
@@ -5250,11 +6205,11 @@
5250
6205
  }
5251
6206
  },
5252
6207
  "appium-android-driver": {
5253
- "version": "5.2.5",
6208
+ "version": "5.2.7",
5254
6209
  "requires": {
5255
6210
  "@babel/runtime": "^7.0.0",
5256
- "appium-adb": "^9.10.1",
5257
- "appium-chromedriver": "^5.0.1",
6211
+ "appium-adb": "^9.10.2",
6212
+ "appium-chromedriver": "^5.1.4",
5258
6213
  "asyncbox": "^2.8.0",
5259
6214
  "axios": "^0.x",
5260
6215
  "bluebird": "^3.4.7",
@@ -5370,6 +6325,10 @@
5370
6325
  "version": "1.1.1",
5371
6326
  "extraneous": true
5372
6327
  },
6328
+ "assertion-error": {
6329
+ "version": "1.1.0",
6330
+ "dev": true
6331
+ },
5373
6332
  "async": {
5374
6333
  "version": "3.2.4"
5375
6334
  },
@@ -5499,6 +6458,40 @@
5499
6458
  "version": "3.1.2",
5500
6459
  "extraneous": true
5501
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
+ },
5502
6495
  "call-bind": {
5503
6496
  "version": "1.0.2",
5504
6497
  "extraneous": true,
@@ -5514,6 +6507,19 @@
5514
6507
  "lodash": "^4.17.15"
5515
6508
  }
5516
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
+ },
5517
6523
  "chalk": {
5518
6524
  "version": "2.4.2",
5519
6525
  "requires": {
@@ -5533,6 +6539,10 @@
5533
6539
  }
5534
6540
  }
5535
6541
  },
6542
+ "check-error": {
6543
+ "version": "1.0.2",
6544
+ "dev": true
6545
+ },
5536
6546
  "cli-cursor": {
5537
6547
  "version": "3.1.0",
5538
6548
  "extraneous": true,
@@ -5544,6 +6554,13 @@
5544
6554
  "version": "2.7.0",
5545
6555
  "extraneous": true
5546
6556
  },
6557
+ "clone-response": {
6558
+ "version": "1.0.3",
6559
+ "extraneous": true,
6560
+ "requires": {
6561
+ "mimic-response": "^1.0.0"
6562
+ }
6563
+ },
5547
6564
  "color": {
5548
6565
  "version": "3.2.1",
5549
6566
  "extraneous": true,
@@ -5593,6 +6610,14 @@
5593
6610
  "compare-versions": {
5594
6611
  "version": "4.1.3"
5595
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
+ },
5596
6621
  "compress-commons": {
5597
6622
  "version": "4.1.1",
5598
6623
  "requires": {
@@ -5646,6 +6671,22 @@
5646
6671
  "readable-stream": "^3.4.0"
5647
6672
  }
5648
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
+ },
5649
6690
  "currently-unhandled": {
5650
6691
  "version": "0.4.1",
5651
6692
  "extraneous": true,
@@ -5653,6 +6694,26 @@
5653
6694
  "array-find-index": "^1.0.1"
5654
6695
  }
5655
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
+ },
5656
6717
  "defaults": {
5657
6718
  "version": "1.0.3",
5658
6719
  "extraneous": true,
@@ -5666,6 +6727,10 @@
5666
6727
  }
5667
6728
  }
5668
6729
  },
6730
+ "defer-to-connect": {
6731
+ "version": "2.0.1",
6732
+ "extraneous": true
6733
+ },
5669
6734
  "define-properties": {
5670
6735
  "version": "1.1.4",
5671
6736
  "extraneous": true,
@@ -5987,6 +7052,10 @@
5987
7052
  "wide-align": "^1.1.5"
5988
7053
  }
5989
7054
  },
7055
+ "get-func-name": {
7056
+ "version": "2.0.0",
7057
+ "dev": true
7058
+ },
5990
7059
  "get-intrinsic": {
5991
7060
  "version": "1.1.2",
5992
7061
  "extraneous": true,
@@ -5996,6 +7065,10 @@
5996
7065
  "has-symbols": "^1.0.3"
5997
7066
  }
5998
7067
  },
7068
+ "get-port": {
7069
+ "version": "5.1.1",
7070
+ "extraneous": true
7071
+ },
5999
7072
  "get-stream": {
6000
7073
  "version": "6.0.1"
6001
7074
  },
@@ -6045,6 +7118,23 @@
6045
7118
  "process": "^0.11.10"
6046
7119
  }
6047
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
+ },
6048
7138
  "graceful-fs": {
6049
7139
  "version": "4.2.10"
6050
7140
  },
@@ -6085,6 +7175,10 @@
6085
7175
  "hosted-git-info": {
6086
7176
  "version": "2.8.9"
6087
7177
  },
7178
+ "http-cache-semantics": {
7179
+ "version": "4.1.0",
7180
+ "extraneous": true
7181
+ },
6088
7182
  "http-errors": {
6089
7183
  "version": "2.0.0",
6090
7184
  "extraneous": true,
@@ -6100,6 +7194,14 @@
6100
7194
  "version": "2.2.0",
6101
7195
  "extraneous": true
6102
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
+ },
6103
7205
  "iconv-lite": {
6104
7206
  "version": "0.4.24",
6105
7207
  "extraneous": true,
@@ -6285,7 +7387,7 @@
6285
7387
  }
6286
7388
  },
6287
7389
  "jsdoc": {
6288
- "version": "3.6.10",
7390
+ "version": "3.6.11",
6289
7391
  "extraneous": true,
6290
7392
  "requires": {
6291
7393
  "@babel/parser": "^7.9.4",
@@ -6294,7 +7396,7 @@
6294
7396
  "catharsis": "^0.9.0",
6295
7397
  "escape-string-regexp": "^2.0.0",
6296
7398
  "js2xmlparser": "^4.0.2",
6297
- "klaw": "^4.0.1",
7399
+ "klaw": "^3.0.0",
6298
7400
  "markdown-it": "^12.3.2",
6299
7401
  "markdown-it-anchor": "^8.4.1",
6300
7402
  "marked": "^4.0.10",
@@ -6309,10 +7411,6 @@
6309
7411
  "version": "2.0.0",
6310
7412
  "extraneous": true
6311
7413
  },
6312
- "klaw": {
6313
- "version": "4.0.1",
6314
- "extraneous": true
6315
- },
6316
7414
  "mkdirp": {
6317
7415
  "version": "1.0.4",
6318
7416
  "extraneous": true
@@ -6320,7 +7418,7 @@
6320
7418
  }
6321
7419
  },
6322
7420
  "jsdoc-plugin-typescript": {
6323
- "version": "2.0.7",
7421
+ "version": "2.1.1",
6324
7422
  "extraneous": true,
6325
7423
  "requires": {
6326
7424
  "string.prototype.matchall": "^4.0.0"
@@ -6345,9 +7443,17 @@
6345
7443
  }
6346
7444
  }
6347
7445
  },
7446
+ "json-buffer": {
7447
+ "version": "3.0.1",
7448
+ "extraneous": true
7449
+ },
6348
7450
  "json-parse-even-better-errors": {
6349
7451
  "version": "2.3.1"
6350
7452
  },
7453
+ "json-schema": {
7454
+ "version": "0.4.0",
7455
+ "extraneous": true
7456
+ },
6351
7457
  "json-schema-traverse": {
6352
7458
  "version": "1.0.0",
6353
7459
  "extraneous": true
@@ -6356,6 +7462,14 @@
6356
7462
  "version": "4.2.1",
6357
7463
  "dev": true
6358
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
+ },
6359
7473
  "klaw": {
6360
7474
  "version": "3.0.0",
6361
7475
  "requires": {
@@ -6393,7 +7507,7 @@
6393
7507
  }
6394
7508
  },
6395
7509
  "lilconfig": {
6396
- "version": "2.0.5",
7510
+ "version": "2.0.6",
6397
7511
  "extraneous": true
6398
7512
  },
6399
7513
  "lines-and-columns": {
@@ -6519,8 +7633,19 @@
6519
7633
  "signal-exit": "^3.0.2"
6520
7634
  }
6521
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
+ },
6522
7647
  "lru-cache": {
6523
- "version": "7.10.1"
7648
+ "version": "7.13.1"
6524
7649
  },
6525
7650
  "markdown-it": {
6526
7651
  "version": "12.3.2",
@@ -6597,6 +7722,10 @@
6597
7722
  "version": "2.1.0",
6598
7723
  "extraneous": true
6599
7724
  },
7725
+ "mimic-response": {
7726
+ "version": "1.0.1",
7727
+ "extraneous": true
7728
+ },
6600
7729
  "min-document": {
6601
7730
  "version": "2.19.0",
6602
7731
  "requires": {
@@ -6619,7 +7748,7 @@
6619
7748
  }
6620
7749
  },
6621
7750
  "moment": {
6622
- "version": "2.29.3"
7751
+ "version": "2.29.4"
6623
7752
  },
6624
7753
  "moment-timezone": {
6625
7754
  "version": "0.5.34",
@@ -6735,6 +7864,10 @@
6735
7864
  "normalize-path": {
6736
7865
  "version": "3.0.0"
6737
7866
  },
7867
+ "normalize-url": {
7868
+ "version": "6.1.0",
7869
+ "extraneous": true
7870
+ },
6738
7871
  "npmlog": {
6739
7872
  "version": "6.0.2",
6740
7873
  "requires": {
@@ -6849,6 +7982,10 @@
6849
7982
  }
6850
7983
  }
6851
7984
  },
7985
+ "p-cancelable": {
7986
+ "version": "2.1.1",
7987
+ "extraneous": true
7988
+ },
6852
7989
  "p-limit": {
6853
7990
  "version": "3.1.0",
6854
7991
  "requires": {
@@ -6909,6 +8046,10 @@
6909
8046
  "path-is-absolute": {
6910
8047
  "version": "1.0.1"
6911
8048
  },
8049
+ "path-key": {
8050
+ "version": "3.1.1",
8051
+ "extraneous": true
8052
+ },
6912
8053
  "path-parse": {
6913
8054
  "version": "1.0.7"
6914
8055
  },
@@ -6916,6 +8057,10 @@
6916
8057
  "version": "0.1.7",
6917
8058
  "extraneous": true
6918
8059
  },
8060
+ "pathval": {
8061
+ "version": "1.1.1",
8062
+ "dev": true
8063
+ },
6919
8064
  "pend": {
6920
8065
  "version": "1.2.0"
6921
8066
  },
@@ -6940,10 +8085,10 @@
6940
8085
  }
6941
8086
  },
6942
8087
  "plist": {
6943
- "version": "3.0.5",
8088
+ "version": "3.0.6",
6944
8089
  "requires": {
6945
8090
  "base64-js": "^1.5.1",
6946
- "xmlbuilder": "^9.0.7"
8091
+ "xmlbuilder": "^15.1.1"
6947
8092
  }
6948
8093
  },
6949
8094
  "pluralize": {
@@ -7014,6 +8159,10 @@
7014
8159
  "side-channel": "^1.0.4"
7015
8160
  }
7016
8161
  },
8162
+ "quick-lru": {
8163
+ "version": "5.1.1",
8164
+ "extraneous": true
8165
+ },
7017
8166
  "range-parser": {
7018
8167
  "version": "1.2.1",
7019
8168
  "extraneous": true
@@ -7101,9 +8250,20 @@
7101
8250
  "supports-preserve-symlinks-flag": "^1.0.0"
7102
8251
  }
7103
8252
  },
8253
+ "resolve-alpn": {
8254
+ "version": "1.2.1",
8255
+ "extraneous": true
8256
+ },
7104
8257
  "resolve-from": {
7105
8258
  "version": "5.0.0"
7106
8259
  },
8260
+ "responselike": {
8261
+ "version": "2.0.1",
8262
+ "extraneous": true,
8263
+ "requires": {
8264
+ "lowercase-keys": "^2.0.0"
8265
+ }
8266
+ },
7107
8267
  "restore-cursor": {
7108
8268
  "version": "3.1.0",
7109
8269
  "extraneous": true,
@@ -7246,8 +8406,24 @@
7246
8406
  "requires": {
7247
8407
  "lodash": "^4.17.4",
7248
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"
7249
8421
  }
7250
8422
  },
8423
+ "shebang-regex": {
8424
+ "version": "3.0.0",
8425
+ "extraneous": true
8426
+ },
7251
8427
  "shell-quote": {
7252
8428
  "version": "1.7.3"
7253
8429
  },
@@ -7471,6 +8647,9 @@
7471
8647
  "version": "4.0.8",
7472
8648
  "dev": true
7473
8649
  },
8650
+ "type-fest": {
8651
+ "version": "2.18.0"
8652
+ },
7474
8653
  "type-is": {
7475
8654
  "version": "1.6.18",
7476
8655
  "extraneous": true,
@@ -7479,6 +8658,10 @@
7479
8658
  "mime-types": "~2.1.24"
7480
8659
  }
7481
8660
  },
8661
+ "typescript": {
8662
+ "version": "4.7.4",
8663
+ "extraneous": true
8664
+ },
7482
8665
  "uc.micro": {
7483
8666
  "version": "1.0.6",
7484
8667
  "extraneous": true
@@ -7586,7 +8769,7 @@
7586
8769
  }
7587
8770
  },
7588
8771
  "winston": {
7589
- "version": "3.7.2",
8772
+ "version": "3.8.1",
7590
8773
  "extraneous": true,
7591
8774
  "requires": {
7592
8775
  "@dabh/diagnostics": "^2.0.2",
@@ -7610,9 +8793,34 @@
7610
8793
  "triple-beam": "^1.3.0"
7611
8794
  }
7612
8795
  },
7613
- "word-wrap": {
7614
- "version": "1.2.3",
7615
- "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
+ }
7616
8824
  },
7617
8825
  "wrappy": {
7618
8826
  "version": "1.0.2"
@@ -7646,7 +8854,7 @@
7646
8854
  }
7647
8855
  },
7648
8856
  "xmlbuilder": {
7649
- "version": "9.0.7"
8857
+ "version": "15.1.1"
7650
8858
  },
7651
8859
  "xmlcreate": {
7652
8860
  "version": "2.0.4",