appium-xcuitest-driver 4.29.4 → 4.29.5
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 +8 -0
- package/npm-shrinkwrap.json +340 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [4.29.5](https://github.com/appium/appium-xcuitest-driver/compare/v4.29.4...v4.29.5) (2023-05-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency appium-ios-simulator to v5.0.8 ([#1695](https://github.com/appium/appium-xcuitest-driver/issues/1695)) ([ed448e6](https://github.com/appium/appium-xcuitest-driver/commit/ed448e60813e6d295bbe01d801eebf2ed8291fc1))
|
|
7
|
+
* **deps:** update dependency appium-xcode to v5.1.1 ([#1697](https://github.com/appium/appium-xcuitest-driver/issues/1697)) ([db78d3f](https://github.com/appium/appium-xcuitest-driver/commit/db78d3f8ffc2be45db303087d444355a0cbfb7e0))
|
|
8
|
+
|
|
1
9
|
## [4.29.4](https://github.com/appium/appium-xcuitest-driver/compare/v4.29.3...v4.29.4) (2023-05-23)
|
|
2
10
|
|
|
3
11
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.29.
|
|
3
|
+
"version": "4.29.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.29.
|
|
9
|
+
"version": "4.29.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.7",
|
|
13
13
|
"appium-idb": "1.6.11",
|
|
14
14
|
"appium-ios-device": "2.5.2",
|
|
15
|
-
"appium-ios-simulator": "5.0.
|
|
15
|
+
"appium-ios-simulator": "5.0.8",
|
|
16
16
|
"appium-remote-debugger": "9.1.14",
|
|
17
17
|
"appium-webdriveragent": "5.1.4",
|
|
18
|
-
"appium-xcode": "5.1.
|
|
18
|
+
"appium-xcode": "5.1.1",
|
|
19
19
|
"async-lock": "1.4.0",
|
|
20
20
|
"asyncbox": "2.9.4",
|
|
21
21
|
"bluebird": "3.7.2",
|
|
@@ -4245,11 +4245,11 @@
|
|
|
4245
4245
|
}
|
|
4246
4246
|
},
|
|
4247
4247
|
"node_modules/appium-ios-simulator": {
|
|
4248
|
-
"version": "5.0.
|
|
4249
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.0.
|
|
4250
|
-
"integrity": "sha512-
|
|
4248
|
+
"version": "5.0.8",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.0.8.tgz",
|
|
4250
|
+
"integrity": "sha512-jKNhWpYfePhg/sUtQpqTyvxKeLhAHAkMQhB909KKtim9I8LzpoqnLlMohjotIIg+3m5dARg7n8ZqLzibVty85g==",
|
|
4251
4251
|
"dependencies": {
|
|
4252
|
-
"@appium/support": "^
|
|
4252
|
+
"@appium/support": "^4.0.0",
|
|
4253
4253
|
"@babel/runtime": "^7.0.0",
|
|
4254
4254
|
"@xmldom/xmldom": "^0.x",
|
|
4255
4255
|
"appium-xcode": "^5.0.0",
|
|
@@ -4267,6 +4267,170 @@
|
|
|
4267
4267
|
"npm": ">=8"
|
|
4268
4268
|
}
|
|
4269
4269
|
},
|
|
4270
|
+
"node_modules/appium-ios-simulator/node_modules/@appium/support": {
|
|
4271
|
+
"version": "4.0.1",
|
|
4272
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.0.1.tgz",
|
|
4273
|
+
"integrity": "sha512-A/dZGhywFrfDAE7mzf8MZK6PmX9K1Erq0LWTJh8Aio4P3aHy32GYiEZUOkslL9ByMtligKFEDRPCJ+TIFhtKtQ==",
|
|
4274
|
+
"dependencies": {
|
|
4275
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4276
|
+
"@appium/types": "^0.11.1",
|
|
4277
|
+
"@colors/colors": "1.5.0",
|
|
4278
|
+
"@types/archiver": "5.3.2",
|
|
4279
|
+
"@types/base64-stream": "1.0.2",
|
|
4280
|
+
"@types/find-root": "1.1.2",
|
|
4281
|
+
"@types/glob": "8.1.0",
|
|
4282
|
+
"@types/jsftp": "2.1.2",
|
|
4283
|
+
"@types/klaw": "3.0.3",
|
|
4284
|
+
"@types/lockfile": "1.0.2",
|
|
4285
|
+
"@types/mv": "2.1.2",
|
|
4286
|
+
"@types/ncp": "2.0.5",
|
|
4287
|
+
"@types/npmlog": "4.1.4",
|
|
4288
|
+
"@types/pluralize": "0.0.29",
|
|
4289
|
+
"@types/semver": "7.3.13",
|
|
4290
|
+
"@types/shell-quote": "1.7.1",
|
|
4291
|
+
"@types/supports-color": "8.1.1",
|
|
4292
|
+
"@types/teen_process": "2.0.0",
|
|
4293
|
+
"@types/uuid": "9.0.1",
|
|
4294
|
+
"@types/which": "3.0.0",
|
|
4295
|
+
"archiver": "5.3.1",
|
|
4296
|
+
"axios": "1.4.0",
|
|
4297
|
+
"base64-stream": "1.0.0",
|
|
4298
|
+
"bluebird": "3.7.2",
|
|
4299
|
+
"bplist-creator": "0.1.1",
|
|
4300
|
+
"bplist-parser": "0.3.2",
|
|
4301
|
+
"form-data": "4.0.0",
|
|
4302
|
+
"get-stream": "6.0.1",
|
|
4303
|
+
"glob": "8.1.0",
|
|
4304
|
+
"jsftp": "2.1.3",
|
|
4305
|
+
"klaw": "4.1.0",
|
|
4306
|
+
"lockfile": "1.0.4",
|
|
4307
|
+
"lodash": "4.17.21",
|
|
4308
|
+
"log-symbols": "4.1.0",
|
|
4309
|
+
"moment": "2.29.4",
|
|
4310
|
+
"mv": "2.1.1",
|
|
4311
|
+
"ncp": "2.0.0",
|
|
4312
|
+
"npmlog": "7.0.1",
|
|
4313
|
+
"opencv-bindings": "4.5.5",
|
|
4314
|
+
"pkg-dir": "5.0.0",
|
|
4315
|
+
"plist": "3.0.6",
|
|
4316
|
+
"pluralize": "8.0.0",
|
|
4317
|
+
"read-pkg": "5.2.0",
|
|
4318
|
+
"resolve-from": "5.0.0",
|
|
4319
|
+
"sanitize-filename": "1.6.3",
|
|
4320
|
+
"semver": "7.5.0",
|
|
4321
|
+
"sharp": "0.32.1",
|
|
4322
|
+
"shell-quote": "1.8.1",
|
|
4323
|
+
"source-map-support": "0.5.21",
|
|
4324
|
+
"supports-color": "8.1.1",
|
|
4325
|
+
"teen_process": "2.0.2",
|
|
4326
|
+
"type-fest": "3.10.0",
|
|
4327
|
+
"uuid": "9.0.0",
|
|
4328
|
+
"which": "3.0.1",
|
|
4329
|
+
"yauzl": "2.10.0"
|
|
4330
|
+
},
|
|
4331
|
+
"engines": {
|
|
4332
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4333
|
+
"npm": ">=8"
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
"node_modules/appium-ios-simulator/node_modules/@appium/types": {
|
|
4337
|
+
"version": "0.11.1",
|
|
4338
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.11.1.tgz",
|
|
4339
|
+
"integrity": "sha512-rhgWvpExzIjJke8y1dAwngm9NzCVVg8ToFwdyxfs6ofFHHwqmZrDrefXOkQ1ebjgOEJJ/pfJXjKeMaAtajD6TA==",
|
|
4340
|
+
"dependencies": {
|
|
4341
|
+
"@appium/schema": "^0.2.6",
|
|
4342
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4343
|
+
"@types/express": "4.17.17",
|
|
4344
|
+
"@types/npmlog": "4.1.4",
|
|
4345
|
+
"@types/ws": "8.5.4",
|
|
4346
|
+
"type-fest": "3.10.0"
|
|
4347
|
+
},
|
|
4348
|
+
"engines": {
|
|
4349
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4350
|
+
"npm": ">=8"
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"node_modules/appium-ios-simulator/node_modules/@types/which": {
|
|
4354
|
+
"version": "3.0.0",
|
|
4355
|
+
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
|
|
4356
|
+
"integrity": "sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ=="
|
|
4357
|
+
},
|
|
4358
|
+
"node_modules/appium-ios-simulator/node_modules/brace-expansion": {
|
|
4359
|
+
"version": "2.0.1",
|
|
4360
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
4361
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
4362
|
+
"dependencies": {
|
|
4363
|
+
"balanced-match": "^1.0.0"
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
4366
|
+
"node_modules/appium-ios-simulator/node_modules/glob": {
|
|
4367
|
+
"version": "8.1.0",
|
|
4368
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
4369
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
4370
|
+
"dependencies": {
|
|
4371
|
+
"fs.realpath": "^1.0.0",
|
|
4372
|
+
"inflight": "^1.0.4",
|
|
4373
|
+
"inherits": "2",
|
|
4374
|
+
"minimatch": "^5.0.1",
|
|
4375
|
+
"once": "^1.3.0"
|
|
4376
|
+
},
|
|
4377
|
+
"engines": {
|
|
4378
|
+
"node": ">=12"
|
|
4379
|
+
},
|
|
4380
|
+
"funding": {
|
|
4381
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
"node_modules/appium-ios-simulator/node_modules/lru-cache": {
|
|
4385
|
+
"version": "6.0.0",
|
|
4386
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
4387
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
4388
|
+
"dependencies": {
|
|
4389
|
+
"yallist": "^4.0.0"
|
|
4390
|
+
},
|
|
4391
|
+
"engines": {
|
|
4392
|
+
"node": ">=10"
|
|
4393
|
+
}
|
|
4394
|
+
},
|
|
4395
|
+
"node_modules/appium-ios-simulator/node_modules/minimatch": {
|
|
4396
|
+
"version": "5.1.6",
|
|
4397
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
4398
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
4399
|
+
"dependencies": {
|
|
4400
|
+
"brace-expansion": "^2.0.1"
|
|
4401
|
+
},
|
|
4402
|
+
"engines": {
|
|
4403
|
+
"node": ">=10"
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4406
|
+
"node_modules/appium-ios-simulator/node_modules/semver": {
|
|
4407
|
+
"version": "7.5.0",
|
|
4408
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
4409
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
4410
|
+
"dependencies": {
|
|
4411
|
+
"lru-cache": "^6.0.0"
|
|
4412
|
+
},
|
|
4413
|
+
"bin": {
|
|
4414
|
+
"semver": "bin/semver.js"
|
|
4415
|
+
},
|
|
4416
|
+
"engines": {
|
|
4417
|
+
"node": ">=10"
|
|
4418
|
+
}
|
|
4419
|
+
},
|
|
4420
|
+
"node_modules/appium-ios-simulator/node_modules/which": {
|
|
4421
|
+
"version": "3.0.1",
|
|
4422
|
+
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
4423
|
+
"integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
|
|
4424
|
+
"dependencies": {
|
|
4425
|
+
"isexe": "^2.0.0"
|
|
4426
|
+
},
|
|
4427
|
+
"bin": {
|
|
4428
|
+
"node-which": "bin/which.js"
|
|
4429
|
+
},
|
|
4430
|
+
"engines": {
|
|
4431
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4432
|
+
}
|
|
4433
|
+
},
|
|
4270
4434
|
"node_modules/appium-remote-debugger": {
|
|
4271
4435
|
"version": "9.1.14",
|
|
4272
4436
|
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-9.1.14.tgz",
|
|
@@ -4352,11 +4516,11 @@
|
|
|
4352
4516
|
}
|
|
4353
4517
|
},
|
|
4354
4518
|
"node_modules/appium-xcode": {
|
|
4355
|
-
"version": "5.1.
|
|
4356
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.1.
|
|
4357
|
-
"integrity": "sha512-
|
|
4519
|
+
"version": "5.1.1",
|
|
4520
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.1.1.tgz",
|
|
4521
|
+
"integrity": "sha512-H9z/48YOFPhRZ+V6DLvVDWbyoyXnBZv0/0Oaf77+6Z1RxbwDMKml4VGPF07udzAcWi+sZcnE5RiOXYylijHrlA==",
|
|
4358
4522
|
"dependencies": {
|
|
4359
|
-
"@appium/support": "^
|
|
4523
|
+
"@appium/support": "^4.0.0",
|
|
4360
4524
|
"@babel/runtime": "^7.0.0",
|
|
4361
4525
|
"@types/lodash": "^4.14.192",
|
|
4362
4526
|
"@types/teen_process": "^2.0.0",
|
|
@@ -4372,6 +4536,170 @@
|
|
|
4372
4536
|
"npm": ">=8"
|
|
4373
4537
|
}
|
|
4374
4538
|
},
|
|
4539
|
+
"node_modules/appium-xcode/node_modules/@appium/support": {
|
|
4540
|
+
"version": "4.0.1",
|
|
4541
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.0.1.tgz",
|
|
4542
|
+
"integrity": "sha512-A/dZGhywFrfDAE7mzf8MZK6PmX9K1Erq0LWTJh8Aio4P3aHy32GYiEZUOkslL9ByMtligKFEDRPCJ+TIFhtKtQ==",
|
|
4543
|
+
"dependencies": {
|
|
4544
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4545
|
+
"@appium/types": "^0.11.1",
|
|
4546
|
+
"@colors/colors": "1.5.0",
|
|
4547
|
+
"@types/archiver": "5.3.2",
|
|
4548
|
+
"@types/base64-stream": "1.0.2",
|
|
4549
|
+
"@types/find-root": "1.1.2",
|
|
4550
|
+
"@types/glob": "8.1.0",
|
|
4551
|
+
"@types/jsftp": "2.1.2",
|
|
4552
|
+
"@types/klaw": "3.0.3",
|
|
4553
|
+
"@types/lockfile": "1.0.2",
|
|
4554
|
+
"@types/mv": "2.1.2",
|
|
4555
|
+
"@types/ncp": "2.0.5",
|
|
4556
|
+
"@types/npmlog": "4.1.4",
|
|
4557
|
+
"@types/pluralize": "0.0.29",
|
|
4558
|
+
"@types/semver": "7.3.13",
|
|
4559
|
+
"@types/shell-quote": "1.7.1",
|
|
4560
|
+
"@types/supports-color": "8.1.1",
|
|
4561
|
+
"@types/teen_process": "2.0.0",
|
|
4562
|
+
"@types/uuid": "9.0.1",
|
|
4563
|
+
"@types/which": "3.0.0",
|
|
4564
|
+
"archiver": "5.3.1",
|
|
4565
|
+
"axios": "1.4.0",
|
|
4566
|
+
"base64-stream": "1.0.0",
|
|
4567
|
+
"bluebird": "3.7.2",
|
|
4568
|
+
"bplist-creator": "0.1.1",
|
|
4569
|
+
"bplist-parser": "0.3.2",
|
|
4570
|
+
"form-data": "4.0.0",
|
|
4571
|
+
"get-stream": "6.0.1",
|
|
4572
|
+
"glob": "8.1.0",
|
|
4573
|
+
"jsftp": "2.1.3",
|
|
4574
|
+
"klaw": "4.1.0",
|
|
4575
|
+
"lockfile": "1.0.4",
|
|
4576
|
+
"lodash": "4.17.21",
|
|
4577
|
+
"log-symbols": "4.1.0",
|
|
4578
|
+
"moment": "2.29.4",
|
|
4579
|
+
"mv": "2.1.1",
|
|
4580
|
+
"ncp": "2.0.0",
|
|
4581
|
+
"npmlog": "7.0.1",
|
|
4582
|
+
"opencv-bindings": "4.5.5",
|
|
4583
|
+
"pkg-dir": "5.0.0",
|
|
4584
|
+
"plist": "3.0.6",
|
|
4585
|
+
"pluralize": "8.0.0",
|
|
4586
|
+
"read-pkg": "5.2.0",
|
|
4587
|
+
"resolve-from": "5.0.0",
|
|
4588
|
+
"sanitize-filename": "1.6.3",
|
|
4589
|
+
"semver": "7.5.0",
|
|
4590
|
+
"sharp": "0.32.1",
|
|
4591
|
+
"shell-quote": "1.8.1",
|
|
4592
|
+
"source-map-support": "0.5.21",
|
|
4593
|
+
"supports-color": "8.1.1",
|
|
4594
|
+
"teen_process": "2.0.2",
|
|
4595
|
+
"type-fest": "3.10.0",
|
|
4596
|
+
"uuid": "9.0.0",
|
|
4597
|
+
"which": "3.0.1",
|
|
4598
|
+
"yauzl": "2.10.0"
|
|
4599
|
+
},
|
|
4600
|
+
"engines": {
|
|
4601
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4602
|
+
"npm": ">=8"
|
|
4603
|
+
}
|
|
4604
|
+
},
|
|
4605
|
+
"node_modules/appium-xcode/node_modules/@appium/types": {
|
|
4606
|
+
"version": "0.11.1",
|
|
4607
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.11.1.tgz",
|
|
4608
|
+
"integrity": "sha512-rhgWvpExzIjJke8y1dAwngm9NzCVVg8ToFwdyxfs6ofFHHwqmZrDrefXOkQ1ebjgOEJJ/pfJXjKeMaAtajD6TA==",
|
|
4609
|
+
"dependencies": {
|
|
4610
|
+
"@appium/schema": "^0.2.6",
|
|
4611
|
+
"@appium/tsconfig": "^0.3.0",
|
|
4612
|
+
"@types/express": "4.17.17",
|
|
4613
|
+
"@types/npmlog": "4.1.4",
|
|
4614
|
+
"@types/ws": "8.5.4",
|
|
4615
|
+
"type-fest": "3.10.0"
|
|
4616
|
+
},
|
|
4617
|
+
"engines": {
|
|
4618
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
4619
|
+
"npm": ">=8"
|
|
4620
|
+
}
|
|
4621
|
+
},
|
|
4622
|
+
"node_modules/appium-xcode/node_modules/@types/which": {
|
|
4623
|
+
"version": "3.0.0",
|
|
4624
|
+
"resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz",
|
|
4625
|
+
"integrity": "sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ=="
|
|
4626
|
+
},
|
|
4627
|
+
"node_modules/appium-xcode/node_modules/brace-expansion": {
|
|
4628
|
+
"version": "2.0.1",
|
|
4629
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
4630
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
4631
|
+
"dependencies": {
|
|
4632
|
+
"balanced-match": "^1.0.0"
|
|
4633
|
+
}
|
|
4634
|
+
},
|
|
4635
|
+
"node_modules/appium-xcode/node_modules/glob": {
|
|
4636
|
+
"version": "8.1.0",
|
|
4637
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
4638
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
4639
|
+
"dependencies": {
|
|
4640
|
+
"fs.realpath": "^1.0.0",
|
|
4641
|
+
"inflight": "^1.0.4",
|
|
4642
|
+
"inherits": "2",
|
|
4643
|
+
"minimatch": "^5.0.1",
|
|
4644
|
+
"once": "^1.3.0"
|
|
4645
|
+
},
|
|
4646
|
+
"engines": {
|
|
4647
|
+
"node": ">=12"
|
|
4648
|
+
},
|
|
4649
|
+
"funding": {
|
|
4650
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4651
|
+
}
|
|
4652
|
+
},
|
|
4653
|
+
"node_modules/appium-xcode/node_modules/lru-cache": {
|
|
4654
|
+
"version": "6.0.0",
|
|
4655
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
4656
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
4657
|
+
"dependencies": {
|
|
4658
|
+
"yallist": "^4.0.0"
|
|
4659
|
+
},
|
|
4660
|
+
"engines": {
|
|
4661
|
+
"node": ">=10"
|
|
4662
|
+
}
|
|
4663
|
+
},
|
|
4664
|
+
"node_modules/appium-xcode/node_modules/minimatch": {
|
|
4665
|
+
"version": "5.1.6",
|
|
4666
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
4667
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
4668
|
+
"dependencies": {
|
|
4669
|
+
"brace-expansion": "^2.0.1"
|
|
4670
|
+
},
|
|
4671
|
+
"engines": {
|
|
4672
|
+
"node": ">=10"
|
|
4673
|
+
}
|
|
4674
|
+
},
|
|
4675
|
+
"node_modules/appium-xcode/node_modules/semver": {
|
|
4676
|
+
"version": "7.5.0",
|
|
4677
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
4678
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
4679
|
+
"dependencies": {
|
|
4680
|
+
"lru-cache": "^6.0.0"
|
|
4681
|
+
},
|
|
4682
|
+
"bin": {
|
|
4683
|
+
"semver": "bin/semver.js"
|
|
4684
|
+
},
|
|
4685
|
+
"engines": {
|
|
4686
|
+
"node": ">=10"
|
|
4687
|
+
}
|
|
4688
|
+
},
|
|
4689
|
+
"node_modules/appium-xcode/node_modules/which": {
|
|
4690
|
+
"version": "3.0.1",
|
|
4691
|
+
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
4692
|
+
"integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
|
|
4693
|
+
"dependencies": {
|
|
4694
|
+
"isexe": "^2.0.0"
|
|
4695
|
+
},
|
|
4696
|
+
"bin": {
|
|
4697
|
+
"node-which": "bin/which.js"
|
|
4698
|
+
},
|
|
4699
|
+
"engines": {
|
|
4700
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4701
|
+
}
|
|
4702
|
+
},
|
|
4375
4703
|
"node_modules/appium/node_modules/axios": {
|
|
4376
4704
|
"version": "1.3.5",
|
|
4377
4705
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.29.
|
|
11
|
+
"version": "4.29.5",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"@xmldom/xmldom": "0.8.7",
|
|
72
72
|
"appium-idb": "1.6.11",
|
|
73
73
|
"appium-ios-device": "2.5.2",
|
|
74
|
-
"appium-ios-simulator": "5.0.
|
|
74
|
+
"appium-ios-simulator": "5.0.8",
|
|
75
75
|
"appium-remote-debugger": "9.1.14",
|
|
76
76
|
"appium-webdriveragent": "5.1.4",
|
|
77
|
-
"appium-xcode": "5.1.
|
|
77
|
+
"appium-xcode": "5.1.1",
|
|
78
78
|
"async-lock": "1.4.0",
|
|
79
79
|
"asyncbox": "2.9.4",
|
|
80
80
|
"bluebird": "3.7.2",
|