appium-xcuitest-driver 7.32.0 → 7.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/build/index.js +17 -7
- package/build/lib/app-utils.d.ts.map +1 -1
- package/build/lib/commands/alert.d.ts +1 -1
- package/build/lib/commands/alert.d.ts.map +1 -1
- package/build/lib/commands/app-management.d.ts +3 -3
- package/build/lib/commands/app-management.d.ts.map +1 -1
- package/build/lib/commands/app-strings.d.ts +1 -1
- package/build/lib/commands/app-strings.d.ts.map +1 -1
- package/build/lib/commands/certificate.d.ts +1 -1
- package/build/lib/commands/certificate.d.ts.map +1 -1
- package/build/lib/commands/clipboard.d.ts +2 -2
- package/build/lib/commands/clipboard.d.ts.map +1 -1
- package/build/lib/commands/context.d.ts +4 -4
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/execute.d.ts +1 -1
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/file-movement.d.ts +1 -1
- package/build/lib/commands/file-movement.d.ts.map +1 -1
- package/build/lib/commands/general.d.ts +1 -1
- package/build/lib/commands/general.d.ts.map +1 -1
- package/build/lib/commands/gesture.d.ts +13 -13
- package/build/lib/commands/gesture.d.ts.map +1 -1
- package/build/lib/commands/keyboard.d.ts +1 -1
- package/build/lib/commands/keyboard.d.ts.map +1 -1
- package/build/lib/commands/localization.d.ts +1 -1
- package/build/lib/commands/localization.d.ts.map +1 -1
- package/build/lib/commands/lock.d.ts +1 -1
- package/build/lib/commands/lock.d.ts.map +1 -1
- package/build/lib/commands/log.d.ts +2 -2
- package/build/lib/commands/log.d.ts.map +1 -1
- package/build/lib/commands/navigation.d.ts +1 -1
- package/build/lib/commands/navigation.d.ts.map +1 -1
- package/build/lib/commands/performance.d.ts +2 -2
- package/build/lib/commands/performance.d.ts.map +1 -1
- package/build/lib/commands/proxy-helper.d.ts +1 -1
- package/build/lib/commands/proxy-helper.d.ts.map +1 -1
- package/build/lib/commands/recordscreen.d.ts +1 -1
- package/build/lib/commands/recordscreen.d.ts.map +1 -1
- package/build/lib/commands/screenshots.d.ts +1 -1
- package/build/lib/commands/screenshots.d.ts.map +1 -1
- package/build/lib/commands/screenshots.js +8 -2
- package/build/lib/commands/screenshots.js.map +1 -1
- package/build/lib/commands/simctl.d.ts +1 -1
- package/build/lib/commands/simctl.d.ts.map +1 -1
- package/build/lib/commands/source.d.ts +1 -1
- package/build/lib/commands/source.d.ts.map +1 -1
- package/build/lib/commands/web.d.ts +1 -1
- package/build/lib/commands/web.d.ts.map +1 -1
- package/build/lib/commands/xctest-record-screen.d.ts +2 -2
- package/build/lib/commands/xctest-record-screen.d.ts.map +1 -1
- package/build/lib/commands/xctest.d.ts +1 -1
- package/build/lib/commands/xctest.d.ts.map +1 -1
- package/build/lib/desired-caps.d.ts.map +1 -1
- package/build/lib/doctor/checks.js +17 -7
- package/build/lib/doctor/checks.js.map +1 -1
- package/build/lib/doctor/required-checks.d.ts +1 -1
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/lib/driver.d.ts +48 -48
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/ios-fs-helpers.d.ts +1 -1
- package/build/lib/ios-fs-helpers.d.ts.map +1 -1
- package/build/lib/real-device-clients/devicectl.d.ts +3 -3
- package/build/lib/real-device-clients/devicectl.d.ts.map +1 -1
- package/build/lib/real-device-management.d.ts +1 -1
- package/build/lib/real-device-management.d.ts.map +1 -1
- package/build/lib/real-device.d.ts +1 -1
- package/build/lib/real-device.d.ts.map +1 -1
- package/build/lib/simulator-management.d.ts +1 -1
- package/build/lib/simulator-management.d.ts.map +1 -1
- package/build/lib/utils.d.ts +1 -1
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/xcrun.d.ts.map +1 -1
- package/lib/commands/screenshots.js +9 -3
- package/npm-shrinkwrap.json +192 -240
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.33.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.33.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"chai": "^5.1.1",
|
|
51
51
|
"chai-as-promised": "^8.0.0",
|
|
52
52
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
53
|
-
"mocha": "^
|
|
53
|
+
"mocha": "^11.0.1",
|
|
54
54
|
"mocha-junit-reporter": "^2.2.1",
|
|
55
55
|
"mocha-multi-reporters": "^1.5.1",
|
|
56
56
|
"pem": "^1.14.8",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
63
|
"type-fest": "^4.1.0",
|
|
64
64
|
"typescript": "^5.4.2",
|
|
65
|
-
"webdriverio": "^9.
|
|
65
|
+
"webdriverio": "^9.4.1"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=16",
|
|
@@ -73,23 +73,23 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"node_modules/@appium/base-driver": {
|
|
76
|
-
"version": "9.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
78
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "9.13.1",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.13.1.tgz",
|
|
78
|
+
"integrity": "sha512-djaBha+EsWdRUEC0o8gqpkzYQ8/5l1YUsySe9WfJD5khJCSa7e6RmmuAI6BNDscnFsuriomoHa1eKl0LdkrJUg==",
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@appium/support": "^
|
|
82
|
-
"@appium/types": "^0.22.
|
|
81
|
+
"@appium/support": "^6.0.0",
|
|
82
|
+
"@appium/types": "^0.22.3",
|
|
83
83
|
"@colors/colors": "1.6.0",
|
|
84
84
|
"@types/async-lock": "1.4.2",
|
|
85
85
|
"@types/bluebird": "3.5.42",
|
|
86
86
|
"@types/express": "5.0.0",
|
|
87
|
-
"@types/lodash": "4.17.
|
|
88
|
-
"@types/method-override": "0.0
|
|
87
|
+
"@types/lodash": "4.17.13",
|
|
88
|
+
"@types/method-override": "3.0.0",
|
|
89
89
|
"@types/serve-favicon": "2.5.7",
|
|
90
90
|
"async-lock": "1.4.1",
|
|
91
91
|
"asyncbox": "3.0.0",
|
|
92
|
-
"axios": "1.7.
|
|
92
|
+
"axios": "1.7.9",
|
|
93
93
|
"bluebird": "3.7.2",
|
|
94
94
|
"body-parser": "1.20.3",
|
|
95
95
|
"express": "4.21.1",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"path-to-regexp": "8.2.0",
|
|
102
102
|
"serve-favicon": "2.5.0",
|
|
103
103
|
"source-map-support": "0.5.21",
|
|
104
|
-
"type-fest": "4.
|
|
104
|
+
"type-fest": "4.30.0",
|
|
105
105
|
"validate.js": "0.13.1"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
@@ -112,31 +112,13 @@
|
|
|
112
112
|
"spdy": "4.0.2"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
116
|
-
"version": "4.17.12",
|
|
117
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
|
|
118
|
-
"integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
|
|
119
|
-
"license": "MIT"
|
|
120
|
-
},
|
|
121
|
-
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
122
|
-
"version": "4.26.1",
|
|
123
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
124
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
125
|
-
"license": "(MIT OR CC0-1.0)",
|
|
126
|
-
"engines": {
|
|
127
|
-
"node": ">=16"
|
|
128
|
-
},
|
|
129
|
-
"funding": {
|
|
130
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
115
|
"node_modules/@appium/docutils": {
|
|
134
|
-
"version": "1.0.
|
|
135
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
136
|
-
"integrity": "sha512-
|
|
116
|
+
"version": "1.0.26",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.26.tgz",
|
|
118
|
+
"integrity": "sha512-pLuazPsWZu/OJuCdOBAylcShCI39IGIDXUvuJXpzKuPETmcfwPusV2ipf2te16fHvTz2xnXajNM6QwnO9SwUUg==",
|
|
137
119
|
"license": "Apache-2.0",
|
|
138
120
|
"dependencies": {
|
|
139
|
-
"@appium/support": "^
|
|
121
|
+
"@appium/support": "^6.0.0",
|
|
140
122
|
"@appium/tsconfig": "^0.3.3",
|
|
141
123
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
142
124
|
"@types/which": "3.0.4",
|
|
@@ -144,16 +126,16 @@
|
|
|
144
126
|
"consola": "3.2.3",
|
|
145
127
|
"diff": "7.0.0",
|
|
146
128
|
"json5": "2.2.3",
|
|
147
|
-
"lilconfig": "3.1.
|
|
129
|
+
"lilconfig": "3.1.3",
|
|
148
130
|
"lodash": "4.17.21",
|
|
149
131
|
"pkg-dir": "5.0.0",
|
|
150
132
|
"read-pkg": "5.2.0",
|
|
151
133
|
"semver": "7.6.3",
|
|
152
134
|
"source-map-support": "0.5.21",
|
|
153
|
-
"teen_process": "2.2.
|
|
154
|
-
"type-fest": "4.
|
|
155
|
-
"typescript": "5.
|
|
156
|
-
"yaml": "2.6.
|
|
135
|
+
"teen_process": "2.2.2",
|
|
136
|
+
"type-fest": "4.30.0",
|
|
137
|
+
"typescript": "5.7.2",
|
|
138
|
+
"yaml": "2.6.1",
|
|
157
139
|
"yargs": "17.7.2",
|
|
158
140
|
"yargs-parser": "21.1.1"
|
|
159
141
|
},
|
|
@@ -165,18 +147,6 @@
|
|
|
165
147
|
"npm": ">=8"
|
|
166
148
|
}
|
|
167
149
|
},
|
|
168
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
169
|
-
"version": "4.26.1",
|
|
170
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
171
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
172
|
-
"license": "(MIT OR CC0-1.0)",
|
|
173
|
-
"engines": {
|
|
174
|
-
"node": ">=16"
|
|
175
|
-
},
|
|
176
|
-
"funding": {
|
|
177
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
150
|
"node_modules/@appium/logger": {
|
|
181
151
|
"version": "1.6.1",
|
|
182
152
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -223,14 +193,14 @@
|
|
|
223
193
|
}
|
|
224
194
|
},
|
|
225
195
|
"node_modules/@appium/support": {
|
|
226
|
-
"version": "
|
|
227
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-
|
|
228
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "6.0.0",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.0.tgz",
|
|
198
|
+
"integrity": "sha512-zlcTdOFhMSvCaR5j9dcnX3kXh0XAolnJd/MmvS7S7xFAdezX90yMsxNegTgvPnCEu+k2Gjv4Ddk6JC+KK1TZhQ==",
|
|
229
199
|
"license": "Apache-2.0",
|
|
230
200
|
"dependencies": {
|
|
231
201
|
"@appium/logger": "^1.6.1",
|
|
232
202
|
"@appium/tsconfig": "^0.3.3",
|
|
233
|
-
"@appium/types": "^0.22.
|
|
203
|
+
"@appium/types": "^0.22.3",
|
|
234
204
|
"@colors/colors": "1.6.0",
|
|
235
205
|
"@types/archiver": "6.0.3",
|
|
236
206
|
"@types/base64-stream": "1.0.5",
|
|
@@ -248,7 +218,7 @@
|
|
|
248
218
|
"@types/uuid": "10.0.0",
|
|
249
219
|
"@types/which": "3.0.4",
|
|
250
220
|
"archiver": "7.0.1",
|
|
251
|
-
"axios": "1.7.
|
|
221
|
+
"axios": "1.7.9",
|
|
252
222
|
"base64-stream": "1.0.0",
|
|
253
223
|
"bluebird": "3.7.2",
|
|
254
224
|
"bplist-creator": "0.1.1",
|
|
@@ -272,14 +242,14 @@
|
|
|
272
242
|
"resolve-from": "5.0.0",
|
|
273
243
|
"sanitize-filename": "1.6.3",
|
|
274
244
|
"semver": "7.6.3",
|
|
275
|
-
"shell-quote": "1.8.
|
|
245
|
+
"shell-quote": "1.8.2",
|
|
276
246
|
"source-map-support": "0.5.21",
|
|
277
247
|
"supports-color": "8.1.1",
|
|
278
|
-
"teen_process": "2.2.
|
|
279
|
-
"type-fest": "4.
|
|
280
|
-
"uuid": "
|
|
248
|
+
"teen_process": "2.2.2",
|
|
249
|
+
"type-fest": "4.30.0",
|
|
250
|
+
"uuid": "11.0.3",
|
|
281
251
|
"which": "4.0.0",
|
|
282
|
-
"yauzl": "3.
|
|
252
|
+
"yauzl": "3.2.0"
|
|
283
253
|
},
|
|
284
254
|
"engines": {
|
|
285
255
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -289,18 +259,6 @@
|
|
|
289
259
|
"sharp": "0.33.5"
|
|
290
260
|
}
|
|
291
261
|
},
|
|
292
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
293
|
-
"version": "4.26.1",
|
|
294
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
295
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
296
|
-
"license": "(MIT OR CC0-1.0)",
|
|
297
|
-
"engines": {
|
|
298
|
-
"node": ">=16"
|
|
299
|
-
},
|
|
300
|
-
"funding": {
|
|
301
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
262
|
"node_modules/@appium/tsconfig": {
|
|
305
263
|
"version": "0.3.3",
|
|
306
264
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -315,35 +273,23 @@
|
|
|
315
273
|
}
|
|
316
274
|
},
|
|
317
275
|
"node_modules/@appium/types": {
|
|
318
|
-
"version": "0.22.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.
|
|
320
|
-
"integrity": "sha512-
|
|
276
|
+
"version": "0.22.3",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.3.tgz",
|
|
278
|
+
"integrity": "sha512-mPAfaPl1poVjDVPLkE18zESVHkAPKKijBnGNtXCmkvcMFXK8k8tNjAAVPm58Cmk5JlCKljArAR2N8jMFl6r/Yw==",
|
|
321
279
|
"license": "Apache-2.0",
|
|
322
280
|
"dependencies": {
|
|
323
281
|
"@appium/logger": "^1.6.1",
|
|
324
282
|
"@appium/schema": "^0.7.0",
|
|
325
283
|
"@appium/tsconfig": "^0.3.3",
|
|
326
284
|
"@types/express": "5.0.0",
|
|
327
|
-
"@types/ws": "8.5.
|
|
328
|
-
"type-fest": "4.
|
|
285
|
+
"@types/ws": "8.5.13",
|
|
286
|
+
"type-fest": "4.30.0"
|
|
329
287
|
},
|
|
330
288
|
"engines": {
|
|
331
289
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
332
290
|
"npm": ">=8"
|
|
333
291
|
}
|
|
334
292
|
},
|
|
335
|
-
"node_modules/@appium/types/node_modules/type-fest": {
|
|
336
|
-
"version": "4.26.1",
|
|
337
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
338
|
-
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
339
|
-
"license": "(MIT OR CC0-1.0)",
|
|
340
|
-
"engines": {
|
|
341
|
-
"node": ">=16"
|
|
342
|
-
},
|
|
343
|
-
"funding": {
|
|
344
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
293
|
"node_modules/@babel/code-frame": {
|
|
348
294
|
"version": "7.26.2",
|
|
349
295
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
@@ -568,9 +514,9 @@
|
|
|
568
514
|
}
|
|
569
515
|
},
|
|
570
516
|
"node_modules/@types/express-serve-static-core": {
|
|
571
|
-
"version": "5.0.
|
|
572
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
573
|
-
"integrity": "sha512-
|
|
517
|
+
"version": "5.0.2",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
|
|
519
|
+
"integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
|
|
574
520
|
"license": "MIT",
|
|
575
521
|
"dependencies": {
|
|
576
522
|
"@types/node": "*",
|
|
@@ -628,11 +574,11 @@
|
|
|
628
574
|
"license": "MIT"
|
|
629
575
|
},
|
|
630
576
|
"node_modules/@types/method-override": {
|
|
631
|
-
"version": "0.0
|
|
632
|
-
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.
|
|
633
|
-
"integrity": "sha512-
|
|
577
|
+
"version": "3.0.0",
|
|
578
|
+
"resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-3.0.0.tgz",
|
|
579
|
+
"integrity": "sha512-7XFHR6j7JljprBpzzRZatakUXm1kEGAM3PL/GSsGRHtDvOAKYCdmnXX/5YSl1eQrpJymGs9tRekSWEGaG+Ntjw==",
|
|
634
580
|
"license": "MIT",
|
|
635
|
-
"
|
|
581
|
+
"peerDependencies": {
|
|
636
582
|
"@types/express": "*"
|
|
637
583
|
}
|
|
638
584
|
},
|
|
@@ -658,12 +604,12 @@
|
|
|
658
604
|
}
|
|
659
605
|
},
|
|
660
606
|
"node_modules/@types/node": {
|
|
661
|
-
"version": "22.
|
|
662
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
663
|
-
"integrity": "sha512-
|
|
607
|
+
"version": "22.10.1",
|
|
608
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
|
|
609
|
+
"integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
|
|
664
610
|
"license": "MIT",
|
|
665
611
|
"dependencies": {
|
|
666
|
-
"undici-types": "~6.
|
|
612
|
+
"undici-types": "~6.20.0"
|
|
667
613
|
}
|
|
668
614
|
},
|
|
669
615
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -769,18 +715,18 @@
|
|
|
769
715
|
"license": "MIT"
|
|
770
716
|
},
|
|
771
717
|
"node_modules/@types/ws": {
|
|
772
|
-
"version": "8.5.
|
|
773
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.
|
|
774
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "8.5.13",
|
|
719
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
|
|
720
|
+
"integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
|
|
775
721
|
"license": "MIT",
|
|
776
722
|
"dependencies": {
|
|
777
723
|
"@types/node": "*"
|
|
778
724
|
}
|
|
779
725
|
},
|
|
780
726
|
"node_modules/@xmldom/xmldom": {
|
|
781
|
-
"version": "0.9.
|
|
782
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
783
|
-
"integrity": "sha512-
|
|
727
|
+
"version": "0.9.6",
|
|
728
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz",
|
|
729
|
+
"integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==",
|
|
784
730
|
"license": "MIT",
|
|
785
731
|
"engines": {
|
|
786
732
|
"node": ">=14.6"
|
|
@@ -839,12 +785,12 @@
|
|
|
839
785
|
}
|
|
840
786
|
},
|
|
841
787
|
"node_modules/appium-idb": {
|
|
842
|
-
"version": "1.8.
|
|
843
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.
|
|
844
|
-
"integrity": "sha512-
|
|
788
|
+
"version": "1.8.21",
|
|
789
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.21.tgz",
|
|
790
|
+
"integrity": "sha512-axtVMxNMSUs4GguEEsNZwqHtQ4efbQdHBBiDqvFok+amuMgExyaHlkdKlklzQ792BKf5lUOCwcaF/KlOsv6FEQ==",
|
|
845
791
|
"license": "Apache-2.0",
|
|
846
792
|
"dependencies": {
|
|
847
|
-
"@appium/support": "^
|
|
793
|
+
"@appium/support": "^6.0.0",
|
|
848
794
|
"asyncbox": "^3.0.0",
|
|
849
795
|
"bluebird": "^3.1.1",
|
|
850
796
|
"lodash": "^4.0.0",
|
|
@@ -857,12 +803,12 @@
|
|
|
857
803
|
}
|
|
858
804
|
},
|
|
859
805
|
"node_modules/appium-ios-device": {
|
|
860
|
-
"version": "2.7.
|
|
861
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.
|
|
862
|
-
"integrity": "sha512-
|
|
806
|
+
"version": "2.7.27",
|
|
807
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.27.tgz",
|
|
808
|
+
"integrity": "sha512-IvOCELrgO3ToS4ybmM8E3tWIfBKvwl2i9k3E8muTeNk5WheZHbZDJqu88AUnFuHg89Nph38IF4OeXIg8tzwaNQ==",
|
|
863
809
|
"license": "Apache-2.0",
|
|
864
810
|
"dependencies": {
|
|
865
|
-
"@appium/support": "^
|
|
811
|
+
"@appium/support": "^6.0.0",
|
|
866
812
|
"asyncbox": "^3.0.0",
|
|
867
813
|
"axios": "^1.6.7",
|
|
868
814
|
"bluebird": "^3.1.1",
|
|
@@ -878,26 +824,13 @@
|
|
|
878
824
|
"npm": ">=8"
|
|
879
825
|
}
|
|
880
826
|
},
|
|
881
|
-
"node_modules/appium-ios-device/node_modules/uuid": {
|
|
882
|
-
"version": "11.0.3",
|
|
883
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
884
|
-
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
885
|
-
"funding": [
|
|
886
|
-
"https://github.com/sponsors/broofa",
|
|
887
|
-
"https://github.com/sponsors/ctavan"
|
|
888
|
-
],
|
|
889
|
-
"license": "MIT",
|
|
890
|
-
"bin": {
|
|
891
|
-
"uuid": "dist/esm/bin/uuid"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
827
|
"node_modules/appium-ios-simulator": {
|
|
895
|
-
"version": "6.1.
|
|
896
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.
|
|
897
|
-
"integrity": "sha512-
|
|
828
|
+
"version": "6.1.15",
|
|
829
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.15.tgz",
|
|
830
|
+
"integrity": "sha512-xssI9ZinH86RDLhiwPeLwZd8nLZTos9CN0KI/Y30+8JIayQIFN3VqoKo5eAi9BIi+0i4L3kZ+KeFQ9nPBwqAlg==",
|
|
898
831
|
"license": "Apache-2.0",
|
|
899
832
|
"dependencies": {
|
|
900
|
-
"@appium/support": "^
|
|
833
|
+
"@appium/support": "^6.0.0",
|
|
901
834
|
"@xmldom/xmldom": "^0.x",
|
|
902
835
|
"appium-xcode": "^5.0.0",
|
|
903
836
|
"async-lock": "^1.0.0",
|
|
@@ -915,13 +848,13 @@
|
|
|
915
848
|
}
|
|
916
849
|
},
|
|
917
850
|
"node_modules/appium-remote-debugger": {
|
|
918
|
-
"version": "12.1.
|
|
919
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.
|
|
920
|
-
"integrity": "sha512-
|
|
851
|
+
"version": "12.1.4",
|
|
852
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.4.tgz",
|
|
853
|
+
"integrity": "sha512-JEIfasY9Y5MVdbRhPXXy0I2xlc2sUPmb1TXpJSpTHSg1shInnHsDv57KyTkqqpoBy7wva9i+8VnThrilevigCQ==",
|
|
921
854
|
"license": "Apache-2.0",
|
|
922
855
|
"dependencies": {
|
|
923
856
|
"@appium/base-driver": "^9.0.0",
|
|
924
|
-
"@appium/support": "^
|
|
857
|
+
"@appium/support": "^6.0.0",
|
|
925
858
|
"appium-ios-device": "^2.0.0",
|
|
926
859
|
"asyncbox": "^3.0.0",
|
|
927
860
|
"bluebird": "^3.4.7",
|
|
@@ -936,14 +869,14 @@
|
|
|
936
869
|
}
|
|
937
870
|
},
|
|
938
871
|
"node_modules/appium-webdriveragent": {
|
|
939
|
-
"version": "8.11.
|
|
940
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.11.
|
|
941
|
-
"integrity": "sha512-
|
|
872
|
+
"version": "8.11.3",
|
|
873
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.11.3.tgz",
|
|
874
|
+
"integrity": "sha512-uupxCusPmbsITA7ewHm7XPP+573OqiqFPJMbRtfxS9ePbUTkYmExuiqEK0AYu6uK3HV0bDsnuTARxwmxhZ6pCg==",
|
|
942
875
|
"license": "Apache-2.0",
|
|
943
876
|
"dependencies": {
|
|
944
877
|
"@appium/base-driver": "^9.0.0",
|
|
945
878
|
"@appium/strongbox": "^0.x",
|
|
946
|
-
"@appium/support": "^
|
|
879
|
+
"@appium/support": "^6.0.0",
|
|
947
880
|
"appium-ios-device": "^2.7.25",
|
|
948
881
|
"appium-ios-simulator": "^6.0.0",
|
|
949
882
|
"async-lock": "^1.0.0",
|
|
@@ -960,12 +893,12 @@
|
|
|
960
893
|
}
|
|
961
894
|
},
|
|
962
895
|
"node_modules/appium-xcode": {
|
|
963
|
-
"version": "5.2.
|
|
964
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.
|
|
965
|
-
"integrity": "sha512-
|
|
896
|
+
"version": "5.2.20",
|
|
897
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.20.tgz",
|
|
898
|
+
"integrity": "sha512-jJDBikrVVYJGC8IkHM227bq4vuInMICHm/yTaAtQCrjW/zx5XAFs3I87GJ8kyPGGQbqhcoC2Ze1/Zx4/EVwCjw==",
|
|
966
899
|
"license": "Apache-2.0",
|
|
967
900
|
"dependencies": {
|
|
968
|
-
"@appium/support": "^
|
|
901
|
+
"@appium/support": "^6.0.0",
|
|
969
902
|
"@types/lodash": "^4.14.192",
|
|
970
903
|
"@types/teen_process": "^2.0.0",
|
|
971
904
|
"asyncbox": "^3.0.0",
|
|
@@ -1069,9 +1002,9 @@
|
|
|
1069
1002
|
"license": "MIT"
|
|
1070
1003
|
},
|
|
1071
1004
|
"node_modules/axios": {
|
|
1072
|
-
"version": "1.7.
|
|
1073
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1074
|
-
"integrity": "sha512-
|
|
1005
|
+
"version": "1.7.9",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
|
|
1007
|
+
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
|
|
1075
1008
|
"license": "MIT",
|
|
1076
1009
|
"dependencies": {
|
|
1077
1010
|
"follow-redirects": "^1.15.6",
|
|
@@ -1276,16 +1209,15 @@
|
|
|
1276
1209
|
}
|
|
1277
1210
|
},
|
|
1278
1211
|
"node_modules/call-bind": {
|
|
1279
|
-
"version": "1.0.
|
|
1280
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
1281
|
-
"integrity": "sha512-
|
|
1212
|
+
"version": "1.0.8",
|
|
1213
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
|
1214
|
+
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
1282
1215
|
"license": "MIT",
|
|
1283
1216
|
"dependencies": {
|
|
1217
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
1284
1218
|
"es-define-property": "^1.0.0",
|
|
1285
|
-
"es-errors": "^1.3.0",
|
|
1286
|
-
"function-bind": "^1.1.2",
|
|
1287
1219
|
"get-intrinsic": "^1.2.4",
|
|
1288
|
-
"set-function-length": "^1.2.
|
|
1220
|
+
"set-function-length": "^1.2.2"
|
|
1289
1221
|
},
|
|
1290
1222
|
"engines": {
|
|
1291
1223
|
"node": ">= 0.4"
|
|
@@ -1294,6 +1226,19 @@
|
|
|
1294
1226
|
"url": "https://github.com/sponsors/ljharb"
|
|
1295
1227
|
}
|
|
1296
1228
|
},
|
|
1229
|
+
"node_modules/call-bind-apply-helpers": {
|
|
1230
|
+
"version": "1.0.1",
|
|
1231
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
|
|
1232
|
+
"integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
|
|
1233
|
+
"license": "MIT",
|
|
1234
|
+
"dependencies": {
|
|
1235
|
+
"es-errors": "^1.3.0",
|
|
1236
|
+
"function-bind": "^1.1.2"
|
|
1237
|
+
},
|
|
1238
|
+
"engines": {
|
|
1239
|
+
"node": ">= 0.4"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1297
1242
|
"node_modules/chalk": {
|
|
1298
1243
|
"version": "4.1.2",
|
|
1299
1244
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -1521,9 +1466,9 @@
|
|
|
1521
1466
|
"license": "MIT"
|
|
1522
1467
|
},
|
|
1523
1468
|
"node_modules/cross-spawn": {
|
|
1524
|
-
"version": "7.0.
|
|
1525
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
1526
|
-
"integrity": "sha512-
|
|
1469
|
+
"version": "7.0.6",
|
|
1470
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1471
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1527
1472
|
"license": "MIT",
|
|
1528
1473
|
"dependencies": {
|
|
1529
1474
|
"path-key": "^3.1.0",
|
|
@@ -1572,9 +1517,9 @@
|
|
|
1572
1517
|
"license": "MIT"
|
|
1573
1518
|
},
|
|
1574
1519
|
"node_modules/debug": {
|
|
1575
|
-
"version": "4.
|
|
1576
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.
|
|
1577
|
-
"integrity": "sha512-
|
|
1520
|
+
"version": "4.4.0",
|
|
1521
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
|
1522
|
+
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
|
1578
1523
|
"devOptional": true,
|
|
1579
1524
|
"license": "MIT",
|
|
1580
1525
|
"dependencies": {
|
|
@@ -1660,6 +1605,20 @@
|
|
|
1660
1605
|
"node": ">=0.3.1"
|
|
1661
1606
|
}
|
|
1662
1607
|
},
|
|
1608
|
+
"node_modules/dunder-proto": {
|
|
1609
|
+
"version": "1.0.0",
|
|
1610
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.0.tgz",
|
|
1611
|
+
"integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==",
|
|
1612
|
+
"license": "MIT",
|
|
1613
|
+
"dependencies": {
|
|
1614
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
1615
|
+
"es-errors": "^1.3.0",
|
|
1616
|
+
"gopd": "^1.2.0"
|
|
1617
|
+
},
|
|
1618
|
+
"engines": {
|
|
1619
|
+
"node": ">= 0.4"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1663
1622
|
"node_modules/duplexer": {
|
|
1664
1623
|
"version": "0.1.2",
|
|
1665
1624
|
"resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
|
|
@@ -1712,13 +1671,10 @@
|
|
|
1712
1671
|
}
|
|
1713
1672
|
},
|
|
1714
1673
|
"node_modules/es-define-property": {
|
|
1715
|
-
"version": "1.0.
|
|
1716
|
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.
|
|
1717
|
-
"integrity": "sha512-
|
|
1674
|
+
"version": "1.0.1",
|
|
1675
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
1676
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
1718
1677
|
"license": "MIT",
|
|
1719
|
-
"dependencies": {
|
|
1720
|
-
"get-intrinsic": "^1.2.4"
|
|
1721
|
-
},
|
|
1722
1678
|
"engines": {
|
|
1723
1679
|
"node": ">= 0.4"
|
|
1724
1680
|
}
|
|
@@ -2026,16 +1982,19 @@
|
|
|
2026
1982
|
}
|
|
2027
1983
|
},
|
|
2028
1984
|
"node_modules/get-intrinsic": {
|
|
2029
|
-
"version": "1.2.
|
|
2030
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
2031
|
-
"integrity": "sha512-
|
|
1985
|
+
"version": "1.2.5",
|
|
1986
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
|
|
1987
|
+
"integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
|
|
2032
1988
|
"license": "MIT",
|
|
2033
1989
|
"dependencies": {
|
|
1990
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
1991
|
+
"dunder-proto": "^1.0.0",
|
|
1992
|
+
"es-define-property": "^1.0.1",
|
|
2034
1993
|
"es-errors": "^1.3.0",
|
|
2035
1994
|
"function-bind": "^1.1.2",
|
|
2036
|
-
"
|
|
2037
|
-
"has-symbols": "^1.0
|
|
2038
|
-
"hasown": "^2.0.
|
|
1995
|
+
"gopd": "^1.2.0",
|
|
1996
|
+
"has-symbols": "^1.1.0",
|
|
1997
|
+
"hasown": "^2.0.2"
|
|
2039
1998
|
},
|
|
2040
1999
|
"engines": {
|
|
2041
2000
|
"node": ">= 0.4"
|
|
@@ -2077,12 +2036,12 @@
|
|
|
2077
2036
|
}
|
|
2078
2037
|
},
|
|
2079
2038
|
"node_modules/gopd": {
|
|
2080
|
-
"version": "1.0
|
|
2081
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.
|
|
2082
|
-
"integrity": "sha512-
|
|
2039
|
+
"version": "1.2.0",
|
|
2040
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
2041
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
2083
2042
|
"license": "MIT",
|
|
2084
|
-
"
|
|
2085
|
-
"
|
|
2043
|
+
"engines": {
|
|
2044
|
+
"node": ">= 0.4"
|
|
2086
2045
|
},
|
|
2087
2046
|
"funding": {
|
|
2088
2047
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -2122,22 +2081,10 @@
|
|
|
2122
2081
|
"url": "https://github.com/sponsors/ljharb"
|
|
2123
2082
|
}
|
|
2124
2083
|
},
|
|
2125
|
-
"node_modules/has-proto": {
|
|
2126
|
-
"version": "1.0.3",
|
|
2127
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
2128
|
-
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
2129
|
-
"license": "MIT",
|
|
2130
|
-
"engines": {
|
|
2131
|
-
"node": ">= 0.4"
|
|
2132
|
-
},
|
|
2133
|
-
"funding": {
|
|
2134
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
2084
|
"node_modules/has-symbols": {
|
|
2138
|
-
"version": "1.0
|
|
2139
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.
|
|
2140
|
-
"integrity": "sha512-
|
|
2085
|
+
"version": "1.1.0",
|
|
2086
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
2087
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
2141
2088
|
"license": "MIT",
|
|
2142
2089
|
"engines": {
|
|
2143
2090
|
"node": ">= 0.4"
|
|
@@ -2511,9 +2458,9 @@
|
|
|
2511
2458
|
}
|
|
2512
2459
|
},
|
|
2513
2460
|
"node_modules/lilconfig": {
|
|
2514
|
-
"version": "3.1.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
2516
|
-
"integrity": "sha512
|
|
2461
|
+
"version": "3.1.3",
|
|
2462
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
2463
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
2517
2464
|
"license": "MIT",
|
|
2518
2465
|
"engines": {
|
|
2519
2466
|
"node": ">=14"
|
|
@@ -2893,9 +2840,9 @@
|
|
|
2893
2840
|
}
|
|
2894
2841
|
},
|
|
2895
2842
|
"node_modules/node-simctl": {
|
|
2896
|
-
"version": "7.6.
|
|
2897
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.
|
|
2898
|
-
"integrity": "sha512-
|
|
2843
|
+
"version": "7.6.3",
|
|
2844
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.3.tgz",
|
|
2845
|
+
"integrity": "sha512-tL22kxDdAlUYrb9EEPh9rucTSAEYtuVM16zWj7o2bVheIYBzAnpMlSbF4U09SVwsrGo6utUoqA5D6kNvCq/ahg==",
|
|
2899
2846
|
"license": "Apache-2.0",
|
|
2900
2847
|
"dependencies": {
|
|
2901
2848
|
"@appium/logger": "^1.3.0",
|
|
@@ -2914,19 +2861,6 @@
|
|
|
2914
2861
|
"npm": ">=8"
|
|
2915
2862
|
}
|
|
2916
2863
|
},
|
|
2917
|
-
"node_modules/node-simctl/node_modules/uuid": {
|
|
2918
|
-
"version": "11.0.3",
|
|
2919
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
2920
|
-
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
2921
|
-
"funding": [
|
|
2922
|
-
"https://github.com/sponsors/broofa",
|
|
2923
|
-
"https://github.com/sponsors/ctavan"
|
|
2924
|
-
],
|
|
2925
|
-
"license": "MIT",
|
|
2926
|
-
"bin": {
|
|
2927
|
-
"uuid": "dist/esm/bin/uuid"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
2864
|
"node_modules/normalize-package-data": {
|
|
2931
2865
|
"version": "2.5.0",
|
|
2932
2866
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
@@ -3698,10 +3632,13 @@
|
|
|
3698
3632
|
}
|
|
3699
3633
|
},
|
|
3700
3634
|
"node_modules/shell-quote": {
|
|
3701
|
-
"version": "1.8.
|
|
3702
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
3703
|
-
"integrity": "sha512-
|
|
3635
|
+
"version": "1.8.2",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
3637
|
+
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
3704
3638
|
"license": "MIT",
|
|
3639
|
+
"engines": {
|
|
3640
|
+
"node": ">= 0.4"
|
|
3641
|
+
},
|
|
3705
3642
|
"funding": {
|
|
3706
3643
|
"url": "https://github.com/sponsors/ljharb"
|
|
3707
3644
|
}
|
|
@@ -3881,9 +3818,9 @@
|
|
|
3881
3818
|
}
|
|
3882
3819
|
},
|
|
3883
3820
|
"node_modules/streamx": {
|
|
3884
|
-
"version": "2.
|
|
3885
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
3886
|
-
"integrity": "sha512-
|
|
3821
|
+
"version": "2.21.0",
|
|
3822
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz",
|
|
3823
|
+
"integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==",
|
|
3887
3824
|
"license": "MIT",
|
|
3888
3825
|
"dependencies": {
|
|
3889
3826
|
"fast-fifo": "^1.3.2",
|
|
@@ -4038,9 +3975,9 @@
|
|
|
4038
3975
|
}
|
|
4039
3976
|
},
|
|
4040
3977
|
"node_modules/teen_process": {
|
|
4041
|
-
"version": "2.2.
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.
|
|
4043
|
-
"integrity": "sha512-
|
|
3978
|
+
"version": "2.2.2",
|
|
3979
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz",
|
|
3980
|
+
"integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==",
|
|
4044
3981
|
"license": "Apache-2.0",
|
|
4045
3982
|
"dependencies": {
|
|
4046
3983
|
"bluebird": "^3.7.2",
|
|
@@ -4054,10 +3991,13 @@
|
|
|
4054
3991
|
}
|
|
4055
3992
|
},
|
|
4056
3993
|
"node_modules/text-decoder": {
|
|
4057
|
-
"version": "1.2.
|
|
4058
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.
|
|
4059
|
-
"integrity": "sha512
|
|
4060
|
-
"license": "Apache-2.0"
|
|
3994
|
+
"version": "1.2.2",
|
|
3995
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.2.tgz",
|
|
3996
|
+
"integrity": "sha512-/MDslo7ZyWTA2vnk1j7XoDVfXsGk3tp+zFEJHJGm0UjIlQifonVFwlVbQDFh8KJzTBnT8ie115TYqir6bclddA==",
|
|
3997
|
+
"license": "Apache-2.0",
|
|
3998
|
+
"dependencies": {
|
|
3999
|
+
"b4a": "^1.6.4"
|
|
4000
|
+
}
|
|
4061
4001
|
},
|
|
4062
4002
|
"node_modules/through": {
|
|
4063
4003
|
"version": "2.3.8",
|
|
@@ -4089,6 +4029,18 @@
|
|
|
4089
4029
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4090
4030
|
"license": "0BSD"
|
|
4091
4031
|
},
|
|
4032
|
+
"node_modules/type-fest": {
|
|
4033
|
+
"version": "4.30.0",
|
|
4034
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
|
|
4035
|
+
"integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
|
|
4036
|
+
"license": "(MIT OR CC0-1.0)",
|
|
4037
|
+
"engines": {
|
|
4038
|
+
"node": ">=16"
|
|
4039
|
+
},
|
|
4040
|
+
"funding": {
|
|
4041
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
4092
4044
|
"node_modules/type-is": {
|
|
4093
4045
|
"version": "1.6.18",
|
|
4094
4046
|
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
|
|
@@ -4103,9 +4055,9 @@
|
|
|
4103
4055
|
}
|
|
4104
4056
|
},
|
|
4105
4057
|
"node_modules/typescript": {
|
|
4106
|
-
"version": "5.
|
|
4107
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
4108
|
-
"integrity": "sha512-
|
|
4058
|
+
"version": "5.7.2",
|
|
4059
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
4060
|
+
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
|
4109
4061
|
"license": "Apache-2.0",
|
|
4110
4062
|
"bin": {
|
|
4111
4063
|
"tsc": "bin/tsc",
|
|
@@ -4116,9 +4068,9 @@
|
|
|
4116
4068
|
}
|
|
4117
4069
|
},
|
|
4118
4070
|
"node_modules/undici-types": {
|
|
4119
|
-
"version": "6.
|
|
4120
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4121
|
-
"integrity": "sha512-
|
|
4071
|
+
"version": "6.20.0",
|
|
4072
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
4073
|
+
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
4122
4074
|
"license": "MIT"
|
|
4123
4075
|
},
|
|
4124
4076
|
"node_modules/unorm": {
|
|
@@ -4161,16 +4113,16 @@
|
|
|
4161
4113
|
}
|
|
4162
4114
|
},
|
|
4163
4115
|
"node_modules/uuid": {
|
|
4164
|
-
"version": "
|
|
4165
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4166
|
-
"integrity": "sha512-
|
|
4116
|
+
"version": "11.0.3",
|
|
4117
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
4118
|
+
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
4167
4119
|
"funding": [
|
|
4168
4120
|
"https://github.com/sponsors/broofa",
|
|
4169
4121
|
"https://github.com/sponsors/ctavan"
|
|
4170
4122
|
],
|
|
4171
4123
|
"license": "MIT",
|
|
4172
4124
|
"bin": {
|
|
4173
|
-
"uuid": "dist/bin/uuid"
|
|
4125
|
+
"uuid": "dist/esm/bin/uuid"
|
|
4174
4126
|
}
|
|
4175
4127
|
},
|
|
4176
4128
|
"node_modules/validate-npm-package-license": {
|
|
@@ -4344,9 +4296,9 @@
|
|
|
4344
4296
|
}
|
|
4345
4297
|
},
|
|
4346
4298
|
"node_modules/yaml": {
|
|
4347
|
-
"version": "2.6.
|
|
4348
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.
|
|
4349
|
-
"integrity": "sha512-
|
|
4299
|
+
"version": "2.6.1",
|
|
4300
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
|
|
4301
|
+
"integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
|
|
4350
4302
|
"license": "ISC",
|
|
4351
4303
|
"bin": {
|
|
4352
4304
|
"yaml": "bin.mjs"
|
|
@@ -4403,9 +4355,9 @@
|
|
|
4403
4355
|
}
|
|
4404
4356
|
},
|
|
4405
4357
|
"node_modules/yauzl": {
|
|
4406
|
-
"version": "3.
|
|
4407
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
4408
|
-
"integrity": "sha512-
|
|
4358
|
+
"version": "3.2.0",
|
|
4359
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
|
|
4360
|
+
"integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
|
|
4409
4361
|
"license": "MIT",
|
|
4410
4362
|
"dependencies": {
|
|
4411
4363
|
"buffer-crc32": "~0.2.3",
|