appium-uiautomator2-driver 7.6.0 → 7.6.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-uiautomator2-driver",
3
- "version": "7.6.0",
3
+ "version": "7.6.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "7.6.0",
9
+ "version": "7.6.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
+ "@appium/css-locator-to-native": "^1.0.1",
12
13
  "appium-adb": "^15.0.0",
13
14
  "appium-android-driver": "^13.2.3",
14
15
  "appium-uiautomator2-server": "^10.2.1",
15
16
  "asyncbox": "^6.0.1",
16
17
  "axios": "^1.16.0",
17
- "css-selector-parser": "^3.0.0",
18
18
  "io.appium.settings": "^7.1.3",
19
19
  "portscanner": "^2.2.0",
20
20
  "teen_process": "^4.0.4"
@@ -30,7 +30,7 @@
30
30
  "@types/chai": "^5.2.3",
31
31
  "@types/chai-as-promised": "^8.0.2",
32
32
  "@types/mocha": "^10.0.1",
33
- "@types/node": "^25.0.3",
33
+ "@types/node": "^26.0.0",
34
34
  "@types/portscanner": "^2.1.1",
35
35
  "@types/semver": "^7.5.0",
36
36
  "@types/sinon": "^21.0.1",
@@ -60,27 +60,26 @@
60
60
  }
61
61
  },
62
62
  "node_modules/@appium/base-driver": {
63
- "version": "10.6.0",
64
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.6.0.tgz",
65
- "integrity": "sha512-UP37xbRVrdfO0QPkDNVdFhLWc4M817K8mvJsGHWMZe1P//tPYio4lqmsA3baF10Fe5jcwYEoQZDROJLodAivKw==",
63
+ "version": "10.7.1",
64
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.7.1.tgz",
65
+ "integrity": "sha512-DE6TcCBvoL5N+5zjbwhyVvnfzTvvu1ZFLULjK8MZuPQPklLc8nRpYIgKIqvsGDUp2QH29Gs0SQDqO9XebOX1Jw==",
66
66
  "license": "Apache-2.0",
67
67
  "dependencies": {
68
- "@appium/support": "7.2.3",
69
- "@appium/types": "1.5.0",
70
- "@colors/colors": "1.6.0",
68
+ "@appium/support": "7.2.5",
69
+ "@appium/types": "1.5.1",
71
70
  "async-lock": "1.4.1",
72
71
  "asyncbox": "6.3.0",
73
- "axios": "1.16.1",
72
+ "axios": "1.18.0",
74
73
  "body-parser": "2.2.2",
75
74
  "express": "5.2.1",
76
75
  "fastest-levenshtein": "1.0.16",
77
76
  "http-status-codes": "2.3.0",
78
- "lru-cache": "11.5.0",
77
+ "lru-cache": "11.5.1",
79
78
  "method-override": "3.0.0",
80
- "morgan": "1.10.1",
79
+ "morgan": "1.11.0",
81
80
  "path-to-regexp": "8.4.2",
82
81
  "serve-favicon": "2.5.1",
83
- "type-fest": "5.6.0"
82
+ "type-fest": "5.7.0"
84
83
  },
85
84
  "engines": {
86
85
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -90,32 +89,32 @@
90
89
  "spdy": "4.0.2"
91
90
  }
92
91
  },
93
- "node_modules/@appium/base-driver/node_modules/axios": {
94
- "version": "1.16.1",
95
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz",
96
- "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
97
- "license": "MIT",
92
+ "node_modules/@appium/css-locator-to-native": {
93
+ "version": "1.0.1",
94
+ "resolved": "https://registry.npmjs.org/@appium/css-locator-to-native/-/css-locator-to-native-1.0.1.tgz",
95
+ "integrity": "sha512-FIKjakA2E1WB6xneBlXYgUcsDqO/dwD4zXJxGE5DwkOUwvGXZ8HdLEvvQruoPRD4C2mYmn+/r89BZcXU5QMZPw==",
96
+ "license": "Apache-2.0",
98
97
  "dependencies": {
99
- "follow-redirects": "^1.16.0",
100
- "form-data": "^4.0.5",
101
- "https-proxy-agent": "^5.0.1",
102
- "proxy-from-env": "^2.1.0"
98
+ "css-selector-parser": "^3.3.0"
99
+ },
100
+ "engines": {
101
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
102
+ "npm": ">=10"
103
103
  }
104
104
  },
105
105
  "node_modules/@appium/docutils": {
106
- "version": "2.4.3",
107
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.4.3.tgz",
108
- "integrity": "sha512-2267rmUqsA/Tam+tmZNhmGxq2UN2lXWK3xZOYX5a9+oc0y19IB6LFJ9+dRxHh4jRgdLJrtxzqqGPUfs4hBjLgQ==",
106
+ "version": "2.5.1",
107
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.5.1.tgz",
108
+ "integrity": "sha512-P2Kveb4I68KGC6gAY0TRTVgvqBaZW3WqpnHgK0iiN+lLhaxBoRrqoaGJR95oPb93sgkZQT59ZexdZ5KXf8wFtA==",
109
109
  "license": "Apache-2.0",
110
110
  "dependencies": {
111
- "@appium/support": "7.2.3",
111
+ "@appium/support": "7.2.5",
112
112
  "consola": "3.4.2",
113
113
  "diff": "9.0.0",
114
114
  "lilconfig": "3.1.3",
115
- "package-directory": "8.2.0",
116
- "read-pkg": "10.1.0",
115
+ "normalize-package-data": "8.0.0",
117
116
  "teen_process": "4.1.3",
118
- "type-fest": "5.6.0",
117
+ "type-fest": "5.7.0",
119
118
  "yaml": "2.9.0",
120
119
  "yargs": "18.0.0",
121
120
  "yargs-parser": "22.0.0"
@@ -128,15 +127,26 @@
128
127
  "npm": ">=10"
129
128
  }
130
129
  },
130
+ "node_modules/@appium/docutils/node_modules/teen_process": {
131
+ "version": "4.1.3",
132
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
133
+ "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
134
+ "license": "Apache-2.0",
135
+ "dependencies": {
136
+ "shell-quote": "^1.8.1"
137
+ },
138
+ "engines": {
139
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
140
+ "npm": ">=10"
141
+ }
142
+ },
131
143
  "node_modules/@appium/logger": {
132
- "version": "2.0.8",
133
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.8.tgz",
134
- "integrity": "sha512-G5uYRq97Kn1CEdgI2eq237NkgUMrxKecSsuagGiI5usNH8ttjFN+LP95QJi9JERxMW/djfXKv7dz6eJ0ZY3SbA==",
144
+ "version": "2.0.9",
145
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.9.tgz",
146
+ "integrity": "sha512-3rNqtyxTygrDkxEMA2UB35EQfzxlnGCkIJLdIRDLKhVfbHgFw8XEnPnYuvMKvzG8zVeBUoh76dxKVHyIezPsIQ==",
135
147
  "license": "ISC",
136
148
  "dependencies": {
137
- "console-control-strings": "1.1.0",
138
- "lru-cache": "11.5.0",
139
- "set-blocking": "2.0.0"
149
+ "lru-cache": "11.5.1"
140
150
  },
141
151
  "engines": {
142
152
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -144,9 +154,9 @@
144
154
  }
145
155
  },
146
156
  "node_modules/@appium/schema": {
147
- "version": "1.2.0",
148
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.0.tgz",
149
- "integrity": "sha512-6MqniwVPLSM5qkP0Azi0ktLIC4hMwUa1R4JWNDDqicZcWQmPUCUJF4keqZl1rGAbNdbQQ3++BIiTVm1Duvl/5A==",
157
+ "version": "1.2.1",
158
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.1.tgz",
159
+ "integrity": "sha512-+XmwihFeW10Q0UI/WdLsMTfnC2d2ec0ceGRdhRcfBuo5cClfm/E7VCJH2PE64KE0A17ZlsZf63FRkKfNHw9PKw==",
150
160
  "license": "Apache-2.0",
151
161
  "dependencies": {
152
162
  "json-schema": "0.4.0"
@@ -157,72 +167,140 @@
157
167
  }
158
168
  },
159
169
  "node_modules/@appium/support": {
160
- "version": "7.2.3",
161
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.3.tgz",
162
- "integrity": "sha512-/NVMUffjnH9rNrxE+DyM811B1hd0pZl8RT+DlZfqXVyAWzhUjBWw3U2VwSycowDoV9dBpXSpWQ3S+zfRnrMcTg==",
170
+ "version": "7.2.5",
171
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.5.tgz",
172
+ "integrity": "sha512-+sk7HdWYD5EMcSVtiMK09aA960suBJY/8d+r5v8j9vHw47R4ukLrM2lShpIpFFCTTfz5ZTCjCtvqNwwM8EqyMg==",
163
173
  "license": "Apache-2.0",
164
174
  "dependencies": {
165
- "@appium/logger": "2.0.8",
166
- "@appium/tsconfig": "1.1.2",
167
- "@appium/types": "1.5.0",
168
- "@colors/colors": "1.6.0",
175
+ "@appium/logger": "2.0.9",
176
+ "@appium/types": "1.5.1",
169
177
  "archiver": "8.0.0",
170
178
  "asyncbox": "6.3.0",
171
- "axios": "1.16.1",
172
- "base64-stream": "1.0.0",
179
+ "axios": "1.18.0",
173
180
  "bluebird": "3.7.2",
174
181
  "bplist-creator": "0.1.1",
175
182
  "bplist-parser": "0.3.2",
176
- "form-data": "4.0.5",
177
- "get-stream": "9.0.1",
183
+ "form-data": "4.0.6",
178
184
  "glob": "13.0.6",
179
185
  "jsftp": "2.1.3",
180
186
  "klaw": "4.1.0",
181
187
  "lockfile": "1.0.4",
182
- "log-symbols": "7.0.1",
183
- "ncp": "2.0.0",
184
- "package-directory": "8.2.0",
188
+ "normalize-package-data": "8.0.0",
185
189
  "plist": "4.0.0",
186
190
  "pluralize": "8.0.0",
187
- "read-pkg": "10.1.0",
188
- "resolve-from": "5.0.0",
189
191
  "sanitize-filename": "1.6.4",
190
- "semver": "7.8.1",
192
+ "semver": "7.8.4",
191
193
  "shell-quote": "1.8.4",
192
- "supports-color": "10.2.2",
193
194
  "teen_process": "4.1.3",
194
- "type-fest": "5.6.0",
195
+ "type-fest": "5.7.0",
195
196
  "uuid": "14.0.0",
196
197
  "which": "6.0.1",
197
- "yauzl": "3.3.1"
198
+ "yauzl": "3.4.0"
198
199
  },
199
200
  "engines": {
200
201
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
201
202
  "npm": ">=10"
202
203
  },
203
204
  "optionalDependencies": {
204
- "sharp": "0.34.5"
205
+ "sharp": "0.35.1"
205
206
  }
206
207
  },
207
- "node_modules/@appium/support/node_modules/axios": {
208
- "version": "1.16.1",
209
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz",
210
- "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
211
- "license": "MIT",
212
- "dependencies": {
213
- "follow-redirects": "^1.16.0",
214
- "form-data": "^4.0.5",
215
- "https-proxy-agent": "^5.0.1",
216
- "proxy-from-env": "^2.1.0"
208
+ "node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
209
+ "version": "1.3.0",
210
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.0.tgz",
211
+ "integrity": "sha512-y9RNUYDe2A1UAdhLyfeOodGRszQdaEoe4nfOpp/sNVPl2CWIcUyFaDoCh4vPLPxu19803j2naLqZup2WxDXCLA==",
212
+ "cpu": [
213
+ "x64"
214
+ ],
215
+ "libc": [
216
+ "glibc"
217
+ ],
218
+ "license": "LGPL-3.0-or-later",
219
+ "optional": true,
220
+ "os": [
221
+ "linux"
222
+ ],
223
+ "funding": {
224
+ "url": "https://opencollective.com/libvips"
217
225
  }
218
226
  },
219
- "node_modules/@appium/tsconfig": {
220
- "version": "1.1.2",
221
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
222
- "integrity": "sha512-lHKBm7hXCROc1Ha/cBxS4o3iQkeY96Pz7qM9Uh9vFDkdpTGBk56V1lmc3iGcgBYKBlaRT/LZmTsqClvHoiXhvw==",
227
+ "node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
228
+ "version": "0.35.1",
229
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.1.tgz",
230
+ "integrity": "sha512-NbJD4mWdeyrNQKluO/tR/wBDOelcowSVGNBWxI0e3ZtlXc6F/UOVKDj1MLD4zl3oHTuvKW3s+MA9N54YTldAYw==",
231
+ "cpu": [
232
+ "x64"
233
+ ],
234
+ "libc": [
235
+ "glibc"
236
+ ],
223
237
  "license": "Apache-2.0",
238
+ "optional": true,
239
+ "os": [
240
+ "linux"
241
+ ],
242
+ "engines": {
243
+ "node": ">=20.9.0"
244
+ },
245
+ "funding": {
246
+ "url": "https://opencollective.com/libvips"
247
+ },
248
+ "optionalDependencies": {
249
+ "@img/sharp-libvips-linux-x64": "1.3.0"
250
+ }
251
+ },
252
+ "node_modules/@appium/support/node_modules/sharp": {
253
+ "version": "0.35.1",
254
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.1.tgz",
255
+ "integrity": "sha512-lW979AMi+ESidzMv/Lnv+F9bknzLyxLqFI05Sm433vOeRcltgxQmXpnfOOFIAlKtwXU/ksupm2srQoFCkR214g==",
256
+ "license": "Apache-2.0",
257
+ "optional": true,
224
258
  "dependencies": {
225
- "@tsconfig/node20": "20.1.9"
259
+ "@img/colour": "^1.1.0",
260
+ "detect-libc": "^2.1.2",
261
+ "semver": "^7.8.4"
262
+ },
263
+ "engines": {
264
+ "node": ">=20.9.0"
265
+ },
266
+ "funding": {
267
+ "url": "https://opencollective.com/libvips"
268
+ },
269
+ "optionalDependencies": {
270
+ "@img/sharp-darwin-arm64": "0.35.1",
271
+ "@img/sharp-darwin-x64": "0.35.1",
272
+ "@img/sharp-freebsd-wasm32": "0.35.1",
273
+ "@img/sharp-libvips-darwin-arm64": "1.3.0",
274
+ "@img/sharp-libvips-darwin-x64": "1.3.0",
275
+ "@img/sharp-libvips-linux-arm": "1.3.0",
276
+ "@img/sharp-libvips-linux-arm64": "1.3.0",
277
+ "@img/sharp-libvips-linux-ppc64": "1.3.0",
278
+ "@img/sharp-libvips-linux-riscv64": "1.3.0",
279
+ "@img/sharp-libvips-linux-s390x": "1.3.0",
280
+ "@img/sharp-libvips-linux-x64": "1.3.0",
281
+ "@img/sharp-libvips-linuxmusl-arm64": "1.3.0",
282
+ "@img/sharp-libvips-linuxmusl-x64": "1.3.0",
283
+ "@img/sharp-linux-arm": "0.35.1",
284
+ "@img/sharp-linux-arm64": "0.35.1",
285
+ "@img/sharp-linux-ppc64": "0.35.1",
286
+ "@img/sharp-linux-riscv64": "0.35.1",
287
+ "@img/sharp-linux-s390x": "0.35.1",
288
+ "@img/sharp-linux-x64": "0.35.1",
289
+ "@img/sharp-linuxmusl-arm64": "0.35.1",
290
+ "@img/sharp-linuxmusl-x64": "0.35.1",
291
+ "@img/sharp-webcontainers-wasm32": "0.35.1",
292
+ "@img/sharp-win32-arm64": "0.35.1",
293
+ "@img/sharp-win32-ia32": "0.35.1",
294
+ "@img/sharp-win32-x64": "0.35.1"
295
+ }
296
+ },
297
+ "node_modules/@appium/support/node_modules/teen_process": {
298
+ "version": "4.1.3",
299
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
300
+ "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
301
+ "license": "Apache-2.0",
302
+ "dependencies": {
303
+ "shell-quote": "^1.8.1"
226
304
  },
227
305
  "engines": {
228
306
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -230,42 +308,20 @@
230
308
  }
231
309
  },
232
310
  "node_modules/@appium/types": {
233
- "version": "1.5.0",
234
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.0.tgz",
235
- "integrity": "sha512-xo7ahFernVOi/GK5Pnid7ewJL16TyP9lINwe+tmoRsNcNhr2hxa2yn4pAx9BjyvM5gNZrlH6GIsmq+5gDPsgKw==",
311
+ "version": "1.5.1",
312
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.1.tgz",
313
+ "integrity": "sha512-cQkbSh6AwEGlowfKBxVngtBc5fkqAPmg4WdjGZ2txa81lpfuNTLX50VWM8Nxf3hiCgRMsRVfBWdU9x38OJqDrQ==",
236
314
  "license": "Apache-2.0",
237
315
  "dependencies": {
238
- "@appium/logger": "2.0.8",
239
- "@appium/schema": "1.2.0",
240
- "@appium/tsconfig": "1.1.2",
241
- "type-fest": "5.6.0"
316
+ "@appium/schema": "1.2.1",
317
+ "type-fest": "5.7.0"
242
318
  },
243
319
  "engines": {
244
320
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
245
321
  "npm": ">=10"
246
- }
247
- },
248
- "node_modules/@babel/code-frame": {
249
- "version": "7.29.7",
250
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
251
- "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
252
- "license": "MIT",
253
- "dependencies": {
254
- "@babel/helper-validator-identifier": "^7.29.7",
255
- "js-tokens": "^4.0.0",
256
- "picocolors": "^1.1.1"
257
322
  },
258
- "engines": {
259
- "node": ">=6.9.0"
260
- }
261
- },
262
- "node_modules/@babel/helper-validator-identifier": {
263
- "version": "7.29.7",
264
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
265
- "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
266
- "license": "MIT",
267
- "engines": {
268
- "node": ">=6.9.0"
323
+ "peerDependencies": {
324
+ "@appium/logger": "^2.0.0"
269
325
  }
270
326
  },
271
327
  "node_modules/@colors/colors": {
@@ -287,68 +343,6 @@
287
343
  "node": ">=18"
288
344
  }
289
345
  },
290
- "node_modules/@img/sharp-libvips-linux-x64": {
291
- "version": "1.2.4",
292
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
293
- "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
294
- "cpu": [
295
- "x64"
296
- ],
297
- "libc": [
298
- "glibc"
299
- ],
300
- "license": "LGPL-3.0-or-later",
301
- "optional": true,
302
- "os": [
303
- "linux"
304
- ],
305
- "funding": {
306
- "url": "https://opencollective.com/libvips"
307
- }
308
- },
309
- "node_modules/@img/sharp-linux-x64": {
310
- "version": "0.34.5",
311
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
312
- "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
313
- "cpu": [
314
- "x64"
315
- ],
316
- "libc": [
317
- "glibc"
318
- ],
319
- "license": "Apache-2.0",
320
- "optional": true,
321
- "os": [
322
- "linux"
323
- ],
324
- "engines": {
325
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
326
- },
327
- "funding": {
328
- "url": "https://opencollective.com/libvips"
329
- },
330
- "optionalDependencies": {
331
- "@img/sharp-libvips-linux-x64": "1.2.4"
332
- }
333
- },
334
- "node_modules/@sec-ant/readable-stream": {
335
- "version": "0.4.1",
336
- "resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
337
- "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
338
- "license": "MIT"
339
- },
340
- "node_modules/@tsconfig/node20": {
341
- "version": "20.1.9",
342
- "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.9.tgz",
343
- "integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
344
- "license": "MIT"
345
- },
346
- "node_modules/@types/normalize-package-data": {
347
- "version": "2.4.4",
348
- "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
349
- "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
350
- "license": "MIT"
351
- },
352
346
  "node_modules/@xmldom/xmldom": {
353
347
  "version": "0.9.10",
354
348
  "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
@@ -424,9 +418,9 @@
424
418
  }
425
419
  },
426
420
  "node_modules/appium-adb": {
427
- "version": "15.0.0",
428
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.0.tgz",
429
- "integrity": "sha512-RIRCcBzVlFlO2VHXmXPzComPFQL05fs+qEtK1ftVtB4kEggk+ewfD8VSI0ZuUGOD8NQlNusDgRQV8p/LKlNryg==",
421
+ "version": "15.0.1",
422
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.1.tgz",
423
+ "integrity": "sha512-s2B9p78PLjLn59QeO8QNVcbqu+QIXT1uDBFsbHJbUp0vci0gKXenpoF7jRDgbgwYPs7AqlILMRmFUml6/P5ZxA==",
430
424
  "license": "Apache-2.0",
431
425
  "dependencies": {
432
426
  "@appium/support": "^7.2.2",
@@ -443,9 +437,9 @@
443
437
  }
444
438
  },
445
439
  "node_modules/appium-android-driver": {
446
- "version": "13.2.3",
447
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.3.tgz",
448
- "integrity": "sha512-U3Qp0rDvLM7RZc2XnN7h7xYos78g9pVkWSXi96tGpZAr0MH952XLerc1mpKMnTUxxtniN0+9VeuyiDel0q8+2w==",
440
+ "version": "13.2.4",
441
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.4.tgz",
442
+ "integrity": "sha512-c5J+dbA0//eNVvGjFcURUtbJlDxUj9rjUjOXHIamytUpsPdi20raguwH7uOqR+WS2Tvv1ha/rnadsI1YAxRHsA==",
449
443
  "license": "Apache-2.0",
450
444
  "dependencies": {
451
445
  "@appium/support": "^7.2.2",
@@ -473,9 +467,9 @@
473
467
  }
474
468
  },
475
469
  "node_modules/appium-chromedriver": {
476
- "version": "8.4.5",
477
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.5.tgz",
478
- "integrity": "sha512-wSt8iBNMvyB5tz7bsxNjcp74RMmsNN3/o6qOafda7PcuFzhby88It1NwRyvXaSlLJFFi2Hnu25MwhD+Lmwj96g==",
470
+ "version": "8.4.9",
471
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.9.tgz",
472
+ "integrity": "sha512-lkDbWWQLoSPK/ZZhxeQb+++dBFiWVWyVxHjJ+FlcBOwbmfGF7rbEnQ/BVPmKArCI/WA0Qg/6FEl+LprRYPCSTA==",
479
473
  "license": "Apache-2.0",
480
474
  "dependencies": {
481
475
  "@appium/base-driver": "^10.0.0-rc.2",
@@ -563,9 +557,9 @@
563
557
  "license": "MIT"
564
558
  },
565
559
  "node_modules/axios": {
566
- "version": "1.17.0",
567
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz",
568
- "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==",
560
+ "version": "1.18.0",
561
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
562
+ "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
569
563
  "license": "MIT",
570
564
  "dependencies": {
571
565
  "follow-redirects": "^1.16.0",
@@ -654,11 +648,12 @@
654
648
  }
655
649
  },
656
650
  "node_modules/bare-stream": {
657
- "version": "2.13.1",
658
- "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.1.tgz",
659
- "integrity": "sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==",
651
+ "version": "2.13.3",
652
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.3.tgz",
653
+ "integrity": "sha512-Kc+brLqvEqGkjyfiwJmImAOqLZL7OsoLKuavx+hJjgVV3nLTOjloJyPMFxjUPerGGHrNH0fLU06jjykMLWrERQ==",
660
654
  "license": "Apache-2.0",
661
655
  "dependencies": {
656
+ "b4a": "^1.8.1",
662
657
  "streamx": "^2.25.0",
663
658
  "teex": "^1.0.1"
664
659
  },
@@ -680,9 +675,9 @@
680
675
  }
681
676
  },
682
677
  "node_modules/bare-url": {
683
- "version": "2.4.4",
684
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.4.tgz",
685
- "integrity": "sha512-zbQJi2YQUe3SrX19TItQ8DoPj9E1i5rrdE9iHV4PhUif1GodNRSe85lavVGbmU7P4M8579EQi4akGFuhCATWaQ==",
678
+ "version": "2.4.5",
679
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.5.tgz",
680
+ "integrity": "sha512-K+y9xF1tN+CdPu4qWwr0QiK1Al07eFPGYK5M2pDXcmHdMdgC/tT/bpmMe1hrmRHaidKLkXrC+cRNYf3XVDUhSQ==",
686
681
  "license": "Apache-2.0",
687
682
  "dependencies": {
688
683
  "bare-path": "^3.0.0"
@@ -708,12 +703,6 @@
708
703
  ],
709
704
  "license": "MIT"
710
705
  },
711
- "node_modules/base64-stream": {
712
- "version": "1.0.0",
713
- "resolved": "https://registry.npmjs.org/base64-stream/-/base64-stream-1.0.0.tgz",
714
- "integrity": "sha512-BQQZftaO48FcE1Kof9CmXMFaAdqkcNorgc8CxesZv9nMbbTF1EFyQe89UOuh//QMmdtfUDXyO8rgUalemL5ODA==",
715
- "license": "MIT"
716
- },
717
706
  "node_modules/basic-auth": {
718
707
  "version": "2.0.1",
719
708
  "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
@@ -990,12 +979,6 @@
990
979
  "node": "^14.18.0 || >=16.10.0"
991
980
  }
992
981
  },
993
- "node_modules/console-control-strings": {
994
- "version": "1.1.0",
995
- "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
996
- "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
997
- "license": "ISC"
998
- },
999
982
  "node_modules/content-disposition": {
1000
983
  "version": "1.1.0",
1001
984
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
@@ -1354,18 +1337,6 @@
1354
1337
  "url": "https://opencollective.com/express"
1355
1338
  }
1356
1339
  },
1357
- "node_modules/find-up-simple": {
1358
- "version": "1.0.1",
1359
- "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
1360
- "integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
1361
- "license": "MIT",
1362
- "engines": {
1363
- "node": ">=18"
1364
- },
1365
- "funding": {
1366
- "url": "https://github.com/sponsors/sindresorhus"
1367
- }
1368
- },
1369
1340
  "node_modules/follow-redirects": {
1370
1341
  "version": "1.16.0",
1371
1342
  "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
@@ -1387,16 +1358,16 @@
1387
1358
  }
1388
1359
  },
1389
1360
  "node_modules/form-data": {
1390
- "version": "4.0.5",
1391
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
1392
- "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
1361
+ "version": "4.0.6",
1362
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
1363
+ "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
1393
1364
  "license": "MIT",
1394
1365
  "dependencies": {
1395
1366
  "asynckit": "^0.4.0",
1396
1367
  "combined-stream": "^1.0.8",
1397
1368
  "es-set-tostringtag": "^2.1.0",
1398
- "hasown": "^2.0.2",
1399
- "mime-types": "^2.1.12"
1369
+ "hasown": "^2.0.4",
1370
+ "mime-types": "^2.1.35"
1400
1371
  },
1401
1372
  "engines": {
1402
1373
  "node": ">= 6"
@@ -1543,22 +1514,6 @@
1543
1514
  "node": ">= 0.4"
1544
1515
  }
1545
1516
  },
1546
- "node_modules/get-stream": {
1547
- "version": "9.0.1",
1548
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
1549
- "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
1550
- "license": "MIT",
1551
- "dependencies": {
1552
- "@sec-ant/readable-stream": "^0.4.1",
1553
- "is-stream": "^4.0.1"
1554
- },
1555
- "engines": {
1556
- "node": ">=18"
1557
- },
1558
- "funding": {
1559
- "url": "https://github.com/sponsors/sindresorhus"
1560
- }
1561
- },
1562
1517
  "node_modules/glob": {
1563
1518
  "version": "13.0.6",
1564
1519
  "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
@@ -1777,18 +1732,6 @@
1777
1732
  ],
1778
1733
  "license": "BSD-3-Clause"
1779
1734
  },
1780
- "node_modules/index-to-position": {
1781
- "version": "1.2.0",
1782
- "resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz",
1783
- "integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==",
1784
- "license": "MIT",
1785
- "engines": {
1786
- "node": ">=18"
1787
- },
1788
- "funding": {
1789
- "url": "https://github.com/sponsors/sindresorhus"
1790
- }
1791
- },
1792
1735
  "node_modules/inherits": {
1793
1736
  "version": "2.0.4",
1794
1737
  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
@@ -1805,9 +1748,9 @@
1805
1748
  }
1806
1749
  },
1807
1750
  "node_modules/io.appium.settings": {
1808
- "version": "7.1.3",
1809
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.3.tgz",
1810
- "integrity": "sha512-GHyn/eHctGVY/OHO8VoWFFCVAbNWOn+b4QiTMYTyFnRmaVuMVvotZYxlgQgs3pUxRrqG1U755gZ4Nyw18OrpUA==",
1751
+ "version": "7.1.4",
1752
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.4.tgz",
1753
+ "integrity": "sha512-6lC5W4MRkehwjKzgwhY3pPqZ0XLXFLRJHoN+VfP1pzbNu1Pp4ALbqFoAaIN4n0J02HgeE3dlbvDv+Eze+PRsZw==",
1811
1754
  "license": "Apache-2.0",
1812
1755
  "dependencies": {
1813
1756
  "@appium/logger": "^2.0.0-rc.1",
@@ -1857,12 +1800,13 @@
1857
1800
  }
1858
1801
  },
1859
1802
  "node_modules/is-unicode-supported": {
1860
- "version": "2.1.0",
1861
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
1862
- "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
1803
+ "version": "0.1.0",
1804
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
1805
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
1806
+ "extraneous": true,
1863
1807
  "license": "MIT",
1864
1808
  "engines": {
1865
- "node": ">=18"
1809
+ "node": ">=10"
1866
1810
  },
1867
1811
  "funding": {
1868
1812
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1883,12 +1827,6 @@
1883
1827
  "node": ">=20"
1884
1828
  }
1885
1829
  },
1886
- "node_modules/js-tokens": {
1887
- "version": "4.0.0",
1888
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1889
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1890
- "license": "MIT"
1891
- },
1892
1830
  "node_modules/jsftp": {
1893
1831
  "version": "2.1.3",
1894
1832
  "resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
@@ -2000,25 +1938,26 @@
2000
1938
  "license": "MIT"
2001
1939
  },
2002
1940
  "node_modules/log-symbols": {
2003
- "version": "7.0.1",
2004
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
2005
- "integrity": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==",
1941
+ "version": "4.1.0",
1942
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
1943
+ "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
1944
+ "extraneous": true,
2006
1945
  "license": "MIT",
2007
1946
  "dependencies": {
2008
- "is-unicode-supported": "^2.0.0",
2009
- "yoctocolors": "^2.1.1"
1947
+ "chalk": "^4.1.0",
1948
+ "is-unicode-supported": "^0.1.0"
2010
1949
  },
2011
1950
  "engines": {
2012
- "node": ">=18"
1951
+ "node": ">=10"
2013
1952
  },
2014
1953
  "funding": {
2015
1954
  "url": "https://github.com/sponsors/sindresorhus"
2016
1955
  }
2017
1956
  },
2018
1957
  "node_modules/lru-cache": {
2019
- "version": "11.5.0",
2020
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz",
2021
- "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==",
1958
+ "version": "11.5.1",
1959
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz",
1960
+ "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==",
2022
1961
  "license": "BlueOak-1.0.0",
2023
1962
  "engines": {
2024
1963
  "node": "20 || >=22"
@@ -2181,19 +2120,23 @@
2181
2120
  }
2182
2121
  },
2183
2122
  "node_modules/morgan": {
2184
- "version": "1.10.1",
2185
- "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz",
2186
- "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==",
2123
+ "version": "1.11.0",
2124
+ "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.11.0.tgz",
2125
+ "integrity": "sha512-zSkVu3t18r39pw4ixfBKvfZi3y2UOqr7d4WYwcj3m8nXpEQK4rPO6GLzs/CExoRgmX3y9EjmmcXqv6jq0SK46g==",
2187
2126
  "license": "MIT",
2188
2127
  "dependencies": {
2189
2128
  "basic-auth": "~2.0.1",
2190
2129
  "debug": "2.6.9",
2191
2130
  "depd": "~2.0.0",
2192
- "on-finished": "~2.3.0",
2131
+ "on-finished": "~2.4.1",
2193
2132
  "on-headers": "~1.1.0"
2194
2133
  },
2195
2134
  "engines": {
2196
2135
  "node": ">= 0.8.0"
2136
+ },
2137
+ "funding": {
2138
+ "type": "opencollective",
2139
+ "url": "https://opencollective.com/express"
2197
2140
  }
2198
2141
  },
2199
2142
  "node_modules/morgan/node_modules/debug": {
@@ -2211,33 +2154,12 @@
2211
2154
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
2212
2155
  "license": "MIT"
2213
2156
  },
2214
- "node_modules/morgan/node_modules/on-finished": {
2215
- "version": "2.3.0",
2216
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
2217
- "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
2218
- "license": "MIT",
2219
- "dependencies": {
2220
- "ee-first": "1.1.1"
2221
- },
2222
- "engines": {
2223
- "node": ">= 0.8"
2224
- }
2225
- },
2226
2157
  "node_modules/ms": {
2227
2158
  "version": "2.1.3",
2228
2159
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2229
2160
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2230
2161
  "license": "MIT"
2231
2162
  },
2232
- "node_modules/ncp": {
2233
- "version": "2.0.0",
2234
- "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
2235
- "integrity": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==",
2236
- "license": "MIT",
2237
- "bin": {
2238
- "ncp": "bin/ncp"
2239
- }
2240
- },
2241
2163
  "node_modules/negotiator": {
2242
2164
  "version": "1.0.0",
2243
2165
  "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
@@ -2350,50 +2272,6 @@
2350
2272
  "url": "https://github.com/sponsors/sindresorhus"
2351
2273
  }
2352
2274
  },
2353
- "node_modules/package-directory": {
2354
- "version": "8.2.0",
2355
- "resolved": "https://registry.npmjs.org/package-directory/-/package-directory-8.2.0.tgz",
2356
- "integrity": "sha512-qJSu5Mo6tHmRxCy2KCYYKYgcfBdUpy9dwReaZD/xwf608AUk/MoRtIOWzgDtUeGeC7n/55yC3MI1Q+MbSoektw==",
2357
- "license": "MIT",
2358
- "dependencies": {
2359
- "find-up-simple": "^1.0.0"
2360
- },
2361
- "engines": {
2362
- "node": ">=18"
2363
- },
2364
- "funding": {
2365
- "url": "https://github.com/sponsors/sindresorhus"
2366
- }
2367
- },
2368
- "node_modules/parse-json": {
2369
- "version": "8.3.0",
2370
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
2371
- "integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
2372
- "license": "MIT",
2373
- "dependencies": {
2374
- "@babel/code-frame": "^7.26.2",
2375
- "index-to-position": "^1.1.0",
2376
- "type-fest": "^4.39.1"
2377
- },
2378
- "engines": {
2379
- "node": ">=18"
2380
- },
2381
- "funding": {
2382
- "url": "https://github.com/sponsors/sindresorhus"
2383
- }
2384
- },
2385
- "node_modules/parse-json/node_modules/type-fest": {
2386
- "version": "4.41.0",
2387
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
2388
- "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
2389
- "license": "(MIT OR CC0-1.0)",
2390
- "engines": {
2391
- "node": ">=16"
2392
- },
2393
- "funding": {
2394
- "url": "https://github.com/sponsors/sindresorhus"
2395
- }
2396
- },
2397
2275
  "node_modules/parse-listing": {
2398
2276
  "version": "1.1.3",
2399
2277
  "resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
@@ -2443,12 +2321,6 @@
2443
2321
  "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
2444
2322
  "license": "MIT"
2445
2323
  },
2446
- "node_modules/picocolors": {
2447
- "version": "1.1.1",
2448
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2449
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2450
- "license": "ISC"
2451
- },
2452
2324
  "node_modules/plist": {
2453
2325
  "version": "4.0.0",
2454
2326
  "resolved": "https://registry.npmjs.org/plist/-/plist-4.0.0.tgz",
@@ -2570,25 +2442,6 @@
2570
2442
  "node": ">= 0.10"
2571
2443
  }
2572
2444
  },
2573
- "node_modules/read-pkg": {
2574
- "version": "10.1.0",
2575
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.1.0.tgz",
2576
- "integrity": "sha512-I8g2lArQiP78ll51UeMZojewtYgIRCKCWqZEgOO8c/uefTI+XDXvCSXu3+YNUaTNvZzobrL5+SqHjBrByRRTdg==",
2577
- "license": "MIT",
2578
- "dependencies": {
2579
- "@types/normalize-package-data": "^2.4.4",
2580
- "normalize-package-data": "^8.0.0",
2581
- "parse-json": "^8.3.0",
2582
- "type-fest": "^5.4.4",
2583
- "unicorn-magic": "^0.4.0"
2584
- },
2585
- "engines": {
2586
- "node": ">=20"
2587
- },
2588
- "funding": {
2589
- "url": "https://github.com/sponsors/sindresorhus"
2590
- }
2591
- },
2592
2445
  "node_modules/readable-stream": {
2593
2446
  "version": "4.7.0",
2594
2447
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
@@ -2644,15 +2497,6 @@
2644
2497
  "url": "https://github.com/sponsors/yqnn"
2645
2498
  }
2646
2499
  },
2647
- "node_modules/resolve-from": {
2648
- "version": "5.0.0",
2649
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
2650
- "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
2651
- "license": "MIT",
2652
- "engines": {
2653
- "node": ">=8"
2654
- }
2655
- },
2656
2500
  "node_modules/router": {
2657
2501
  "version": "2.2.0",
2658
2502
  "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
@@ -2698,9 +2542,9 @@
2698
2542
  "optional": true
2699
2543
  },
2700
2544
  "node_modules/semver": {
2701
- "version": "7.8.1",
2702
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
2703
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
2545
+ "version": "7.8.4",
2546
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
2547
+ "integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
2704
2548
  "license": "ISC",
2705
2549
  "bin": {
2706
2550
  "semver": "bin/semver.js"
@@ -2799,63 +2643,12 @@
2799
2643
  "url": "https://opencollective.com/express"
2800
2644
  }
2801
2645
  },
2802
- "node_modules/set-blocking": {
2803
- "version": "2.0.0",
2804
- "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
2805
- "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
2806
- "license": "ISC"
2807
- },
2808
2646
  "node_modules/setprototypeof": {
2809
2647
  "version": "1.2.0",
2810
2648
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2811
2649
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2812
2650
  "license": "ISC"
2813
2651
  },
2814
- "node_modules/sharp": {
2815
- "version": "0.34.5",
2816
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
2817
- "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
2818
- "devOptional": true,
2819
- "hasInstallScript": true,
2820
- "license": "Apache-2.0",
2821
- "dependencies": {
2822
- "@img/colour": "^1.0.0",
2823
- "detect-libc": "^2.1.2",
2824
- "semver": "^7.7.3"
2825
- },
2826
- "engines": {
2827
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
2828
- },
2829
- "funding": {
2830
- "url": "https://opencollective.com/libvips"
2831
- },
2832
- "optionalDependencies": {
2833
- "@img/sharp-darwin-arm64": "0.34.5",
2834
- "@img/sharp-darwin-x64": "0.34.5",
2835
- "@img/sharp-libvips-darwin-arm64": "1.2.4",
2836
- "@img/sharp-libvips-darwin-x64": "1.2.4",
2837
- "@img/sharp-libvips-linux-arm": "1.2.4",
2838
- "@img/sharp-libvips-linux-arm64": "1.2.4",
2839
- "@img/sharp-libvips-linux-ppc64": "1.2.4",
2840
- "@img/sharp-libvips-linux-riscv64": "1.2.4",
2841
- "@img/sharp-libvips-linux-s390x": "1.2.4",
2842
- "@img/sharp-libvips-linux-x64": "1.2.4",
2843
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
2844
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
2845
- "@img/sharp-linux-arm": "0.34.5",
2846
- "@img/sharp-linux-arm64": "0.34.5",
2847
- "@img/sharp-linux-ppc64": "0.34.5",
2848
- "@img/sharp-linux-riscv64": "0.34.5",
2849
- "@img/sharp-linux-s390x": "0.34.5",
2850
- "@img/sharp-linux-x64": "0.34.5",
2851
- "@img/sharp-linuxmusl-arm64": "0.34.5",
2852
- "@img/sharp-linuxmusl-x64": "0.34.5",
2853
- "@img/sharp-wasm32": "0.34.5",
2854
- "@img/sharp-win32-arm64": "0.34.5",
2855
- "@img/sharp-win32-ia32": "0.34.5",
2856
- "@img/sharp-win32-x64": "0.34.5"
2857
- }
2858
- },
2859
2652
  "node_modules/shell-quote": {
2860
2653
  "version": "1.8.4",
2861
2654
  "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
@@ -2869,14 +2662,14 @@
2869
2662
  }
2870
2663
  },
2871
2664
  "node_modules/side-channel": {
2872
- "version": "1.1.0",
2873
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
2874
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
2665
+ "version": "1.1.1",
2666
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
2667
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
2875
2668
  "license": "MIT",
2876
2669
  "dependencies": {
2877
2670
  "es-errors": "^1.3.0",
2878
- "object-inspect": "^1.13.3",
2879
- "side-channel-list": "^1.0.0",
2671
+ "object-inspect": "^1.13.4",
2672
+ "side-channel-list": "^1.0.1",
2880
2673
  "side-channel-map": "^1.0.1",
2881
2674
  "side-channel-weakmap": "^1.0.2"
2882
2675
  },
@@ -3054,9 +2847,9 @@
3054
2847
  }
3055
2848
  },
3056
2849
  "node_modules/streamx": {
3057
- "version": "2.26.0",
3058
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.26.0.tgz",
3059
- "integrity": "sha512-VvNG1K72Po/xwJzxZFnZ++Tbrv4lwSptsbkFuzXCJAYZvCK5nnxsvXU6ajqkv7chyiI1Y0YXq2Jh8Iy8Y7NF/A==",
2850
+ "version": "2.28.0",
2851
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz",
2852
+ "integrity": "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==",
3060
2853
  "license": "MIT",
3061
2854
  "dependencies": {
3062
2855
  "events-universal": "^1.0.0",
@@ -3116,18 +2909,6 @@
3116
2909
  "node": ">=8"
3117
2910
  }
3118
2911
  },
3119
- "node_modules/supports-color": {
3120
- "version": "10.2.2",
3121
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
3122
- "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
3123
- "license": "MIT",
3124
- "engines": {
3125
- "node": ">=18"
3126
- },
3127
- "funding": {
3128
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3129
- }
3130
- },
3131
2912
  "node_modules/tagged-tag": {
3132
2913
  "version": "1.0.0",
3133
2914
  "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
@@ -3153,9 +2934,9 @@
3153
2934
  }
3154
2935
  },
3155
2936
  "node_modules/teen_process": {
3156
- "version": "4.1.3",
3157
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
3158
- "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
2937
+ "version": "4.1.4",
2938
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.4.tgz",
2939
+ "integrity": "sha512-0bXracUK3DuQTYgx0r5Gc9hui6KxFYqGdnieoPeafAwC1ntXTmWF0UwZJBJkoiu+UZuiKTIsl4g4XVobKbIIwA==",
3159
2940
  "license": "Apache-2.0",
3160
2941
  "dependencies": {
3161
2942
  "shell-quote": "^1.8.1"
@@ -3215,9 +2996,9 @@
3215
2996
  "license": "0BSD"
3216
2997
  },
3217
2998
  "node_modules/type-fest": {
3218
- "version": "5.6.0",
3219
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
3220
- "integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
2999
+ "version": "5.7.0",
3000
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.7.0.tgz",
3001
+ "integrity": "sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==",
3221
3002
  "license": "(MIT OR CC0-1.0)",
3222
3003
  "dependencies": {
3223
3004
  "tagged-tag": "^1.0.0"
@@ -3260,18 +3041,6 @@
3260
3041
  "url": "https://opencollective.com/express"
3261
3042
  }
3262
3043
  },
3263
- "node_modules/unicorn-magic": {
3264
- "version": "0.4.0",
3265
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
3266
- "integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
3267
- "license": "MIT",
3268
- "engines": {
3269
- "node": ">=20"
3270
- },
3271
- "funding": {
3272
- "url": "https://github.com/sponsors/sindresorhus"
3273
- }
3274
- },
3275
3044
  "node_modules/unorm": {
3276
3045
  "version": "1.6.0",
3277
3046
  "resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
@@ -3570,27 +3339,17 @@
3570
3339
  }
3571
3340
  },
3572
3341
  "node_modules/yauzl": {
3573
- "version": "3.3.1",
3574
- "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.1.tgz",
3575
- "integrity": "sha512-RNPCUkiE/ZgO4w8i9U5yDQVHaFDdnzaFANElRvpJteCspvmv2VqrRb9lvS6odVD+jqI/zDsxAHJVsafpcheVQQ==",
3342
+ "version": "3.4.0",
3343
+ "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.4.0.tgz",
3344
+ "integrity": "sha512-jIH9yLR9wqr0wOS0TpBvo/g/2UgZH5qePVbjgRliiF0BYvOZyaBknKsF+x9Iht0O6sqgnB93rCICdOZFecJuDw==",
3576
3345
  "license": "MIT",
3577
3346
  "dependencies": {
3578
- "buffer-crc32": "~0.2.3",
3579
3347
  "pend": "~1.2.0"
3580
3348
  },
3581
3349
  "engines": {
3582
3350
  "node": ">=12"
3583
3351
  }
3584
3352
  },
3585
- "node_modules/yauzl/node_modules/buffer-crc32": {
3586
- "version": "0.2.13",
3587
- "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
3588
- "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
3589
- "license": "MIT",
3590
- "engines": {
3591
- "node": "*"
3592
- }
3593
- },
3594
3353
  "node_modules/yocto-queue": {
3595
3354
  "version": "1.2.2",
3596
3355
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
@@ -3603,18 +3362,6 @@
3603
3362
  "url": "https://github.com/sponsors/sindresorhus"
3604
3363
  }
3605
3364
  },
3606
- "node_modules/yoctocolors": {
3607
- "version": "2.1.2",
3608
- "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
3609
- "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
3610
- "license": "MIT",
3611
- "engines": {
3612
- "node": ">=18"
3613
- },
3614
- "funding": {
3615
- "url": "https://github.com/sponsors/sindresorhus"
3616
- }
3617
- },
3618
3365
  "node_modules/zip-stream": {
3619
3366
  "version": "7.0.5",
3620
3367
  "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-7.0.5.tgz",