appium-uiautomator2-driver 4.1.0 → 4.1.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.
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "4.1.0",
9
+ "version": "4.1.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.12.0",
13
- "appium-android-driver": "^10.2.0",
13
+ "appium-android-driver": "^10.2.2",
14
14
  "appium-uiautomator2-server": "^7.2.0",
15
15
  "asyncbox": "^3.0.0",
16
16
  "axios": "^1.6.5",
17
17
  "bluebird": "^3.5.1",
18
18
  "css-selector-parser": "^3.0.0",
19
- "io.appium.settings": "^5.14.0",
19
+ "io.appium.settings": "^5.14.3",
20
20
  "lodash": "^4.17.4",
21
21
  "portscanner": "^2.2.0",
22
22
  "source-map-support": "^0.x",
@@ -68,17 +68,17 @@
68
68
  }
69
69
  },
70
70
  "node_modules/@appium/base-driver": {
71
- "version": "9.16.2",
72
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.2.tgz",
73
- "integrity": "sha512-vuQf9XQKGAMl5d5pM63FOrnRJUSVjw6J5kPXApfnkTJovwyV9SViYptnCB/TcahjX2bHQ+fUka82MWzHKPzpHg==",
71
+ "version": "9.16.3",
72
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.3.tgz",
73
+ "integrity": "sha512-+KviEBWMlHoBh/Ezs4bF1uRFw3gBHivljy8yp2dKHvFt4ZZlJo6wxmfmU5fknob0TuRkViwcD2auL64AQLsGAw==",
74
74
  "license": "Apache-2.0",
75
75
  "dependencies": {
76
- "@appium/support": "^6.0.6",
77
- "@appium/types": "^0.25.1",
76
+ "@appium/support": "^6.0.7",
77
+ "@appium/types": "^0.25.2",
78
78
  "@colors/colors": "1.6.0",
79
79
  "async-lock": "1.4.1",
80
80
  "asyncbox": "3.0.0",
81
- "axios": "1.7.9",
81
+ "axios": "1.8.2",
82
82
  "bluebird": "3.7.2",
83
83
  "body-parser": "1.20.3",
84
84
  "express": "4.21.2",
@@ -91,7 +91,7 @@
91
91
  "path-to-regexp": "8.2.0",
92
92
  "serve-favicon": "2.5.0",
93
93
  "source-map-support": "0.5.21",
94
- "type-fest": "4.35.0",
94
+ "type-fest": "4.37.0",
95
95
  "validate.js": "0.13.1"
96
96
  },
97
97
  "engines": {
@@ -103,9 +103,9 @@
103
103
  }
104
104
  },
105
105
  "node_modules/@appium/base-driver/node_modules/axios": {
106
- "version": "1.7.9",
107
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
108
- "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
106
+ "version": "1.8.2",
107
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
108
+ "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
109
109
  "license": "MIT",
110
110
  "dependencies": {
111
111
  "follow-redirects": "^1.15.6",
@@ -114,13 +114,13 @@
114
114
  }
115
115
  },
116
116
  "node_modules/@appium/base-plugin": {
117
- "version": "2.3.3",
118
- "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.3.tgz",
119
- "integrity": "sha512-wPGgTfG02O2HzCcUWbEuN4fjjs/zoA3Il/tcbaT6rnZYAbOAW2uC4B6l+eqisFRLepj1p8djf0XQyPAVyeIZzw==",
117
+ "version": "2.3.4",
118
+ "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.4.tgz",
119
+ "integrity": "sha512-m3iJ2+68OIEXF87VJ/RYPSg85jVGo73MqAfv5onYyvFuljWgnowZGRFL13lvfnTBxmI5sU9eF1QLO3n7KcQ/eg==",
120
120
  "license": "Apache-2.0",
121
121
  "dependencies": {
122
- "@appium/base-driver": "^9.16.2",
123
- "@appium/support": "^6.0.6"
122
+ "@appium/base-driver": "^9.16.3",
123
+ "@appium/support": "^6.0.7"
124
124
  },
125
125
  "engines": {
126
126
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -128,13 +128,13 @@
128
128
  }
129
129
  },
130
130
  "node_modules/@appium/docutils": {
131
- "version": "1.0.32",
132
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.32.tgz",
133
- "integrity": "sha512-8kGYxaasCQYlYZrOD++hIPvKMgFuxjvtcATSL2bszRZvzWq6cXmVUS4guym/RzXtlAYq6NrTqshY8x5xKcSi3w==",
131
+ "version": "1.0.33",
132
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.33.tgz",
133
+ "integrity": "sha512-wY/bkewxrqUIvY69/LvYz1c7/XRFqqn/SND+EGvwWyyxzIfXTTN57SXZmRqWK8HO8v0hk5RMOvaNH+3Me94kTQ==",
134
134
  "license": "Apache-2.0",
135
135
  "dependencies": {
136
- "@appium/support": "^6.0.6",
137
- "@appium/tsconfig": "^0.3.4",
136
+ "@appium/support": "^6.0.7",
137
+ "@appium/tsconfig": "^0.3.5",
138
138
  "@sliphua/lilconfig-ts-loader": "3.2.2",
139
139
  "chalk": "4.1.2",
140
140
  "consola": "3.4.0",
@@ -146,9 +146,9 @@
146
146
  "read-pkg": "5.2.0",
147
147
  "semver": "7.7.1",
148
148
  "source-map-support": "0.5.21",
149
- "teen_process": "2.2.3",
150
- "type-fest": "4.35.0",
151
- "typescript": "5.7.3",
149
+ "teen_process": "2.3.1",
150
+ "type-fest": "4.37.0",
151
+ "typescript": "5.8.2",
152
152
  "yaml": "2.7.0",
153
153
  "yargs": "17.7.2",
154
154
  "yargs-parser": "21.1.1"
@@ -192,17 +192,17 @@
192
192
  }
193
193
  },
194
194
  "node_modules/@appium/support": {
195
- "version": "6.0.6",
196
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.6.tgz",
197
- "integrity": "sha512-qgj1uxHF7Suqi8wdWFBrG12dhLMAthpX973L7JHutM2jneynoIUaKtSXdd6zg0ZG/9clfY0C/06pIQTQljj+Lg==",
195
+ "version": "6.0.7",
196
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.7.tgz",
197
+ "integrity": "sha512-3LYvWhquHzlxq2ojvuAmta2tPk68B6oKZ9lMv2lyI6q7mR7FE8hl96Wy+qk9JjGfqJHYRNrrf9rTWr0E//UtQg==",
198
198
  "license": "Apache-2.0",
199
199
  "dependencies": {
200
200
  "@appium/logger": "^1.6.1",
201
- "@appium/tsconfig": "^0.3.4",
202
- "@appium/types": "^0.25.1",
201
+ "@appium/tsconfig": "^0.3.5",
202
+ "@appium/types": "^0.25.2",
203
203
  "@colors/colors": "1.6.0",
204
204
  "archiver": "7.0.1",
205
- "axios": "1.7.9",
205
+ "axios": "1.8.2",
206
206
  "base64-stream": "1.0.0",
207
207
  "bluebird": "3.7.2",
208
208
  "bplist-creator": "0.1.1",
@@ -228,8 +228,8 @@
228
228
  "shell-quote": "1.8.2",
229
229
  "source-map-support": "0.5.21",
230
230
  "supports-color": "8.1.1",
231
- "teen_process": "2.2.3",
232
- "type-fest": "4.35.0",
231
+ "teen_process": "2.3.1",
232
+ "type-fest": "4.37.0",
233
233
  "uuid": "11.1.0",
234
234
  "which": "4.0.0",
235
235
  "yauzl": "3.2.0"
@@ -243,9 +243,9 @@
243
243
  }
244
244
  },
245
245
  "node_modules/@appium/support/node_modules/axios": {
246
- "version": "1.7.9",
247
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
248
- "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
246
+ "version": "1.8.2",
247
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
248
+ "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
249
249
  "license": "MIT",
250
250
  "dependencies": {
251
251
  "follow-redirects": "^1.15.6",
@@ -254,12 +254,12 @@
254
254
  }
255
255
  },
256
256
  "node_modules/@appium/tsconfig": {
257
- "version": "0.3.4",
258
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.4.tgz",
259
- "integrity": "sha512-tX719/ekarAWmJb+AaG6//8+3qQITshTgTZor0EbdEwA2KG3bGPwMIoCp10np6/qFr+sMZC0CbuKJruHSCDhhw==",
257
+ "version": "0.3.5",
258
+ "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.5.tgz",
259
+ "integrity": "sha512-T8G5oe3is0Gn56PkeYjXracc0CS26L/obVuX7PHwEDcn1UKiJXFa2MYY73dRAWKJumAIIsJjssNUu6VttdWZWw==",
260
260
  "license": "Apache-2.0",
261
261
  "dependencies": {
262
- "@tsconfig/node14": "14.1.2"
262
+ "@tsconfig/node14": "14.1.3"
263
263
  },
264
264
  "engines": {
265
265
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -267,15 +267,15 @@
267
267
  }
268
268
  },
269
269
  "node_modules/@appium/types": {
270
- "version": "0.25.1",
271
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.1.tgz",
272
- "integrity": "sha512-2Lu5qwFNQa+iPw98XdB5/7tXKO7dugZHXfAsF050wgJkJJ4kDemVFJ4yr1YqM7DYmgqZnt+k0EfzshLODCHXTA==",
270
+ "version": "0.25.2",
271
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.2.tgz",
272
+ "integrity": "sha512-BQ/AaHJzFzJPjZp4GElq3CMT83LdaJwO4i+azdLNO3jZKyMoX4hF/LoiiS/cOyYOXpirxHjSHmHuNOeusiVNVQ==",
273
273
  "license": "Apache-2.0",
274
274
  "dependencies": {
275
275
  "@appium/logger": "^1.6.1",
276
276
  "@appium/schema": "^0.8.1",
277
- "@appium/tsconfig": "^0.3.4",
278
- "type-fest": "4.35.0"
277
+ "@appium/tsconfig": "^0.3.5",
278
+ "type-fest": "4.37.0"
279
279
  },
280
280
  "engines": {
281
281
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -450,9 +450,9 @@
450
450
  }
451
451
  },
452
452
  "node_modules/@tsconfig/node14": {
453
- "version": "14.1.2",
454
- "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-14.1.2.tgz",
455
- "integrity": "sha512-1vncsbfCZ3TBLPxesRYz02Rn7SNJfbLoDVkcZ7F/ixOV6nwxwgdhD1mdPcc5YQ413qBJ8CvMxXMFfJ7oawjo7Q==",
453
+ "version": "14.1.3",
454
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-14.1.3.tgz",
455
+ "integrity": "sha512-ZC9/Kq2c0+4l8sDx/z3YQyP7+OSMTQr/xxJaSFHLGhGL0t9bPjuX1Zwmg3C2VB5KWGgI8MXMRShXRJroy4utGA==",
456
456
  "license": "MIT"
457
457
  },
458
458
  "node_modules/@types/normalize-package-data": {
@@ -468,9 +468,9 @@
468
468
  "license": "MIT"
469
469
  },
470
470
  "node_modules/@xmldom/xmldom": {
471
- "version": "0.9.7",
472
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz",
473
- "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==",
471
+ "version": "0.9.8",
472
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz",
473
+ "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==",
474
474
  "license": "MIT",
475
475
  "engines": {
476
476
  "node": ">=14.6"
@@ -562,26 +562,26 @@
562
562
  }
563
563
  },
564
564
  "node_modules/appium": {
565
- "version": "2.16.2",
566
- "resolved": "https://registry.npmjs.org/appium/-/appium-2.16.2.tgz",
567
- "integrity": "sha512-Vxhm4SqhbidJApU8iDsNaxJtuvxnIyJcglaXAJqcoLP/uKeDTY3Im1vYcDd8vb5ZJkjt3+gvXh+6SyUyM/Cmtw==",
565
+ "version": "2.17.0",
566
+ "resolved": "https://registry.npmjs.org/appium/-/appium-2.17.0.tgz",
567
+ "integrity": "sha512-DY5/Bvz4KNOmW6uPgnXjWg9gOzXxT7ZTtguLcotXj2KKB3Ty0mNqpeLCLpyKDDeFheFWeFfrX73T2Y9PAa8WOA==",
568
568
  "hasInstallScript": true,
569
569
  "license": "Apache-2.0",
570
570
  "dependencies": {
571
- "@appium/base-driver": "^9.16.2",
572
- "@appium/base-plugin": "^2.3.3",
573
- "@appium/docutils": "^1.0.32",
571
+ "@appium/base-driver": "^9.16.3",
572
+ "@appium/base-plugin": "^2.3.4",
573
+ "@appium/docutils": "^1.0.33",
574
574
  "@appium/logger": "^1.6.1",
575
575
  "@appium/schema": "^0.8.1",
576
- "@appium/support": "^6.0.6",
577
- "@appium/types": "^0.25.1",
576
+ "@appium/support": "^6.0.7",
577
+ "@appium/types": "^0.25.2",
578
578
  "@sidvind/better-ajv-errors": "3.0.1",
579
579
  "ajv": "8.17.1",
580
580
  "ajv-formats": "3.0.1",
581
581
  "argparse": "2.0.1",
582
582
  "async-lock": "1.4.1",
583
583
  "asyncbox": "3.0.0",
584
- "axios": "1.7.9",
584
+ "axios": "1.8.2",
585
585
  "bluebird": "3.7.2",
586
586
  "lilconfig": "3.1.3",
587
587
  "lodash": "4.17.21",
@@ -591,11 +591,11 @@
591
591
  "resolve-from": "5.0.0",
592
592
  "semver": "7.7.1",
593
593
  "source-map-support": "0.5.21",
594
- "teen_process": "2.2.3",
595
- "type-fest": "4.35.0",
594
+ "teen_process": "2.3.1",
595
+ "type-fest": "4.37.0",
596
596
  "winston": "3.17.0",
597
597
  "wrap-ansi": "7.0.0",
598
- "ws": "8.18.0",
598
+ "ws": "8.18.1",
599
599
  "yaml": "2.7.0"
600
600
  },
601
601
  "bin": {
@@ -629,9 +629,9 @@
629
629
  }
630
630
  },
631
631
  "node_modules/appium-android-driver": {
632
- "version": "10.2.0",
633
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.2.0.tgz",
634
- "integrity": "sha512-NDV7hItj8xGvA3Y6KVr/6Rf1700sn1DucAB5K/MwYyAvGIasqqofXDU4U4CYKIq530gJVlZO9YtWWPp7USpx0A==",
632
+ "version": "10.2.2",
633
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.2.2.tgz",
634
+ "integrity": "sha512-NgjmxedfbUWlwO7AFK00vKedEOuXpfaxXO6KYDVhtL1gIkiLGhTWt3YByJGT6yEpdaKJ3/21ieQR2B/LkcKsZw==",
635
635
  "license": "Apache-2.0",
636
636
  "dependencies": {
637
637
  "@appium/support": "^6.0.0",
@@ -641,7 +641,7 @@
641
641
  "asyncbox": "^3.0.0",
642
642
  "axios": "^1.x",
643
643
  "bluebird": "^3.4.7",
644
- "io.appium.settings": "^5.14.0",
644
+ "io.appium.settings": "^5.14.3",
645
645
  "lodash": "^4.17.4",
646
646
  "lru-cache": "^10.0.1",
647
647
  "moment": "^2.24.0",
@@ -662,9 +662,9 @@
662
662
  }
663
663
  },
664
664
  "node_modules/appium-chromedriver": {
665
- "version": "7.0.7",
666
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.7.tgz",
667
- "integrity": "sha512-hI3asiwVM0bz2quZ8Y1t+41/7C7eZ8RHo9uHYJnCjiUywI+rxO6Rt8empqUUbVmiJ47D57UMAc9Muv1jjf6JaA==",
665
+ "version": "7.0.9",
666
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.9.tgz",
667
+ "integrity": "sha512-7T0HTszqwz4jQbtZpZ669BQYgtLcEucyTIEmHnv72pvmshrwNr/KELouRkY7VcazzW88w+bpcYh3/3bzs9Si2w==",
668
668
  "license": "Apache-2.0",
669
669
  "dependencies": {
670
670
  "@appium/base-driver": "^9.1.0",
@@ -687,9 +687,9 @@
687
687
  }
688
688
  },
689
689
  "node_modules/appium-uiautomator2-server": {
690
- "version": "7.2.3",
691
- "resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.2.3.tgz",
692
- "integrity": "sha512-PgYxwqLKfMRFIN2bqmpmH7U4wZEHDpd8WUyexfVF9cParSSIwhE3coXRfZLsUWgvrEBSXuS+A+6NIY7Ra7dlUA==",
690
+ "version": "7.2.5",
691
+ "resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.2.5.tgz",
692
+ "integrity": "sha512-Q4h7U4QOYfWL5IdYW4WNUveg7j/wjmJLFtfahgiZmKcAapCLqmwu9WFJmvGsThlsn3nj6yt7QVhOh/wa4/01Bg==",
693
693
  "license": "Apache-2.0",
694
694
  "engines": {
695
695
  "node": ">=14",
@@ -697,9 +697,9 @@
697
697
  }
698
698
  },
699
699
  "node_modules/appium/node_modules/axios": {
700
- "version": "1.7.9",
701
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
702
- "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
700
+ "version": "1.8.2",
701
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
702
+ "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
703
703
  "license": "MIT",
704
704
  "dependencies": {
705
705
  "follow-redirects": "^1.15.6",
@@ -794,9 +794,9 @@
794
794
  "license": "MIT"
795
795
  },
796
796
  "node_modules/axios": {
797
- "version": "1.8.1",
798
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
799
- "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
797
+ "version": "1.8.3",
798
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz",
799
+ "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
800
800
  "license": "MIT",
801
801
  "dependencies": {
802
802
  "follow-redirects": "^1.15.6",
@@ -1039,13 +1039,13 @@
1039
1039
  }
1040
1040
  },
1041
1041
  "node_modules/call-bound": {
1042
- "version": "1.0.3",
1043
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
1044
- "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
1042
+ "version": "1.0.4",
1043
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1044
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1045
1045
  "license": "MIT",
1046
1046
  "dependencies": {
1047
- "call-bind-apply-helpers": "^1.0.1",
1048
- "get-intrinsic": "^1.2.6"
1047
+ "call-bind-apply-helpers": "^1.0.2",
1048
+ "get-intrinsic": "^1.3.0"
1049
1049
  },
1050
1050
  "engines": {
1051
1051
  "node": ">= 0.4"
@@ -2280,9 +2280,9 @@
2280
2280
  }
2281
2281
  },
2282
2282
  "node_modules/io.appium.settings": {
2283
- "version": "5.14.1",
2284
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.1.tgz",
2285
- "integrity": "sha512-ehBJDPnlaaB+z6U8AexiDpJa0jbOVmBx+fIAz0nESv4PgvZQG0O/DnWXnqNbRdw9Z+C0HrK+Zd0SssHIjcCy7g==",
2283
+ "version": "5.14.4",
2284
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.4.tgz",
2285
+ "integrity": "sha512-6W+sGscwQUtF55ffbSI/1jSoycPD081hQs4bARE3ojGLlOQBPcYVfqUDXyubr0FViqyqk5my/rEHv4mTShOaSQ==",
2286
2286
  "license": "Apache-2.0",
2287
2287
  "dependencies": {
2288
2288
  "@appium/logger": "^1.3.0",
@@ -4150,9 +4150,9 @@
4150
4150
  }
4151
4151
  },
4152
4152
  "node_modules/teen_process": {
4153
- "version": "2.2.3",
4154
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.3.tgz",
4155
- "integrity": "sha512-8L540OalWH83qc6LHV5VMr0DjdP7KWUHQwTOImtWaG2ElW8BvLTh6M9871oGmmpOMb2BpOJQn2+09ZHWYsdTUA==",
4153
+ "version": "2.3.1",
4154
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.1.tgz",
4155
+ "integrity": "sha512-duT4gPj7HxEYy+AR4bJ9MNwf8GMLpJd+sNRAK2PTx53FpCcaiXVft3ePZh3hO6PY8NFWZMxTC3ZAtxyztScEsw==",
4156
4156
  "license": "Apache-2.0",
4157
4157
  "dependencies": {
4158
4158
  "bluebird": "^3.7.2",
@@ -4220,9 +4220,9 @@
4220
4220
  "license": "0BSD"
4221
4221
  },
4222
4222
  "node_modules/type-fest": {
4223
- "version": "4.35.0",
4224
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz",
4225
- "integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==",
4223
+ "version": "4.37.0",
4224
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
4225
+ "integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
4226
4226
  "license": "(MIT OR CC0-1.0)",
4227
4227
  "engines": {
4228
4228
  "node": ">=16"
@@ -4245,9 +4245,9 @@
4245
4245
  }
4246
4246
  },
4247
4247
  "node_modules/typescript": {
4248
- "version": "5.7.3",
4249
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
4250
- "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
4248
+ "version": "5.8.2",
4249
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
4250
+ "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
4251
4251
  "license": "Apache-2.0",
4252
4252
  "bin": {
4253
4253
  "tsc": "bin/tsc",
@@ -4556,9 +4556,9 @@
4556
4556
  "license": "ISC"
4557
4557
  },
4558
4558
  "node_modules/ws": {
4559
- "version": "8.18.0",
4560
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
4561
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
4559
+ "version": "8.18.1",
4560
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
4561
+ "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
4562
4562
  "license": "MIT",
4563
4563
  "engines": {
4564
4564
  "node": ">=10.0.0"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "4.1.0",
10
+ "version": "4.1.2",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -57,13 +57,13 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "appium-adb": "^12.12.0",
60
- "appium-android-driver": "^10.2.0",
60
+ "appium-android-driver": "^10.2.2",
61
61
  "appium-uiautomator2-server": "^7.2.0",
62
62
  "asyncbox": "^3.0.0",
63
63
  "axios": "^1.6.5",
64
64
  "bluebird": "^3.5.1",
65
65
  "css-selector-parser": "^3.0.0",
66
- "io.appium.settings": "^5.14.0",
66
+ "io.appium.settings": "^5.14.3",
67
67
  "lodash": "^4.17.4",
68
68
  "portscanner": "^2.2.0",
69
69
  "source-map-support": "^0.x",