appium-espresso-driver 6.3.0 → 6.3.2

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
+ ## [6.3.2](https://github.com/appium/appium-espresso-driver/compare/v6.3.1...v6.3.2) (2025-12-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump teen_process from 3.0.6 to 4.0.6 ([#1123](https://github.com/appium/appium-espresso-driver/issues/1123)) ([242df8a](https://github.com/appium/appium-espresso-driver/commit/242df8ab1e4611d95aa0e2f0882b8970d78b150c))
6
+
7
+ ## [6.3.1](https://github.com/appium/appium-espresso-driver/compare/v6.3.0...v6.3.1) (2025-12-18)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** bump asyncbox from 3.0.0 to 4.0.1 ([#1122](https://github.com/appium/appium-espresso-driver/issues/1122)) ([af0a7a3](https://github.com/appium/appium-espresso-driver/commit/af0a7a389c92ae645b291537b9741a623a58a396))
12
+
1
13
  ## [6.3.0](https://github.com/appium/appium-espresso-driver/compare/v6.2.4...v6.3.0) (2025-12-13)
2
14
 
3
15
  ### Features
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "6.3.0"
5
+ private const val VERSION = "6.3.2"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "6.3.0",
3
+ "version": "6.3.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "6.3.0",
9
+ "version": "6.3.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
13
13
  "appium-android-driver": "^12.4.4",
14
- "asyncbox": "^3.0.0",
14
+ "asyncbox": "^4.0.1",
15
15
  "axios": "^1.12.2",
16
16
  "bluebird": "^3.5.0",
17
17
  "io.appium.settings": "^7.0.1",
18
18
  "lodash": "^4.17.11",
19
19
  "portscanner": "^2.2.0",
20
20
  "semver": "^7.6.2",
21
- "teen_process": "^3.0.0"
21
+ "teen_process": "^4.0.6"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
@@ -90,6 +90,20 @@
90
90
  "spdy": "4.0.2"
91
91
  }
92
92
  },
93
+ "node_modules/@appium/base-driver/node_modules/asyncbox": {
94
+ "version": "3.0.0",
95
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
96
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
97
+ "license": "Apache-2.0",
98
+ "dependencies": {
99
+ "bluebird": "^3.5.1",
100
+ "lodash": "^4.17.4",
101
+ "source-map-support": "^0.x"
102
+ },
103
+ "engines": {
104
+ "node": ">=16"
105
+ }
106
+ },
93
107
  "node_modules/@appium/base-plugin": {
94
108
  "version": "3.0.5",
95
109
  "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
@@ -657,14 +671,14 @@
657
671
  }
658
672
  },
659
673
  "node_modules/appium-adb": {
660
- "version": "14.1.5",
661
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.5.tgz",
662
- "integrity": "sha512-pR7HPfnm58rxWvxywowjeDt89KHglZvnQbDFLk2aMcrnQIli++fHqV3E9FuDp5w/34VuguX6GTjYMfnGTaYkhA==",
674
+ "version": "14.1.7",
675
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.1.7.tgz",
676
+ "integrity": "sha512-/06TJ7maIJ4RzKmXdnqVNBhBZqoxAwoDeYBEaRm8Dbsa803Io16CJ94R3ncpQwlD5r5bsj4YMmwdZtVZKMjsLw==",
663
677
  "license": "Apache-2.0",
664
678
  "dependencies": {
665
679
  "@appium/support": "^7.0.0-rc.1",
666
680
  "async-lock": "^1.0.0",
667
- "asyncbox": "^3.0.0",
681
+ "asyncbox": "^4.0.1",
668
682
  "bluebird": "^3.4.7",
669
683
  "ini": "^6.0.0",
670
684
  "lodash": "^4.0.0",
@@ -677,17 +691,32 @@
677
691
  "npm": ">=10"
678
692
  }
679
693
  },
694
+ "node_modules/appium-adb/node_modules/teen_process": {
695
+ "version": "3.0.6",
696
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.6.tgz",
697
+ "integrity": "sha512-nUw1B4MogSZzzy67n37IM1vg4doj+bWOZ7VwIFZGfD7MDmO+FRlhQlA2+22xJnTELVDDlOaTAMpKuuMI2vkDtg==",
698
+ "license": "Apache-2.0",
699
+ "dependencies": {
700
+ "bluebird": "^3.7.2",
701
+ "lodash": "^4.17.21",
702
+ "shell-quote": "^1.8.1"
703
+ },
704
+ "engines": {
705
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
706
+ "npm": ">=10"
707
+ }
708
+ },
680
709
  "node_modules/appium-android-driver": {
681
- "version": "12.4.5",
682
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.4.5.tgz",
683
- "integrity": "sha512-x1nF7+vzpu21GmzcLG8gINH08Bh8kUJrXZSoB1lD5WIWRPvK0S+KmfBfSpYPye/b67pXtWYzvKm/uaM4bHQ/NQ==",
710
+ "version": "12.6.2",
711
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.6.2.tgz",
712
+ "integrity": "sha512-jQbYHQXtBGgcpXskEvv2s+xtvC1MvcSOU5HD8eKdHpVZvQEnTdcOx3mZyG31UgxryVwj/rboIKRseDy4fTaXew==",
684
713
  "license": "Apache-2.0",
685
714
  "dependencies": {
686
715
  "@appium/support": "^7.0.0-rc.1",
687
716
  "@colors/colors": "^1.6.0",
688
717
  "appium-adb": "^14.1.0",
689
718
  "appium-chromedriver": "^8.0.18",
690
- "asyncbox": "^3.0.0",
719
+ "asyncbox": "^4.0.1",
691
720
  "axios": "^1.x",
692
721
  "bluebird": "^3.4.7",
693
722
  "io.appium.settings": "^7.0.4",
@@ -697,7 +726,7 @@
697
726
  "moment-timezone": "^0.x",
698
727
  "portscanner": "^2.2.0",
699
728
  "semver": "^7.0.0",
700
- "teen_process": "^3.0.0",
729
+ "teen_process": "^4.0.7",
701
730
  "ws": "^8.0.0"
702
731
  },
703
732
  "engines": {
@@ -709,22 +738,22 @@
709
738
  }
710
739
  },
711
740
  "node_modules/appium-chromedriver": {
712
- "version": "8.0.27",
713
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.27.tgz",
714
- "integrity": "sha512-4GaoxCghx8zxmvcj1adXPsD6Eqk0VXQyZN/TTfVvKpbInpuRZbkLJJgnRE7gVwlRe2JnzzXtzzNEbmAWUBxaFQ==",
741
+ "version": "8.1.0",
742
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.1.0.tgz",
743
+ "integrity": "sha512-zrruUWsDYSk5fdApN7yv9CY35VUp45oTOct+Hc+IidPXPQDyuHcgyeMgpTY8y4FhiiQ89fD4NZNsjwAcqbIxuA==",
715
744
  "license": "Apache-2.0",
716
745
  "dependencies": {
717
746
  "@appium/base-driver": "^10.0.0-rc.2",
718
747
  "@appium/support": "^7.0.0-rc.1",
719
748
  "@xmldom/xmldom": "^0.x",
720
749
  "appium-adb": "^14.0.0",
721
- "asyncbox": "^3.0.0",
750
+ "asyncbox": "^4.0.1",
722
751
  "axios": "^1.6.5",
723
752
  "bluebird": "^3.5.1",
724
753
  "compare-versions": "^6.0.0",
725
754
  "lodash": "^4.17.4",
726
755
  "semver": "^7.0.0",
727
- "teen_process": "^3.0.0",
756
+ "teen_process": "^4.0.4",
728
757
  "xpath": "^0.x"
729
758
  },
730
759
  "engines": {
@@ -732,6 +761,20 @@
732
761
  "npm": ">=10"
733
762
  }
734
763
  },
764
+ "node_modules/appium/node_modules/asyncbox": {
765
+ "version": "3.0.0",
766
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
767
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
768
+ "license": "Apache-2.0",
769
+ "dependencies": {
770
+ "bluebird": "^3.5.1",
771
+ "lodash": "^4.17.4",
772
+ "source-map-support": "^0.x"
773
+ },
774
+ "engines": {
775
+ "node": ">=16"
776
+ }
777
+ },
735
778
  "node_modules/appium/node_modules/teen_process": {
736
779
  "version": "3.0.4",
737
780
  "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.4.tgz",
@@ -869,17 +912,17 @@
869
912
  "license": "MIT"
870
913
  },
871
914
  "node_modules/asyncbox": {
872
- "version": "3.0.0",
873
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
874
- "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
915
+ "version": "4.0.1",
916
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-4.0.1.tgz",
917
+ "integrity": "sha512-JtbRZ6JWq1eT0mq/Eg2yObjnX9+80QcYQXDYyLxeNcbu2jHjbV18De2eyn69GTWbbLvDm52Pp/4SFDtte3q/bQ==",
875
918
  "license": "Apache-2.0",
876
919
  "dependencies": {
877
920
  "bluebird": "^3.5.1",
878
- "lodash": "^4.17.4",
879
- "source-map-support": "^0.x"
921
+ "lodash": "^4.17.4"
880
922
  },
881
923
  "engines": {
882
- "node": ">=16"
924
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
925
+ "npm": ">=10"
883
926
  }
884
927
  },
885
928
  "node_modules/asynckit": {
@@ -2333,17 +2376,17 @@
2333
2376
  }
2334
2377
  },
2335
2378
  "node_modules/io.appium.settings": {
2336
- "version": "7.0.6",
2337
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.6.tgz",
2338
- "integrity": "sha512-OJF8IgZNZLt7ClWlMOUUhH9q5J5DFL0yDko1jIeMU/Np9wMIf06Y5RmiJosFOKc64Xe51zFB+a4LQ67VJaEuGg==",
2379
+ "version": "7.0.8",
2380
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.8.tgz",
2381
+ "integrity": "sha512-KScrHILMWgEGbKvN37OHqTyROaez6yLdndK5ceF/BXS8eEnhBjrSk9xd9yZiUv+22u2ZbYcYMUJglp0aGUhXPA==",
2339
2382
  "license": "Apache-2.0",
2340
2383
  "dependencies": {
2341
2384
  "@appium/logger": "^2.0.0-rc.1",
2342
- "asyncbox": "^3.0.0",
2385
+ "asyncbox": "^4.0.1",
2343
2386
  "bluebird": "^3.5.1",
2344
2387
  "lodash": "^4.2.1",
2345
2388
  "semver": "^7.5.4",
2346
- "teen_process": "^3.0.0"
2389
+ "teen_process": "^4.0.4"
2347
2390
  },
2348
2391
  "engines": {
2349
2392
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -3495,25 +3538,29 @@
3495
3538
  }
3496
3539
  },
3497
3540
  "node_modules/send": {
3498
- "version": "1.2.0",
3499
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
3500
- "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
3541
+ "version": "1.2.1",
3542
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3543
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3501
3544
  "license": "MIT",
3502
3545
  "dependencies": {
3503
- "debug": "^4.3.5",
3546
+ "debug": "^4.4.3",
3504
3547
  "encodeurl": "^2.0.0",
3505
3548
  "escape-html": "^1.0.3",
3506
3549
  "etag": "^1.8.1",
3507
3550
  "fresh": "^2.0.0",
3508
- "http-errors": "^2.0.0",
3509
- "mime-types": "^3.0.1",
3551
+ "http-errors": "^2.0.1",
3552
+ "mime-types": "^3.0.2",
3510
3553
  "ms": "^2.1.3",
3511
3554
  "on-finished": "^2.4.1",
3512
3555
  "range-parser": "^1.2.1",
3513
- "statuses": "^2.0.1"
3556
+ "statuses": "^2.0.2"
3514
3557
  },
3515
3558
  "engines": {
3516
3559
  "node": ">= 18"
3560
+ },
3561
+ "funding": {
3562
+ "type": "opencollective",
3563
+ "url": "https://opencollective.com/express"
3517
3564
  }
3518
3565
  },
3519
3566
  "node_modules/serve-favicon": {
@@ -3562,9 +3609,9 @@
3562
3609
  "license": "MIT"
3563
3610
  },
3564
3611
  "node_modules/serve-static": {
3565
- "version": "2.2.0",
3566
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
3567
- "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
3612
+ "version": "2.2.1",
3613
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3614
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3568
3615
  "license": "MIT",
3569
3616
  "dependencies": {
3570
3617
  "encodeurl": "^2.0.0",
@@ -3574,6 +3621,10 @@
3574
3621
  },
3575
3622
  "engines": {
3576
3623
  "node": ">= 18"
3624
+ },
3625
+ "funding": {
3626
+ "type": "opencollective",
3627
+ "url": "https://opencollective.com/express"
3577
3628
  }
3578
3629
  },
3579
3630
  "node_modules/set-blocking": {
@@ -4042,9 +4093,9 @@
4042
4093
  }
4043
4094
  },
4044
4095
  "node_modules/teen_process": {
4045
- "version": "3.0.6",
4046
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.6.tgz",
4047
- "integrity": "sha512-nUw1B4MogSZzzy67n37IM1vg4doj+bWOZ7VwIFZGfD7MDmO+FRlhQlA2+22xJnTELVDDlOaTAMpKuuMI2vkDtg==",
4096
+ "version": "4.0.7",
4097
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.7.tgz",
4098
+ "integrity": "sha512-t7+1xY+WfihWM8M2JxL9ueH/SfDE7bhMuuVMR8bqrttQ0nn95hvOpGqThtZ2S/4+RvrJx2+UWO9no7wDFrOdsw==",
4048
4099
  "license": "Apache-2.0",
4049
4100
  "dependencies": {
4050
4101
  "bluebird": "^3.7.2",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "6.3.0",
10
+ "version": "6.3.2",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -76,14 +76,14 @@
76
76
  "dependencies": {
77
77
  "appium-adb": "^14.0.0",
78
78
  "appium-android-driver": "^12.4.4",
79
- "asyncbox": "^3.0.0",
79
+ "asyncbox": "^4.0.1",
80
80
  "axios": "^1.12.2",
81
81
  "bluebird": "^3.5.0",
82
82
  "io.appium.settings": "^7.0.1",
83
83
  "lodash": "^4.17.11",
84
84
  "portscanner": "^2.2.0",
85
85
  "semver": "^7.6.2",
86
- "teen_process": "^3.0.0"
86
+ "teen_process": "^4.0.6"
87
87
  },
88
88
  "scripts": {
89
89
  "build": "npm run build:node && npm run build:server",