appium-mac2-driver 3.2.9 → 3.2.11

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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## [3.2.11](https://github.com/appium/appium-mac2-driver/compare/v3.2.10...v3.2.11) (2025-12-18)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump asyncbox from 3.0.0 to 4.0.1 ([#367](https://github.com/appium/appium-mac2-driver/issues/367)) ([4189a87](https://github.com/appium/appium-mac2-driver/commit/4189a8760f2a63ba8086ea76c81102fab81f770f))
6
+
7
+ ## [3.2.10](https://github.com/appium/appium-mac2-driver/compare/v3.2.9...v3.2.10) (2025-12-13)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** remove source-map-support ([#366](https://github.com/appium/appium-mac2-driver/issues/366)) ([c86daf8](https://github.com/appium/appium-mac2-driver/commit/c86daf865764b70c5ce08f5a47fd74c171dbfec9))
12
+
1
13
  ## [3.2.9](https://github.com/appium/appium-mac2-driver/compare/v3.2.8...v3.2.9) (2025-12-11)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -1,23 +1,22 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "3.2.9",
3
+ "version": "3.2.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-mac2-driver",
9
- "version": "3.2.9",
9
+ "version": "3.2.11",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
13
13
  "@colors/colors": "^1.6.0",
14
14
  "appium-xcode": "^6.0.0",
15
- "asyncbox": "^3.0.0",
15
+ "asyncbox": "^4.0.1",
16
16
  "axios": "^1.x",
17
17
  "bluebird": "^3.5.1",
18
18
  "lodash": "^4.17.4",
19
19
  "portscanner": "2.2.0",
20
- "source-map-support": "^0.x",
21
20
  "teen_process": "^3.0.0"
22
21
  },
23
22
  "devDependencies": {
@@ -82,6 +81,20 @@
82
81
  "spdy": "4.0.2"
83
82
  }
84
83
  },
84
+ "node_modules/@appium/base-driver/node_modules/asyncbox": {
85
+ "version": "3.0.0",
86
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
87
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
88
+ "license": "Apache-2.0",
89
+ "dependencies": {
90
+ "bluebird": "^3.5.1",
91
+ "lodash": "^4.17.4",
92
+ "source-map-support": "^0.x"
93
+ },
94
+ "engines": {
95
+ "node": ">=16"
96
+ }
97
+ },
85
98
  "node_modules/@appium/base-plugin": {
86
99
  "version": "3.0.5",
87
100
  "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
@@ -663,9 +676,9 @@
663
676
  }
664
677
  },
665
678
  "node_modules/appium-xcode": {
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==",
679
+ "version": "6.1.4",
680
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.4.tgz",
681
+ "integrity": "sha512-onvssXYm8BEvciJWTiGsKrLPsIITbDBHlwDqnshIxlV+shbiGYcq1RHynfxu0+Y+/53kfpvPpGLcJzUh1uyRtA==",
669
682
  "license": "Apache-2.0",
670
683
  "dependencies": {
671
684
  "@appium/support": "^7.0.0-rc.1",
@@ -674,7 +687,6 @@
674
687
  "lodash": "^4.17.4",
675
688
  "plist": "^3.0.1",
676
689
  "semver": "^7.0.0",
677
- "source-map-support": "^0.x",
678
690
  "teen_process": "^3.0.0"
679
691
  },
680
692
  "engines": {
@@ -682,6 +694,34 @@
682
694
  "npm": ">=10"
683
695
  }
684
696
  },
697
+ "node_modules/appium-xcode/node_modules/asyncbox": {
698
+ "version": "3.0.0",
699
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
700
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
701
+ "license": "Apache-2.0",
702
+ "dependencies": {
703
+ "bluebird": "^3.5.1",
704
+ "lodash": "^4.17.4",
705
+ "source-map-support": "^0.x"
706
+ },
707
+ "engines": {
708
+ "node": ">=16"
709
+ }
710
+ },
711
+ "node_modules/appium/node_modules/asyncbox": {
712
+ "version": "3.0.0",
713
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
714
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
715
+ "license": "Apache-2.0",
716
+ "dependencies": {
717
+ "bluebird": "^3.5.1",
718
+ "lodash": "^4.17.4",
719
+ "source-map-support": "^0.x"
720
+ },
721
+ "engines": {
722
+ "node": ">=16"
723
+ }
724
+ },
685
725
  "node_modules/appium/node_modules/teen_process": {
686
726
  "version": "3.0.4",
687
727
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
@@ -819,17 +859,17 @@
819
859
  "license": "MIT"
820
860
  },
821
861
  "node_modules/asyncbox": {
822
- "version": "3.0.0",
823
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
824
- "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
862
+ "version": "4.0.1",
863
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-4.0.1.tgz",
864
+ "integrity": "sha512-JtbRZ6JWq1eT0mq/Eg2yObjnX9+80QcYQXDYyLxeNcbu2jHjbV18De2eyn69GTWbbLvDm52Pp/4SFDtte3q/bQ==",
825
865
  "license": "Apache-2.0",
826
866
  "dependencies": {
827
867
  "bluebird": "^3.5.1",
828
- "lodash": "^4.17.4",
829
- "source-map-support": "^0.x"
868
+ "lodash": "^4.17.4"
830
869
  },
831
870
  "engines": {
832
- "node": ">=16"
871
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
872
+ "npm": ">=10"
833
873
  }
834
874
  },
835
875
  "node_modules/asynckit": {
@@ -2235,9 +2275,9 @@
2235
2275
  "license": "MIT"
2236
2276
  },
2237
2277
  "node_modules/iconv-lite": {
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==",
2278
+ "version": "0.7.1",
2279
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
2280
+ "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
2241
2281
  "license": "MIT",
2242
2282
  "dependencies": {
2243
2283
  "safer-buffer": ">= 2.1.2 < 3.0.0"
@@ -3409,25 +3449,29 @@
3409
3449
  }
3410
3450
  },
3411
3451
  "node_modules/send": {
3412
- "version": "1.2.0",
3413
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
3414
- "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
3452
+ "version": "1.2.1",
3453
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3454
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3415
3455
  "license": "MIT",
3416
3456
  "dependencies": {
3417
- "debug": "^4.3.5",
3457
+ "debug": "^4.4.3",
3418
3458
  "encodeurl": "^2.0.0",
3419
3459
  "escape-html": "^1.0.3",
3420
3460
  "etag": "^1.8.1",
3421
3461
  "fresh": "^2.0.0",
3422
- "http-errors": "^2.0.0",
3423
- "mime-types": "^3.0.1",
3462
+ "http-errors": "^2.0.1",
3463
+ "mime-types": "^3.0.2",
3424
3464
  "ms": "^2.1.3",
3425
3465
  "on-finished": "^2.4.1",
3426
3466
  "range-parser": "^1.2.1",
3427
- "statuses": "^2.0.1"
3467
+ "statuses": "^2.0.2"
3428
3468
  },
3429
3469
  "engines": {
3430
3470
  "node": ">= 18"
3471
+ },
3472
+ "funding": {
3473
+ "type": "opencollective",
3474
+ "url": "https://opencollective.com/express"
3431
3475
  }
3432
3476
  },
3433
3477
  "node_modules/serve-favicon": {
@@ -3476,9 +3520,9 @@
3476
3520
  "license": "MIT"
3477
3521
  },
3478
3522
  "node_modules/serve-static": {
3479
- "version": "2.2.0",
3480
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
3481
- "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
3523
+ "version": "2.2.1",
3524
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3525
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3482
3526
  "license": "MIT",
3483
3527
  "dependencies": {
3484
3528
  "encodeurl": "^2.0.0",
@@ -3488,6 +3532,10 @@
3488
3532
  },
3489
3533
  "engines": {
3490
3534
  "node": ">= 18"
3535
+ },
3536
+ "funding": {
3537
+ "type": "opencollective",
3538
+ "url": "https://opencollective.com/express"
3491
3539
  }
3492
3540
  },
3493
3541
  "node_modules/set-blocking": {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "3.2.9",
9
+ "version": "3.2.11",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -49,12 +49,11 @@
49
49
  "@appium/strongbox": "^1.0.0-rc.1",
50
50
  "@colors/colors": "^1.6.0",
51
51
  "appium-xcode": "^6.0.0",
52
- "asyncbox": "^3.0.0",
52
+ "asyncbox": "^4.0.1",
53
53
  "axios": "^1.x",
54
54
  "bluebird": "^3.5.1",
55
55
  "lodash": "^4.17.4",
56
56
  "portscanner": "2.2.0",
57
- "source-map-support": "^0.x",
58
57
  "teen_process": "^3.0.0"
59
58
  },
60
59
  "scripts": {