appium-xcuitest-driver 7.34.2 → 7.35.1

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 (113) hide show
  1. package/CHANGELOG.md +12 -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.map +1 -1
  67. package/build/lib/driver.js +5 -6
  68. package/build/lib/driver.js.map +1 -1
  69. package/build/lib/ios-fs-helpers.js +39 -6
  70. package/build/lib/ios-fs-helpers.js.map +1 -1
  71. package/build/lib/real-device-clients/py-ios-device-client.js +1 -1
  72. package/build/lib/real-device-clients/py-ios-device-client.js.map +1 -1
  73. package/build/lib/real-device.js +35 -2
  74. package/build/lib/real-device.js.map +1 -1
  75. package/build/lib/simulator-management.js +6 -6
  76. package/build/lib/simulator-management.js.map +1 -1
  77. package/build/lib/utils.js +43 -10
  78. package/build/lib/utils.js.map +1 -1
  79. package/build/lib/xcrun.js +1 -1
  80. package/build/lib/xcrun.js.map +1 -1
  81. package/lib/commands/appearance.js +1 -1
  82. package/lib/commands/certificate.js +3 -3
  83. package/lib/commands/context.js +2 -4
  84. package/lib/commands/execute.js +0 -1
  85. package/lib/commands/find.js +1 -2
  86. package/lib/commands/general.js +0 -2
  87. package/lib/commands/gesture.js +0 -1
  88. package/lib/commands/keyboard.js +1 -1
  89. package/lib/commands/log.js +2 -2
  90. package/lib/commands/navigation.js +1 -1
  91. package/lib/commands/performance.js +11 -10
  92. package/lib/commands/record-audio.js +2 -2
  93. package/lib/commands/recordscreen.js +4 -4
  94. package/lib/commands/web.js +5 -6
  95. package/lib/commands/xctest.js +4 -3
  96. package/lib/device-connections-factory.js +2 -2
  97. package/lib/device-log/ios-crash-log.ts +1 -2
  98. package/lib/device-log/ios-device-log.ts +0 -1
  99. package/lib/device-log/ios-log.ts +0 -1
  100. package/lib/device-log/ios-simulator-log.ts +1 -1
  101. package/lib/device-log/safari-console-log.ts +1 -1
  102. package/lib/doctor/optional-checks.js +0 -1
  103. package/lib/doctor/required-checks.js +0 -1
  104. package/lib/doctor/utils.js +1 -1
  105. package/lib/driver.js +3 -4
  106. package/lib/ios-fs-helpers.js +6 -6
  107. package/lib/real-device-clients/py-ios-device-client.ts +1 -1
  108. package/lib/real-device.js +2 -2
  109. package/lib/simulator-management.js +3 -3
  110. package/lib/utils.js +7 -7
  111. package/lib/xcrun.js +1 -1
  112. package/npm-shrinkwrap.json +205 -152
  113. package/package.json +3 -3
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.34.2",
3
+ "version": "7.35.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.34.2",
9
+ "version": "7.35.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
13
13
  "appium-idb": "^1.6.13",
14
- "appium-ios-device": "^2.7.23",
14
+ "appium-ios-device": "^2.8.0",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.1.1",
17
17
  "appium-webdriveragent": "^8.12.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,13 +73,13 @@
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.14.0",
77
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.14.0.tgz",
78
+ "integrity": "sha512-CQ5hmW7tPr/48ddNpr+LwYPATQRuT1wVk1yX35dVAjPygwfyPMNiOakSvA9z5lnwtXmCkdFm2Q1Pm3aX4ABFhg==",
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.1",
82
+ "@appium/types": "^0.23.0",
83
83
  "@colors/colors": "1.6.0",
84
84
  "@types/async-lock": "1.4.2",
85
85
  "@types/bluebird": "3.5.42",
@@ -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": {
@@ -112,30 +112,18 @@
112
112
  "spdy": "4.0.2"
113
113
  }
114
114
  },
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==",
119
- "license": "(MIT OR CC0-1.0)",
120
- "engines": {
121
- "node": ">=16"
122
- },
123
- "funding": {
124
- "url": "https://github.com/sponsors/sindresorhus"
125
- }
126
- },
127
115
  "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==",
116
+ "version": "1.0.27",
117
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.27.tgz",
118
+ "integrity": "sha512-iT+UOzOJpwTaPJgOIVs3Esl4uJG1iRc2KVkpX95QlbIjoGjDo+Z4nLG59m1NLPctJ0X5kUGlkZ/xWd38SN/7/A==",
131
119
  "license": "Apache-2.0",
132
120
  "dependencies": {
133
- "@appium/support": "^6.0.0",
121
+ "@appium/support": "^6.0.1",
134
122
  "@appium/tsconfig": "^0.3.3",
135
123
  "@sliphua/lilconfig-ts-loader": "3.2.2",
136
124
  "@types/which": "3.0.4",
137
125
  "chalk": "4.1.2",
138
- "consola": "3.2.3",
126
+ "consola": "3.3.3",
139
127
  "diff": "7.0.0",
140
128
  "json5": "2.2.3",
141
129
  "lilconfig": "3.1.3",
@@ -145,9 +133,9 @@
145
133
  "semver": "7.6.3",
146
134
  "source-map-support": "0.5.21",
147
135
  "teen_process": "2.2.2",
148
- "type-fest": "4.30.0",
136
+ "type-fest": "4.31.0",
149
137
  "typescript": "5.7.2",
150
- "yaml": "2.6.1",
138
+ "yaml": "2.7.0",
151
139
  "yargs": "17.7.2",
152
140
  "yargs-parser": "21.1.1"
153
141
  },
@@ -159,18 +147,6 @@
159
147
  "npm": ">=8"
160
148
  }
161
149
  },
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==",
166
- "license": "(MIT OR CC0-1.0)",
167
- "engines": {
168
- "node": ">=16"
169
- },
170
- "funding": {
171
- "url": "https://github.com/sponsors/sindresorhus"
172
- }
173
- },
174
150
  "node_modules/@appium/logger": {
175
151
  "version": "1.6.1",
176
152
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
@@ -188,9 +164,9 @@
188
164
  }
189
165
  },
190
166
  "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==",
167
+ "version": "0.7.1",
168
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.7.1.tgz",
169
+ "integrity": "sha512-HCK0FqYOe96gYw7xb3mlZf9uIqgUwbrMJUedJnLfynvlrRsUe2/uXhYuBPENMn89mkeoZMThgAEEVarDH0sCaQ==",
194
170
  "license": "Apache-2.0",
195
171
  "dependencies": {
196
172
  "@types/json-schema": "7.0.15",
@@ -217,14 +193,14 @@
217
193
  }
218
194
  },
219
195
  "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==",
196
+ "version": "6.0.1",
197
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.1.tgz",
198
+ "integrity": "sha512-siAWkbkWbHdvMabPDULMSEmOpvsh9reEqIOKqmxow3dO1C0zziYS7tsqzLNxB5AZRvZoQT209G4lGdN5kqSdww==",
223
199
  "license": "Apache-2.0",
224
200
  "dependencies": {
225
201
  "@appium/logger": "^1.6.1",
226
202
  "@appium/tsconfig": "^0.3.3",
227
- "@appium/types": "^0.22.3",
203
+ "@appium/types": "^0.23.0",
228
204
  "@colors/colors": "1.6.0",
229
205
  "@types/archiver": "6.0.3",
230
206
  "@types/base64-stream": "1.0.5",
@@ -270,7 +246,7 @@
270
246
  "source-map-support": "0.5.21",
271
247
  "supports-color": "8.1.1",
272
248
  "teen_process": "2.2.2",
273
- "type-fest": "4.30.0",
249
+ "type-fest": "4.31.0",
274
250
  "uuid": "11.0.3",
275
251
  "which": "4.0.0",
276
252
  "yauzl": "3.2.0"
@@ -283,18 +259,6 @@
283
259
  "sharp": "0.33.5"
284
260
  }
285
261
  },
286
- "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==",
290
- "license": "(MIT OR CC0-1.0)",
291
- "engines": {
292
- "node": ">=16"
293
- },
294
- "funding": {
295
- "url": "https://github.com/sponsors/sindresorhus"
296
- }
297
- },
298
262
  "node_modules/@appium/tsconfig": {
299
263
  "version": "0.3.3",
300
264
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
@@ -309,35 +273,23 @@
309
273
  }
310
274
  },
311
275
  "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==",
276
+ "version": "0.23.0",
277
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.23.0.tgz",
278
+ "integrity": "sha512-0xfCpJuPmhkvamjgO/U3DY7FV/Usu6WYZKUs9BiC9GjzFYffRJO1Gu2z/wscCZ5gTGuELVqNCb/f/c+nofvjrQ==",
315
279
  "license": "Apache-2.0",
316
280
  "dependencies": {
317
281
  "@appium/logger": "^1.6.1",
318
- "@appium/schema": "^0.7.0",
282
+ "@appium/schema": "^0.7.1",
319
283
  "@appium/tsconfig": "^0.3.3",
320
284
  "@types/express": "5.0.0",
321
285
  "@types/ws": "8.5.13",
322
- "type-fest": "4.30.0"
286
+ "type-fest": "4.31.0"
323
287
  },
324
288
  "engines": {
325
289
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
326
290
  "npm": ">=8"
327
291
  }
328
292
  },
329
- "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==",
333
- "license": "(MIT OR CC0-1.0)",
334
- "engines": {
335
- "node": ">=16"
336
- },
337
- "funding": {
338
- "url": "https://github.com/sponsors/sindresorhus"
339
- }
340
- },
341
293
  "node_modules/@babel/code-frame": {
342
294
  "version": "7.26.2",
343
295
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
@@ -399,21 +351,6 @@
399
351
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
400
352
  }
401
353
  },
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
354
  "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
418
355
  "version": "8.1.0",
419
356
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
@@ -562,9 +499,9 @@
562
499
  }
563
500
  },
564
501
  "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==",
502
+ "version": "5.0.3",
503
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.3.tgz",
504
+ "integrity": "sha512-JEhMNwUJt7bw728CydvYzntD0XJeTmDnvwLlbfbAhE7Tbslm/ax6bdIiUwTgeVlZTsJQPwZwKpAkyDtIjsvx3g==",
568
505
  "license": "MIT",
569
506
  "dependencies": {
570
507
  "@types/node": "*",
@@ -652,9 +589,9 @@
652
589
  }
653
590
  },
654
591
  "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==",
592
+ "version": "22.10.5",
593
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
594
+ "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
658
595
  "license": "MIT",
659
596
  "dependencies": {
660
597
  "undici-types": "~6.20.0"
@@ -851,9 +788,9 @@
851
788
  }
852
789
  },
853
790
  "node_modules/appium-ios-device": {
854
- "version": "2.7.27",
855
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.27.tgz",
856
- "integrity": "sha512-IvOCELrgO3ToS4ybmM8E3tWIfBKvwl2i9k3E8muTeNk5WheZHbZDJqu88AUnFuHg89Nph38IF4OeXIg8tzwaNQ==",
791
+ "version": "2.8.0",
792
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.0.tgz",
793
+ "integrity": "sha512-T6dgigeanZ5tEuwacyom4gmdLm4XbW9iGsCtzl/jXM9x47s/ybjP2HIb5MVDywcps/Y4DDSuPp/n2CakDoEpDw==",
857
794
  "license": "Apache-2.0",
858
795
  "dependencies": {
859
796
  "@appium/support": "^6.0.0",
@@ -1327,6 +1264,15 @@
1327
1264
  "node": ">=12"
1328
1265
  }
1329
1266
  },
1267
+ "node_modules/cliui/node_modules/ansi-regex": {
1268
+ "version": "5.0.1",
1269
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1270
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1271
+ "license": "MIT",
1272
+ "engines": {
1273
+ "node": ">=8"
1274
+ }
1275
+ },
1330
1276
  "node_modules/cliui/node_modules/emoji-regex": {
1331
1277
  "version": "8.0.0",
1332
1278
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -1347,6 +1293,18 @@
1347
1293
  "node": ">=8"
1348
1294
  }
1349
1295
  },
1296
+ "node_modules/cliui/node_modules/strip-ansi": {
1297
+ "version": "6.0.1",
1298
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1299
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1300
+ "license": "MIT",
1301
+ "dependencies": {
1302
+ "ansi-regex": "^5.0.1"
1303
+ },
1304
+ "engines": {
1305
+ "node": ">=8"
1306
+ }
1307
+ },
1350
1308
  "node_modules/color": {
1351
1309
  "version": "4.2.3",
1352
1310
  "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
@@ -1424,9 +1382,9 @@
1424
1382
  "license": "MIT"
1425
1383
  },
1426
1384
  "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==",
1385
+ "version": "3.3.3",
1386
+ "resolved": "https://registry.npmjs.org/consola/-/consola-3.3.3.tgz",
1387
+ "integrity": "sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==",
1430
1388
  "license": "MIT",
1431
1389
  "engines": {
1432
1390
  "node": "^14.18.0 || >=16.10.0"
@@ -1772,9 +1730,9 @@
1772
1730
  }
1773
1731
  },
1774
1732
  "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==",
1733
+ "version": "4.21.2",
1734
+ "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
1735
+ "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
1778
1736
  "license": "MIT",
1779
1737
  "dependencies": {
1780
1738
  "accepts": "~1.3.8",
@@ -1796,7 +1754,7 @@
1796
1754
  "methods": "~1.1.2",
1797
1755
  "on-finished": "2.4.1",
1798
1756
  "parseurl": "~1.3.3",
1799
- "path-to-regexp": "0.1.10",
1757
+ "path-to-regexp": "0.1.12",
1800
1758
  "proxy-addr": "~2.0.7",
1801
1759
  "qs": "6.13.0",
1802
1760
  "range-parser": "~1.2.1",
@@ -1811,6 +1769,10 @@
1811
1769
  },
1812
1770
  "engines": {
1813
1771
  "node": ">= 0.10.0"
1772
+ },
1773
+ "funding": {
1774
+ "type": "opencollective",
1775
+ "url": "https://opencollective.com/express"
1814
1776
  }
1815
1777
  },
1816
1778
  "node_modules/express/node_modules/debug": {
@@ -1829,9 +1791,9 @@
1829
1791
  "license": "MIT"
1830
1792
  },
1831
1793
  "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==",
1794
+ "version": "0.1.12",
1795
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
1796
+ "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
1835
1797
  "license": "MIT"
1836
1798
  },
1837
1799
  "node_modules/fast-fifo": {
@@ -2023,21 +1985,21 @@
2023
1985
  }
2024
1986
  },
2025
1987
  "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==",
1988
+ "version": "1.2.7",
1989
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
1990
+ "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
2029
1991
  "license": "MIT",
2030
1992
  "dependencies": {
2031
1993
  "call-bind-apply-helpers": "^1.0.1",
2032
- "dunder-proto": "^1.0.0",
2033
1994
  "es-define-property": "^1.0.1",
2034
1995
  "es-errors": "^1.3.0",
2035
1996
  "es-object-atoms": "^1.0.0",
2036
1997
  "function-bind": "^1.1.2",
1998
+ "get-proto": "^1.0.0",
2037
1999
  "gopd": "^1.2.0",
2038
2000
  "has-symbols": "^1.1.0",
2039
2001
  "hasown": "^2.0.2",
2040
- "math-intrinsics": "^1.0.0"
2002
+ "math-intrinsics": "^1.1.0"
2041
2003
  },
2042
2004
  "engines": {
2043
2005
  "node": ">= 0.4"
@@ -2046,6 +2008,19 @@
2046
2008
  "url": "https://github.com/sponsors/ljharb"
2047
2009
  }
2048
2010
  },
2011
+ "node_modules/get-proto": {
2012
+ "version": "1.0.1",
2013
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2014
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2015
+ "license": "MIT",
2016
+ "dependencies": {
2017
+ "dunder-proto": "^1.0.1",
2018
+ "es-object-atoms": "^1.0.0"
2019
+ },
2020
+ "engines": {
2021
+ "node": ">= 0.4"
2022
+ }
2023
+ },
2049
2024
  "node_modules/get-stream": {
2050
2025
  "version": "6.0.1",
2051
2026
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
@@ -2289,9 +2264,9 @@
2289
2264
  "license": "MIT"
2290
2265
  },
2291
2266
  "node_modules/is-core-module": {
2292
- "version": "2.16.0",
2293
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz",
2294
- "integrity": "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==",
2267
+ "version": "2.16.1",
2268
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
2269
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
2295
2270
  "license": "MIT",
2296
2271
  "dependencies": {
2297
2272
  "hasown": "^2.0.2"
@@ -3314,9 +3289,9 @@
3314
3289
  }
3315
3290
  },
3316
3291
  "node_modules/readable-stream": {
3317
- "version": "4.5.2",
3318
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
3319
- "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
3292
+ "version": "4.6.0",
3293
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.6.0.tgz",
3294
+ "integrity": "sha512-cbAdYt0VcnpN2Bekq7PU+k363ZRsPwJoEEJOEtSJQlJXzwaxt3FIo/uL+KeDSGIjJqtkwyge4KQgD2S2kd+CQw==",
3320
3295
  "license": "MIT",
3321
3296
  "dependencies": {
3322
3297
  "abort-controller": "^3.0.0",
@@ -3384,9 +3359,9 @@
3384
3359
  }
3385
3360
  },
3386
3361
  "node_modules/resolve": {
3387
- "version": "1.22.9",
3388
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.9.tgz",
3389
- "integrity": "sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A==",
3362
+ "version": "1.22.10",
3363
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
3364
+ "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
3390
3365
  "license": "MIT",
3391
3366
  "dependencies": {
3392
3367
  "is-core-module": "^2.16.0",
@@ -3396,6 +3371,9 @@
3396
3371
  "bin": {
3397
3372
  "resolve": "bin/resolve"
3398
3373
  },
3374
+ "engines": {
3375
+ "node": ">= 0.4"
3376
+ },
3399
3377
  "funding": {
3400
3378
  "url": "https://github.com/sponsors/ljharb"
3401
3379
  }
@@ -3949,13 +3927,34 @@
3949
3927
  "node": ">=8"
3950
3928
  }
3951
3929
  },
3930
+ "node_modules/string-width-cjs/node_modules/ansi-regex": {
3931
+ "version": "5.0.1",
3932
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
3933
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
3934
+ "license": "MIT",
3935
+ "engines": {
3936
+ "node": ">=8"
3937
+ }
3938
+ },
3952
3939
  "node_modules/string-width-cjs/node_modules/emoji-regex": {
3953
3940
  "version": "8.0.0",
3954
3941
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3955
3942
  "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
3956
3943
  "license": "MIT"
3957
3944
  },
3958
- "node_modules/string-width/node_modules/strip-ansi": {
3945
+ "node_modules/string-width-cjs/node_modules/strip-ansi": {
3946
+ "version": "6.0.1",
3947
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3948
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3949
+ "license": "MIT",
3950
+ "dependencies": {
3951
+ "ansi-regex": "^5.0.1"
3952
+ },
3953
+ "engines": {
3954
+ "node": ">=8"
3955
+ }
3956
+ },
3957
+ "node_modules/strip-ansi": {
3959
3958
  "version": "7.1.0",
3960
3959
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
3961
3960
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
@@ -3970,18 +3969,6 @@
3970
3969
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3971
3970
  }
3972
3971
  },
3973
- "node_modules/strip-ansi": {
3974
- "version": "6.0.1",
3975
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3976
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3977
- "license": "MIT",
3978
- "dependencies": {
3979
- "ansi-regex": "^5.0.1"
3980
- },
3981
- "engines": {
3982
- "node": ">=8"
3983
- }
3984
- },
3985
3972
  "node_modules/strip-ansi-cjs": {
3986
3973
  "name": "strip-ansi",
3987
3974
  "version": "6.0.1",
@@ -4004,15 +3991,6 @@
4004
3991
  "node": ">=8"
4005
3992
  }
4006
3993
  },
4007
- "node_modules/strip-ansi/node_modules/ansi-regex": {
4008
- "version": "5.0.1",
4009
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4010
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4011
- "license": "MIT",
4012
- "engines": {
4013
- "node": ">=8"
4014
- }
4015
- },
4016
3994
  "node_modules/supports-color": {
4017
3995
  "version": "8.1.1",
4018
3996
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -4106,6 +4084,18 @@
4106
4084
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4107
4085
  "license": "0BSD"
4108
4086
  },
4087
+ "node_modules/type-fest": {
4088
+ "version": "4.31.0",
4089
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
4090
+ "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
4091
+ "license": "(MIT OR CC0-1.0)",
4092
+ "engines": {
4093
+ "node": ">=16"
4094
+ },
4095
+ "funding": {
4096
+ "url": "https://github.com/sponsors/sindresorhus"
4097
+ }
4098
+ },
4109
4099
  "node_modules/type-is": {
4110
4100
  "version": "1.6.18",
4111
4101
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -4275,6 +4265,15 @@
4275
4265
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4276
4266
  }
4277
4267
  },
4268
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
4269
+ "version": "5.0.1",
4270
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4271
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4272
+ "license": "MIT",
4273
+ "engines": {
4274
+ "node": ">=8"
4275
+ }
4276
+ },
4278
4277
  "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
4279
4278
  "version": "8.0.0",
4280
4279
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -4295,6 +4294,27 @@
4295
4294
  "node": ">=8"
4296
4295
  }
4297
4296
  },
4297
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
4298
+ "version": "6.0.1",
4299
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4300
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4301
+ "license": "MIT",
4302
+ "dependencies": {
4303
+ "ansi-regex": "^5.0.1"
4304
+ },
4305
+ "engines": {
4306
+ "node": ">=8"
4307
+ }
4308
+ },
4309
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
4310
+ "version": "5.0.1",
4311
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4312
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4313
+ "license": "MIT",
4314
+ "engines": {
4315
+ "node": ">=8"
4316
+ }
4317
+ },
4298
4318
  "node_modules/wrap-ansi/node_modules/emoji-regex": {
4299
4319
  "version": "8.0.0",
4300
4320
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -4315,6 +4335,18 @@
4315
4335
  "node": ">=8"
4316
4336
  }
4317
4337
  },
4338
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
4339
+ "version": "6.0.1",
4340
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4341
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4342
+ "license": "MIT",
4343
+ "dependencies": {
4344
+ "ansi-regex": "^5.0.1"
4345
+ },
4346
+ "engines": {
4347
+ "node": ">=8"
4348
+ }
4349
+ },
4318
4350
  "node_modules/wrappy": {
4319
4351
  "version": "1.0.2",
4320
4352
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -4361,9 +4393,9 @@
4361
4393
  }
4362
4394
  },
4363
4395
  "node_modules/yaml": {
4364
- "version": "2.6.1",
4365
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
4366
- "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
4396
+ "version": "2.7.0",
4397
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
4398
+ "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
4367
4399
  "license": "ISC",
4368
4400
  "bin": {
4369
4401
  "yaml": "bin.mjs"
@@ -4399,6 +4431,15 @@
4399
4431
  "node": ">=12"
4400
4432
  }
4401
4433
  },
4434
+ "node_modules/yargs/node_modules/ansi-regex": {
4435
+ "version": "5.0.1",
4436
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4437
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4438
+ "license": "MIT",
4439
+ "engines": {
4440
+ "node": ">=8"
4441
+ }
4442
+ },
4402
4443
  "node_modules/yargs/node_modules/emoji-regex": {
4403
4444
  "version": "8.0.0",
4404
4445
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -4419,6 +4460,18 @@
4419
4460
  "node": ">=8"
4420
4461
  }
4421
4462
  },
4463
+ "node_modules/yargs/node_modules/strip-ansi": {
4464
+ "version": "6.0.1",
4465
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4466
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4467
+ "license": "MIT",
4468
+ "dependencies": {
4469
+ "ansi-regex": "^5.0.1"
4470
+ },
4471
+ "engines": {
4472
+ "node": ">=8"
4473
+ }
4474
+ },
4422
4475
  "node_modules/yauzl": {
4423
4476
  "version": "3.2.0",
4424
4477
  "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",