appium-xcuitest-driver 7.24.12 → 7.24.13
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/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/context.js +44 -13
- package/build/lib/commands/context.js.map +1 -1
- package/build/lib/commands/location.d.ts.map +1 -1
- package/build/lib/commands/location.js +3 -2
- package/build/lib/commands/location.js.map +1 -1
- package/build/lib/driver.d.ts +5 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +10 -10
- package/build/lib/driver.js.map +1 -1
- package/build/lib/utils.d.ts +10 -0
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/utils.js +17 -0
- package/build/lib/utils.js.map +1 -1
- package/lib/commands/context.js +51 -16
- package/lib/commands/location.js +3 -2
- package/lib/driver.js +16 -11
- package/lib/utils.js +17 -0
- package/npm-shrinkwrap.json +70 -192
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.24.
|
|
3
|
+
"version": "7.24.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.24.
|
|
9
|
+
"version": "7.24.13",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
15
|
"appium-ios-simulator": "^6.1.7",
|
|
16
16
|
"appium-remote-debugger": "^12.0.1",
|
|
17
|
-
"appium-webdriveragent": "^8.
|
|
17
|
+
"appium-webdriveragent": "^8.9.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -73,35 +73,35 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"node_modules/@appium/base-driver": {
|
|
76
|
-
"version": "9.11.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.
|
|
78
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "9.11.3",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.3.tgz",
|
|
78
|
+
"integrity": "sha512-YHPvYlr+sRCBGmwZP48rb8rn/Z2J0M+/ADdEDv2igtQoS+YiZmt27ViOo2xrBVBicmOfEf9gJ5uglKqtVkOvlQ==",
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@appium/support": "^5.1.
|
|
82
|
-
"@appium/types": "^0.21.
|
|
81
|
+
"@appium/support": "^5.1.3",
|
|
82
|
+
"@appium/types": "^0.21.2",
|
|
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": "4.17.21",
|
|
87
|
-
"@types/lodash": "4.17.
|
|
87
|
+
"@types/lodash": "4.17.7",
|
|
88
88
|
"@types/method-override": "0.0.35",
|
|
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.3",
|
|
93
93
|
"bluebird": "3.7.2",
|
|
94
94
|
"body-parser": "1.20.2",
|
|
95
95
|
"express": "4.19.2",
|
|
96
96
|
"http-status-codes": "2.3.0",
|
|
97
97
|
"lodash": "4.17.21",
|
|
98
|
-
"lru-cache": "10.3
|
|
98
|
+
"lru-cache": "10.4.3",
|
|
99
99
|
"method-override": "3.0.0",
|
|
100
100
|
"morgan": "1.10.0",
|
|
101
|
-
"path-to-regexp": "7.
|
|
101
|
+
"path-to-regexp": "7.1.0",
|
|
102
102
|
"serve-favicon": "2.5.0",
|
|
103
103
|
"source-map-support": "0.5.21",
|
|
104
|
-
"type-fest": "4.
|
|
104
|
+
"type-fest": "4.23.0",
|
|
105
105
|
"validate.js": "0.13.1"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
@@ -112,51 +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.6",
|
|
117
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
|
|
118
|
-
"integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==",
|
|
119
|
-
"license": "MIT"
|
|
120
|
-
},
|
|
121
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
122
|
-
"version": "1.7.2",
|
|
123
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
|
|
124
|
-
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
|
|
125
|
-
"license": "MIT",
|
|
126
|
-
"dependencies": {
|
|
127
|
-
"follow-redirects": "^1.15.6",
|
|
128
|
-
"form-data": "^4.0.0",
|
|
129
|
-
"proxy-from-env": "^1.1.0"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
133
|
-
"version": "10.3.0",
|
|
134
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz",
|
|
135
|
-
"integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==",
|
|
136
|
-
"license": "ISC",
|
|
137
|
-
"engines": {
|
|
138
|
-
"node": "14 || >=16.14"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
142
|
-
"version": "4.21.0",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.21.0.tgz",
|
|
144
|
-
"integrity": "sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==",
|
|
145
|
-
"license": "(MIT OR CC0-1.0)",
|
|
146
|
-
"engines": {
|
|
147
|
-
"node": ">=16"
|
|
148
|
-
},
|
|
149
|
-
"funding": {
|
|
150
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
115
|
"node_modules/@appium/docutils": {
|
|
154
|
-
"version": "1.0.
|
|
155
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
156
|
-
"integrity": "sha512-
|
|
116
|
+
"version": "1.0.19",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.19.tgz",
|
|
118
|
+
"integrity": "sha512-EmCJ1c9CO2FC/FLemVnL1K7ejoL6YGFyjHvqQiDHKjOvUmAl5BYyyKatiXos11kJ52VMveM3CRAJXT8m5c0mSA==",
|
|
157
119
|
"license": "Apache-2.0",
|
|
158
120
|
"dependencies": {
|
|
159
|
-
"@appium/support": "^5.1.
|
|
121
|
+
"@appium/support": "^5.1.3",
|
|
160
122
|
"@appium/tsconfig": "^0.3.3",
|
|
161
123
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
162
124
|
"@types/which": "3.0.4",
|
|
@@ -168,12 +130,12 @@
|
|
|
168
130
|
"lodash": "4.17.21",
|
|
169
131
|
"pkg-dir": "5.0.0",
|
|
170
132
|
"read-pkg": "5.2.0",
|
|
171
|
-
"semver": "7.6.
|
|
133
|
+
"semver": "7.6.3",
|
|
172
134
|
"source-map-support": "0.5.21",
|
|
173
135
|
"teen_process": "2.2.0",
|
|
174
|
-
"type-fest": "4.
|
|
175
|
-
"typescript": "5.5.
|
|
176
|
-
"yaml": "2.
|
|
136
|
+
"type-fest": "4.23.0",
|
|
137
|
+
"typescript": "5.5.4",
|
|
138
|
+
"yaml": "2.5.0",
|
|
177
139
|
"yargs": "17.7.2",
|
|
178
140
|
"yargs-parser": "21.1.1"
|
|
179
141
|
},
|
|
@@ -185,52 +147,15 @@
|
|
|
185
147
|
"npm": ">=8"
|
|
186
148
|
}
|
|
187
149
|
},
|
|
188
|
-
"node_modules/@appium/docutils/node_modules/semver": {
|
|
189
|
-
"version": "7.6.2",
|
|
190
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
191
|
-
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
192
|
-
"license": "ISC",
|
|
193
|
-
"bin": {
|
|
194
|
-
"semver": "bin/semver.js"
|
|
195
|
-
},
|
|
196
|
-
"engines": {
|
|
197
|
-
"node": ">=10"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
201
|
-
"version": "4.21.0",
|
|
202
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.21.0.tgz",
|
|
203
|
-
"integrity": "sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==",
|
|
204
|
-
"license": "(MIT OR CC0-1.0)",
|
|
205
|
-
"engines": {
|
|
206
|
-
"node": ">=16"
|
|
207
|
-
},
|
|
208
|
-
"funding": {
|
|
209
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
213
|
-
"version": "5.5.3",
|
|
214
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
215
|
-
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
216
|
-
"license": "Apache-2.0",
|
|
217
|
-
"bin": {
|
|
218
|
-
"tsc": "bin/tsc",
|
|
219
|
-
"tsserver": "bin/tsserver"
|
|
220
|
-
},
|
|
221
|
-
"engines": {
|
|
222
|
-
"node": ">=14.17"
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
150
|
"node_modules/@appium/logger": {
|
|
226
|
-
"version": "1.6.
|
|
227
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.
|
|
228
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "1.6.1",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
153
|
+
"integrity": "sha512-3TWpLR1qVQ0usLJ6R49iN4TV9Zs0nog1oL3hakCglwP0g4ZllwwEbp+2b1ovJfX6oOv1wXNREyokq2uxU5gB/Q==",
|
|
229
154
|
"license": "ISC",
|
|
230
155
|
"dependencies": {
|
|
231
156
|
"console-control-strings": "1.1.0",
|
|
232
157
|
"lodash": "4.17.21",
|
|
233
|
-
"lru-cache": "10.3
|
|
158
|
+
"lru-cache": "10.4.3",
|
|
234
159
|
"set-blocking": "2.0.0"
|
|
235
160
|
},
|
|
236
161
|
"engines": {
|
|
@@ -238,15 +163,6 @@
|
|
|
238
163
|
"npm": ">=8"
|
|
239
164
|
}
|
|
240
165
|
},
|
|
241
|
-
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
242
|
-
"version": "10.3.0",
|
|
243
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz",
|
|
244
|
-
"integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==",
|
|
245
|
-
"license": "ISC",
|
|
246
|
-
"engines": {
|
|
247
|
-
"node": "14 || >=16.14"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
166
|
"node_modules/@appium/schema": {
|
|
251
167
|
"version": "0.6.1",
|
|
252
168
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.6.1.tgz",
|
|
@@ -277,14 +193,14 @@
|
|
|
277
193
|
}
|
|
278
194
|
},
|
|
279
195
|
"node_modules/@appium/support": {
|
|
280
|
-
"version": "5.1.
|
|
281
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.
|
|
282
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "5.1.3",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.3.tgz",
|
|
198
|
+
"integrity": "sha512-7HQ2+xuiNzQR6E4nrU2NLTaoFG7hIvvjzPjekf+JMqUU1rCYhMIV7PIpWJ/a30/9j4CkpKHf14qDKl/PrsQDlA==",
|
|
283
199
|
"license": "Apache-2.0",
|
|
284
200
|
"dependencies": {
|
|
285
|
-
"@appium/logger": "^1.6.
|
|
201
|
+
"@appium/logger": "^1.6.1",
|
|
286
202
|
"@appium/tsconfig": "^0.3.3",
|
|
287
|
-
"@appium/types": "^0.21.
|
|
203
|
+
"@appium/types": "^0.21.2",
|
|
288
204
|
"@colors/colors": "1.6.0",
|
|
289
205
|
"@types/archiver": "6.0.2",
|
|
290
206
|
"@types/base64-stream": "1.0.5",
|
|
@@ -302,14 +218,14 @@
|
|
|
302
218
|
"@types/uuid": "10.0.0",
|
|
303
219
|
"@types/which": "3.0.4",
|
|
304
220
|
"archiver": "7.0.1",
|
|
305
|
-
"axios": "1.7.
|
|
221
|
+
"axios": "1.7.3",
|
|
306
222
|
"base64-stream": "1.0.0",
|
|
307
223
|
"bluebird": "3.7.2",
|
|
308
224
|
"bplist-creator": "0.1.1",
|
|
309
225
|
"bplist-parser": "0.3.2",
|
|
310
226
|
"form-data": "4.0.0",
|
|
311
227
|
"get-stream": "6.0.1",
|
|
312
|
-
"glob": "10.4.
|
|
228
|
+
"glob": "10.4.5",
|
|
313
229
|
"jsftp": "2.1.3",
|
|
314
230
|
"klaw": "4.1.0",
|
|
315
231
|
"lockfile": "1.0.4",
|
|
@@ -325,12 +241,12 @@
|
|
|
325
241
|
"read-pkg": "5.2.0",
|
|
326
242
|
"resolve-from": "5.0.0",
|
|
327
243
|
"sanitize-filename": "1.6.3",
|
|
328
|
-
"semver": "7.6.
|
|
244
|
+
"semver": "7.6.3",
|
|
329
245
|
"shell-quote": "1.8.1",
|
|
330
246
|
"source-map-support": "0.5.21",
|
|
331
247
|
"supports-color": "8.1.1",
|
|
332
248
|
"teen_process": "2.2.0",
|
|
333
|
-
"type-fest": "4.
|
|
249
|
+
"type-fest": "4.23.0",
|
|
334
250
|
"uuid": "10.0.0",
|
|
335
251
|
"which": "4.0.0",
|
|
336
252
|
"yauzl": "3.1.3"
|
|
@@ -343,41 +259,6 @@
|
|
|
343
259
|
"sharp": "0.33.4"
|
|
344
260
|
}
|
|
345
261
|
},
|
|
346
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
347
|
-
"version": "1.7.2",
|
|
348
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
|
|
349
|
-
"integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
|
|
350
|
-
"license": "MIT",
|
|
351
|
-
"dependencies": {
|
|
352
|
-
"follow-redirects": "^1.15.6",
|
|
353
|
-
"form-data": "^4.0.0",
|
|
354
|
-
"proxy-from-env": "^1.1.0"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
"node_modules/@appium/support/node_modules/semver": {
|
|
358
|
-
"version": "7.6.2",
|
|
359
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
360
|
-
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
361
|
-
"license": "ISC",
|
|
362
|
-
"bin": {
|
|
363
|
-
"semver": "bin/semver.js"
|
|
364
|
-
},
|
|
365
|
-
"engines": {
|
|
366
|
-
"node": ">=10"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"node_modules/@appium/support/node_modules/type-fest": {
|
|
370
|
-
"version": "4.21.0",
|
|
371
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.21.0.tgz",
|
|
372
|
-
"integrity": "sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==",
|
|
373
|
-
"license": "(MIT OR CC0-1.0)",
|
|
374
|
-
"engines": {
|
|
375
|
-
"node": ">=16"
|
|
376
|
-
},
|
|
377
|
-
"funding": {
|
|
378
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
262
|
"node_modules/@appium/tsconfig": {
|
|
382
263
|
"version": "0.3.3",
|
|
383
264
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -392,35 +273,23 @@
|
|
|
392
273
|
}
|
|
393
274
|
},
|
|
394
275
|
"node_modules/@appium/types": {
|
|
395
|
-
"version": "0.21.
|
|
396
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.
|
|
397
|
-
"integrity": "sha512-
|
|
276
|
+
"version": "0.21.2",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.2.tgz",
|
|
278
|
+
"integrity": "sha512-re8slS9IJc9lGexrznfsNwUaebHk/CbHABkGixxmDPPoMjqf42rv6QajT84XmJAxP1/dcbvj2eNgcWPd+qmU8A==",
|
|
398
279
|
"license": "Apache-2.0",
|
|
399
280
|
"dependencies": {
|
|
400
|
-
"@appium/logger": "^1.6.
|
|
281
|
+
"@appium/logger": "^1.6.1",
|
|
401
282
|
"@appium/schema": "^0.6.1",
|
|
402
283
|
"@appium/tsconfig": "^0.3.3",
|
|
403
284
|
"@types/express": "4.17.21",
|
|
404
|
-
"@types/ws": "8.5.
|
|
405
|
-
"type-fest": "4.
|
|
285
|
+
"@types/ws": "8.5.12",
|
|
286
|
+
"type-fest": "4.23.0"
|
|
406
287
|
},
|
|
407
288
|
"engines": {
|
|
408
289
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
409
290
|
"npm": ">=8"
|
|
410
291
|
}
|
|
411
292
|
},
|
|
412
|
-
"node_modules/@appium/types/node_modules/type-fest": {
|
|
413
|
-
"version": "4.21.0",
|
|
414
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.21.0.tgz",
|
|
415
|
-
"integrity": "sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==",
|
|
416
|
-
"license": "(MIT OR CC0-1.0)",
|
|
417
|
-
"engines": {
|
|
418
|
-
"node": ">=16"
|
|
419
|
-
},
|
|
420
|
-
"funding": {
|
|
421
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
293
|
"node_modules/@babel/code-frame": {
|
|
425
294
|
"version": "7.24.7",
|
|
426
295
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
@@ -943,9 +812,9 @@
|
|
|
943
812
|
"license": "MIT"
|
|
944
813
|
},
|
|
945
814
|
"node_modules/@types/ws": {
|
|
946
|
-
"version": "8.5.
|
|
947
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.
|
|
948
|
-
"integrity": "sha512-
|
|
815
|
+
"version": "8.5.12",
|
|
816
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz",
|
|
817
|
+
"integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==",
|
|
949
818
|
"license": "MIT",
|
|
950
819
|
"dependencies": {
|
|
951
820
|
"@types/node": "*"
|
|
@@ -1094,9 +963,9 @@
|
|
|
1094
963
|
}
|
|
1095
964
|
},
|
|
1096
965
|
"node_modules/appium-webdriveragent": {
|
|
1097
|
-
"version": "8.
|
|
1098
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.
|
|
1099
|
-
"integrity": "sha512-
|
|
966
|
+
"version": "8.9.0",
|
|
967
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.0.tgz",
|
|
968
|
+
"integrity": "sha512-ZU59lm35HJlv9p4Zi5do5wg+DS8QiB4ivr/vllXyq6Sgv1s8I3S9feQ46UlTzPdr8sqqTrQnrgCOK4xNHouLuA==",
|
|
1100
969
|
"license": "Apache-2.0",
|
|
1101
970
|
"dependencies": {
|
|
1102
971
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -2071,9 +1940,9 @@
|
|
|
2071
1940
|
}
|
|
2072
1941
|
},
|
|
2073
1942
|
"node_modules/foreground-child": {
|
|
2074
|
-
"version": "3.
|
|
2075
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.
|
|
2076
|
-
"integrity": "sha512-
|
|
1943
|
+
"version": "3.3.0",
|
|
1944
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
|
|
1945
|
+
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
|
|
2077
1946
|
"license": "ISC",
|
|
2078
1947
|
"dependencies": {
|
|
2079
1948
|
"cross-spawn": "^7.0.0",
|
|
@@ -2215,9 +2084,9 @@
|
|
|
2215
2084
|
}
|
|
2216
2085
|
},
|
|
2217
2086
|
"node_modules/glob": {
|
|
2218
|
-
"version": "10.4.
|
|
2219
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.
|
|
2220
|
-
"integrity": "sha512-
|
|
2087
|
+
"version": "10.4.5",
|
|
2088
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
2089
|
+
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
2221
2090
|
"license": "ISC",
|
|
2222
2091
|
"dependencies": {
|
|
2223
2092
|
"foreground-child": "^3.1.0",
|
|
@@ -2230,9 +2099,6 @@
|
|
|
2230
2099
|
"bin": {
|
|
2231
2100
|
"glob": "dist/esm/bin.mjs"
|
|
2232
2101
|
},
|
|
2233
|
-
"engines": {
|
|
2234
|
-
"node": ">=16 || 14 >=14.18"
|
|
2235
|
-
},
|
|
2236
2102
|
"funding": {
|
|
2237
2103
|
"url": "https://github.com/sponsors/isaacs"
|
|
2238
2104
|
}
|
|
@@ -3294,9 +3160,9 @@
|
|
|
3294
3160
|
}
|
|
3295
3161
|
},
|
|
3296
3162
|
"node_modules/path-to-regexp": {
|
|
3297
|
-
"version": "7.
|
|
3298
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.
|
|
3299
|
-
"integrity": "sha512-
|
|
3163
|
+
"version": "7.1.0",
|
|
3164
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.1.0.tgz",
|
|
3165
|
+
"integrity": "sha512-ZToe+MbUF4lBqk6dV8GKot4DKfzrxXsplOddH8zN3YK+qw9/McvP7+4ICjZvOne0jQhN4eJwHsX6tT0Ns19fvw==",
|
|
3300
3166
|
"license": "MIT",
|
|
3301
3167
|
"engines": {
|
|
3302
3168
|
"node": ">=16"
|
|
@@ -4220,6 +4086,18 @@
|
|
|
4220
4086
|
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
4221
4087
|
"license": "0BSD"
|
|
4222
4088
|
},
|
|
4089
|
+
"node_modules/type-fest": {
|
|
4090
|
+
"version": "4.23.0",
|
|
4091
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
4092
|
+
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
4093
|
+
"license": "(MIT OR CC0-1.0)",
|
|
4094
|
+
"engines": {
|
|
4095
|
+
"node": ">=16"
|
|
4096
|
+
},
|
|
4097
|
+
"funding": {
|
|
4098
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4099
|
+
}
|
|
4100
|
+
},
|
|
4223
4101
|
"node_modules/type-is": {
|
|
4224
4102
|
"version": "1.6.18",
|
|
4225
4103
|
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
|
|
@@ -4475,9 +4353,9 @@
|
|
|
4475
4353
|
}
|
|
4476
4354
|
},
|
|
4477
4355
|
"node_modules/yaml": {
|
|
4478
|
-
"version": "2.
|
|
4479
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
4480
|
-
"integrity": "sha512-
|
|
4356
|
+
"version": "2.5.0",
|
|
4357
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
|
|
4358
|
+
"integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
|
|
4481
4359
|
"license": "ISC",
|
|
4482
4360
|
"bin": {
|
|
4483
4361
|
"yaml": "bin.mjs"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.24.
|
|
11
|
+
"version": "7.24.13",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.5.4",
|
|
82
82
|
"appium-ios-simulator": "^6.1.7",
|
|
83
83
|
"appium-remote-debugger": "^12.0.1",
|
|
84
|
-
"appium-webdriveragent": "^8.
|
|
84
|
+
"appium-webdriveragent": "^8.9.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|