appium-uiautomator2-driver 3.7.5 → 3.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +8 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +165 -203
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.7.
|
|
9
|
+
"version": "3.7.7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"appium-adb": "^12.
|
|
13
|
-
"appium-android-driver": "^9.8.
|
|
12
|
+
"appium-adb": "^12.5.2",
|
|
13
|
+
"appium-android-driver": "^9.8.3",
|
|
14
14
|
"appium-chromedriver": "^5.6.28",
|
|
15
15
|
"appium-uiautomator2-server": "^7.0.14",
|
|
16
16
|
"asyncbox": "^3.0.0",
|
|
17
17
|
"axios": "^1.6.5",
|
|
18
18
|
"bluebird": "^3.5.1",
|
|
19
19
|
"css-selector-parser": "^3.0.0",
|
|
20
|
-
"io.appium.settings": "^5.12.
|
|
20
|
+
"io.appium.settings": "^5.12.11",
|
|
21
21
|
"lodash": "^4.17.4",
|
|
22
22
|
"portscanner": "^2.2.0",
|
|
23
23
|
"source-map-support": "^0.x",
|
|
@@ -69,35 +69,35 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"node_modules/@appium/base-driver": {
|
|
72
|
-
"version": "9.11.
|
|
73
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.
|
|
74
|
-
"integrity": "sha512-
|
|
72
|
+
"version": "9.11.3",
|
|
73
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.3.tgz",
|
|
74
|
+
"integrity": "sha512-YHPvYlr+sRCBGmwZP48rb8rn/Z2J0M+/ADdEDv2igtQoS+YiZmt27ViOo2xrBVBicmOfEf9gJ5uglKqtVkOvlQ==",
|
|
75
75
|
"license": "Apache-2.0",
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@appium/support": "^5.1.
|
|
78
|
-
"@appium/types": "^0.21.
|
|
77
|
+
"@appium/support": "^5.1.3",
|
|
78
|
+
"@appium/types": "^0.21.2",
|
|
79
79
|
"@colors/colors": "1.6.0",
|
|
80
80
|
"@types/async-lock": "1.4.2",
|
|
81
81
|
"@types/bluebird": "3.5.42",
|
|
82
82
|
"@types/express": "4.17.21",
|
|
83
|
-
"@types/lodash": "4.17.
|
|
83
|
+
"@types/lodash": "4.17.7",
|
|
84
84
|
"@types/method-override": "0.0.35",
|
|
85
85
|
"@types/serve-favicon": "2.5.7",
|
|
86
86
|
"async-lock": "1.4.1",
|
|
87
87
|
"asyncbox": "3.0.0",
|
|
88
|
-
"axios": "1.7.
|
|
88
|
+
"axios": "1.7.3",
|
|
89
89
|
"bluebird": "3.7.2",
|
|
90
90
|
"body-parser": "1.20.2",
|
|
91
91
|
"express": "4.19.2",
|
|
92
92
|
"http-status-codes": "2.3.0",
|
|
93
93
|
"lodash": "4.17.21",
|
|
94
|
-
"lru-cache": "10.3
|
|
94
|
+
"lru-cache": "10.4.3",
|
|
95
95
|
"method-override": "3.0.0",
|
|
96
96
|
"morgan": "1.10.0",
|
|
97
|
-
"path-to-regexp": "7.
|
|
97
|
+
"path-to-regexp": "7.1.0",
|
|
98
98
|
"serve-favicon": "2.5.0",
|
|
99
99
|
"source-map-support": "0.5.21",
|
|
100
|
-
"type-fest": "4.
|
|
100
|
+
"type-fest": "4.23.0",
|
|
101
101
|
"validate.js": "0.13.1"
|
|
102
102
|
},
|
|
103
103
|
"engines": {
|
|
@@ -108,16 +108,10 @@
|
|
|
108
108
|
"spdy": "4.0.2"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
112
|
-
"version": "4.17.6",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
|
|
114
|
-
"integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==",
|
|
115
|
-
"license": "MIT"
|
|
116
|
-
},
|
|
117
111
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
118
|
-
"version": "1.7.
|
|
119
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
120
|
-
"integrity": "sha512-
|
|
112
|
+
"version": "1.7.3",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz",
|
|
114
|
+
"integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==",
|
|
121
115
|
"license": "MIT",
|
|
122
116
|
"dependencies": {
|
|
123
117
|
"follow-redirects": "^1.15.6",
|
|
@@ -126,9 +120,9 @@
|
|
|
126
120
|
}
|
|
127
121
|
},
|
|
128
122
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
129
|
-
"version": "4.
|
|
130
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
131
|
-
"integrity": "sha512-
|
|
123
|
+
"version": "4.23.0",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
125
|
+
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
132
126
|
"license": "(MIT OR CC0-1.0)",
|
|
133
127
|
"engines": {
|
|
134
128
|
"node": ">=16"
|
|
@@ -138,13 +132,13 @@
|
|
|
138
132
|
}
|
|
139
133
|
},
|
|
140
134
|
"node_modules/@appium/base-plugin": {
|
|
141
|
-
"version": "2.2.
|
|
142
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
143
|
-
"integrity": "sha512-
|
|
135
|
+
"version": "2.2.43",
|
|
136
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.43.tgz",
|
|
137
|
+
"integrity": "sha512-tDkiyN408L0WT/yl41xd1I64cZeMyY7wsmddM71bG1MJ2B2Ivyr4vKBQp7w5o13OHiacMFv52QPbeKxbpLiQXQ==",
|
|
144
138
|
"license": "Apache-2.0",
|
|
145
139
|
"dependencies": {
|
|
146
|
-
"@appium/base-driver": "^9.11.
|
|
147
|
-
"@appium/support": "^5.1.
|
|
140
|
+
"@appium/base-driver": "^9.11.3",
|
|
141
|
+
"@appium/support": "^5.1.3"
|
|
148
142
|
},
|
|
149
143
|
"engines": {
|
|
150
144
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -152,12 +146,12 @@
|
|
|
152
146
|
}
|
|
153
147
|
},
|
|
154
148
|
"node_modules/@appium/docutils": {
|
|
155
|
-
"version": "1.0.
|
|
156
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
157
|
-
"integrity": "sha512-
|
|
149
|
+
"version": "1.0.19",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.19.tgz",
|
|
151
|
+
"integrity": "sha512-EmCJ1c9CO2FC/FLemVnL1K7ejoL6YGFyjHvqQiDHKjOvUmAl5BYyyKatiXos11kJ52VMveM3CRAJXT8m5c0mSA==",
|
|
158
152
|
"license": "Apache-2.0",
|
|
159
153
|
"dependencies": {
|
|
160
|
-
"@appium/support": "^5.1.
|
|
154
|
+
"@appium/support": "^5.1.3",
|
|
161
155
|
"@appium/tsconfig": "^0.3.3",
|
|
162
156
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
163
157
|
"@types/which": "3.0.4",
|
|
@@ -169,12 +163,12 @@
|
|
|
169
163
|
"lodash": "4.17.21",
|
|
170
164
|
"pkg-dir": "5.0.0",
|
|
171
165
|
"read-pkg": "5.2.0",
|
|
172
|
-
"semver": "7.6.
|
|
166
|
+
"semver": "7.6.3",
|
|
173
167
|
"source-map-support": "0.5.21",
|
|
174
168
|
"teen_process": "2.2.0",
|
|
175
|
-
"type-fest": "4.
|
|
176
|
-
"typescript": "5.5.
|
|
177
|
-
"yaml": "2.
|
|
169
|
+
"type-fest": "4.23.0",
|
|
170
|
+
"typescript": "5.5.4",
|
|
171
|
+
"yaml": "2.5.0",
|
|
178
172
|
"yargs": "17.7.2",
|
|
179
173
|
"yargs-parser": "21.1.1"
|
|
180
174
|
},
|
|
@@ -187,9 +181,9 @@
|
|
|
187
181
|
}
|
|
188
182
|
},
|
|
189
183
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
190
|
-
"version": "4.
|
|
191
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
192
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "4.23.0",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
186
|
+
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
193
187
|
"license": "(MIT OR CC0-1.0)",
|
|
194
188
|
"engines": {
|
|
195
189
|
"node": ">=16"
|
|
@@ -198,28 +192,15 @@
|
|
|
198
192
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
199
193
|
}
|
|
200
194
|
},
|
|
201
|
-
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
202
|
-
"version": "5.5.3",
|
|
203
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
204
|
-
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
205
|
-
"license": "Apache-2.0",
|
|
206
|
-
"bin": {
|
|
207
|
-
"tsc": "bin/tsc",
|
|
208
|
-
"tsserver": "bin/tsserver"
|
|
209
|
-
},
|
|
210
|
-
"engines": {
|
|
211
|
-
"node": ">=14.17"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
195
|
"node_modules/@appium/logger": {
|
|
215
|
-
"version": "1.6.
|
|
216
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.
|
|
217
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "1.6.1",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
198
|
+
"integrity": "sha512-3TWpLR1qVQ0usLJ6R49iN4TV9Zs0nog1oL3hakCglwP0g4ZllwwEbp+2b1ovJfX6oOv1wXNREyokq2uxU5gB/Q==",
|
|
218
199
|
"license": "ISC",
|
|
219
200
|
"dependencies": {
|
|
220
201
|
"console-control-strings": "1.1.0",
|
|
221
202
|
"lodash": "4.17.21",
|
|
222
|
-
"lru-cache": "10.3
|
|
203
|
+
"lru-cache": "10.4.3",
|
|
223
204
|
"set-blocking": "2.0.0"
|
|
224
205
|
},
|
|
225
206
|
"engines": {
|
|
@@ -243,14 +224,14 @@
|
|
|
243
224
|
}
|
|
244
225
|
},
|
|
245
226
|
"node_modules/@appium/support": {
|
|
246
|
-
"version": "5.1.
|
|
247
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.
|
|
248
|
-
"integrity": "sha512-
|
|
227
|
+
"version": "5.1.3",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.3.tgz",
|
|
229
|
+
"integrity": "sha512-7HQ2+xuiNzQR6E4nrU2NLTaoFG7hIvvjzPjekf+JMqUU1rCYhMIV7PIpWJ/a30/9j4CkpKHf14qDKl/PrsQDlA==",
|
|
249
230
|
"license": "Apache-2.0",
|
|
250
231
|
"dependencies": {
|
|
251
|
-
"@appium/logger": "^1.6.
|
|
232
|
+
"@appium/logger": "^1.6.1",
|
|
252
233
|
"@appium/tsconfig": "^0.3.3",
|
|
253
|
-
"@appium/types": "^0.21.
|
|
234
|
+
"@appium/types": "^0.21.2",
|
|
254
235
|
"@colors/colors": "1.6.0",
|
|
255
236
|
"@types/archiver": "6.0.2",
|
|
256
237
|
"@types/base64-stream": "1.0.5",
|
|
@@ -268,14 +249,14 @@
|
|
|
268
249
|
"@types/uuid": "10.0.0",
|
|
269
250
|
"@types/which": "3.0.4",
|
|
270
251
|
"archiver": "7.0.1",
|
|
271
|
-
"axios": "1.7.
|
|
252
|
+
"axios": "1.7.3",
|
|
272
253
|
"base64-stream": "1.0.0",
|
|
273
254
|
"bluebird": "3.7.2",
|
|
274
255
|
"bplist-creator": "0.1.1",
|
|
275
256
|
"bplist-parser": "0.3.2",
|
|
276
257
|
"form-data": "4.0.0",
|
|
277
258
|
"get-stream": "6.0.1",
|
|
278
|
-
"glob": "10.4.
|
|
259
|
+
"glob": "10.4.5",
|
|
279
260
|
"jsftp": "2.1.3",
|
|
280
261
|
"klaw": "4.1.0",
|
|
281
262
|
"lockfile": "1.0.4",
|
|
@@ -291,12 +272,12 @@
|
|
|
291
272
|
"read-pkg": "5.2.0",
|
|
292
273
|
"resolve-from": "5.0.0",
|
|
293
274
|
"sanitize-filename": "1.6.3",
|
|
294
|
-
"semver": "7.6.
|
|
275
|
+
"semver": "7.6.3",
|
|
295
276
|
"shell-quote": "1.8.1",
|
|
296
277
|
"source-map-support": "0.5.21",
|
|
297
278
|
"supports-color": "8.1.1",
|
|
298
279
|
"teen_process": "2.2.0",
|
|
299
|
-
"type-fest": "4.
|
|
280
|
+
"type-fest": "4.23.0",
|
|
300
281
|
"uuid": "10.0.0",
|
|
301
282
|
"which": "4.0.0",
|
|
302
283
|
"yauzl": "3.1.3"
|
|
@@ -310,9 +291,9 @@
|
|
|
310
291
|
}
|
|
311
292
|
},
|
|
312
293
|
"node_modules/@appium/support/node_modules/axios": {
|
|
313
|
-
"version": "1.7.
|
|
314
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
315
|
-
"integrity": "sha512-
|
|
294
|
+
"version": "1.7.3",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz",
|
|
296
|
+
"integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==",
|
|
316
297
|
"license": "MIT",
|
|
317
298
|
"dependencies": {
|
|
318
299
|
"follow-redirects": "^1.15.6",
|
|
@@ -321,9 +302,9 @@
|
|
|
321
302
|
}
|
|
322
303
|
},
|
|
323
304
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
324
|
-
"version": "4.
|
|
325
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
326
|
-
"integrity": "sha512-
|
|
305
|
+
"version": "4.23.0",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
307
|
+
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
327
308
|
"license": "(MIT OR CC0-1.0)",
|
|
328
309
|
"engines": {
|
|
329
310
|
"node": ">=16"
|
|
@@ -346,36 +327,27 @@
|
|
|
346
327
|
}
|
|
347
328
|
},
|
|
348
329
|
"node_modules/@appium/types": {
|
|
349
|
-
"version": "0.21.
|
|
350
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.
|
|
351
|
-
"integrity": "sha512-
|
|
330
|
+
"version": "0.21.2",
|
|
331
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.2.tgz",
|
|
332
|
+
"integrity": "sha512-re8slS9IJc9lGexrznfsNwUaebHk/CbHABkGixxmDPPoMjqf42rv6QajT84XmJAxP1/dcbvj2eNgcWPd+qmU8A==",
|
|
352
333
|
"license": "Apache-2.0",
|
|
353
334
|
"dependencies": {
|
|
354
|
-
"@appium/logger": "^1.6.
|
|
335
|
+
"@appium/logger": "^1.6.1",
|
|
355
336
|
"@appium/schema": "^0.6.1",
|
|
356
337
|
"@appium/tsconfig": "^0.3.3",
|
|
357
338
|
"@types/express": "4.17.21",
|
|
358
|
-
"@types/ws": "8.5.
|
|
359
|
-
"type-fest": "4.
|
|
339
|
+
"@types/ws": "8.5.12",
|
|
340
|
+
"type-fest": "4.23.0"
|
|
360
341
|
},
|
|
361
342
|
"engines": {
|
|
362
343
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
363
344
|
"npm": ">=8"
|
|
364
345
|
}
|
|
365
346
|
},
|
|
366
|
-
"node_modules/@appium/types/node_modules/@types/ws": {
|
|
367
|
-
"version": "8.5.10",
|
|
368
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
|
|
369
|
-
"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
|
|
370
|
-
"license": "MIT",
|
|
371
|
-
"dependencies": {
|
|
372
|
-
"@types/node": "*"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
347
|
"node_modules/@appium/types/node_modules/type-fest": {
|
|
376
|
-
"version": "4.
|
|
377
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
378
|
-
"integrity": "sha512-
|
|
348
|
+
"version": "4.23.0",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
350
|
+
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
379
351
|
"license": "(MIT OR CC0-1.0)",
|
|
380
352
|
"engines": {
|
|
381
353
|
"node": ">=16"
|
|
@@ -749,12 +721,6 @@
|
|
|
749
721
|
"@types/send": "*"
|
|
750
722
|
}
|
|
751
723
|
},
|
|
752
|
-
"node_modules/@types/fancy-log": {
|
|
753
|
-
"version": "2.0.2",
|
|
754
|
-
"resolved": "https://registry.npmjs.org/@types/fancy-log/-/fancy-log-2.0.2.tgz",
|
|
755
|
-
"integrity": "sha512-SXVJvqWjsl90VwBfp7w4iQ0iO+vxAjQImglcpwbV9GkqNoUD5/p9Wsgetl40F1WL7pzWFN/eZPTF1g5FZXJsIw==",
|
|
756
|
-
"license": "MIT"
|
|
757
|
-
},
|
|
758
724
|
"node_modules/@types/find-root": {
|
|
759
725
|
"version": "1.1.4",
|
|
760
726
|
"resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.4.tgz",
|
|
@@ -797,6 +763,12 @@
|
|
|
797
763
|
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ==",
|
|
798
764
|
"license": "MIT"
|
|
799
765
|
},
|
|
766
|
+
"node_modules/@types/lodash": {
|
|
767
|
+
"version": "4.17.7",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz",
|
|
769
|
+
"integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==",
|
|
770
|
+
"license": "MIT"
|
|
771
|
+
},
|
|
800
772
|
"node_modules/@types/method-override": {
|
|
801
773
|
"version": "0.0.35",
|
|
802
774
|
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.35.tgz",
|
|
@@ -828,12 +800,12 @@
|
|
|
828
800
|
}
|
|
829
801
|
},
|
|
830
802
|
"node_modules/@types/node": {
|
|
831
|
-
"version": "22.0
|
|
832
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.
|
|
833
|
-
"integrity": "sha512
|
|
803
|
+
"version": "22.3.0",
|
|
804
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
805
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
834
806
|
"license": "MIT",
|
|
835
807
|
"dependencies": {
|
|
836
|
-
"undici-types": "~6.
|
|
808
|
+
"undici-types": "~6.18.2"
|
|
837
809
|
}
|
|
838
810
|
},
|
|
839
811
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -950,6 +922,15 @@
|
|
|
950
922
|
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
|
|
951
923
|
"license": "MIT"
|
|
952
924
|
},
|
|
925
|
+
"node_modules/@types/ws": {
|
|
926
|
+
"version": "8.5.12",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
|
|
928
|
+
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
|
|
929
|
+
"license": "MIT",
|
|
930
|
+
"dependencies": {
|
|
931
|
+
"@types/node": "*"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
953
934
|
"node_modules/@xmldom/xmldom": {
|
|
954
935
|
"version": "0.8.10",
|
|
955
936
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
@@ -985,15 +966,15 @@
|
|
|
985
966
|
}
|
|
986
967
|
},
|
|
987
968
|
"node_modules/ajv": {
|
|
988
|
-
"version": "8.
|
|
989
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
990
|
-
"integrity": "sha512-
|
|
969
|
+
"version": "8.17.1",
|
|
970
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
971
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
991
972
|
"license": "MIT",
|
|
992
973
|
"dependencies": {
|
|
993
974
|
"fast-deep-equal": "^3.1.3",
|
|
975
|
+
"fast-uri": "^3.0.1",
|
|
994
976
|
"json-schema-traverse": "^1.0.0",
|
|
995
|
-
"require-from-string": "^2.0.2"
|
|
996
|
-
"uri-js": "^4.4.1"
|
|
977
|
+
"require-from-string": "^2.0.2"
|
|
997
978
|
},
|
|
998
979
|
"funding": {
|
|
999
980
|
"type": "github",
|
|
@@ -1042,48 +1023,47 @@
|
|
|
1042
1023
|
}
|
|
1043
1024
|
},
|
|
1044
1025
|
"node_modules/appium": {
|
|
1045
|
-
"version": "2.11.
|
|
1046
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.11.
|
|
1047
|
-
"integrity": "sha512-
|
|
1026
|
+
"version": "2.11.3",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.11.3.tgz",
|
|
1028
|
+
"integrity": "sha512-O545jE/SkZecGBtT+yf7WTzkIyELkwgrKOIeXKTIiX5ob2Dzl+tVkTMzosJul8DaNsUlur7DR9PMAX9wZ7/o+A==",
|
|
1048
1029
|
"hasInstallScript": true,
|
|
1049
1030
|
"license": "Apache-2.0",
|
|
1050
1031
|
"dependencies": {
|
|
1051
|
-
"@appium/base-driver": "^9.11.
|
|
1052
|
-
"@appium/base-plugin": "^2.2.
|
|
1053
|
-
"@appium/docutils": "^1.0.
|
|
1054
|
-
"@appium/logger": "^1.6.
|
|
1032
|
+
"@appium/base-driver": "^9.11.3",
|
|
1033
|
+
"@appium/base-plugin": "^2.2.43",
|
|
1034
|
+
"@appium/docutils": "^1.0.19",
|
|
1035
|
+
"@appium/logger": "^1.6.1",
|
|
1055
1036
|
"@appium/schema": "^0.6.1",
|
|
1056
|
-
"@appium/support": "^5.1.
|
|
1057
|
-
"@appium/types": "^0.21.
|
|
1037
|
+
"@appium/support": "^5.1.3",
|
|
1038
|
+
"@appium/types": "^0.21.2",
|
|
1058
1039
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
1059
1040
|
"@types/argparse": "2.0.16",
|
|
1060
1041
|
"@types/bluebird": "3.5.42",
|
|
1061
|
-
"@types/fancy-log": "2.0.2",
|
|
1062
1042
|
"@types/semver": "7.5.8",
|
|
1063
1043
|
"@types/teen_process": "2.0.4",
|
|
1064
1044
|
"@types/wrap-ansi": "3.0.0",
|
|
1065
|
-
"ajv": "8.
|
|
1045
|
+
"ajv": "8.17.1",
|
|
1066
1046
|
"ajv-formats": "3.0.1",
|
|
1067
1047
|
"argparse": "2.0.1",
|
|
1068
1048
|
"async-lock": "1.4.1",
|
|
1069
1049
|
"asyncbox": "3.0.0",
|
|
1070
|
-
"axios": "1.7.
|
|
1050
|
+
"axios": "1.7.3",
|
|
1071
1051
|
"bluebird": "3.7.2",
|
|
1072
1052
|
"cross-env": "7.0.3",
|
|
1073
1053
|
"lilconfig": "3.1.2",
|
|
1074
1054
|
"lodash": "4.17.21",
|
|
1075
|
-
"lru-cache": "10.3
|
|
1055
|
+
"lru-cache": "10.4.3",
|
|
1076
1056
|
"ora": "5.4.1",
|
|
1077
1057
|
"package-changed": "3.0.0",
|
|
1078
1058
|
"resolve-from": "5.0.0",
|
|
1079
|
-
"semver": "7.6.
|
|
1059
|
+
"semver": "7.6.3",
|
|
1080
1060
|
"source-map-support": "0.5.21",
|
|
1081
1061
|
"teen_process": "2.2.0",
|
|
1082
|
-
"type-fest": "4.
|
|
1083
|
-
"winston": "3.13.
|
|
1062
|
+
"type-fest": "4.23.0",
|
|
1063
|
+
"winston": "3.13.1",
|
|
1084
1064
|
"wrap-ansi": "7.0.0",
|
|
1085
1065
|
"ws": "8.18.0",
|
|
1086
|
-
"yaml": "2.
|
|
1066
|
+
"yaml": "2.5.0"
|
|
1087
1067
|
},
|
|
1088
1068
|
"bin": {
|
|
1089
1069
|
"appium": "index.js"
|
|
@@ -1094,9 +1074,9 @@
|
|
|
1094
1074
|
}
|
|
1095
1075
|
},
|
|
1096
1076
|
"node_modules/appium-adb": {
|
|
1097
|
-
"version": "12.5.
|
|
1098
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.5.
|
|
1099
|
-
"integrity": "sha512-
|
|
1077
|
+
"version": "12.5.2",
|
|
1078
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.5.2.tgz",
|
|
1079
|
+
"integrity": "sha512-VDQ1kz4pbnUzgYreP1WaP31BPyJ9KQeUr5hvUy4SG/BYstLW0la55EHWRieyXSxihWIUWEKPejyUuiwv56qEig==",
|
|
1100
1080
|
"license": "Apache-2.0",
|
|
1101
1081
|
"dependencies": {
|
|
1102
1082
|
"@appium/support": "^5.0.3",
|
|
@@ -1116,14 +1096,14 @@
|
|
|
1116
1096
|
}
|
|
1117
1097
|
},
|
|
1118
1098
|
"node_modules/appium-android-driver": {
|
|
1119
|
-
"version": "9.8.
|
|
1120
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.8.
|
|
1121
|
-
"integrity": "sha512-
|
|
1099
|
+
"version": "9.8.3",
|
|
1100
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.8.3.tgz",
|
|
1101
|
+
"integrity": "sha512-gap4MrUmEmGcM2MygsNpqrQOxS5q9vdz32cTk1hctV6JDtaYNQb8ZQmk4P1G+eNHyKd6O4z4PgUc24LRryXRug==",
|
|
1122
1102
|
"license": "Apache-2.0",
|
|
1123
1103
|
"dependencies": {
|
|
1124
1104
|
"@appium/support": "^5.0.3",
|
|
1125
1105
|
"@colors/colors": "^1.6.0",
|
|
1126
|
-
"appium-adb": "^12.5.
|
|
1106
|
+
"appium-adb": "^12.5.2",
|
|
1127
1107
|
"appium-chromedriver": "^5.5.1",
|
|
1128
1108
|
"asyncbox": "^3.0.0",
|
|
1129
1109
|
"axios": "^1.x",
|
|
@@ -1149,9 +1129,9 @@
|
|
|
1149
1129
|
}
|
|
1150
1130
|
},
|
|
1151
1131
|
"node_modules/appium-chromedriver": {
|
|
1152
|
-
"version": "5.6.
|
|
1153
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.
|
|
1154
|
-
"integrity": "sha512
|
|
1132
|
+
"version": "5.6.70",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.70.tgz",
|
|
1134
|
+
"integrity": "sha512-/qy/aBviS8KN6w3FFEs6XESARAYL7Iq4QJEYdp7gPRwG1EV8/UkU+3m31Fx/doA/aoH7TPwniK8/okm7EVBjRw==",
|
|
1155
1135
|
"hasInstallScript": true,
|
|
1156
1136
|
"license": "Apache-2.0",
|
|
1157
1137
|
"dependencies": {
|
|
@@ -1175,9 +1155,9 @@
|
|
|
1175
1155
|
}
|
|
1176
1156
|
},
|
|
1177
1157
|
"node_modules/appium-uiautomator2-server": {
|
|
1178
|
-
"version": "7.0.
|
|
1179
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.
|
|
1180
|
-
"integrity": "sha512-
|
|
1158
|
+
"version": "7.0.22",
|
|
1159
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.22.tgz",
|
|
1160
|
+
"integrity": "sha512-o8HPxGYUuHMUmV86H0MDVmA2kgH3eD0Y1zFHddIpMZfN7k+JXCt7xB5emN3cmz6L0Ymy29DzQwLnn2LPe457Ow==",
|
|
1181
1161
|
"license": "Apache-2.0",
|
|
1182
1162
|
"engines": {
|
|
1183
1163
|
"node": ">=14",
|
|
@@ -1185,9 +1165,9 @@
|
|
|
1185
1165
|
}
|
|
1186
1166
|
},
|
|
1187
1167
|
"node_modules/appium/node_modules/axios": {
|
|
1188
|
-
"version": "1.7.
|
|
1189
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1190
|
-
"integrity": "sha512-
|
|
1168
|
+
"version": "1.7.3",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz",
|
|
1170
|
+
"integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==",
|
|
1191
1171
|
"license": "MIT",
|
|
1192
1172
|
"dependencies": {
|
|
1193
1173
|
"follow-redirects": "^1.15.6",
|
|
@@ -1196,9 +1176,9 @@
|
|
|
1196
1176
|
}
|
|
1197
1177
|
},
|
|
1198
1178
|
"node_modules/appium/node_modules/type-fest": {
|
|
1199
|
-
"version": "4.
|
|
1200
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
1201
|
-
"integrity": "sha512-
|
|
1179
|
+
"version": "4.23.0",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
1181
|
+
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
1202
1182
|
"license": "(MIT OR CC0-1.0)",
|
|
1203
1183
|
"engines": {
|
|
1204
1184
|
"node": ">=16"
|
|
@@ -1294,9 +1274,9 @@
|
|
|
1294
1274
|
"license": "MIT"
|
|
1295
1275
|
},
|
|
1296
1276
|
"node_modules/axios": {
|
|
1297
|
-
"version": "1.7.
|
|
1298
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1299
|
-
"integrity": "sha512-
|
|
1277
|
+
"version": "1.7.4",
|
|
1278
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
|
|
1279
|
+
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
|
|
1300
1280
|
"license": "MIT",
|
|
1301
1281
|
"dependencies": {
|
|
1302
1282
|
"follow-redirects": "^1.15.6",
|
|
@@ -2208,6 +2188,12 @@
|
|
|
2208
2188
|
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
|
2209
2189
|
"license": "MIT"
|
|
2210
2190
|
},
|
|
2191
|
+
"node_modules/fast-uri": {
|
|
2192
|
+
"version": "3.0.1",
|
|
2193
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
|
|
2194
|
+
"integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
|
|
2195
|
+
"license": "MIT"
|
|
2196
|
+
},
|
|
2211
2197
|
"node_modules/fecha": {
|
|
2212
2198
|
"version": "4.2.3",
|
|
2213
2199
|
"resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz",
|
|
@@ -2290,9 +2276,9 @@
|
|
|
2290
2276
|
}
|
|
2291
2277
|
},
|
|
2292
2278
|
"node_modules/foreground-child": {
|
|
2293
|
-
"version": "3.
|
|
2294
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.
|
|
2295
|
-
"integrity": "sha512-
|
|
2279
|
+
"version": "3.3.0",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
|
|
2281
|
+
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
|
|
2296
2282
|
"license": "ISC",
|
|
2297
2283
|
"dependencies": {
|
|
2298
2284
|
"cross-spawn": "^7.0.0",
|
|
@@ -2434,9 +2420,9 @@
|
|
|
2434
2420
|
}
|
|
2435
2421
|
},
|
|
2436
2422
|
"node_modules/glob": {
|
|
2437
|
-
"version": "10.4.
|
|
2438
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.
|
|
2439
|
-
"integrity": "sha512-
|
|
2423
|
+
"version": "10.4.5",
|
|
2424
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
2425
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
2440
2426
|
"license": "ISC",
|
|
2441
2427
|
"dependencies": {
|
|
2442
2428
|
"foreground-child": "^3.1.0",
|
|
@@ -2449,9 +2435,6 @@
|
|
|
2449
2435
|
"bin": {
|
|
2450
2436
|
"glob": "dist/esm/bin.mjs"
|
|
2451
2437
|
},
|
|
2452
|
-
"engines": {
|
|
2453
|
-
"node": ">=16 || 14 >=14.18"
|
|
2454
|
-
},
|
|
2455
2438
|
"funding": {
|
|
2456
2439
|
"url": "https://github.com/sponsors/isaacs"
|
|
2457
2440
|
}
|
|
@@ -2685,9 +2668,9 @@
|
|
|
2685
2668
|
}
|
|
2686
2669
|
},
|
|
2687
2670
|
"node_modules/io.appium.settings": {
|
|
2688
|
-
"version": "5.12.
|
|
2689
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2690
|
-
"integrity": "sha512
|
|
2671
|
+
"version": "5.12.11",
|
|
2672
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.11.tgz",
|
|
2673
|
+
"integrity": "sha512-sjE2da9aXKoysLIKUmbpIQH1W66WIIuFyGErDdpQ57e9jv8m4tg99bICVx53YmeoQvzgc2oxEsKuAjMSqzsqrg==",
|
|
2691
2674
|
"license": "Apache-2.0",
|
|
2692
2675
|
"dependencies": {
|
|
2693
2676
|
"@appium/logger": "^1.3.0",
|
|
@@ -3027,13 +3010,10 @@
|
|
|
3027
3010
|
}
|
|
3028
3011
|
},
|
|
3029
3012
|
"node_modules/lru-cache": {
|
|
3030
|
-
"version": "10.3
|
|
3031
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.
|
|
3032
|
-
"integrity": "sha512-
|
|
3033
|
-
"license": "ISC"
|
|
3034
|
-
"engines": {
|
|
3035
|
-
"node": "14 || >=16.14"
|
|
3036
|
-
}
|
|
3013
|
+
"version": "10.4.3",
|
|
3014
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
3015
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
3016
|
+
"license": "ISC"
|
|
3037
3017
|
},
|
|
3038
3018
|
"node_modules/make-error": {
|
|
3039
3019
|
"version": "1.3.6",
|
|
@@ -3596,9 +3576,9 @@
|
|
|
3596
3576
|
}
|
|
3597
3577
|
},
|
|
3598
3578
|
"node_modules/path-to-regexp": {
|
|
3599
|
-
"version": "7.
|
|
3600
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.
|
|
3601
|
-
"integrity": "sha512-
|
|
3579
|
+
"version": "7.1.0",
|
|
3580
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.1.0.tgz",
|
|
3581
|
+
"integrity": "sha512-ZToe+MbUF4lBqk6dV8GKot4DKfzrxXsplOddH8zN3YK+qw9/McvP7+4ICjZvOne0jQhN4eJwHsX6tT0Ns19fvw==",
|
|
3602
3582
|
"license": "MIT",
|
|
3603
3583
|
"engines": {
|
|
3604
3584
|
"node": ">=16"
|
|
@@ -3708,15 +3688,6 @@
|
|
|
3708
3688
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
3709
3689
|
"license": "MIT"
|
|
3710
3690
|
},
|
|
3711
|
-
"node_modules/punycode": {
|
|
3712
|
-
"version": "2.3.1",
|
|
3713
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
3714
|
-
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
3715
|
-
"license": "MIT",
|
|
3716
|
-
"engines": {
|
|
3717
|
-
"node": ">=6"
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
3691
|
"node_modules/qs": {
|
|
3721
3692
|
"version": "6.11.0",
|
|
3722
3693
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
|
|
@@ -3956,9 +3927,9 @@
|
|
|
3956
3927
|
"optional": true
|
|
3957
3928
|
},
|
|
3958
3929
|
"node_modules/semver": {
|
|
3959
|
-
"version": "7.6.
|
|
3960
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.
|
|
3961
|
-
"integrity": "sha512-
|
|
3930
|
+
"version": "7.6.3",
|
|
3931
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
3932
|
+
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
3962
3933
|
"license": "ISC",
|
|
3963
3934
|
"bin": {
|
|
3964
3935
|
"semver": "bin/semver.js"
|
|
@@ -4563,9 +4534,9 @@
|
|
|
4563
4534
|
"license": "0BSD"
|
|
4564
4535
|
},
|
|
4565
4536
|
"node_modules/type-fest": {
|
|
4566
|
-
"version": "4.
|
|
4567
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4568
|
-
"integrity": "sha512-
|
|
4537
|
+
"version": "4.24.0",
|
|
4538
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.24.0.tgz",
|
|
4539
|
+
"integrity": "sha512-spAaHzc6qre0TlZQQ2aA/nGMe+2Z/wyGk5Z+Ru2VUfdNwT6kWO6TjevOlpebsATEG1EIQ2sOiDszud3lO5mt/Q==",
|
|
4569
4540
|
"license": "(MIT OR CC0-1.0)",
|
|
4570
4541
|
"engines": {
|
|
4571
4542
|
"node": ">=16"
|
|
@@ -4601,9 +4572,9 @@
|
|
|
4601
4572
|
}
|
|
4602
4573
|
},
|
|
4603
4574
|
"node_modules/undici-types": {
|
|
4604
|
-
"version": "6.
|
|
4605
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4606
|
-
"integrity": "sha512-
|
|
4575
|
+
"version": "6.18.2",
|
|
4576
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
4577
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
4607
4578
|
"license": "MIT"
|
|
4608
4579
|
},
|
|
4609
4580
|
"node_modules/unorm": {
|
|
@@ -4624,15 +4595,6 @@
|
|
|
4624
4595
|
"node": ">= 0.8"
|
|
4625
4596
|
}
|
|
4626
4597
|
},
|
|
4627
|
-
"node_modules/uri-js": {
|
|
4628
|
-
"version": "4.4.1",
|
|
4629
|
-
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
4630
|
-
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
4631
|
-
"license": "BSD-2-Clause",
|
|
4632
|
-
"dependencies": {
|
|
4633
|
-
"punycode": "^2.1.0"
|
|
4634
|
-
}
|
|
4635
|
-
},
|
|
4636
4598
|
"node_modules/utf8-byte-length": {
|
|
4637
4599
|
"version": "1.0.5",
|
|
4638
4600
|
"resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz",
|
|
@@ -4727,16 +4689,16 @@
|
|
|
4727
4689
|
}
|
|
4728
4690
|
},
|
|
4729
4691
|
"node_modules/winston": {
|
|
4730
|
-
"version": "3.13.
|
|
4731
|
-
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.
|
|
4732
|
-
"integrity": "sha512-
|
|
4692
|
+
"version": "3.13.1",
|
|
4693
|
+
"resolved": "https://registry.npmjs.org/winston/-/winston-3.13.1.tgz",
|
|
4694
|
+
"integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==",
|
|
4733
4695
|
"license": "MIT",
|
|
4734
4696
|
"dependencies": {
|
|
4735
4697
|
"@colors/colors": "^1.6.0",
|
|
4736
4698
|
"@dabh/diagnostics": "^2.0.2",
|
|
4737
4699
|
"async": "^3.2.3",
|
|
4738
4700
|
"is-stream": "^2.0.0",
|
|
4739
|
-
"logform": "^2.
|
|
4701
|
+
"logform": "^2.6.0",
|
|
4740
4702
|
"one-time": "^1.0.0",
|
|
4741
4703
|
"readable-stream": "^3.4.0",
|
|
4742
4704
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -4920,9 +4882,9 @@
|
|
|
4920
4882
|
}
|
|
4921
4883
|
},
|
|
4922
4884
|
"node_modules/yaml": {
|
|
4923
|
-
"version": "2.
|
|
4924
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
4925
|
-
"integrity": "sha512-
|
|
4885
|
+
"version": "2.5.0",
|
|
4886
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
|
|
4887
|
+
"integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
|
|
4926
4888
|
"license": "ISC",
|
|
4927
4889
|
"bin": {
|
|
4928
4890
|
"yaml": "bin.mjs"
|