appium-mac2-driver 3.2.7 → 3.2.9
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 +14 -0
- package/npm-shrinkwrap.json +237 -318
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.2.9](https://github.com/appium/appium-mac2-driver/compare/v3.2.8...v3.2.9) (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#365](https://github.com/appium/appium-mac2-driver/issues/365)) ([5524282](https://github.com/appium/appium-mac2-driver/commit/55242822dd3c94e9bfaf432d6ed0044589d00d22))
|
|
6
|
+
|
|
7
|
+
## [3.2.8](https://github.com/appium/appium-mac2-driver/compare/v3.2.7...v3.2.8) (2025-11-29)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps-dev:** bump chai from 5.3.3 to 6.2.1 ([#360](https://github.com/appium/appium-mac2-driver/issues/360)) ([3d3f75e](https://github.com/appium/appium-mac2-driver/commit/3d3f75e084a13eee8889bb3c8d89a42aa16acc29))
|
|
12
|
+
* **deps-dev:** bump mocha from 10.8.2 to 11.7.5 ([#362](https://github.com/appium/appium-mac2-driver/issues/362)) ([097c8e5](https://github.com/appium/appium-mac2-driver/commit/097c8e5cac8fc08dc178a3092393c97f697db04b))
|
|
13
|
+
* **deps:** bump actions/checkout from 2 to 6 ([#357](https://github.com/appium/appium-mac2-driver/issues/357)) ([5bff976](https://github.com/appium/appium-mac2-driver/commit/5bff9764034c73ba0bcc23fcf9abd5de8361a41e))
|
|
14
|
+
|
|
1
15
|
## [3.2.7](https://github.com/appium/appium-mac2-driver/compare/v3.2.6...v3.2.7) (2025-11-29)
|
|
2
16
|
|
|
3
17
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-mac2-driver",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-mac2-driver",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.9",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@types/bluebird": "^3.5.38",
|
|
30
30
|
"@types/lodash": "^4.14.196",
|
|
31
31
|
"@types/mocha": "^10.0.1",
|
|
32
|
-
"@types/node": "^
|
|
33
|
-
"chai": "^
|
|
32
|
+
"@types/node": "^25.0.0",
|
|
33
|
+
"chai": "^6.2.1",
|
|
34
34
|
"chai-as-promised": "^8.0.0",
|
|
35
35
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
36
|
-
"mocha": "^
|
|
36
|
+
"mocha": "^11.7.5",
|
|
37
37
|
"semantic-release": "^25.0.2",
|
|
38
38
|
"sinon": "^21.0.0",
|
|
39
39
|
"ts-node": "^10.9.1",
|
|
@@ -49,30 +49,30 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"node_modules/@appium/base-driver": {
|
|
52
|
-
"version": "10.1.
|
|
53
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.
|
|
54
|
-
"integrity": "sha512-
|
|
52
|
+
"version": "10.1.2",
|
|
53
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.1.2.tgz",
|
|
54
|
+
"integrity": "sha512-AxCYznylRw4xpOx30dAIQ8m5GsVM9ob/MPwc/KyiKhtofLNxQQlFLvLs7SeX7s8iwvwr0puMasOqlWrWy3gVbA==",
|
|
55
55
|
"license": "Apache-2.0",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@appium/support": "^7.0.
|
|
58
|
-
"@appium/types": "^1.1.
|
|
57
|
+
"@appium/support": "^7.0.4",
|
|
58
|
+
"@appium/types": "^1.1.2",
|
|
59
59
|
"@colors/colors": "1.6.0",
|
|
60
60
|
"async-lock": "1.4.1",
|
|
61
61
|
"asyncbox": "3.0.0",
|
|
62
62
|
"axios": "1.13.2",
|
|
63
63
|
"bluebird": "3.7.2",
|
|
64
|
-
"body-parser": "2.2.
|
|
65
|
-
"express": "5.1
|
|
64
|
+
"body-parser": "2.2.1",
|
|
65
|
+
"express": "5.2.1",
|
|
66
66
|
"fastest-levenshtein": "1.0.16",
|
|
67
67
|
"http-status-codes": "2.3.0",
|
|
68
68
|
"lodash": "4.17.21",
|
|
69
|
-
"lru-cache": "11.2.
|
|
69
|
+
"lru-cache": "11.2.4",
|
|
70
70
|
"method-override": "3.0.0",
|
|
71
71
|
"morgan": "1.10.1",
|
|
72
72
|
"path-to-regexp": "8.3.0",
|
|
73
73
|
"serve-favicon": "2.5.1",
|
|
74
74
|
"source-map-support": "0.5.21",
|
|
75
|
-
"type-fest": "5.
|
|
75
|
+
"type-fest": "5.3.0"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
78
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"node_modules/@appium/base-plugin": {
|
|
86
|
-
"version": "3.0.
|
|
87
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.
|
|
88
|
-
"integrity": "sha512-
|
|
86
|
+
"version": "3.0.5",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
|
|
88
|
+
"integrity": "sha512-w27EqXQ3zY7xKp61IizbzhZGlxQvFr8uKxeELP5TU/+YxnjU8MyVYmWCG7RXp0dh9n7mZen/WPjZtvqdiBOsMQ==",
|
|
89
89
|
"license": "Apache-2.0",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@appium/base-driver": "^10.1.
|
|
92
|
-
"@appium/support": "^7.0.
|
|
91
|
+
"@appium/base-driver": "^10.1.2",
|
|
92
|
+
"@appium/support": "^7.0.4"
|
|
93
93
|
},
|
|
94
94
|
"engines": {
|
|
95
95
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -97,12 +97,12 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"node_modules/@appium/docutils": {
|
|
100
|
-
"version": "2.
|
|
101
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
102
|
-
"integrity": "sha512-
|
|
100
|
+
"version": "2.2.0",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.2.0.tgz",
|
|
102
|
+
"integrity": "sha512-bwZIShYLRnWCRdGEgjBX+POXyI0X8fbZ3FNHWDlNzYjCBodYckiMw8X48WDwMRd0AeP5mzjBbHSpH7DKfebuFg==",
|
|
103
103
|
"license": "Apache-2.0",
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@appium/support": "^7.0.
|
|
105
|
+
"@appium/support": "^7.0.4",
|
|
106
106
|
"chalk": "4.1.2",
|
|
107
107
|
"consola": "3.4.2",
|
|
108
108
|
"diff": "8.0.2",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"pkg-dir": "5.0.0",
|
|
112
112
|
"read-pkg": "5.2.0",
|
|
113
113
|
"source-map-support": "0.5.21",
|
|
114
|
-
"teen_process": "3.0.
|
|
115
|
-
"type-fest": "5.
|
|
116
|
-
"yaml": "2.8.
|
|
114
|
+
"teen_process": "3.0.4",
|
|
115
|
+
"type-fest": "5.3.0",
|
|
116
|
+
"yaml": "2.8.2",
|
|
117
117
|
"yargs": "18.0.0",
|
|
118
118
|
"yargs-parser": "22.0.0"
|
|
119
119
|
},
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
129
|
-
"version": "3.0.
|
|
130
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
131
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "3.0.4",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
131
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
132
132
|
"license": "Apache-2.0",
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"bluebird": "^3.7.2",
|
|
@@ -142,14 +142,14 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"node_modules/@appium/logger": {
|
|
145
|
-
"version": "2.0.
|
|
146
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
147
|
-
"integrity": "sha512-
|
|
145
|
+
"version": "2.0.3",
|
|
146
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.3.tgz",
|
|
147
|
+
"integrity": "sha512-x1ROyUZP73RwdfgeYUgYkAAVbjf4QQENAACTjPxzIj7qA4/EyhXvv/Py8b6SPxphW7m9ialQjpS0FwgQ3nZUfw==",
|
|
148
148
|
"license": "ISC",
|
|
149
149
|
"dependencies": {
|
|
150
150
|
"console-control-strings": "1.1.0",
|
|
151
151
|
"lodash": "4.17.21",
|
|
152
|
-
"lru-cache": "11.2.
|
|
152
|
+
"lru-cache": "11.2.4",
|
|
153
153
|
"set-blocking": "2.0.0"
|
|
154
154
|
},
|
|
155
155
|
"engines": {
|
|
@@ -186,14 +186,14 @@
|
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
"node_modules/@appium/support": {
|
|
189
|
-
"version": "7.0.
|
|
190
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
191
|
-
"integrity": "sha512-
|
|
189
|
+
"version": "7.0.4",
|
|
190
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.4.tgz",
|
|
191
|
+
"integrity": "sha512-xIK7cFzouZJLIG6RMmg50M+EsILSeO9e9sSkR4xNSaJajaop7LtpkbMfO5JpTgdNiIUYyIsr/3TusQhxnpPNvw==",
|
|
192
192
|
"license": "Apache-2.0",
|
|
193
193
|
"dependencies": {
|
|
194
|
-
"@appium/logger": "^2.0.
|
|
195
|
-
"@appium/tsconfig": "^1.1.
|
|
196
|
-
"@appium/types": "^1.1.
|
|
194
|
+
"@appium/logger": "^2.0.3",
|
|
195
|
+
"@appium/tsconfig": "^1.1.1",
|
|
196
|
+
"@appium/types": "^1.1.2",
|
|
197
197
|
"@colors/colors": "1.6.0",
|
|
198
198
|
"archiver": "7.0.1",
|
|
199
199
|
"axios": "1.13.2",
|
|
@@ -201,9 +201,9 @@
|
|
|
201
201
|
"bluebird": "3.7.2",
|
|
202
202
|
"bplist-creator": "0.1.1",
|
|
203
203
|
"bplist-parser": "0.3.2",
|
|
204
|
-
"form-data": "4.0.
|
|
204
|
+
"form-data": "4.0.5",
|
|
205
205
|
"get-stream": "6.0.1",
|
|
206
|
-
"glob": "
|
|
206
|
+
"glob": "13.0.0",
|
|
207
207
|
"jsftp": "2.1.3",
|
|
208
208
|
"klaw": "4.1.0",
|
|
209
209
|
"lockfile": "1.0.4",
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
"shell-quote": "1.8.3",
|
|
222
222
|
"source-map-support": "0.5.21",
|
|
223
223
|
"supports-color": "8.1.1",
|
|
224
|
-
"teen_process": "3.0.
|
|
225
|
-
"type-fest": "5.
|
|
224
|
+
"teen_process": "3.0.4",
|
|
225
|
+
"type-fest": "5.3.0",
|
|
226
226
|
"uuid": "13.0.0",
|
|
227
|
-
"which": "
|
|
227
|
+
"which": "6.0.0",
|
|
228
228
|
"yauzl": "3.2.0"
|
|
229
229
|
},
|
|
230
230
|
"engines": {
|
|
@@ -236,9 +236,9 @@
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
239
|
-
"version": "3.0.
|
|
240
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
241
|
-
"integrity": "sha512-
|
|
239
|
+
"version": "3.0.4",
|
|
240
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
241
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
242
242
|
"license": "Apache-2.0",
|
|
243
243
|
"dependencies": {
|
|
244
244
|
"bluebird": "^3.7.2",
|
|
@@ -252,12 +252,12 @@
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"node_modules/@appium/tsconfig": {
|
|
255
|
-
"version": "1.1.
|
|
256
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.
|
|
257
|
-
"integrity": "sha512-
|
|
255
|
+
"version": "1.1.1",
|
|
256
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.1.tgz",
|
|
257
|
+
"integrity": "sha512-ikjo037sWgY2Oy0HRPGnrKHnOdUh9JyzstD7E6HlFqcZu8hvOP1hDQmKdoBTz8gkmSbZWcMRZmWaL3Yqaz2pLw==",
|
|
258
258
|
"license": "Apache-2.0",
|
|
259
259
|
"dependencies": {
|
|
260
|
-
"@tsconfig/node20": "20.1.
|
|
260
|
+
"@tsconfig/node20": "20.1.8"
|
|
261
261
|
},
|
|
262
262
|
"engines": {
|
|
263
263
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -265,15 +265,15 @@
|
|
|
265
265
|
}
|
|
266
266
|
},
|
|
267
267
|
"node_modules/@appium/types": {
|
|
268
|
-
"version": "1.1.
|
|
269
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.
|
|
270
|
-
"integrity": "sha512-
|
|
268
|
+
"version": "1.1.2",
|
|
269
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.1.2.tgz",
|
|
270
|
+
"integrity": "sha512-BDyX99GCXWqsfeDxsqsvb6EIfQD7SLTXcCbmcI1PKDTK2wg9znKOtE0YLzXgI6TFQV3+40Xs6za6La/Mv8/rVQ==",
|
|
271
271
|
"license": "Apache-2.0",
|
|
272
272
|
"dependencies": {
|
|
273
|
-
"@appium/logger": "^2.0.
|
|
273
|
+
"@appium/logger": "^2.0.3",
|
|
274
274
|
"@appium/schema": "^1.0.0",
|
|
275
|
-
"@appium/tsconfig": "^1.1.
|
|
276
|
-
"type-fest": "5.
|
|
275
|
+
"@appium/tsconfig": "^1.1.1",
|
|
276
|
+
"type-fest": "5.3.0"
|
|
277
277
|
},
|
|
278
278
|
"engines": {
|
|
279
279
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -431,6 +431,44 @@
|
|
|
431
431
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
432
432
|
}
|
|
433
433
|
},
|
|
434
|
+
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
435
|
+
"version": "9.2.2",
|
|
436
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
437
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
438
|
+
"license": "MIT"
|
|
439
|
+
},
|
|
440
|
+
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
441
|
+
"version": "5.1.2",
|
|
442
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
443
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
444
|
+
"license": "MIT",
|
|
445
|
+
"dependencies": {
|
|
446
|
+
"eastasianwidth": "^0.2.0",
|
|
447
|
+
"emoji-regex": "^9.2.2",
|
|
448
|
+
"strip-ansi": "^7.0.1"
|
|
449
|
+
},
|
|
450
|
+
"engines": {
|
|
451
|
+
"node": ">=12"
|
|
452
|
+
},
|
|
453
|
+
"funding": {
|
|
454
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
458
|
+
"version": "7.1.2",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
460
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
461
|
+
"license": "MIT",
|
|
462
|
+
"dependencies": {
|
|
463
|
+
"ansi-regex": "^6.0.1"
|
|
464
|
+
},
|
|
465
|
+
"engines": {
|
|
466
|
+
"node": ">=12"
|
|
467
|
+
},
|
|
468
|
+
"funding": {
|
|
469
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
434
472
|
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
435
473
|
"version": "8.1.0",
|
|
436
474
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
@@ -459,9 +497,9 @@
|
|
|
459
497
|
}
|
|
460
498
|
},
|
|
461
499
|
"node_modules/@sidvind/better-ajv-errors": {
|
|
462
|
-
"version": "4.0.
|
|
463
|
-
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.
|
|
464
|
-
"integrity": "sha512-
|
|
500
|
+
"version": "4.0.1",
|
|
501
|
+
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-4.0.1.tgz",
|
|
502
|
+
"integrity": "sha512-6arF1ssKxItxgitPYXafUoLmsVBA6K7m9+ZGj6hLDoBl7nWpJ33EInwQUdHTle2METeWGxgQiqSex20KZRykew==",
|
|
465
503
|
"license": "Apache-2.0",
|
|
466
504
|
"dependencies": {
|
|
467
505
|
"kleur": "^4.1.0"
|
|
@@ -484,9 +522,9 @@
|
|
|
484
522
|
}
|
|
485
523
|
},
|
|
486
524
|
"node_modules/@tsconfig/node20": {
|
|
487
|
-
"version": "20.1.
|
|
488
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.
|
|
489
|
-
"integrity": "sha512-
|
|
525
|
+
"version": "20.1.8",
|
|
526
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.8.tgz",
|
|
527
|
+
"integrity": "sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==",
|
|
490
528
|
"license": "MIT"
|
|
491
529
|
},
|
|
492
530
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -580,20 +618,20 @@
|
|
|
580
618
|
}
|
|
581
619
|
},
|
|
582
620
|
"node_modules/appium": {
|
|
583
|
-
"version": "3.1.
|
|
584
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.
|
|
585
|
-
"integrity": "sha512-
|
|
621
|
+
"version": "3.1.2",
|
|
622
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-3.1.2.tgz",
|
|
623
|
+
"integrity": "sha512-MIifVZdSLdFBRY084PaaQyU8ilG+fgGoVdzGkRLj9Q8hZ2x/ENwjiOveyWLxcjsWMYYwUtm3TTKRvWGrJvX3Iw==",
|
|
586
624
|
"hasInstallScript": true,
|
|
587
625
|
"license": "Apache-2.0",
|
|
588
626
|
"dependencies": {
|
|
589
|
-
"@appium/base-driver": "^10.1.
|
|
590
|
-
"@appium/base-plugin": "^3.0.
|
|
591
|
-
"@appium/docutils": "^2.
|
|
592
|
-
"@appium/logger": "^2.0.
|
|
627
|
+
"@appium/base-driver": "^10.1.2",
|
|
628
|
+
"@appium/base-plugin": "^3.0.5",
|
|
629
|
+
"@appium/docutils": "^2.2.0",
|
|
630
|
+
"@appium/logger": "^2.0.3",
|
|
593
631
|
"@appium/schema": "^1.0.0",
|
|
594
|
-
"@appium/support": "^7.0.
|
|
595
|
-
"@appium/types": "^1.1.
|
|
596
|
-
"@sidvind/better-ajv-errors": "4.0.
|
|
632
|
+
"@appium/support": "^7.0.4",
|
|
633
|
+
"@appium/types": "^1.1.2",
|
|
634
|
+
"@sidvind/better-ajv-errors": "4.0.1",
|
|
597
635
|
"ajv": "8.17.1",
|
|
598
636
|
"ajv-formats": "3.0.1",
|
|
599
637
|
"argparse": "2.0.1",
|
|
@@ -603,18 +641,18 @@
|
|
|
603
641
|
"bluebird": "3.7.2",
|
|
604
642
|
"lilconfig": "3.1.3",
|
|
605
643
|
"lodash": "4.17.21",
|
|
606
|
-
"lru-cache": "11.2.
|
|
644
|
+
"lru-cache": "11.2.4",
|
|
607
645
|
"ora": "5.4.1",
|
|
608
646
|
"package-changed": "3.0.0",
|
|
609
647
|
"resolve-from": "5.0.0",
|
|
610
648
|
"semver": "7.7.3",
|
|
611
649
|
"source-map-support": "0.5.21",
|
|
612
|
-
"teen_process": "3.0.
|
|
613
|
-
"type-fest": "5.
|
|
650
|
+
"teen_process": "3.0.4",
|
|
651
|
+
"type-fest": "5.3.0",
|
|
614
652
|
"winston": "3.18.3",
|
|
615
653
|
"wrap-ansi": "7.0.0",
|
|
616
654
|
"ws": "8.18.3",
|
|
617
|
-
"yaml": "2.8.
|
|
655
|
+
"yaml": "2.8.2"
|
|
618
656
|
},
|
|
619
657
|
"bin": {
|
|
620
658
|
"appium": "index.js"
|
|
@@ -625,9 +663,9 @@
|
|
|
625
663
|
}
|
|
626
664
|
},
|
|
627
665
|
"node_modules/appium-xcode": {
|
|
628
|
-
"version": "6.1.
|
|
629
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.
|
|
630
|
-
"integrity": "sha512-
|
|
666
|
+
"version": "6.1.3",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.3.tgz",
|
|
668
|
+
"integrity": "sha512-NtmFbd2bcdJuUzM+gczdXIgZZ1ZXRtNA4hAhTTVspHt4gqSEdloB/zMDFnUTh9dxgcqN/sFKi35KbPJfF704Vw==",
|
|
631
669
|
"license": "Apache-2.0",
|
|
632
670
|
"dependencies": {
|
|
633
671
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -645,9 +683,9 @@
|
|
|
645
683
|
}
|
|
646
684
|
},
|
|
647
685
|
"node_modules/appium/node_modules/teen_process": {
|
|
648
|
-
"version": "3.0.
|
|
649
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
650
|
-
"integrity": "sha512-
|
|
686
|
+
"version": "3.0.4",
|
|
687
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
|
|
688
|
+
"integrity": "sha512-NQA/5PdJWEAxuYoBRW7RajnAyWmfh5iGMY1kEXiAzobtv0ztERcfDnfszpUTuvhFXrvh3E4GvHt9yWbS/EndzQ==",
|
|
651
689
|
"license": "Apache-2.0",
|
|
652
690
|
"dependencies": {
|
|
653
691
|
"bluebird": "^3.7.2",
|
|
@@ -725,21 +763,6 @@
|
|
|
725
763
|
"url": "https://github.com/sponsors/isaacs"
|
|
726
764
|
}
|
|
727
765
|
},
|
|
728
|
-
"node_modules/archiver-utils/node_modules/jackspeak": {
|
|
729
|
-
"version": "3.4.3",
|
|
730
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
731
|
-
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
732
|
-
"license": "BlueOak-1.0.0",
|
|
733
|
-
"dependencies": {
|
|
734
|
-
"@isaacs/cliui": "^8.0.2"
|
|
735
|
-
},
|
|
736
|
-
"funding": {
|
|
737
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
738
|
-
},
|
|
739
|
-
"optionalDependencies": {
|
|
740
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
741
|
-
}
|
|
742
|
-
},
|
|
743
766
|
"node_modules/archiver-utils/node_modules/lru-cache": {
|
|
744
767
|
"version": "10.4.3",
|
|
745
768
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
@@ -939,23 +962,27 @@
|
|
|
939
962
|
"license": "MIT"
|
|
940
963
|
},
|
|
941
964
|
"node_modules/body-parser": {
|
|
942
|
-
"version": "2.2.
|
|
943
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.
|
|
944
|
-
"integrity": "sha512-
|
|
965
|
+
"version": "2.2.1",
|
|
966
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
|
|
967
|
+
"integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
|
|
945
968
|
"license": "MIT",
|
|
946
969
|
"dependencies": {
|
|
947
970
|
"bytes": "^3.1.2",
|
|
948
971
|
"content-type": "^1.0.5",
|
|
949
|
-
"debug": "^4.4.
|
|
972
|
+
"debug": "^4.4.3",
|
|
950
973
|
"http-errors": "^2.0.0",
|
|
951
|
-
"iconv-lite": "^0.
|
|
974
|
+
"iconv-lite": "^0.7.0",
|
|
952
975
|
"on-finished": "^2.4.1",
|
|
953
976
|
"qs": "^6.14.0",
|
|
954
|
-
"raw-body": "^3.0.
|
|
955
|
-
"type-is": "^2.0.
|
|
977
|
+
"raw-body": "^3.0.1",
|
|
978
|
+
"type-is": "^2.0.1"
|
|
956
979
|
},
|
|
957
980
|
"engines": {
|
|
958
981
|
"node": ">=18"
|
|
982
|
+
},
|
|
983
|
+
"funding": {
|
|
984
|
+
"type": "opencollective",
|
|
985
|
+
"url": "https://opencollective.com/express"
|
|
959
986
|
}
|
|
960
987
|
},
|
|
961
988
|
"node_modules/bplist-creator": {
|
|
@@ -1157,6 +1184,21 @@
|
|
|
1157
1184
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1158
1185
|
}
|
|
1159
1186
|
},
|
|
1187
|
+
"node_modules/cliui/node_modules/strip-ansi": {
|
|
1188
|
+
"version": "7.1.2",
|
|
1189
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
1190
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
1191
|
+
"license": "MIT",
|
|
1192
|
+
"dependencies": {
|
|
1193
|
+
"ansi-regex": "^6.0.1"
|
|
1194
|
+
},
|
|
1195
|
+
"engines": {
|
|
1196
|
+
"node": ">=12"
|
|
1197
|
+
},
|
|
1198
|
+
"funding": {
|
|
1199
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1160
1202
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
1161
1203
|
"version": "9.0.2",
|
|
1162
1204
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
@@ -1520,9 +1562,9 @@
|
|
|
1520
1562
|
"license": "MIT"
|
|
1521
1563
|
},
|
|
1522
1564
|
"node_modules/emoji-regex": {
|
|
1523
|
-
"version": "
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
1525
|
-
"integrity": "sha512-
|
|
1565
|
+
"version": "8.0.0",
|
|
1566
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1567
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
1526
1568
|
"license": "MIT"
|
|
1527
1569
|
},
|
|
1528
1570
|
"node_modules/enabled": {
|
|
@@ -1655,18 +1697,19 @@
|
|
|
1655
1697
|
}
|
|
1656
1698
|
},
|
|
1657
1699
|
"node_modules/express": {
|
|
1658
|
-
"version": "5.1
|
|
1659
|
-
"resolved": "https://registry.npmjs.org/express/-/express-5.1.
|
|
1660
|
-
"integrity": "sha512-
|
|
1700
|
+
"version": "5.2.1",
|
|
1701
|
+
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
1702
|
+
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
1661
1703
|
"license": "MIT",
|
|
1662
1704
|
"dependencies": {
|
|
1663
1705
|
"accepts": "^2.0.0",
|
|
1664
|
-
"body-parser": "^2.2.
|
|
1706
|
+
"body-parser": "^2.2.1",
|
|
1665
1707
|
"content-disposition": "^1.0.0",
|
|
1666
1708
|
"content-type": "^1.0.5",
|
|
1667
1709
|
"cookie": "^0.7.1",
|
|
1668
1710
|
"cookie-signature": "^1.2.1",
|
|
1669
1711
|
"debug": "^4.4.0",
|
|
1712
|
+
"depd": "^2.0.0",
|
|
1670
1713
|
"encodeurl": "^2.0.0",
|
|
1671
1714
|
"escape-html": "^1.0.3",
|
|
1672
1715
|
"etag": "^1.8.1",
|
|
@@ -1742,9 +1785,9 @@
|
|
|
1742
1785
|
"license": "MIT"
|
|
1743
1786
|
},
|
|
1744
1787
|
"node_modules/finalhandler": {
|
|
1745
|
-
"version": "2.1.
|
|
1746
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.
|
|
1747
|
-
"integrity": "sha512
|
|
1788
|
+
"version": "2.1.1",
|
|
1789
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
1790
|
+
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
1748
1791
|
"license": "MIT",
|
|
1749
1792
|
"dependencies": {
|
|
1750
1793
|
"debug": "^4.4.0",
|
|
@@ -1755,7 +1798,11 @@
|
|
|
1755
1798
|
"statuses": "^2.0.1"
|
|
1756
1799
|
},
|
|
1757
1800
|
"engines": {
|
|
1758
|
-
"node": ">= 0.
|
|
1801
|
+
"node": ">= 18.0.0"
|
|
1802
|
+
},
|
|
1803
|
+
"funding": {
|
|
1804
|
+
"type": "opencollective",
|
|
1805
|
+
"url": "https://opencollective.com/express"
|
|
1759
1806
|
}
|
|
1760
1807
|
},
|
|
1761
1808
|
"node_modules/find-up": {
|
|
@@ -1829,9 +1876,9 @@
|
|
|
1829
1876
|
}
|
|
1830
1877
|
},
|
|
1831
1878
|
"node_modules/form-data": {
|
|
1832
|
-
"version": "4.0.
|
|
1833
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
1834
|
-
"integrity": "sha512-
|
|
1879
|
+
"version": "4.0.5",
|
|
1880
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
1881
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
1835
1882
|
"license": "MIT",
|
|
1836
1883
|
"dependencies": {
|
|
1837
1884
|
"asynckit": "^0.4.0",
|
|
@@ -1998,21 +2045,15 @@
|
|
|
1998
2045
|
}
|
|
1999
2046
|
},
|
|
2000
2047
|
"node_modules/glob": {
|
|
2001
|
-
"version": "
|
|
2002
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
2003
|
-
"integrity": "sha512-
|
|
2004
|
-
"license": "
|
|
2048
|
+
"version": "13.0.0",
|
|
2049
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
|
|
2050
|
+
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
|
|
2051
|
+
"license": "BlueOak-1.0.0",
|
|
2005
2052
|
"dependencies": {
|
|
2006
|
-
"
|
|
2007
|
-
"jackspeak": "^4.1.1",
|
|
2008
|
-
"minimatch": "^10.0.3",
|
|
2053
|
+
"minimatch": "^10.1.1",
|
|
2009
2054
|
"minipass": "^7.1.2",
|
|
2010
|
-
"package-json-from-dist": "^1.0.0",
|
|
2011
2055
|
"path-scurry": "^2.0.0"
|
|
2012
2056
|
},
|
|
2013
|
-
"bin": {
|
|
2014
|
-
"glob": "dist/esm/bin.mjs"
|
|
2015
|
-
},
|
|
2016
2057
|
"engines": {
|
|
2017
2058
|
"node": "20 || >=22"
|
|
2018
2059
|
},
|
|
@@ -2194,15 +2235,19 @@
|
|
|
2194
2235
|
"license": "MIT"
|
|
2195
2236
|
},
|
|
2196
2237
|
"node_modules/iconv-lite": {
|
|
2197
|
-
"version": "0.
|
|
2198
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
2199
|
-
"integrity": "sha512-
|
|
2238
|
+
"version": "0.7.0",
|
|
2239
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
2240
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
2200
2241
|
"license": "MIT",
|
|
2201
2242
|
"dependencies": {
|
|
2202
2243
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2203
2244
|
},
|
|
2204
2245
|
"engines": {
|
|
2205
2246
|
"node": ">=0.10.0"
|
|
2247
|
+
},
|
|
2248
|
+
"funding": {
|
|
2249
|
+
"type": "opencollective",
|
|
2250
|
+
"url": "https://opencollective.com/express"
|
|
2206
2251
|
}
|
|
2207
2252
|
},
|
|
2208
2253
|
"node_modules/ieee754": {
|
|
@@ -2328,18 +2373,18 @@
|
|
|
2328
2373
|
}
|
|
2329
2374
|
},
|
|
2330
2375
|
"node_modules/jackspeak": {
|
|
2331
|
-
"version": "4.
|
|
2332
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.
|
|
2333
|
-
"integrity": "sha512-
|
|
2376
|
+
"version": "3.4.3",
|
|
2377
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
2378
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
2334
2379
|
"license": "BlueOak-1.0.0",
|
|
2335
2380
|
"dependencies": {
|
|
2336
2381
|
"@isaacs/cliui": "^8.0.2"
|
|
2337
2382
|
},
|
|
2338
|
-
"engines": {
|
|
2339
|
-
"node": "20 || >=22"
|
|
2340
|
-
},
|
|
2341
2383
|
"funding": {
|
|
2342
2384
|
"url": "https://github.com/sponsors/isaacs"
|
|
2385
|
+
},
|
|
2386
|
+
"optionalDependencies": {
|
|
2387
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
2343
2388
|
}
|
|
2344
2389
|
},
|
|
2345
2390
|
"node_modules/js-tokens": {
|
|
@@ -2547,10 +2592,10 @@
|
|
|
2547
2592
|
}
|
|
2548
2593
|
},
|
|
2549
2594
|
"node_modules/lru-cache": {
|
|
2550
|
-
"version": "11.2.
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
2552
|
-
"integrity": "sha512-
|
|
2553
|
-
"license": "
|
|
2595
|
+
"version": "11.2.4",
|
|
2596
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
|
|
2597
|
+
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
|
2598
|
+
"license": "BlueOak-1.0.0",
|
|
2554
2599
|
"engines": {
|
|
2555
2600
|
"node": "20 || >=22"
|
|
2556
2601
|
}
|
|
@@ -2876,27 +2921,6 @@
|
|
|
2876
2921
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2877
2922
|
}
|
|
2878
2923
|
},
|
|
2879
|
-
"node_modules/ora/node_modules/ansi-regex": {
|
|
2880
|
-
"version": "5.0.1",
|
|
2881
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
2882
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2883
|
-
"license": "MIT",
|
|
2884
|
-
"engines": {
|
|
2885
|
-
"node": ">=8"
|
|
2886
|
-
}
|
|
2887
|
-
},
|
|
2888
|
-
"node_modules/ora/node_modules/strip-ansi": {
|
|
2889
|
-
"version": "6.0.1",
|
|
2890
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2891
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2892
|
-
"license": "MIT",
|
|
2893
|
-
"dependencies": {
|
|
2894
|
-
"ansi-regex": "^5.0.1"
|
|
2895
|
-
},
|
|
2896
|
-
"engines": {
|
|
2897
|
-
"node": ">=8"
|
|
2898
|
-
}
|
|
2899
|
-
},
|
|
2900
2924
|
"node_modules/p-limit": {
|
|
2901
2925
|
"version": "3.1.0",
|
|
2902
2926
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
@@ -3173,22 +3197,6 @@
|
|
|
3173
3197
|
"node": ">= 0.10"
|
|
3174
3198
|
}
|
|
3175
3199
|
},
|
|
3176
|
-
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
3177
|
-
"version": "0.7.0",
|
|
3178
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
3179
|
-
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
3180
|
-
"license": "MIT",
|
|
3181
|
-
"dependencies": {
|
|
3182
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
3183
|
-
},
|
|
3184
|
-
"engines": {
|
|
3185
|
-
"node": ">=0.10.0"
|
|
3186
|
-
},
|
|
3187
|
-
"funding": {
|
|
3188
|
-
"type": "opencollective",
|
|
3189
|
-
"url": "https://opencollective.com/express"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
3200
|
"node_modules/read-pkg": {
|
|
3193
3201
|
"version": "5.2.0",
|
|
3194
3202
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
@@ -3835,20 +3843,17 @@
|
|
|
3835
3843
|
"license": "MIT"
|
|
3836
3844
|
},
|
|
3837
3845
|
"node_modules/string-width": {
|
|
3838
|
-
"version": "
|
|
3839
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
3840
|
-
"integrity": "sha512-
|
|
3846
|
+
"version": "4.2.3",
|
|
3847
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3848
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3841
3849
|
"license": "MIT",
|
|
3842
3850
|
"dependencies": {
|
|
3843
|
-
"
|
|
3844
|
-
"
|
|
3845
|
-
"strip-ansi": "^
|
|
3851
|
+
"emoji-regex": "^8.0.0",
|
|
3852
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
3853
|
+
"strip-ansi": "^6.0.1"
|
|
3846
3854
|
},
|
|
3847
3855
|
"engines": {
|
|
3848
|
-
"node": ">=
|
|
3849
|
-
},
|
|
3850
|
-
"funding": {
|
|
3851
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3856
|
+
"node": ">=8"
|
|
3852
3857
|
}
|
|
3853
3858
|
},
|
|
3854
3859
|
"node_modules/string-width-cjs": {
|
|
@@ -3866,22 +3871,7 @@
|
|
|
3866
3871
|
"node": ">=8"
|
|
3867
3872
|
}
|
|
3868
3873
|
},
|
|
3869
|
-
"node_modules/
|
|
3870
|
-
"version": "5.0.1",
|
|
3871
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3872
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3873
|
-
"license": "MIT",
|
|
3874
|
-
"engines": {
|
|
3875
|
-
"node": ">=8"
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
3879
|
-
"version": "8.0.0",
|
|
3880
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3881
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
3882
|
-
"license": "MIT"
|
|
3883
|
-
},
|
|
3884
|
-
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
3874
|
+
"node_modules/strip-ansi": {
|
|
3885
3875
|
"version": "6.0.1",
|
|
3886
3876
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3887
3877
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -3893,21 +3883,6 @@
|
|
|
3893
3883
|
"node": ">=8"
|
|
3894
3884
|
}
|
|
3895
3885
|
},
|
|
3896
|
-
"node_modules/strip-ansi": {
|
|
3897
|
-
"version": "7.1.2",
|
|
3898
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
3899
|
-
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
3900
|
-
"license": "MIT",
|
|
3901
|
-
"dependencies": {
|
|
3902
|
-
"ansi-regex": "^6.0.1"
|
|
3903
|
-
},
|
|
3904
|
-
"engines": {
|
|
3905
|
-
"node": ">=12"
|
|
3906
|
-
},
|
|
3907
|
-
"funding": {
|
|
3908
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3909
|
-
}
|
|
3910
|
-
},
|
|
3911
3886
|
"node_modules/strip-ansi-cjs": {
|
|
3912
3887
|
"name": "strip-ansi",
|
|
3913
3888
|
"version": "6.0.1",
|
|
@@ -3930,6 +3905,15 @@
|
|
|
3930
3905
|
"node": ">=8"
|
|
3931
3906
|
}
|
|
3932
3907
|
},
|
|
3908
|
+
"node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
3909
|
+
"version": "5.0.1",
|
|
3910
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3911
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3912
|
+
"license": "MIT",
|
|
3913
|
+
"engines": {
|
|
3914
|
+
"node": ">=8"
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3933
3917
|
"node_modules/supports-color": {
|
|
3934
3918
|
"version": "8.1.1",
|
|
3935
3919
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -3981,15 +3965,14 @@
|
|
|
3981
3965
|
}
|
|
3982
3966
|
},
|
|
3983
3967
|
"node_modules/teen_process": {
|
|
3984
|
-
"version": "3.0.
|
|
3985
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
3986
|
-
"integrity": "sha512-
|
|
3968
|
+
"version": "3.0.6",
|
|
3969
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.6.tgz",
|
|
3970
|
+
"integrity": "sha512-nUw1B4MogSZzzy67n37IM1vg4doj+bWOZ7VwIFZGfD7MDmO+FRlhQlA2+22xJnTELVDDlOaTAMpKuuMI2vkDtg==",
|
|
3987
3971
|
"license": "Apache-2.0",
|
|
3988
3972
|
"dependencies": {
|
|
3989
3973
|
"bluebird": "^3.7.2",
|
|
3990
3974
|
"lodash": "^4.17.21",
|
|
3991
|
-
"shell-quote": "^1.8.1"
|
|
3992
|
-
"source-map-support": "^0.x"
|
|
3975
|
+
"shell-quote": "^1.8.1"
|
|
3993
3976
|
},
|
|
3994
3977
|
"engines": {
|
|
3995
3978
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -4052,9 +4035,9 @@
|
|
|
4052
4035
|
"license": "0BSD"
|
|
4053
4036
|
},
|
|
4054
4037
|
"node_modules/type-fest": {
|
|
4055
|
-
"version": "5.
|
|
4056
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
4057
|
-
"integrity": "sha512-
|
|
4038
|
+
"version": "5.3.0",
|
|
4039
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.3.0.tgz",
|
|
4040
|
+
"integrity": "sha512-d9CwU93nN0IA1QL+GSNDdwLAu1Ew5ZjTwupvedwg3WdfoH6pIDvYQ2hV0Uc2nKBLPq7NB5apCx57MLS5qlmO5g==",
|
|
4058
4041
|
"license": "(MIT OR CC0-1.0)",
|
|
4059
4042
|
"dependencies": {
|
|
4060
4043
|
"tagged-tag": "^1.0.0"
|
|
@@ -4162,9 +4145,9 @@
|
|
|
4162
4145
|
}
|
|
4163
4146
|
},
|
|
4164
4147
|
"node_modules/which": {
|
|
4165
|
-
"version": "
|
|
4166
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
4167
|
-
"integrity": "sha512-
|
|
4148
|
+
"version": "6.0.0",
|
|
4149
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz",
|
|
4150
|
+
"integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==",
|
|
4168
4151
|
"license": "ISC",
|
|
4169
4152
|
"dependencies": {
|
|
4170
4153
|
"isexe": "^3.1.1"
|
|
@@ -4173,7 +4156,7 @@
|
|
|
4173
4156
|
"node-which": "bin/which.js"
|
|
4174
4157
|
},
|
|
4175
4158
|
"engines": {
|
|
4176
|
-
"node": "^
|
|
4159
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
4177
4160
|
}
|
|
4178
4161
|
},
|
|
4179
4162
|
"node_modules/winston": {
|
|
@@ -4275,88 +4258,6 @@
|
|
|
4275
4258
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4276
4259
|
}
|
|
4277
4260
|
},
|
|
4278
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
4279
|
-
"version": "5.0.1",
|
|
4280
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4281
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4282
|
-
"license": "MIT",
|
|
4283
|
-
"engines": {
|
|
4284
|
-
"node": ">=8"
|
|
4285
|
-
}
|
|
4286
|
-
},
|
|
4287
|
-
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
4288
|
-
"version": "8.0.0",
|
|
4289
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4290
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
4291
|
-
"license": "MIT"
|
|
4292
|
-
},
|
|
4293
|
-
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
4294
|
-
"version": "4.2.3",
|
|
4295
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4296
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4297
|
-
"license": "MIT",
|
|
4298
|
-
"dependencies": {
|
|
4299
|
-
"emoji-regex": "^8.0.0",
|
|
4300
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
4301
|
-
"strip-ansi": "^6.0.1"
|
|
4302
|
-
},
|
|
4303
|
-
"engines": {
|
|
4304
|
-
"node": ">=8"
|
|
4305
|
-
}
|
|
4306
|
-
},
|
|
4307
|
-
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
4308
|
-
"version": "6.0.1",
|
|
4309
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4310
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4311
|
-
"license": "MIT",
|
|
4312
|
-
"dependencies": {
|
|
4313
|
-
"ansi-regex": "^5.0.1"
|
|
4314
|
-
},
|
|
4315
|
-
"engines": {
|
|
4316
|
-
"node": ">=8"
|
|
4317
|
-
}
|
|
4318
|
-
},
|
|
4319
|
-
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
4320
|
-
"version": "5.0.1",
|
|
4321
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4322
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4323
|
-
"license": "MIT",
|
|
4324
|
-
"engines": {
|
|
4325
|
-
"node": ">=8"
|
|
4326
|
-
}
|
|
4327
|
-
},
|
|
4328
|
-
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
4329
|
-
"version": "8.0.0",
|
|
4330
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4331
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
4332
|
-
"license": "MIT"
|
|
4333
|
-
},
|
|
4334
|
-
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
4335
|
-
"version": "4.2.3",
|
|
4336
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4337
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4338
|
-
"license": "MIT",
|
|
4339
|
-
"dependencies": {
|
|
4340
|
-
"emoji-regex": "^8.0.0",
|
|
4341
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
4342
|
-
"strip-ansi": "^6.0.1"
|
|
4343
|
-
},
|
|
4344
|
-
"engines": {
|
|
4345
|
-
"node": ">=8"
|
|
4346
|
-
}
|
|
4347
|
-
},
|
|
4348
|
-
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
4349
|
-
"version": "6.0.1",
|
|
4350
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4351
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4352
|
-
"license": "MIT",
|
|
4353
|
-
"dependencies": {
|
|
4354
|
-
"ansi-regex": "^5.0.1"
|
|
4355
|
-
},
|
|
4356
|
-
"engines": {
|
|
4357
|
-
"node": ">=8"
|
|
4358
|
-
}
|
|
4359
|
-
},
|
|
4360
4261
|
"node_modules/wrappy": {
|
|
4361
4262
|
"version": "1.0.2",
|
|
4362
4263
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -4403,15 +4304,18 @@
|
|
|
4403
4304
|
}
|
|
4404
4305
|
},
|
|
4405
4306
|
"node_modules/yaml": {
|
|
4406
|
-
"version": "2.8.
|
|
4407
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
4408
|
-
"integrity": "sha512-
|
|
4307
|
+
"version": "2.8.2",
|
|
4308
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
|
|
4309
|
+
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
4409
4310
|
"license": "ISC",
|
|
4410
4311
|
"bin": {
|
|
4411
4312
|
"yaml": "bin.mjs"
|
|
4412
4313
|
},
|
|
4413
4314
|
"engines": {
|
|
4414
4315
|
"node": ">= 14.6"
|
|
4316
|
+
},
|
|
4317
|
+
"funding": {
|
|
4318
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
4415
4319
|
}
|
|
4416
4320
|
},
|
|
4417
4321
|
"node_modules/yargs": {
|
|
@@ -4463,6 +4367,21 @@
|
|
|
4463
4367
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4464
4368
|
}
|
|
4465
4369
|
},
|
|
4370
|
+
"node_modules/yargs/node_modules/strip-ansi": {
|
|
4371
|
+
"version": "7.1.2",
|
|
4372
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4373
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4374
|
+
"license": "MIT",
|
|
4375
|
+
"dependencies": {
|
|
4376
|
+
"ansi-regex": "^6.0.1"
|
|
4377
|
+
},
|
|
4378
|
+
"engines": {
|
|
4379
|
+
"node": ">=12"
|
|
4380
|
+
},
|
|
4381
|
+
"funding": {
|
|
4382
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4466
4385
|
"node_modules/yauzl": {
|
|
4467
4386
|
"version": "3.2.0",
|
|
4468
4387
|
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"mac",
|
|
7
7
|
"XCTest"
|
|
8
8
|
],
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.9",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"@types/bluebird": "^3.5.38",
|
|
81
81
|
"@types/lodash": "^4.14.196",
|
|
82
82
|
"@types/mocha": "^10.0.1",
|
|
83
|
-
"@types/node": "^
|
|
84
|
-
"chai": "^
|
|
83
|
+
"@types/node": "^25.0.0",
|
|
84
|
+
"chai": "^6.2.1",
|
|
85
85
|
"chai-as-promised": "^8.0.0",
|
|
86
86
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
87
|
-
"mocha": "^
|
|
87
|
+
"mocha": "^11.7.5",
|
|
88
88
|
"semantic-release": "^25.0.2",
|
|
89
89
|
"sinon": "^21.0.0",
|
|
90
90
|
"ts-node": "^10.9.1",
|