appium-uiautomator2-driver 7.6.1 → 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.
- package/CHANGELOG.md +6 -0
- package/npm-shrinkwrap.json +211 -477
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.6.2](https://github.com/appium/appium-uiautomator2-driver/compare/v7.6.1...v7.6.2) (2026-06-19)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/node from 25.9.4 to 26.0.0 ([#1011](https://github.com/appium/appium-uiautomator2-driver/issues/1011)) ([6783d39](https://github.com/appium/appium-uiautomator2-driver/commit/6783d39dafe7d79ab0b4d5ad43f11004f9e745bb))
|
|
6
|
+
|
|
1
7
|
## [7.6.1](https://github.com/appium/appium-uiautomator2-driver/compare/v7.6.0...v7.6.1) (2026-06-09)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "7.6.
|
|
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.
|
|
9
|
+
"version": "7.6.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/css-locator-to-native": "^1.0.1",
|
|
@@ -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": "^
|
|
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.
|
|
64
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
65
|
-
"integrity": "sha512-
|
|
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.
|
|
69
|
-
"@appium/types": "1.5.
|
|
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.
|
|
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.
|
|
77
|
+
"lru-cache": "11.5.1",
|
|
79
78
|
"method-override": "3.0.0",
|
|
80
|
-
"morgan": "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.
|
|
82
|
+
"type-fest": "5.7.0"
|
|
84
83
|
},
|
|
85
84
|
"engines": {
|
|
86
85
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -90,18 +89,6 @@
|
|
|
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",
|
|
98
|
-
"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"
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
92
|
"node_modules/@appium/css-locator-to-native": {
|
|
106
93
|
"version": "1.0.1",
|
|
107
94
|
"resolved": "https://registry.npmjs.org/@appium/css-locator-to-native/-/css-locator-to-native-1.0.1.tgz",
|
|
@@ -116,19 +103,18 @@
|
|
|
116
103
|
}
|
|
117
104
|
},
|
|
118
105
|
"node_modules/@appium/docutils": {
|
|
119
|
-
"version": "2.
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
121
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "2.5.1",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.5.1.tgz",
|
|
108
|
+
"integrity": "sha512-P2Kveb4I68KGC6gAY0TRTVgvqBaZW3WqpnHgK0iiN+lLhaxBoRrqoaGJR95oPb93sgkZQT59ZexdZ5KXf8wFtA==",
|
|
122
109
|
"license": "Apache-2.0",
|
|
123
110
|
"dependencies": {
|
|
124
|
-
"@appium/support": "7.2.
|
|
111
|
+
"@appium/support": "7.2.5",
|
|
125
112
|
"consola": "3.4.2",
|
|
126
113
|
"diff": "9.0.0",
|
|
127
114
|
"lilconfig": "3.1.3",
|
|
128
|
-
"package-
|
|
129
|
-
"read-pkg": "10.1.0",
|
|
115
|
+
"normalize-package-data": "8.0.0",
|
|
130
116
|
"teen_process": "4.1.3",
|
|
131
|
-
"type-fest": "5.
|
|
117
|
+
"type-fest": "5.7.0",
|
|
132
118
|
"yaml": "2.9.0",
|
|
133
119
|
"yargs": "18.0.0",
|
|
134
120
|
"yargs-parser": "22.0.0"
|
|
@@ -141,15 +127,26 @@
|
|
|
141
127
|
"npm": ">=10"
|
|
142
128
|
}
|
|
143
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
|
+
},
|
|
144
143
|
"node_modules/@appium/logger": {
|
|
145
|
-
"version": "2.0.
|
|
146
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
147
|
-
"integrity": "sha512-
|
|
144
|
+
"version": "2.0.9",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.9.tgz",
|
|
146
|
+
"integrity": "sha512-3rNqtyxTygrDkxEMA2UB35EQfzxlnGCkIJLdIRDLKhVfbHgFw8XEnPnYuvMKvzG8zVeBUoh76dxKVHyIezPsIQ==",
|
|
148
147
|
"license": "ISC",
|
|
149
148
|
"dependencies": {
|
|
150
|
-
"
|
|
151
|
-
"lru-cache": "11.5.0",
|
|
152
|
-
"set-blocking": "2.0.0"
|
|
149
|
+
"lru-cache": "11.5.1"
|
|
153
150
|
},
|
|
154
151
|
"engines": {
|
|
155
152
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -157,9 +154,9 @@
|
|
|
157
154
|
}
|
|
158
155
|
},
|
|
159
156
|
"node_modules/@appium/schema": {
|
|
160
|
-
"version": "1.2.
|
|
161
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.
|
|
162
|
-
"integrity": "sha512
|
|
157
|
+
"version": "1.2.1",
|
|
158
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.1.tgz",
|
|
159
|
+
"integrity": "sha512-+XmwihFeW10Q0UI/WdLsMTfnC2d2ec0ceGRdhRcfBuo5cClfm/E7VCJH2PE64KE0A17ZlsZf63FRkKfNHw9PKw==",
|
|
163
160
|
"license": "Apache-2.0",
|
|
164
161
|
"dependencies": {
|
|
165
162
|
"json-schema": "0.4.0"
|
|
@@ -170,72 +167,140 @@
|
|
|
170
167
|
}
|
|
171
168
|
},
|
|
172
169
|
"node_modules/@appium/support": {
|
|
173
|
-
"version": "7.2.
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.
|
|
175
|
-
"integrity": "sha512
|
|
170
|
+
"version": "7.2.5",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.5.tgz",
|
|
172
|
+
"integrity": "sha512-+sk7HdWYD5EMcSVtiMK09aA960suBJY/8d+r5v8j9vHw47R4ukLrM2lShpIpFFCTTfz5ZTCjCtvqNwwM8EqyMg==",
|
|
176
173
|
"license": "Apache-2.0",
|
|
177
174
|
"dependencies": {
|
|
178
|
-
"@appium/logger": "2.0.
|
|
179
|
-
"@appium/
|
|
180
|
-
"@appium/types": "1.5.0",
|
|
181
|
-
"@colors/colors": "1.6.0",
|
|
175
|
+
"@appium/logger": "2.0.9",
|
|
176
|
+
"@appium/types": "1.5.1",
|
|
182
177
|
"archiver": "8.0.0",
|
|
183
178
|
"asyncbox": "6.3.0",
|
|
184
|
-
"axios": "1.
|
|
185
|
-
"base64-stream": "1.0.0",
|
|
179
|
+
"axios": "1.18.0",
|
|
186
180
|
"bluebird": "3.7.2",
|
|
187
181
|
"bplist-creator": "0.1.1",
|
|
188
182
|
"bplist-parser": "0.3.2",
|
|
189
|
-
"form-data": "4.0.
|
|
190
|
-
"get-stream": "9.0.1",
|
|
183
|
+
"form-data": "4.0.6",
|
|
191
184
|
"glob": "13.0.6",
|
|
192
185
|
"jsftp": "2.1.3",
|
|
193
186
|
"klaw": "4.1.0",
|
|
194
187
|
"lockfile": "1.0.4",
|
|
195
|
-
"
|
|
196
|
-
"ncp": "2.0.0",
|
|
197
|
-
"package-directory": "8.2.0",
|
|
188
|
+
"normalize-package-data": "8.0.0",
|
|
198
189
|
"plist": "4.0.0",
|
|
199
190
|
"pluralize": "8.0.0",
|
|
200
|
-
"read-pkg": "10.1.0",
|
|
201
|
-
"resolve-from": "5.0.0",
|
|
202
191
|
"sanitize-filename": "1.6.4",
|
|
203
|
-
"semver": "7.8.
|
|
192
|
+
"semver": "7.8.4",
|
|
204
193
|
"shell-quote": "1.8.4",
|
|
205
|
-
"supports-color": "10.2.2",
|
|
206
194
|
"teen_process": "4.1.3",
|
|
207
|
-
"type-fest": "5.
|
|
195
|
+
"type-fest": "5.7.0",
|
|
208
196
|
"uuid": "14.0.0",
|
|
209
197
|
"which": "6.0.1",
|
|
210
|
-
"yauzl": "3.
|
|
198
|
+
"yauzl": "3.4.0"
|
|
211
199
|
},
|
|
212
200
|
"engines": {
|
|
213
201
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
214
202
|
"npm": ">=10"
|
|
215
203
|
},
|
|
216
204
|
"optionalDependencies": {
|
|
217
|
-
"sharp": "0.
|
|
205
|
+
"sharp": "0.35.1"
|
|
218
206
|
}
|
|
219
207
|
},
|
|
220
|
-
"node_modules/@appium/support/node_modules/
|
|
221
|
-
"version": "1.
|
|
222
|
-
"resolved": "https://registry.npmjs.org/
|
|
223
|
-
"integrity": "sha512-
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
229
|
-
|
|
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"
|
|
230
225
|
}
|
|
231
226
|
},
|
|
232
|
-
"node_modules/@appium/
|
|
233
|
-
"version": "
|
|
234
|
-
"resolved": "https://registry.npmjs.org/@
|
|
235
|
-
"integrity": "sha512-
|
|
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
|
+
],
|
|
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,
|
|
258
|
+
"dependencies": {
|
|
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==",
|
|
236
301
|
"license": "Apache-2.0",
|
|
237
302
|
"dependencies": {
|
|
238
|
-
"
|
|
303
|
+
"shell-quote": "^1.8.1"
|
|
239
304
|
},
|
|
240
305
|
"engines": {
|
|
241
306
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -243,42 +308,20 @@
|
|
|
243
308
|
}
|
|
244
309
|
},
|
|
245
310
|
"node_modules/@appium/types": {
|
|
246
|
-
"version": "1.5.
|
|
247
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.
|
|
248
|
-
"integrity": "sha512-
|
|
311
|
+
"version": "1.5.1",
|
|
312
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.1.tgz",
|
|
313
|
+
"integrity": "sha512-cQkbSh6AwEGlowfKBxVngtBc5fkqAPmg4WdjGZ2txa81lpfuNTLX50VWM8Nxf3hiCgRMsRVfBWdU9x38OJqDrQ==",
|
|
249
314
|
"license": "Apache-2.0",
|
|
250
315
|
"dependencies": {
|
|
251
|
-
"@appium/
|
|
252
|
-
"
|
|
253
|
-
"@appium/tsconfig": "1.1.2",
|
|
254
|
-
"type-fest": "5.6.0"
|
|
316
|
+
"@appium/schema": "1.2.1",
|
|
317
|
+
"type-fest": "5.7.0"
|
|
255
318
|
},
|
|
256
319
|
"engines": {
|
|
257
320
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
258
321
|
"npm": ">=10"
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
"node_modules/@babel/code-frame": {
|
|
262
|
-
"version": "7.29.7",
|
|
263
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
264
|
-
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
265
|
-
"license": "MIT",
|
|
266
|
-
"dependencies": {
|
|
267
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
268
|
-
"js-tokens": "^4.0.0",
|
|
269
|
-
"picocolors": "^1.1.1"
|
|
270
322
|
},
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"node_modules/@babel/helper-validator-identifier": {
|
|
276
|
-
"version": "7.29.7",
|
|
277
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
278
|
-
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
279
|
-
"license": "MIT",
|
|
280
|
-
"engines": {
|
|
281
|
-
"node": ">=6.9.0"
|
|
323
|
+
"peerDependencies": {
|
|
324
|
+
"@appium/logger": "^2.0.0"
|
|
282
325
|
}
|
|
283
326
|
},
|
|
284
327
|
"node_modules/@colors/colors": {
|
|
@@ -300,68 +343,6 @@
|
|
|
300
343
|
"node": ">=18"
|
|
301
344
|
}
|
|
302
345
|
},
|
|
303
|
-
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
304
|
-
"version": "1.2.4",
|
|
305
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
306
|
-
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
307
|
-
"cpu": [
|
|
308
|
-
"x64"
|
|
309
|
-
],
|
|
310
|
-
"libc": [
|
|
311
|
-
"glibc"
|
|
312
|
-
],
|
|
313
|
-
"license": "LGPL-3.0-or-later",
|
|
314
|
-
"optional": true,
|
|
315
|
-
"os": [
|
|
316
|
-
"linux"
|
|
317
|
-
],
|
|
318
|
-
"funding": {
|
|
319
|
-
"url": "https://opencollective.com/libvips"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
"node_modules/@img/sharp-linux-x64": {
|
|
323
|
-
"version": "0.34.5",
|
|
324
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
325
|
-
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
326
|
-
"cpu": [
|
|
327
|
-
"x64"
|
|
328
|
-
],
|
|
329
|
-
"libc": [
|
|
330
|
-
"glibc"
|
|
331
|
-
],
|
|
332
|
-
"license": "Apache-2.0",
|
|
333
|
-
"optional": true,
|
|
334
|
-
"os": [
|
|
335
|
-
"linux"
|
|
336
|
-
],
|
|
337
|
-
"engines": {
|
|
338
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
339
|
-
},
|
|
340
|
-
"funding": {
|
|
341
|
-
"url": "https://opencollective.com/libvips"
|
|
342
|
-
},
|
|
343
|
-
"optionalDependencies": {
|
|
344
|
-
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"node_modules/@sec-ant/readable-stream": {
|
|
348
|
-
"version": "0.4.1",
|
|
349
|
-
"resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
|
|
350
|
-
"integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
|
|
351
|
-
"license": "MIT"
|
|
352
|
-
},
|
|
353
|
-
"node_modules/@tsconfig/node20": {
|
|
354
|
-
"version": "20.1.9",
|
|
355
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.9.tgz",
|
|
356
|
-
"integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
|
|
357
|
-
"license": "MIT"
|
|
358
|
-
},
|
|
359
|
-
"node_modules/@types/normalize-package-data": {
|
|
360
|
-
"version": "2.4.4",
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
|
|
362
|
-
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
363
|
-
"license": "MIT"
|
|
364
|
-
},
|
|
365
346
|
"node_modules/@xmldom/xmldom": {
|
|
366
347
|
"version": "0.9.10",
|
|
367
348
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
|
@@ -437,9 +418,9 @@
|
|
|
437
418
|
}
|
|
438
419
|
},
|
|
439
420
|
"node_modules/appium-adb": {
|
|
440
|
-
"version": "15.0.
|
|
441
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.
|
|
442
|
-
"integrity": "sha512-
|
|
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==",
|
|
443
424
|
"license": "Apache-2.0",
|
|
444
425
|
"dependencies": {
|
|
445
426
|
"@appium/support": "^7.2.2",
|
|
@@ -456,9 +437,9 @@
|
|
|
456
437
|
}
|
|
457
438
|
},
|
|
458
439
|
"node_modules/appium-android-driver": {
|
|
459
|
-
"version": "13.2.
|
|
460
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.
|
|
461
|
-
"integrity": "sha512-
|
|
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==",
|
|
462
443
|
"license": "Apache-2.0",
|
|
463
444
|
"dependencies": {
|
|
464
445
|
"@appium/support": "^7.2.2",
|
|
@@ -486,9 +467,9 @@
|
|
|
486
467
|
}
|
|
487
468
|
},
|
|
488
469
|
"node_modules/appium-chromedriver": {
|
|
489
|
-
"version": "8.4.
|
|
490
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.
|
|
491
|
-
"integrity": "sha512-
|
|
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==",
|
|
492
473
|
"license": "Apache-2.0",
|
|
493
474
|
"dependencies": {
|
|
494
475
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -576,9 +557,9 @@
|
|
|
576
557
|
"license": "MIT"
|
|
577
558
|
},
|
|
578
559
|
"node_modules/axios": {
|
|
579
|
-
"version": "1.
|
|
580
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
581
|
-
"integrity": "sha512-
|
|
560
|
+
"version": "1.18.0",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
|
|
562
|
+
"integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
|
|
582
563
|
"license": "MIT",
|
|
583
564
|
"dependencies": {
|
|
584
565
|
"follow-redirects": "^1.16.0",
|
|
@@ -667,11 +648,12 @@
|
|
|
667
648
|
}
|
|
668
649
|
},
|
|
669
650
|
"node_modules/bare-stream": {
|
|
670
|
-
"version": "2.13.
|
|
671
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.
|
|
672
|
-
"integrity": "sha512-
|
|
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==",
|
|
673
654
|
"license": "Apache-2.0",
|
|
674
655
|
"dependencies": {
|
|
656
|
+
"b4a": "^1.8.1",
|
|
675
657
|
"streamx": "^2.25.0",
|
|
676
658
|
"teex": "^1.0.1"
|
|
677
659
|
},
|
|
@@ -721,12 +703,6 @@
|
|
|
721
703
|
],
|
|
722
704
|
"license": "MIT"
|
|
723
705
|
},
|
|
724
|
-
"node_modules/base64-stream": {
|
|
725
|
-
"version": "1.0.0",
|
|
726
|
-
"resolved": "https://registry.npmjs.org/base64-stream/-/base64-stream-1.0.0.tgz",
|
|
727
|
-
"integrity": "sha512-BQQZftaO48FcE1Kof9CmXMFaAdqkcNorgc8CxesZv9nMbbTF1EFyQe89UOuh//QMmdtfUDXyO8rgUalemL5ODA==",
|
|
728
|
-
"license": "MIT"
|
|
729
|
-
},
|
|
730
706
|
"node_modules/basic-auth": {
|
|
731
707
|
"version": "2.0.1",
|
|
732
708
|
"resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
|
|
@@ -1003,12 +979,6 @@
|
|
|
1003
979
|
"node": "^14.18.0 || >=16.10.0"
|
|
1004
980
|
}
|
|
1005
981
|
},
|
|
1006
|
-
"node_modules/console-control-strings": {
|
|
1007
|
-
"version": "1.1.0",
|
|
1008
|
-
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
1009
|
-
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
1010
|
-
"license": "ISC"
|
|
1011
|
-
},
|
|
1012
982
|
"node_modules/content-disposition": {
|
|
1013
983
|
"version": "1.1.0",
|
|
1014
984
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
@@ -1367,18 +1337,6 @@
|
|
|
1367
1337
|
"url": "https://opencollective.com/express"
|
|
1368
1338
|
}
|
|
1369
1339
|
},
|
|
1370
|
-
"node_modules/find-up-simple": {
|
|
1371
|
-
"version": "1.0.1",
|
|
1372
|
-
"resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
|
|
1373
|
-
"integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
|
|
1374
|
-
"license": "MIT",
|
|
1375
|
-
"engines": {
|
|
1376
|
-
"node": ">=18"
|
|
1377
|
-
},
|
|
1378
|
-
"funding": {
|
|
1379
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
1340
|
"node_modules/follow-redirects": {
|
|
1383
1341
|
"version": "1.16.0",
|
|
1384
1342
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
@@ -1400,16 +1358,16 @@
|
|
|
1400
1358
|
}
|
|
1401
1359
|
},
|
|
1402
1360
|
"node_modules/form-data": {
|
|
1403
|
-
"version": "4.0.
|
|
1404
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
1405
|
-
"integrity": "sha512-
|
|
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==",
|
|
1406
1364
|
"license": "MIT",
|
|
1407
1365
|
"dependencies": {
|
|
1408
1366
|
"asynckit": "^0.4.0",
|
|
1409
1367
|
"combined-stream": "^1.0.8",
|
|
1410
1368
|
"es-set-tostringtag": "^2.1.0",
|
|
1411
|
-
"hasown": "^2.0.
|
|
1412
|
-
"mime-types": "^2.1.
|
|
1369
|
+
"hasown": "^2.0.4",
|
|
1370
|
+
"mime-types": "^2.1.35"
|
|
1413
1371
|
},
|
|
1414
1372
|
"engines": {
|
|
1415
1373
|
"node": ">= 6"
|
|
@@ -1556,22 +1514,6 @@
|
|
|
1556
1514
|
"node": ">= 0.4"
|
|
1557
1515
|
}
|
|
1558
1516
|
},
|
|
1559
|
-
"node_modules/get-stream": {
|
|
1560
|
-
"version": "9.0.1",
|
|
1561
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
1562
|
-
"integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
|
|
1563
|
-
"license": "MIT",
|
|
1564
|
-
"dependencies": {
|
|
1565
|
-
"@sec-ant/readable-stream": "^0.4.1",
|
|
1566
|
-
"is-stream": "^4.0.1"
|
|
1567
|
-
},
|
|
1568
|
-
"engines": {
|
|
1569
|
-
"node": ">=18"
|
|
1570
|
-
},
|
|
1571
|
-
"funding": {
|
|
1572
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
1517
|
"node_modules/glob": {
|
|
1576
1518
|
"version": "13.0.6",
|
|
1577
1519
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -1790,18 +1732,6 @@
|
|
|
1790
1732
|
],
|
|
1791
1733
|
"license": "BSD-3-Clause"
|
|
1792
1734
|
},
|
|
1793
|
-
"node_modules/index-to-position": {
|
|
1794
|
-
"version": "1.2.0",
|
|
1795
|
-
"resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz",
|
|
1796
|
-
"integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==",
|
|
1797
|
-
"license": "MIT",
|
|
1798
|
-
"engines": {
|
|
1799
|
-
"node": ">=18"
|
|
1800
|
-
},
|
|
1801
|
-
"funding": {
|
|
1802
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
1735
|
"node_modules/inherits": {
|
|
1806
1736
|
"version": "2.0.4",
|
|
1807
1737
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
@@ -1818,9 +1748,9 @@
|
|
|
1818
1748
|
}
|
|
1819
1749
|
},
|
|
1820
1750
|
"node_modules/io.appium.settings": {
|
|
1821
|
-
"version": "7.1.
|
|
1822
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.
|
|
1823
|
-
"integrity": "sha512-
|
|
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==",
|
|
1824
1754
|
"license": "Apache-2.0",
|
|
1825
1755
|
"dependencies": {
|
|
1826
1756
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -1870,12 +1800,13 @@
|
|
|
1870
1800
|
}
|
|
1871
1801
|
},
|
|
1872
1802
|
"node_modules/is-unicode-supported": {
|
|
1873
|
-
"version": "
|
|
1874
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-
|
|
1875
|
-
"integrity": "sha512-
|
|
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,
|
|
1876
1807
|
"license": "MIT",
|
|
1877
1808
|
"engines": {
|
|
1878
|
-
"node": ">=
|
|
1809
|
+
"node": ">=10"
|
|
1879
1810
|
},
|
|
1880
1811
|
"funding": {
|
|
1881
1812
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -1896,12 +1827,6 @@
|
|
|
1896
1827
|
"node": ">=20"
|
|
1897
1828
|
}
|
|
1898
1829
|
},
|
|
1899
|
-
"node_modules/js-tokens": {
|
|
1900
|
-
"version": "4.0.0",
|
|
1901
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
1902
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
1903
|
-
"license": "MIT"
|
|
1904
|
-
},
|
|
1905
1830
|
"node_modules/jsftp": {
|
|
1906
1831
|
"version": "2.1.3",
|
|
1907
1832
|
"resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
|
|
@@ -2013,25 +1938,26 @@
|
|
|
2013
1938
|
"license": "MIT"
|
|
2014
1939
|
},
|
|
2015
1940
|
"node_modules/log-symbols": {
|
|
2016
|
-
"version": "
|
|
2017
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-
|
|
2018
|
-
"integrity": "sha512-
|
|
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,
|
|
2019
1945
|
"license": "MIT",
|
|
2020
1946
|
"dependencies": {
|
|
2021
|
-
"
|
|
2022
|
-
"
|
|
1947
|
+
"chalk": "^4.1.0",
|
|
1948
|
+
"is-unicode-supported": "^0.1.0"
|
|
2023
1949
|
},
|
|
2024
1950
|
"engines": {
|
|
2025
|
-
"node": ">=
|
|
1951
|
+
"node": ">=10"
|
|
2026
1952
|
},
|
|
2027
1953
|
"funding": {
|
|
2028
1954
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2029
1955
|
}
|
|
2030
1956
|
},
|
|
2031
1957
|
"node_modules/lru-cache": {
|
|
2032
|
-
"version": "11.5.
|
|
2033
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
2034
|
-
"integrity": "sha512-
|
|
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==",
|
|
2035
1961
|
"license": "BlueOak-1.0.0",
|
|
2036
1962
|
"engines": {
|
|
2037
1963
|
"node": "20 || >=22"
|
|
@@ -2194,19 +2120,23 @@
|
|
|
2194
2120
|
}
|
|
2195
2121
|
},
|
|
2196
2122
|
"node_modules/morgan": {
|
|
2197
|
-
"version": "1.
|
|
2198
|
-
"resolved": "https://registry.npmjs.org/morgan/-/morgan-1.
|
|
2199
|
-
"integrity": "sha512-
|
|
2123
|
+
"version": "1.11.0",
|
|
2124
|
+
"resolved": "https://registry.npmjs.org/morgan/-/morgan-1.11.0.tgz",
|
|
2125
|
+
"integrity": "sha512-zSkVu3t18r39pw4ixfBKvfZi3y2UOqr7d4WYwcj3m8nXpEQK4rPO6GLzs/CExoRgmX3y9EjmmcXqv6jq0SK46g==",
|
|
2200
2126
|
"license": "MIT",
|
|
2201
2127
|
"dependencies": {
|
|
2202
2128
|
"basic-auth": "~2.0.1",
|
|
2203
2129
|
"debug": "2.6.9",
|
|
2204
2130
|
"depd": "~2.0.0",
|
|
2205
|
-
"on-finished": "~2.
|
|
2131
|
+
"on-finished": "~2.4.1",
|
|
2206
2132
|
"on-headers": "~1.1.0"
|
|
2207
2133
|
},
|
|
2208
2134
|
"engines": {
|
|
2209
2135
|
"node": ">= 0.8.0"
|
|
2136
|
+
},
|
|
2137
|
+
"funding": {
|
|
2138
|
+
"type": "opencollective",
|
|
2139
|
+
"url": "https://opencollective.com/express"
|
|
2210
2140
|
}
|
|
2211
2141
|
},
|
|
2212
2142
|
"node_modules/morgan/node_modules/debug": {
|
|
@@ -2224,33 +2154,12 @@
|
|
|
2224
2154
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
2225
2155
|
"license": "MIT"
|
|
2226
2156
|
},
|
|
2227
|
-
"node_modules/morgan/node_modules/on-finished": {
|
|
2228
|
-
"version": "2.3.0",
|
|
2229
|
-
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
|
2230
|
-
"integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
|
|
2231
|
-
"license": "MIT",
|
|
2232
|
-
"dependencies": {
|
|
2233
|
-
"ee-first": "1.1.1"
|
|
2234
|
-
},
|
|
2235
|
-
"engines": {
|
|
2236
|
-
"node": ">= 0.8"
|
|
2237
|
-
}
|
|
2238
|
-
},
|
|
2239
2157
|
"node_modules/ms": {
|
|
2240
2158
|
"version": "2.1.3",
|
|
2241
2159
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2242
2160
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2243
2161
|
"license": "MIT"
|
|
2244
2162
|
},
|
|
2245
|
-
"node_modules/ncp": {
|
|
2246
|
-
"version": "2.0.0",
|
|
2247
|
-
"resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
|
|
2248
|
-
"integrity": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==",
|
|
2249
|
-
"license": "MIT",
|
|
2250
|
-
"bin": {
|
|
2251
|
-
"ncp": "bin/ncp"
|
|
2252
|
-
}
|
|
2253
|
-
},
|
|
2254
2163
|
"node_modules/negotiator": {
|
|
2255
2164
|
"version": "1.0.0",
|
|
2256
2165
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
|
|
@@ -2363,50 +2272,6 @@
|
|
|
2363
2272
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2364
2273
|
}
|
|
2365
2274
|
},
|
|
2366
|
-
"node_modules/package-directory": {
|
|
2367
|
-
"version": "8.2.0",
|
|
2368
|
-
"resolved": "https://registry.npmjs.org/package-directory/-/package-directory-8.2.0.tgz",
|
|
2369
|
-
"integrity": "sha512-qJSu5Mo6tHmRxCy2KCYYKYgcfBdUpy9dwReaZD/xwf608AUk/MoRtIOWzgDtUeGeC7n/55yC3MI1Q+MbSoektw==",
|
|
2370
|
-
"license": "MIT",
|
|
2371
|
-
"dependencies": {
|
|
2372
|
-
"find-up-simple": "^1.0.0"
|
|
2373
|
-
},
|
|
2374
|
-
"engines": {
|
|
2375
|
-
"node": ">=18"
|
|
2376
|
-
},
|
|
2377
|
-
"funding": {
|
|
2378
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2379
|
-
}
|
|
2380
|
-
},
|
|
2381
|
-
"node_modules/parse-json": {
|
|
2382
|
-
"version": "8.3.0",
|
|
2383
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
|
|
2384
|
-
"integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
|
|
2385
|
-
"license": "MIT",
|
|
2386
|
-
"dependencies": {
|
|
2387
|
-
"@babel/code-frame": "^7.26.2",
|
|
2388
|
-
"index-to-position": "^1.1.0",
|
|
2389
|
-
"type-fest": "^4.39.1"
|
|
2390
|
-
},
|
|
2391
|
-
"engines": {
|
|
2392
|
-
"node": ">=18"
|
|
2393
|
-
},
|
|
2394
|
-
"funding": {
|
|
2395
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2396
|
-
}
|
|
2397
|
-
},
|
|
2398
|
-
"node_modules/parse-json/node_modules/type-fest": {
|
|
2399
|
-
"version": "4.41.0",
|
|
2400
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
2401
|
-
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
2402
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2403
|
-
"engines": {
|
|
2404
|
-
"node": ">=16"
|
|
2405
|
-
},
|
|
2406
|
-
"funding": {
|
|
2407
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
2275
|
"node_modules/parse-listing": {
|
|
2411
2276
|
"version": "1.1.3",
|
|
2412
2277
|
"resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
|
|
@@ -2456,12 +2321,6 @@
|
|
|
2456
2321
|
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
|
2457
2322
|
"license": "MIT"
|
|
2458
2323
|
},
|
|
2459
|
-
"node_modules/picocolors": {
|
|
2460
|
-
"version": "1.1.1",
|
|
2461
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2462
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2463
|
-
"license": "ISC"
|
|
2464
|
-
},
|
|
2465
2324
|
"node_modules/plist": {
|
|
2466
2325
|
"version": "4.0.0",
|
|
2467
2326
|
"resolved": "https://registry.npmjs.org/plist/-/plist-4.0.0.tgz",
|
|
@@ -2583,25 +2442,6 @@
|
|
|
2583
2442
|
"node": ">= 0.10"
|
|
2584
2443
|
}
|
|
2585
2444
|
},
|
|
2586
|
-
"node_modules/read-pkg": {
|
|
2587
|
-
"version": "10.1.0",
|
|
2588
|
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.1.0.tgz",
|
|
2589
|
-
"integrity": "sha512-I8g2lArQiP78ll51UeMZojewtYgIRCKCWqZEgOO8c/uefTI+XDXvCSXu3+YNUaTNvZzobrL5+SqHjBrByRRTdg==",
|
|
2590
|
-
"license": "MIT",
|
|
2591
|
-
"dependencies": {
|
|
2592
|
-
"@types/normalize-package-data": "^2.4.4",
|
|
2593
|
-
"normalize-package-data": "^8.0.0",
|
|
2594
|
-
"parse-json": "^8.3.0",
|
|
2595
|
-
"type-fest": "^5.4.4",
|
|
2596
|
-
"unicorn-magic": "^0.4.0"
|
|
2597
|
-
},
|
|
2598
|
-
"engines": {
|
|
2599
|
-
"node": ">=20"
|
|
2600
|
-
},
|
|
2601
|
-
"funding": {
|
|
2602
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
2445
|
"node_modules/readable-stream": {
|
|
2606
2446
|
"version": "4.7.0",
|
|
2607
2447
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
@@ -2657,15 +2497,6 @@
|
|
|
2657
2497
|
"url": "https://github.com/sponsors/yqnn"
|
|
2658
2498
|
}
|
|
2659
2499
|
},
|
|
2660
|
-
"node_modules/resolve-from": {
|
|
2661
|
-
"version": "5.0.0",
|
|
2662
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
2663
|
-
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
|
2664
|
-
"license": "MIT",
|
|
2665
|
-
"engines": {
|
|
2666
|
-
"node": ">=8"
|
|
2667
|
-
}
|
|
2668
|
-
},
|
|
2669
2500
|
"node_modules/router": {
|
|
2670
2501
|
"version": "2.2.0",
|
|
2671
2502
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -2711,9 +2542,9 @@
|
|
|
2711
2542
|
"optional": true
|
|
2712
2543
|
},
|
|
2713
2544
|
"node_modules/semver": {
|
|
2714
|
-
"version": "7.8.
|
|
2715
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
2716
|
-
"integrity": "sha512-
|
|
2545
|
+
"version": "7.8.4",
|
|
2546
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
|
|
2547
|
+
"integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
|
|
2717
2548
|
"license": "ISC",
|
|
2718
2549
|
"bin": {
|
|
2719
2550
|
"semver": "bin/semver.js"
|
|
@@ -2812,63 +2643,12 @@
|
|
|
2812
2643
|
"url": "https://opencollective.com/express"
|
|
2813
2644
|
}
|
|
2814
2645
|
},
|
|
2815
|
-
"node_modules/set-blocking": {
|
|
2816
|
-
"version": "2.0.0",
|
|
2817
|
-
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
2818
|
-
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
2819
|
-
"license": "ISC"
|
|
2820
|
-
},
|
|
2821
2646
|
"node_modules/setprototypeof": {
|
|
2822
2647
|
"version": "1.2.0",
|
|
2823
2648
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
2824
2649
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
2825
2650
|
"license": "ISC"
|
|
2826
2651
|
},
|
|
2827
|
-
"node_modules/sharp": {
|
|
2828
|
-
"version": "0.34.5",
|
|
2829
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
2830
|
-
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
2831
|
-
"devOptional": true,
|
|
2832
|
-
"hasInstallScript": true,
|
|
2833
|
-
"license": "Apache-2.0",
|
|
2834
|
-
"dependencies": {
|
|
2835
|
-
"@img/colour": "^1.0.0",
|
|
2836
|
-
"detect-libc": "^2.1.2",
|
|
2837
|
-
"semver": "^7.7.3"
|
|
2838
|
-
},
|
|
2839
|
-
"engines": {
|
|
2840
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
2841
|
-
},
|
|
2842
|
-
"funding": {
|
|
2843
|
-
"url": "https://opencollective.com/libvips"
|
|
2844
|
-
},
|
|
2845
|
-
"optionalDependencies": {
|
|
2846
|
-
"@img/sharp-darwin-arm64": "0.34.5",
|
|
2847
|
-
"@img/sharp-darwin-x64": "0.34.5",
|
|
2848
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
2849
|
-
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
2850
|
-
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
2851
|
-
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
2852
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
2853
|
-
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
2854
|
-
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
2855
|
-
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
2856
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
2857
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
2858
|
-
"@img/sharp-linux-arm": "0.34.5",
|
|
2859
|
-
"@img/sharp-linux-arm64": "0.34.5",
|
|
2860
|
-
"@img/sharp-linux-ppc64": "0.34.5",
|
|
2861
|
-
"@img/sharp-linux-riscv64": "0.34.5",
|
|
2862
|
-
"@img/sharp-linux-s390x": "0.34.5",
|
|
2863
|
-
"@img/sharp-linux-x64": "0.34.5",
|
|
2864
|
-
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
2865
|
-
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
2866
|
-
"@img/sharp-wasm32": "0.34.5",
|
|
2867
|
-
"@img/sharp-win32-arm64": "0.34.5",
|
|
2868
|
-
"@img/sharp-win32-ia32": "0.34.5",
|
|
2869
|
-
"@img/sharp-win32-x64": "0.34.5"
|
|
2870
|
-
}
|
|
2871
|
-
},
|
|
2872
2652
|
"node_modules/shell-quote": {
|
|
2873
2653
|
"version": "1.8.4",
|
|
2874
2654
|
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
|
|
@@ -3067,9 +2847,9 @@
|
|
|
3067
2847
|
}
|
|
3068
2848
|
},
|
|
3069
2849
|
"node_modules/streamx": {
|
|
3070
|
-
"version": "2.
|
|
3071
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
3072
|
-
"integrity": "sha512-
|
|
2850
|
+
"version": "2.28.0",
|
|
2851
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz",
|
|
2852
|
+
"integrity": "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==",
|
|
3073
2853
|
"license": "MIT",
|
|
3074
2854
|
"dependencies": {
|
|
3075
2855
|
"events-universal": "^1.0.0",
|
|
@@ -3129,18 +2909,6 @@
|
|
|
3129
2909
|
"node": ">=8"
|
|
3130
2910
|
}
|
|
3131
2911
|
},
|
|
3132
|
-
"node_modules/supports-color": {
|
|
3133
|
-
"version": "10.2.2",
|
|
3134
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
|
|
3135
|
-
"integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
|
|
3136
|
-
"license": "MIT",
|
|
3137
|
-
"engines": {
|
|
3138
|
-
"node": ">=18"
|
|
3139
|
-
},
|
|
3140
|
-
"funding": {
|
|
3141
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3142
|
-
}
|
|
3143
|
-
},
|
|
3144
2912
|
"node_modules/tagged-tag": {
|
|
3145
2913
|
"version": "1.0.0",
|
|
3146
2914
|
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
|
|
@@ -3166,9 +2934,9 @@
|
|
|
3166
2934
|
}
|
|
3167
2935
|
},
|
|
3168
2936
|
"node_modules/teen_process": {
|
|
3169
|
-
"version": "4.1.
|
|
3170
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
3171
|
-
"integrity": "sha512-
|
|
2937
|
+
"version": "4.1.4",
|
|
2938
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.4.tgz",
|
|
2939
|
+
"integrity": "sha512-0bXracUK3DuQTYgx0r5Gc9hui6KxFYqGdnieoPeafAwC1ntXTmWF0UwZJBJkoiu+UZuiKTIsl4g4XVobKbIIwA==",
|
|
3172
2940
|
"license": "Apache-2.0",
|
|
3173
2941
|
"dependencies": {
|
|
3174
2942
|
"shell-quote": "^1.8.1"
|
|
@@ -3228,9 +2996,9 @@
|
|
|
3228
2996
|
"license": "0BSD"
|
|
3229
2997
|
},
|
|
3230
2998
|
"node_modules/type-fest": {
|
|
3231
|
-
"version": "5.
|
|
3232
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
3233
|
-
"integrity": "sha512-
|
|
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==",
|
|
3234
3002
|
"license": "(MIT OR CC0-1.0)",
|
|
3235
3003
|
"dependencies": {
|
|
3236
3004
|
"tagged-tag": "^1.0.0"
|
|
@@ -3273,18 +3041,6 @@
|
|
|
3273
3041
|
"url": "https://opencollective.com/express"
|
|
3274
3042
|
}
|
|
3275
3043
|
},
|
|
3276
|
-
"node_modules/unicorn-magic": {
|
|
3277
|
-
"version": "0.4.0",
|
|
3278
|
-
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
|
|
3279
|
-
"integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
|
|
3280
|
-
"license": "MIT",
|
|
3281
|
-
"engines": {
|
|
3282
|
-
"node": ">=20"
|
|
3283
|
-
},
|
|
3284
|
-
"funding": {
|
|
3285
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3286
|
-
}
|
|
3287
|
-
},
|
|
3288
3044
|
"node_modules/unorm": {
|
|
3289
3045
|
"version": "1.6.0",
|
|
3290
3046
|
"resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
|
|
@@ -3583,27 +3339,17 @@
|
|
|
3583
3339
|
}
|
|
3584
3340
|
},
|
|
3585
3341
|
"node_modules/yauzl": {
|
|
3586
|
-
"version": "3.
|
|
3587
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
3588
|
-
"integrity": "sha512-
|
|
3342
|
+
"version": "3.4.0",
|
|
3343
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.4.0.tgz",
|
|
3344
|
+
"integrity": "sha512-jIH9yLR9wqr0wOS0TpBvo/g/2UgZH5qePVbjgRliiF0BYvOZyaBknKsF+x9Iht0O6sqgnB93rCICdOZFecJuDw==",
|
|
3589
3345
|
"license": "MIT",
|
|
3590
3346
|
"dependencies": {
|
|
3591
|
-
"buffer-crc32": "~0.2.3",
|
|
3592
3347
|
"pend": "~1.2.0"
|
|
3593
3348
|
},
|
|
3594
3349
|
"engines": {
|
|
3595
3350
|
"node": ">=12"
|
|
3596
3351
|
}
|
|
3597
3352
|
},
|
|
3598
|
-
"node_modules/yauzl/node_modules/buffer-crc32": {
|
|
3599
|
-
"version": "0.2.13",
|
|
3600
|
-
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
3601
|
-
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
3602
|
-
"license": "MIT",
|
|
3603
|
-
"engines": {
|
|
3604
|
-
"node": "*"
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
3353
|
"node_modules/yocto-queue": {
|
|
3608
3354
|
"version": "1.2.2",
|
|
3609
3355
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
|
|
@@ -3616,18 +3362,6 @@
|
|
|
3616
3362
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3617
3363
|
}
|
|
3618
3364
|
},
|
|
3619
|
-
"node_modules/yoctocolors": {
|
|
3620
|
-
"version": "2.1.2",
|
|
3621
|
-
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
|
|
3622
|
-
"integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
|
|
3623
|
-
"license": "MIT",
|
|
3624
|
-
"engines": {
|
|
3625
|
-
"node": ">=18"
|
|
3626
|
-
},
|
|
3627
|
-
"funding": {
|
|
3628
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3629
|
-
}
|
|
3630
|
-
},
|
|
3631
3365
|
"node_modules/zip-stream": {
|
|
3632
3366
|
"version": "7.0.5",
|
|
3633
3367
|
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-7.0.5.tgz",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "7.6.
|
|
10
|
+
"version": "7.6.2",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/chai": "^5.2.3",
|
|
78
78
|
"@types/chai-as-promised": "^8.0.2",
|
|
79
79
|
"@types/mocha": "^10.0.1",
|
|
80
|
-
"@types/node": "^
|
|
80
|
+
"@types/node": "^26.0.0",
|
|
81
81
|
"@types/portscanner": "^2.1.1",
|
|
82
82
|
"@types/semver": "^7.5.0",
|
|
83
83
|
"@types/sinon": "^21.0.1",
|