appium-xcuitest-driver 7.35.0 → 8.0.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.
Files changed (114) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/lib/commands/appearance.js +1 -1
  3. package/build/lib/commands/appearance.js.map +1 -1
  4. package/build/lib/commands/certificate.js +3 -3
  5. package/build/lib/commands/certificate.js.map +1 -1
  6. package/build/lib/commands/context.d.ts.map +1 -1
  7. package/build/lib/commands/context.js +3 -5
  8. package/build/lib/commands/context.js.map +1 -1
  9. package/build/lib/commands/execute.d.ts.map +1 -1
  10. package/build/lib/commands/execute.js +0 -1
  11. package/build/lib/commands/execute.js.map +1 -1
  12. package/build/lib/commands/find.d.ts.map +1 -1
  13. package/build/lib/commands/find.js +1 -2
  14. package/build/lib/commands/find.js.map +1 -1
  15. package/build/lib/commands/general.d.ts.map +1 -1
  16. package/build/lib/commands/general.js +0 -2
  17. package/build/lib/commands/general.js.map +1 -1
  18. package/build/lib/commands/gesture.d.ts.map +1 -1
  19. package/build/lib/commands/gesture.js +0 -1
  20. package/build/lib/commands/gesture.js.map +1 -1
  21. package/build/lib/commands/keyboard.js +1 -1
  22. package/build/lib/commands/keyboard.js.map +1 -1
  23. package/build/lib/commands/log.js +4 -4
  24. package/build/lib/commands/log.js.map +1 -1
  25. package/build/lib/commands/navigation.js +1 -1
  26. package/build/lib/commands/navigation.js.map +1 -1
  27. package/build/lib/commands/performance.d.ts.map +1 -1
  28. package/build/lib/commands/performance.js +15 -12
  29. package/build/lib/commands/performance.js.map +1 -1
  30. package/build/lib/commands/record-audio.js +2 -2
  31. package/build/lib/commands/record-audio.js.map +1 -1
  32. package/build/lib/commands/recordscreen.js +6 -6
  33. package/build/lib/commands/recordscreen.js.map +1 -1
  34. package/build/lib/commands/web.d.ts.map +1 -1
  35. package/build/lib/commands/web.js +39 -7
  36. package/build/lib/commands/web.js.map +1 -1
  37. package/build/lib/commands/xctest.d.ts.map +1 -1
  38. package/build/lib/commands/xctest.js +4 -2
  39. package/build/lib/commands/xctest.js.map +1 -1
  40. package/build/lib/device-connections-factory.js +2 -2
  41. package/build/lib/device-connections-factory.js.map +1 -1
  42. package/build/lib/device-log/ios-crash-log.d.ts +1 -1
  43. package/build/lib/device-log/ios-crash-log.d.ts.map +1 -1
  44. package/build/lib/device-log/ios-crash-log.js +2 -3
  45. package/build/lib/device-log/ios-crash-log.js.map +1 -1
  46. package/build/lib/device-log/ios-device-log.d.ts.map +1 -1
  47. package/build/lib/device-log/ios-device-log.js +0 -1
  48. package/build/lib/device-log/ios-device-log.js.map +1 -1
  49. package/build/lib/device-log/ios-log.d.ts.map +1 -1
  50. package/build/lib/device-log/ios-log.js +0 -1
  51. package/build/lib/device-log/ios-log.js.map +1 -1
  52. package/build/lib/device-log/ios-simulator-log.js +1 -1
  53. package/build/lib/device-log/ios-simulator-log.js.map +1 -1
  54. package/build/lib/device-log/safari-console-log.d.ts +1 -1
  55. package/build/lib/device-log/safari-console-log.d.ts.map +1 -1
  56. package/build/lib/device-log/safari-console-log.js +2 -2
  57. package/build/lib/device-log/safari-console-log.js.map +1 -1
  58. package/build/lib/doctor/optional-checks.d.ts.map +1 -1
  59. package/build/lib/doctor/optional-checks.js +0 -1
  60. package/build/lib/doctor/optional-checks.js.map +1 -1
  61. package/build/lib/doctor/required-checks.d.ts.map +1 -1
  62. package/build/lib/doctor/required-checks.js +0 -1
  63. package/build/lib/doctor/required-checks.js.map +1 -1
  64. package/build/lib/doctor/utils.js +1 -1
  65. package/build/lib/doctor/utils.js.map +1 -1
  66. package/build/lib/driver.d.ts +1 -0
  67. package/build/lib/driver.d.ts.map +1 -1
  68. package/build/lib/driver.js +5 -6
  69. package/build/lib/driver.js.map +1 -1
  70. package/build/lib/ios-fs-helpers.js +39 -6
  71. package/build/lib/ios-fs-helpers.js.map +1 -1
  72. package/build/lib/real-device-clients/py-ios-device-client.js +1 -1
  73. package/build/lib/real-device-clients/py-ios-device-client.js.map +1 -1
  74. package/build/lib/real-device.js +35 -2
  75. package/build/lib/real-device.js.map +1 -1
  76. package/build/lib/simulator-management.js +6 -6
  77. package/build/lib/simulator-management.js.map +1 -1
  78. package/build/lib/utils.js +43 -10
  79. package/build/lib/utils.js.map +1 -1
  80. package/build/lib/xcrun.js +1 -1
  81. package/build/lib/xcrun.js.map +1 -1
  82. package/lib/commands/appearance.js +1 -1
  83. package/lib/commands/certificate.js +3 -3
  84. package/lib/commands/context.js +2 -4
  85. package/lib/commands/execute.js +0 -1
  86. package/lib/commands/find.js +1 -2
  87. package/lib/commands/general.js +0 -2
  88. package/lib/commands/gesture.js +0 -1
  89. package/lib/commands/keyboard.js +1 -1
  90. package/lib/commands/log.js +2 -2
  91. package/lib/commands/navigation.js +1 -1
  92. package/lib/commands/performance.js +11 -10
  93. package/lib/commands/record-audio.js +2 -2
  94. package/lib/commands/recordscreen.js +4 -4
  95. package/lib/commands/web.js +5 -6
  96. package/lib/commands/xctest.js +4 -3
  97. package/lib/device-connections-factory.js +2 -2
  98. package/lib/device-log/ios-crash-log.ts +1 -2
  99. package/lib/device-log/ios-device-log.ts +0 -1
  100. package/lib/device-log/ios-log.ts +0 -1
  101. package/lib/device-log/ios-simulator-log.ts +1 -1
  102. package/lib/device-log/safari-console-log.ts +1 -1
  103. package/lib/doctor/optional-checks.js +0 -1
  104. package/lib/doctor/required-checks.js +0 -1
  105. package/lib/doctor/utils.js +1 -1
  106. package/lib/driver.js +3 -4
  107. package/lib/ios-fs-helpers.js +6 -6
  108. package/lib/real-device-clients/py-ios-device-client.ts +1 -1
  109. package/lib/real-device.js +2 -2
  110. package/lib/simulator-management.js +3 -3
  111. package/lib/utils.js +7 -7
  112. package/lib/xcrun.js +1 -1
  113. package/npm-shrinkwrap.json +314 -191
  114. package/package.json +3 -3
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.35.0",
3
+ "version": "8.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.35.0",
9
+ "version": "8.0.0",
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.8.0",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.1.1",
17
- "appium-webdriveragent": "^8.12.0",
17
+ "appium-webdriveragent": "^9.0.1",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@appium/docutils": "^1.0.2",
37
- "@appium/eslint-config-appium-ts": "^0.x",
37
+ "@appium/eslint-config-appium-ts": "^1.0.0",
38
38
  "@appium/test-support": "^3.0.20",
39
39
  "@appium/tsconfig": "^0.x",
40
40
  "@appium/types": "^0.x",
@@ -73,18 +73,18 @@
73
73
  }
74
74
  },
75
75
  "node_modules/@appium/base-driver": {
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==",
76
+ "version": "9.15.0",
77
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.15.0.tgz",
78
+ "integrity": "sha512-r7021rZ/oty9LGJShRhZ8tXYQmxb0clHJJz2KBXvTcEwcV9dBMc7JAlL+Fz5i7cvryzTef396IEZMRp2VgmmQg==",
79
79
  "license": "Apache-2.0",
80
80
  "dependencies": {
81
- "@appium/support": "^6.0.0",
82
- "@appium/types": "^0.22.3",
81
+ "@appium/support": "^6.0.3",
82
+ "@appium/types": "^0.24.0",
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.13",
87
+ "@types/lodash": "4.17.14",
88
88
  "@types/method-override": "3.0.0",
89
89
  "@types/serve-favicon": "2.5.7",
90
90
  "async-lock": "1.4.1",
@@ -92,7 +92,7 @@
92
92
  "axios": "1.7.9",
93
93
  "bluebird": "3.7.2",
94
94
  "body-parser": "1.20.3",
95
- "express": "4.21.1",
95
+ "express": "4.21.2",
96
96
  "http-status-codes": "2.3.0",
97
97
  "lodash": "4.17.21",
98
98
  "lru-cache": "10.4.3",
@@ -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.30.0",
104
+ "type-fest": "4.31.0",
105
105
  "validate.js": "0.13.1"
106
106
  },
107
107
  "engines": {
@@ -113,9 +113,9 @@
113
113
  }
114
114
  },
115
115
  "node_modules/@appium/base-driver/node_modules/type-fest": {
116
- "version": "4.30.0",
117
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
118
- "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
116
+ "version": "4.31.0",
117
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
118
+ "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
119
119
  "license": "(MIT OR CC0-1.0)",
120
120
  "engines": {
121
121
  "node": ">=16"
@@ -125,17 +125,17 @@
125
125
  }
126
126
  },
127
127
  "node_modules/@appium/docutils": {
128
- "version": "1.0.26",
129
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.26.tgz",
130
- "integrity": "sha512-pLuazPsWZu/OJuCdOBAylcShCI39IGIDXUvuJXpzKuPETmcfwPusV2ipf2te16fHvTz2xnXajNM6QwnO9SwUUg==",
128
+ "version": "1.0.29",
129
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.29.tgz",
130
+ "integrity": "sha512-PTot864x7HxtfCQ2SLzI2LPuYOZ0qTGb9saZtv5OfD+2nt5t77SyIhzPGpn7XSrVMCyCWU3Dn5BtbPx9X0s4Fw==",
131
131
  "license": "Apache-2.0",
132
132
  "dependencies": {
133
- "@appium/support": "^6.0.0",
133
+ "@appium/support": "^6.0.3",
134
134
  "@appium/tsconfig": "^0.3.3",
135
135
  "@sliphua/lilconfig-ts-loader": "3.2.2",
136
136
  "@types/which": "3.0.4",
137
137
  "chalk": "4.1.2",
138
- "consola": "3.2.3",
138
+ "consola": "3.3.3",
139
139
  "diff": "7.0.0",
140
140
  "json5": "2.2.3",
141
141
  "lilconfig": "3.1.3",
@@ -144,10 +144,10 @@
144
144
  "read-pkg": "5.2.0",
145
145
  "semver": "7.6.3",
146
146
  "source-map-support": "0.5.21",
147
- "teen_process": "2.2.2",
148
- "type-fest": "4.30.0",
147
+ "teen_process": "2.2.3",
148
+ "type-fest": "4.31.0",
149
149
  "typescript": "5.7.2",
150
- "yaml": "2.6.1",
150
+ "yaml": "2.7.0",
151
151
  "yargs": "17.7.2",
152
152
  "yargs-parser": "21.1.1"
153
153
  },
@@ -160,9 +160,9 @@
160
160
  }
161
161
  },
162
162
  "node_modules/@appium/docutils/node_modules/type-fest": {
163
- "version": "4.30.0",
164
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
165
- "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
163
+ "version": "4.31.0",
164
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
165
+ "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
166
166
  "license": "(MIT OR CC0-1.0)",
167
167
  "engines": {
168
168
  "node": ">=16"
@@ -171,6 +171,19 @@
171
171
  "url": "https://github.com/sponsors/sindresorhus"
172
172
  }
173
173
  },
174
+ "node_modules/@appium/docutils/node_modules/typescript": {
175
+ "version": "5.7.2",
176
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
177
+ "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
178
+ "license": "Apache-2.0",
179
+ "bin": {
180
+ "tsc": "bin/tsc",
181
+ "tsserver": "bin/tsserver"
182
+ },
183
+ "engines": {
184
+ "node": ">=14.17"
185
+ }
186
+ },
174
187
  "node_modules/@appium/logger": {
175
188
  "version": "1.6.1",
176
189
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
@@ -188,9 +201,9 @@
188
201
  }
189
202
  },
190
203
  "node_modules/@appium/schema": {
191
- "version": "0.7.0",
192
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.7.0.tgz",
193
- "integrity": "sha512-UhozvcSj8aSeZ0oo8JtT8EoowLpjn7V7xahsIN5bRGeir6+XzqRpjxytKASvnKPoPK0Df7oqCdzJOI0iLa62ZA==",
204
+ "version": "0.7.1",
205
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.7.1.tgz",
206
+ "integrity": "sha512-HCK0FqYOe96gYw7xb3mlZf9uIqgUwbrMJUedJnLfynvlrRsUe2/uXhYuBPENMn89mkeoZMThgAEEVarDH0sCaQ==",
194
207
  "license": "Apache-2.0",
195
208
  "dependencies": {
196
209
  "@types/json-schema": "7.0.15",
@@ -217,14 +230,14 @@
217
230
  }
218
231
  },
219
232
  "node_modules/@appium/support": {
220
- "version": "6.0.0",
221
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.0.tgz",
222
- "integrity": "sha512-zlcTdOFhMSvCaR5j9dcnX3kXh0XAolnJd/MmvS7S7xFAdezX90yMsxNegTgvPnCEu+k2Gjv4Ddk6JC+KK1TZhQ==",
233
+ "version": "6.0.3",
234
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.3.tgz",
235
+ "integrity": "sha512-9WCO5JyxHEStdIJ3ZwyaLXXt+TGraEcDikB9p9x3+eBgAYP+nSbL/mFT5vHhaaoBP7DjfSmBmfY37fW7pdyRfA==",
223
236
  "license": "Apache-2.0",
224
237
  "dependencies": {
225
238
  "@appium/logger": "^1.6.1",
226
239
  "@appium/tsconfig": "^0.3.3",
227
- "@appium/types": "^0.22.3",
240
+ "@appium/types": "^0.24.0",
228
241
  "@colors/colors": "1.6.0",
229
242
  "@types/archiver": "6.0.3",
230
243
  "@types/base64-stream": "1.0.5",
@@ -269,9 +282,9 @@
269
282
  "shell-quote": "1.8.2",
270
283
  "source-map-support": "0.5.21",
271
284
  "supports-color": "8.1.1",
272
- "teen_process": "2.2.2",
273
- "type-fest": "4.30.0",
274
- "uuid": "11.0.3",
285
+ "teen_process": "2.2.3",
286
+ "type-fest": "4.31.0",
287
+ "uuid": "11.0.4",
275
288
  "which": "4.0.0",
276
289
  "yauzl": "3.2.0"
277
290
  },
@@ -284,9 +297,9 @@
284
297
  }
285
298
  },
286
299
  "node_modules/@appium/support/node_modules/type-fest": {
287
- "version": "4.30.0",
288
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
289
- "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
300
+ "version": "4.31.0",
301
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
302
+ "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
290
303
  "license": "(MIT OR CC0-1.0)",
291
304
  "engines": {
292
305
  "node": ">=16"
@@ -309,17 +322,17 @@
309
322
  }
310
323
  },
311
324
  "node_modules/@appium/types": {
312
- "version": "0.22.3",
313
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.3.tgz",
314
- "integrity": "sha512-mPAfaPl1poVjDVPLkE18zESVHkAPKKijBnGNtXCmkvcMFXK8k8tNjAAVPm58Cmk5JlCKljArAR2N8jMFl6r/Yw==",
325
+ "version": "0.24.0",
326
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.24.0.tgz",
327
+ "integrity": "sha512-1OkU1Gzi6rmt3P2KabYKMBsTazbnrV14nNoSw1vVGxK1qJ7pRo8OlcR+6eEDsxTD/+6uY9qzOdkYdEPZAksrKA==",
315
328
  "license": "Apache-2.0",
316
329
  "dependencies": {
317
330
  "@appium/logger": "^1.6.1",
318
- "@appium/schema": "^0.7.0",
331
+ "@appium/schema": "^0.7.1",
319
332
  "@appium/tsconfig": "^0.3.3",
320
333
  "@types/express": "5.0.0",
321
334
  "@types/ws": "8.5.13",
322
- "type-fest": "4.30.0"
335
+ "type-fest": "4.31.0"
323
336
  },
324
337
  "engines": {
325
338
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -327,9 +340,9 @@
327
340
  }
328
341
  },
329
342
  "node_modules/@appium/types/node_modules/type-fest": {
330
- "version": "4.30.0",
331
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
332
- "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
343
+ "version": "4.31.0",
344
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
345
+ "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
333
346
  "license": "(MIT OR CC0-1.0)",
334
347
  "engines": {
335
348
  "node": ">=16"
@@ -399,21 +412,6 @@
399
412
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
400
413
  }
401
414
  },
402
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
403
- "version": "7.1.0",
404
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
405
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
406
- "license": "MIT",
407
- "dependencies": {
408
- "ansi-regex": "^6.0.1"
409
- },
410
- "engines": {
411
- "node": ">=12"
412
- },
413
- "funding": {
414
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
415
- }
416
- },
417
415
  "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
418
416
  "version": "8.1.0",
419
417
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
@@ -562,9 +560,9 @@
562
560
  }
563
561
  },
564
562
  "node_modules/@types/express-serve-static-core": {
565
- "version": "5.0.2",
566
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
567
- "integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
563
+ "version": "5.0.5",
564
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.5.tgz",
565
+ "integrity": "sha512-GLZPrd9ckqEBFMcVM/qRFAP0Hg3qiVEojgEFsx/N/zKXsBzbGF6z5FBDpZ0+Xhp1xr+qRZYjfGr1cWHB9oFHSA==",
568
566
  "license": "MIT",
569
567
  "dependencies": {
570
568
  "@types/node": "*",
@@ -616,9 +614,9 @@
616
614
  "license": "MIT"
617
615
  },
618
616
  "node_modules/@types/lodash": {
619
- "version": "4.17.13",
620
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
621
- "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
617
+ "version": "4.17.14",
618
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz",
619
+ "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==",
622
620
  "license": "MIT"
623
621
  },
624
622
  "node_modules/@types/method-override": {
@@ -652,9 +650,9 @@
652
650
  }
653
651
  },
654
652
  "node_modules/@types/node": {
655
- "version": "22.10.2",
656
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
657
- "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
653
+ "version": "22.10.7",
654
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz",
655
+ "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==",
658
656
  "license": "MIT",
659
657
  "dependencies": {
660
658
  "undici-types": "~6.20.0"
@@ -673,9 +671,9 @@
673
671
  "license": "MIT"
674
672
  },
675
673
  "node_modules/@types/qs": {
676
- "version": "6.9.17",
677
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz",
678
- "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==",
674
+ "version": "6.9.18",
675
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
676
+ "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
679
677
  "license": "MIT"
680
678
  },
681
679
  "node_modules/@types/range-parser": {
@@ -833,9 +831,9 @@
833
831
  }
834
832
  },
835
833
  "node_modules/appium-idb": {
836
- "version": "1.8.21",
837
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.21.tgz",
838
- "integrity": "sha512-axtVMxNMSUs4GguEEsNZwqHtQ4efbQdHBBiDqvFok+amuMgExyaHlkdKlklzQ792BKf5lUOCwcaF/KlOsv6FEQ==",
834
+ "version": "1.8.22",
835
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.22.tgz",
836
+ "integrity": "sha512-JS+n5r8Gc++XNT0BEteD8BTS+hWyMQocdfQ352E+OLkULtEUNa/zOrw0Yu07Loe3pkXPJDZkInG9jb9INruLtA==",
839
837
  "license": "Apache-2.0",
840
838
  "dependencies": {
841
839
  "@appium/support": "^6.0.0",
@@ -851,9 +849,9 @@
851
849
  }
852
850
  },
853
851
  "node_modules/appium-ios-device": {
854
- "version": "2.8.0",
855
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.0.tgz",
856
- "integrity": "sha512-T6dgigeanZ5tEuwacyom4gmdLm4XbW9iGsCtzl/jXM9x47s/ybjP2HIb5MVDywcps/Y4DDSuPp/n2CakDoEpDw==",
852
+ "version": "2.8.1",
853
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.1.tgz",
854
+ "integrity": "sha512-0ZnA9DIqGojwXuBseDnqIcv4hLUsZ8WVy9N9s0Yq02EC4Fn0AFhwl/nT9a+TYhAYKLtsd+tH0HZ8wo3FXKKqnw==",
857
855
  "license": "Apache-2.0",
858
856
  "dependencies": {
859
857
  "@appium/support": "^6.0.0",
@@ -873,9 +871,9 @@
873
871
  }
874
872
  },
875
873
  "node_modules/appium-ios-simulator": {
876
- "version": "6.1.16",
877
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.16.tgz",
878
- "integrity": "sha512-XMoOX9lnD4DYhEPI+v10GWeRG3SfzkM0ouy8x9Jbefb8mQ5DPq/kP5XtTmb528rCALyre7+NA3T0ciPAuFrqJA==",
874
+ "version": "6.1.17",
875
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.17.tgz",
876
+ "integrity": "sha512-GrQqHWSp5JAp8F3FS8X2mVzXHkdTf9mwN8rX2xTg1G/yFQBmQw/3/wJPUhCVm/hFHXYSPIHYMClprdKRjhTGuQ==",
879
877
  "license": "Apache-2.0",
880
878
  "dependencies": {
881
879
  "@appium/support": "^6.0.0",
@@ -896,9 +894,9 @@
896
894
  }
897
895
  },
898
896
  "node_modules/appium-remote-debugger": {
899
- "version": "12.1.4",
900
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.4.tgz",
901
- "integrity": "sha512-JEIfasY9Y5MVdbRhPXXy0I2xlc2sUPmb1TXpJSpTHSg1shInnHsDv57KyTkqqpoBy7wva9i+8VnThrilevigCQ==",
897
+ "version": "12.1.5",
898
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.5.tgz",
899
+ "integrity": "sha512-LUcaNRHZjCMVMxn8APemZoHygMECDyvGbMul9R1IxJTTHiFhKsWTaNBD9AiPsZFO4OSXv4R4oRP0sVM8Wn81YA==",
902
900
  "license": "Apache-2.0",
903
901
  "dependencies": {
904
902
  "@appium/base-driver": "^9.0.0",
@@ -917,9 +915,9 @@
917
915
  }
918
916
  },
919
917
  "node_modules/appium-webdriveragent": {
920
- "version": "8.12.0",
921
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.12.0.tgz",
922
- "integrity": "sha512-uvSdqj0oJmFx47+43CsiOCPGlu60aMBaQI0iBF92bNGamBJ9gwmHzWPIl/qi9LN2ZKYtMMYlVdoKCq6cVdQzyQ==",
918
+ "version": "9.0.1",
919
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.0.1.tgz",
920
+ "integrity": "sha512-xwz8uG9x9/C97L79m2nPUGiBID07D8qqT10nLBPcMekbixxuPaXjEJuC9mMXix9V0txqiP6G2BYZiXupyCd8yQ==",
923
921
  "license": "Apache-2.0",
924
922
  "dependencies": {
925
923
  "@appium/base-driver": "^9.0.0",
@@ -941,9 +939,9 @@
941
939
  }
942
940
  },
943
941
  "node_modules/appium-xcode": {
944
- "version": "5.2.20",
945
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.20.tgz",
946
- "integrity": "sha512-jJDBikrVVYJGC8IkHM227bq4vuInMICHm/yTaAtQCrjW/zx5XAFs3I87GJ8kyPGGQbqhcoC2Ze1/Zx4/EVwCjw==",
942
+ "version": "5.2.21",
943
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.21.tgz",
944
+ "integrity": "sha512-wYkr4Ncj9V4LIxcDS4ISxyPb1eiPB92BfnTiB1FqW3Im5M/LYBc/hLezDNeGRRtspmInjP2tqK4E9F+9B9AvDA==",
947
945
  "license": "Apache-2.0",
948
946
  "dependencies": {
949
947
  "@appium/support": "^6.0.0",
@@ -1073,9 +1071,9 @@
1073
1071
  "license": "MIT"
1074
1072
  },
1075
1073
  "node_modules/bare-events": {
1076
- "version": "2.5.0",
1077
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz",
1078
- "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==",
1074
+ "version": "2.5.4",
1075
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz",
1076
+ "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
1079
1077
  "license": "Apache-2.0",
1080
1078
  "optional": true
1081
1079
  },
@@ -1199,12 +1197,13 @@
1199
1197
  }
1200
1198
  },
1201
1199
  "node_modules/brace-expansion": {
1202
- "version": "2.0.1",
1203
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
1204
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
1200
+ "version": "1.1.11",
1201
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1202
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1205
1203
  "license": "MIT",
1206
1204
  "dependencies": {
1207
- "balanced-match": "^1.0.0"
1205
+ "balanced-match": "^1.0.0",
1206
+ "concat-map": "0.0.1"
1208
1207
  }
1209
1208
  },
1210
1209
  "node_modules/buffer": {
@@ -1327,6 +1326,15 @@
1327
1326
  "node": ">=12"
1328
1327
  }
1329
1328
  },
1329
+ "node_modules/cliui/node_modules/ansi-regex": {
1330
+ "version": "5.0.1",
1331
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1332
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1333
+ "license": "MIT",
1334
+ "engines": {
1335
+ "node": ">=8"
1336
+ }
1337
+ },
1330
1338
  "node_modules/cliui/node_modules/emoji-regex": {
1331
1339
  "version": "8.0.0",
1332
1340
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -1347,6 +1355,18 @@
1347
1355
  "node": ">=8"
1348
1356
  }
1349
1357
  },
1358
+ "node_modules/cliui/node_modules/strip-ansi": {
1359
+ "version": "6.0.1",
1360
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1361
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1362
+ "license": "MIT",
1363
+ "dependencies": {
1364
+ "ansi-regex": "^5.0.1"
1365
+ },
1366
+ "engines": {
1367
+ "node": ">=8"
1368
+ }
1369
+ },
1350
1370
  "node_modules/color": {
1351
1371
  "version": "4.2.3",
1352
1372
  "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
@@ -1424,9 +1444,9 @@
1424
1444
  "license": "MIT"
1425
1445
  },
1426
1446
  "node_modules/consola": {
1427
- "version": "3.2.3",
1428
- "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz",
1429
- "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==",
1447
+ "version": "3.3.3",
1448
+ "resolved": "https://registry.npmjs.org/consola/-/consola-3.3.3.tgz",
1449
+ "integrity": "sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==",
1430
1450
  "license": "MIT",
1431
1451
  "engines": {
1432
1452
  "node": "^14.18.0 || >=16.10.0"
@@ -1718,9 +1738,9 @@
1718
1738
  }
1719
1739
  },
1720
1740
  "node_modules/es-object-atoms": {
1721
- "version": "1.0.0",
1722
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
1723
- "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
1741
+ "version": "1.1.1",
1742
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
1743
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
1724
1744
  "license": "MIT",
1725
1745
  "dependencies": {
1726
1746
  "es-errors": "^1.3.0"
@@ -1772,9 +1792,9 @@
1772
1792
  }
1773
1793
  },
1774
1794
  "node_modules/express": {
1775
- "version": "4.21.1",
1776
- "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz",
1777
- "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
1795
+ "version": "4.21.2",
1796
+ "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
1797
+ "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
1778
1798
  "license": "MIT",
1779
1799
  "dependencies": {
1780
1800
  "accepts": "~1.3.8",
@@ -1796,7 +1816,7 @@
1796
1816
  "methods": "~1.1.2",
1797
1817
  "on-finished": "2.4.1",
1798
1818
  "parseurl": "~1.3.3",
1799
- "path-to-regexp": "0.1.10",
1819
+ "path-to-regexp": "0.1.12",
1800
1820
  "proxy-addr": "~2.0.7",
1801
1821
  "qs": "6.13.0",
1802
1822
  "range-parser": "~1.2.1",
@@ -1811,6 +1831,10 @@
1811
1831
  },
1812
1832
  "engines": {
1813
1833
  "node": ">= 0.10.0"
1834
+ },
1835
+ "funding": {
1836
+ "type": "opencollective",
1837
+ "url": "https://opencollective.com/express"
1814
1838
  }
1815
1839
  },
1816
1840
  "node_modules/express/node_modules/debug": {
@@ -1829,9 +1853,9 @@
1829
1853
  "license": "MIT"
1830
1854
  },
1831
1855
  "node_modules/express/node_modules/path-to-regexp": {
1832
- "version": "0.1.10",
1833
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
1834
- "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
1856
+ "version": "0.1.12",
1857
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
1858
+ "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
1835
1859
  "license": "MIT"
1836
1860
  },
1837
1861
  "node_modules/fast-fifo": {
@@ -2023,21 +2047,21 @@
2023
2047
  }
2024
2048
  },
2025
2049
  "node_modules/get-intrinsic": {
2026
- "version": "1.2.6",
2027
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.6.tgz",
2028
- "integrity": "sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==",
2050
+ "version": "1.2.7",
2051
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
2052
+ "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
2029
2053
  "license": "MIT",
2030
2054
  "dependencies": {
2031
2055
  "call-bind-apply-helpers": "^1.0.1",
2032
- "dunder-proto": "^1.0.0",
2033
2056
  "es-define-property": "^1.0.1",
2034
2057
  "es-errors": "^1.3.0",
2035
2058
  "es-object-atoms": "^1.0.0",
2036
2059
  "function-bind": "^1.1.2",
2060
+ "get-proto": "^1.0.0",
2037
2061
  "gopd": "^1.2.0",
2038
2062
  "has-symbols": "^1.1.0",
2039
2063
  "hasown": "^2.0.2",
2040
- "math-intrinsics": "^1.0.0"
2064
+ "math-intrinsics": "^1.1.0"
2041
2065
  },
2042
2066
  "engines": {
2043
2067
  "node": ">= 0.4"
@@ -2046,6 +2070,19 @@
2046
2070
  "url": "https://github.com/sponsors/ljharb"
2047
2071
  }
2048
2072
  },
2073
+ "node_modules/get-proto": {
2074
+ "version": "1.0.1",
2075
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2076
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2077
+ "license": "MIT",
2078
+ "dependencies": {
2079
+ "dunder-proto": "^1.0.1",
2080
+ "es-object-atoms": "^1.0.0"
2081
+ },
2082
+ "engines": {
2083
+ "node": ">= 0.4"
2084
+ }
2085
+ },
2049
2086
  "node_modules/get-stream": {
2050
2087
  "version": "6.0.1",
2051
2088
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
@@ -2078,6 +2115,30 @@
2078
2115
  "url": "https://github.com/sponsors/isaacs"
2079
2116
  }
2080
2117
  },
2118
+ "node_modules/glob/node_modules/brace-expansion": {
2119
+ "version": "2.0.1",
2120
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
2121
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
2122
+ "license": "MIT",
2123
+ "dependencies": {
2124
+ "balanced-match": "^1.0.0"
2125
+ }
2126
+ },
2127
+ "node_modules/glob/node_modules/minimatch": {
2128
+ "version": "9.0.5",
2129
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2130
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2131
+ "license": "ISC",
2132
+ "dependencies": {
2133
+ "brace-expansion": "^2.0.1"
2134
+ },
2135
+ "engines": {
2136
+ "node": ">=16 || 14 >=14.17"
2137
+ },
2138
+ "funding": {
2139
+ "url": "https://github.com/sponsors/isaacs"
2140
+ }
2141
+ },
2081
2142
  "node_modules/gopd": {
2082
2143
  "version": "1.2.0",
2083
2144
  "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
@@ -2681,18 +2742,15 @@
2681
2742
  "optional": true
2682
2743
  },
2683
2744
  "node_modules/minimatch": {
2684
- "version": "9.0.5",
2685
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2686
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2745
+ "version": "3.1.2",
2746
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2747
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2687
2748
  "license": "ISC",
2688
2749
  "dependencies": {
2689
- "brace-expansion": "^2.0.1"
2750
+ "brace-expansion": "^1.1.7"
2690
2751
  },
2691
2752
  "engines": {
2692
- "node": ">=16 || 14 >=14.17"
2693
- },
2694
- "funding": {
2695
- "url": "https://github.com/sponsors/isaacs"
2753
+ "node": "*"
2696
2754
  }
2697
2755
  },
2698
2756
  "node_modules/minimist": {
@@ -2797,16 +2855,6 @@
2797
2855
  "node": ">=0.8.0"
2798
2856
  }
2799
2857
  },
2800
- "node_modules/mv/node_modules/brace-expansion": {
2801
- "version": "1.1.11",
2802
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2803
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2804
- "license": "MIT",
2805
- "dependencies": {
2806
- "balanced-match": "^1.0.0",
2807
- "concat-map": "0.0.1"
2808
- }
2809
- },
2810
2858
  "node_modules/mv/node_modules/glob": {
2811
2859
  "version": "6.0.4",
2812
2860
  "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
@@ -2824,18 +2872,6 @@
2824
2872
  "node": "*"
2825
2873
  }
2826
2874
  },
2827
- "node_modules/mv/node_modules/minimatch": {
2828
- "version": "3.1.2",
2829
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2830
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2831
- "license": "ISC",
2832
- "dependencies": {
2833
- "brace-expansion": "^1.1.7"
2834
- },
2835
- "engines": {
2836
- "node": "*"
2837
- }
2838
- },
2839
2875
  "node_modules/mv/node_modules/mkdirp": {
2840
2876
  "version": "0.5.6",
2841
2877
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
@@ -2880,9 +2916,9 @@
2880
2916
  }
2881
2917
  },
2882
2918
  "node_modules/node-simctl": {
2883
- "version": "7.6.3",
2884
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.3.tgz",
2885
- "integrity": "sha512-tL22kxDdAlUYrb9EEPh9rucTSAEYtuVM16zWj7o2bVheIYBzAnpMlSbF4U09SVwsrGo6utUoqA5D6kNvCq/ahg==",
2919
+ "version": "7.6.5",
2920
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.5.tgz",
2921
+ "integrity": "sha512-YOylJayVx4bVuCC/VkApHrV3jVHQ2vVcZb3h61WlozL9/G9y49GfCQBZ9Ij4bk+RQCbs0u4ClTydB+JqjXL3ZQ==",
2886
2922
  "license": "Apache-2.0",
2887
2923
  "dependencies": {
2888
2924
  "@appium/logger": "^1.3.0",
@@ -2894,13 +2930,28 @@
2894
2930
  "source-map-support": "^0.x",
2895
2931
  "teen_process": "^2.2.0",
2896
2932
  "uuid": "^11.0.1",
2897
- "which": "^4.0.0"
2933
+ "which": "^5.0.0"
2898
2934
  },
2899
2935
  "engines": {
2900
2936
  "node": ">=14",
2901
2937
  "npm": ">=8"
2902
2938
  }
2903
2939
  },
2940
+ "node_modules/node-simctl/node_modules/which": {
2941
+ "version": "5.0.0",
2942
+ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
2943
+ "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
2944
+ "license": "ISC",
2945
+ "dependencies": {
2946
+ "isexe": "^3.1.1"
2947
+ },
2948
+ "bin": {
2949
+ "node-which": "bin/which.js"
2950
+ },
2951
+ "engines": {
2952
+ "node": "^18.17.0 || >=20.5.0"
2953
+ }
2954
+ },
2904
2955
  "node_modules/normalize-package-data": {
2905
2956
  "version": "2.5.0",
2906
2957
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -3314,9 +3365,9 @@
3314
3365
  }
3315
3366
  },
3316
3367
  "node_modules/readable-stream": {
3317
- "version": "4.6.0",
3318
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.6.0.tgz",
3319
- "integrity": "sha512-cbAdYt0VcnpN2Bekq7PU+k363ZRsPwJoEEJOEtSJQlJXzwaxt3FIo/uL+KeDSGIjJqtkwyge4KQgD2S2kd+CQw==",
3368
+ "version": "4.7.0",
3369
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
3370
+ "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
3320
3371
  "license": "MIT",
3321
3372
  "dependencies": {
3322
3373
  "abort-controller": "^3.0.0",
@@ -3362,6 +3413,15 @@
3362
3413
  "minimatch": "^5.1.0"
3363
3414
  }
3364
3415
  },
3416
+ "node_modules/readdir-glob/node_modules/brace-expansion": {
3417
+ "version": "2.0.1",
3418
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
3419
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
3420
+ "license": "MIT",
3421
+ "dependencies": {
3422
+ "balanced-match": "^1.0.0"
3423
+ }
3424
+ },
3365
3425
  "node_modules/readdir-glob/node_modules/minimatch": {
3366
3426
  "version": "5.1.6",
3367
3427
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
@@ -3817,9 +3877,9 @@
3817
3877
  }
3818
3878
  },
3819
3879
  "node_modules/spdx-license-ids": {
3820
- "version": "3.0.20",
3821
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz",
3822
- "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==",
3880
+ "version": "3.0.21",
3881
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
3882
+ "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==",
3823
3883
  "license": "CC0-1.0"
3824
3884
  },
3825
3885
  "node_modules/spdy": {
@@ -3952,13 +4012,34 @@
3952
4012
  "node": ">=8"
3953
4013
  }
3954
4014
  },
4015
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
4016
+ "version": "5.0.1",
4017
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4018
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4019
+ "license": "MIT",
4020
+ "engines": {
4021
+ "node": ">=8"
4022
+ }
4023
+ },
3955
4024
  "node_modules/string-width-cjs/node_modules/emoji-regex": {
3956
4025
  "version": "8.0.0",
3957
4026
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3958
4027
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
3959
4028
  "license": "MIT"
3960
4029
  },
3961
- "node_modules/string-width/node_modules/strip-ansi": {
4030
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
4031
+ "version": "6.0.1",
4032
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4033
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4034
+ "license": "MIT",
4035
+ "dependencies": {
4036
+ "ansi-regex": "^5.0.1"
4037
+ },
4038
+ "engines": {
4039
+ "node": ">=8"
4040
+ }
4041
+ },
4042
+ "node_modules/strip-ansi": {
3962
4043
  "version": "7.1.0",
3963
4044
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3964
4045
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
@@ -3973,18 +4054,6 @@
3973
4054
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3974
4055
  }
3975
4056
  },
3976
- "node_modules/strip-ansi": {
3977
- "version": "6.0.1",
3978
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3979
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3980
- "license": "MIT",
3981
- "dependencies": {
3982
- "ansi-regex": "^5.0.1"
3983
- },
3984
- "engines": {
3985
- "node": ">=8"
3986
- }
3987
- },
3988
4057
  "node_modules/strip-ansi-cjs": {
3989
4058
  "name": "strip-ansi",
3990
4059
  "version": "6.0.1",
@@ -4007,15 +4076,6 @@
4007
4076
  "node": ">=8"
4008
4077
  }
4009
4078
  },
4010
- "node_modules/strip-ansi/node_modules/ansi-regex": {
4011
- "version": "5.0.1",
4012
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4013
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4014
- "license": "MIT",
4015
- "engines": {
4016
- "node": ">=8"
4017
- }
4018
- },
4019
4079
  "node_modules/supports-color": {
4020
4080
  "version": "8.1.1",
4021
4081
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -4055,9 +4115,9 @@
4055
4115
  }
4056
4116
  },
4057
4117
  "node_modules/teen_process": {
4058
- "version": "2.2.2",
4059
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz",
4060
- "integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==",
4118
+ "version": "2.2.3",
4119
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.3.tgz",
4120
+ "integrity": "sha512-8L540OalWH83qc6LHV5VMr0DjdP7KWUHQwTOImtWaG2ElW8BvLTh6M9871oGmmpOMb2BpOJQn2+09ZHWYsdTUA==",
4061
4121
  "license": "Apache-2.0",
4062
4122
  "dependencies": {
4063
4123
  "bluebird": "^3.7.2",
@@ -4123,9 +4183,9 @@
4123
4183
  }
4124
4184
  },
4125
4185
  "node_modules/typescript": {
4126
- "version": "5.7.2",
4127
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
4128
- "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
4186
+ "version": "5.7.3",
4187
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
4188
+ "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
4129
4189
  "license": "Apache-2.0",
4130
4190
  "bin": {
4131
4191
  "tsc": "bin/tsc",
@@ -4181,9 +4241,9 @@
4181
4241
  }
4182
4242
  },
4183
4243
  "node_modules/uuid": {
4184
- "version": "11.0.3",
4185
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
4186
- "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
4244
+ "version": "11.0.4",
4245
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz",
4246
+ "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==",
4187
4247
  "funding": [
4188
4248
  "https://github.com/sponsors/broofa",
4189
4249
  "https://github.com/sponsors/ctavan"
@@ -4278,6 +4338,15 @@
4278
4338
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4279
4339
  }
4280
4340
  },
4341
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
4342
+ "version": "5.0.1",
4343
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4344
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4345
+ "license": "MIT",
4346
+ "engines": {
4347
+ "node": ">=8"
4348
+ }
4349
+ },
4281
4350
  "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
4282
4351
  "version": "8.0.0",
4283
4352
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -4298,6 +4367,27 @@
4298
4367
  "node": ">=8"
4299
4368
  }
4300
4369
  },
4370
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
4371
+ "version": "6.0.1",
4372
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4373
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4374
+ "license": "MIT",
4375
+ "dependencies": {
4376
+ "ansi-regex": "^5.0.1"
4377
+ },
4378
+ "engines": {
4379
+ "node": ">=8"
4380
+ }
4381
+ },
4382
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
4383
+ "version": "5.0.1",
4384
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4385
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4386
+ "license": "MIT",
4387
+ "engines": {
4388
+ "node": ">=8"
4389
+ }
4390
+ },
4301
4391
  "node_modules/wrap-ansi/node_modules/emoji-regex": {
4302
4392
  "version": "8.0.0",
4303
4393
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -4318,6 +4408,18 @@
4318
4408
  "node": ">=8"
4319
4409
  }
4320
4410
  },
4411
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
4412
+ "version": "6.0.1",
4413
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4414
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4415
+ "license": "MIT",
4416
+ "dependencies": {
4417
+ "ansi-regex": "^5.0.1"
4418
+ },
4419
+ "engines": {
4420
+ "node": ">=8"
4421
+ }
4422
+ },
4321
4423
  "node_modules/wrappy": {
4322
4424
  "version": "1.0.2",
4323
4425
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -4364,9 +4466,9 @@
4364
4466
  }
4365
4467
  },
4366
4468
  "node_modules/yaml": {
4367
- "version": "2.6.1",
4368
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
4369
- "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
4469
+ "version": "2.7.0",
4470
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
4471
+ "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
4370
4472
  "license": "ISC",
4371
4473
  "bin": {
4372
4474
  "yaml": "bin.mjs"
@@ -4402,6 +4504,15 @@
4402
4504
  "node": ">=12"
4403
4505
  }
4404
4506
  },
4507
+ "node_modules/yargs/node_modules/ansi-regex": {
4508
+ "version": "5.0.1",
4509
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4510
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4511
+ "license": "MIT",
4512
+ "engines": {
4513
+ "node": ">=8"
4514
+ }
4515
+ },
4405
4516
  "node_modules/yargs/node_modules/emoji-regex": {
4406
4517
  "version": "8.0.0",
4407
4518
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -4422,6 +4533,18 @@
4422
4533
  "node": ">=8"
4423
4534
  }
4424
4535
  },
4536
+ "node_modules/yargs/node_modules/strip-ansi": {
4537
+ "version": "6.0.1",
4538
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4539
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4540
+ "license": "MIT",
4541
+ "dependencies": {
4542
+ "ansi-regex": "^5.0.1"
4543
+ },
4544
+ "engines": {
4545
+ "node": ">=8"
4546
+ }
4547
+ },
4425
4548
  "node_modules/yauzl": {
4426
4549
  "version": "3.2.0",
4427
4550
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",