appium-xcuitest-driver 10.0.0-rc.3 → 10.0.1

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,21 @@
1
+ ## [10.0.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.0...v10.0.1) (2025-08-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump chai from 5.3.2 to 6.0.0 ([#2612](https://github.com/appium/appium-xcuitest-driver/issues/2612)) ([66db332](https://github.com/appium/appium-xcuitest-driver/commit/66db332bca5f16ca68bbfc6ced2dcd72c9c51d1a))
6
+
7
+ ## [10.0.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.10.5...v10.0.0) (2025-08-19)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
12
+ * Required npm version has been bumped to >=10
13
+ * Required Appium server version has been bumped to >=3.0.0-rc.2
14
+
15
+ ### Features
16
+
17
+ * Update server compatibility for Appium 3 ([#2590](https://github.com/appium/appium-xcuitest-driver/issues/2590)) ([313578a](https://github.com/appium/appium-xcuitest-driver/commit/313578ac565d54b402ade9fd542f6138ac928594))
18
+
1
19
  ## [9.10.5](https://github.com/appium/appium-xcuitest-driver/compare/v9.10.4...v9.10.5) (2025-08-17)
2
20
 
3
21
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.0.0-rc.3",
3
+ "version": "10.0.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.0.0-rc.3",
9
+ "version": "10.0.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -48,7 +48,7 @@
48
48
  "@types/node": "^24.0.1",
49
49
  "@types/portscanner": "^2.1.1",
50
50
  "axios": "^1.4.0",
51
- "chai": "^5.1.1",
51
+ "chai": "^6.0.0",
52
52
  "chai-as-promised": "^8.0.0",
53
53
  "conventional-changelog-conventionalcommits": "^9.0.0",
54
54
  "mocha": "^11.0.1",
@@ -76,13 +76,13 @@
76
76
  }
77
77
  },
78
78
  "node_modules/@appium/base-driver": {
79
- "version": "10.0.0-rc.2",
80
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.0-rc.2.tgz",
81
- "integrity": "sha512-PQOBnFjSdFaUNrs4JloMHPkAf2KFI0rXVwMRASyNDBorDfr7fp5olQDLW5sEZT1wiCgRJMjGqUoM/s0Q0C5K+A==",
79
+ "version": "10.0.0",
80
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.0.tgz",
81
+ "integrity": "sha512-ajSCGYrX62dC9oYUGTIkAD73Uuc7aowiL3fQjx5G6O5yzLkNEkHbfWIaNEkxyOisi50pLaMriYD4qTF/w80AcA==",
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@appium/support": "^7.0.0-rc.1",
85
- "@appium/types": "^1.0.0-rc.1",
84
+ "@appium/support": "^7.0.0",
85
+ "@appium/types": "^1.0.0",
86
86
  "@colors/colors": "1.6.0",
87
87
  "async-lock": "1.4.1",
88
88
  "asyncbox": "3.0.0",
@@ -119,21 +119,21 @@
119
119
  }
120
120
  },
121
121
  "node_modules/@appium/docutils": {
122
- "version": "2.0.0-rc.1",
123
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.0-rc.1.tgz",
124
- "integrity": "sha512-aQKE8E7S76aDwjLFdHKyYlvIU86pUtnSB5pHz7cG4ekfgE7w4R0gVSHNidIDmHGaafZhjj8cZjhA88IaFCJmNA==",
122
+ "version": "2.0.1",
123
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.1.tgz",
124
+ "integrity": "sha512-/H9EttN2rKELY1j+XUMoR/8QOIbS9J+ZuLO3ighSESlcoZhZ8N9ii3v0YuTnERmRukvVTecVoLXbqDBZE5e2Ww==",
125
125
  "license": "Apache-2.0",
126
126
  "dependencies": {
127
- "@appium/support": "^7.0.0-rc.1",
127
+ "@appium/support": "^7.0.0",
128
128
  "chalk": "4.1.2",
129
129
  "consola": "3.4.2",
130
- "diff": "8.0.02",
130
+ "diff": "8.0.2",
131
131
  "lilconfig": "3.1.3",
132
132
  "lodash": "4.17.21",
133
133
  "pkg-dir": "5.0.0",
134
134
  "read-pkg": "5.2.0",
135
135
  "source-map-support": "0.5.21",
136
- "teen_process": "2.3.3",
136
+ "teen_process": "3.0.0",
137
137
  "type-fest": "4.41.0",
138
138
  "yaml": "2.8.1",
139
139
  "yargs": "18.0.0",
@@ -148,9 +148,9 @@
148
148
  }
149
149
  },
150
150
  "node_modules/@appium/docutils/node_modules/teen_process": {
151
- "version": "2.3.3",
152
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.3.tgz",
153
- "integrity": "sha512-NIdeetf/6gyEqLjnzvfgQe7PfipSceq2xDQM2Py2BkBnIIeWh3HRD3vNhulyO5WppfCv9z4mtsEHyq8kdiULTA==",
151
+ "version": "3.0.0",
152
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
153
+ "integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
154
154
  "license": "Apache-2.0",
155
155
  "dependencies": {
156
156
  "bluebird": "^3.7.2",
@@ -159,14 +159,14 @@
159
159
  "source-map-support": "^0.x"
160
160
  },
161
161
  "engines": {
162
- "node": "^16.13.0 || >=18.0.0",
163
- "npm": ">=8"
162
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
163
+ "npm": ">=10"
164
164
  }
165
165
  },
166
166
  "node_modules/@appium/logger": {
167
- "version": "2.0.0-rc.1",
168
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.0-rc.1.tgz",
169
- "integrity": "sha512-4EkKvdnmLQr5ENjrFUR2GmvRLKOmE1o7+Gfd3751zLl9wwVshoCNnzr+B23JxBt0WL/gxeM4KdeBS7Nhl/d1zw==",
167
+ "version": "2.0.0",
168
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.0.tgz",
169
+ "integrity": "sha512-aKVX/yI2KLh1X6/rovijPiyAlrJMQr0FdKTl08dYT3T+yTjHmB0rEG02YcP8BXXH3RUoUpt9jrbI95uUTJCftw==",
170
170
  "license": "ISC",
171
171
  "dependencies": {
172
172
  "console-control-strings": "1.1.0",
@@ -189,9 +189,9 @@
189
189
  }
190
190
  },
191
191
  "node_modules/@appium/schema": {
192
- "version": "1.0.0-rc.1",
193
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0-rc.1.tgz",
194
- "integrity": "sha512-3kcf9j77yLyXS704WxF3dI6fE/FifU0h37kWAtlXaG5ISchnsJp8VD5QiQT/mGoAxczSuy4qmqstCxOPuiVpyA==",
192
+ "version": "1.0.0",
193
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
194
+ "integrity": "sha512-eowz+sV6YxuHdsuRizEhG+AGeeMsUiS9ryWLkdFSqQlsNB+uDudehpYQiRkrrtaGOBzq7a3GDUB7zjc6eR80QA==",
195
195
  "license": "Apache-2.0",
196
196
  "dependencies": {
197
197
  "json-schema": "0.4.0",
@@ -203,9 +203,9 @@
203
203
  }
204
204
  },
205
205
  "node_modules/@appium/strongbox": {
206
- "version": "1.0.0-rc.1",
207
- "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.0.0-rc.1.tgz",
208
- "integrity": "sha512-q7fy5OVpWQiz1GIp7+5AkZY+65iTjgRZdhTonn9p0rUF5/xq0Jc+R0RhMdMkmeWbXHSUSSh0/YwP5OwcJGUlKA==",
206
+ "version": "1.0.0",
207
+ "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.0.0.tgz",
208
+ "integrity": "sha512-M6lA3iLaxpWtMAQT8vm2EmLuu00wzbqraeexLBGq3Jz3rEUUA2PhuOTJfEwKVw6mfjMd9tWq9qLjlOucgfvP+Q==",
209
209
  "license": "Apache-2.0",
210
210
  "dependencies": {
211
211
  "env-paths": "2.2.1",
@@ -217,14 +217,14 @@
217
217
  }
218
218
  },
219
219
  "node_modules/@appium/support": {
220
- "version": "7.0.0-rc.1",
221
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.0-rc.1.tgz",
222
- "integrity": "sha512-mB5HDKyc8xEblArBg2NWs0IgnAssInOy45Sg+yL3PdA3/WgnFF6x/Qqqh+d+kpXPrxMR9Y13AGdvpP1ZH7xgNQ==",
220
+ "version": "7.0.0",
221
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.0.tgz",
222
+ "integrity": "sha512-LChqnFlaJ6MiXZ3eqPrRZrgggghaVpeNoiqNQM/X26wsy3ahuTbxulanyJ191wHrtU5dRfEXf0CNmpAOqnTRCg==",
223
223
  "license": "Apache-2.0",
224
224
  "dependencies": {
225
- "@appium/logger": "^2.0.0-rc.1",
226
- "@appium/tsconfig": "^1.0.0-rc.1",
227
- "@appium/types": "^1.0.0-rc.1",
225
+ "@appium/logger": "^2.0.0",
226
+ "@appium/tsconfig": "^1.0.0",
227
+ "@appium/types": "^1.0.0",
228
228
  "@colors/colors": "1.6.0",
229
229
  "archiver": "7.0.1",
230
230
  "axios": "1.11.0",
@@ -252,7 +252,7 @@
252
252
  "shell-quote": "1.8.3",
253
253
  "source-map-support": "0.5.21",
254
254
  "supports-color": "8.1.1",
255
- "teen_process": "2.3.3",
255
+ "teen_process": "3.0.0",
256
256
  "type-fest": "4.41.0",
257
257
  "uuid": "11.1.0",
258
258
  "which": "5.0.0",
@@ -267,9 +267,9 @@
267
267
  }
268
268
  },
269
269
  "node_modules/@appium/support/node_modules/teen_process": {
270
- "version": "2.3.3",
271
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.3.tgz",
272
- "integrity": "sha512-NIdeetf/6gyEqLjnzvfgQe7PfipSceq2xDQM2Py2BkBnIIeWh3HRD3vNhulyO5WppfCv9z4mtsEHyq8kdiULTA==",
270
+ "version": "3.0.0",
271
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
272
+ "integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
273
273
  "license": "Apache-2.0",
274
274
  "dependencies": {
275
275
  "bluebird": "^3.7.2",
@@ -278,14 +278,14 @@
278
278
  "source-map-support": "^0.x"
279
279
  },
280
280
  "engines": {
281
- "node": "^16.13.0 || >=18.0.0",
282
- "npm": ">=8"
281
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
282
+ "npm": ">=10"
283
283
  }
284
284
  },
285
285
  "node_modules/@appium/tsconfig": {
286
- "version": "1.0.0-rc.1",
287
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.0.0-rc.1.tgz",
288
- "integrity": "sha512-x06K1o1Tk0FClBS7PQ/8TP+DYSzRCqXDiykIBwG+0lNNJqNrVrBYIwLJNJQR0QkBgKys5aTFI6CiqxORYuj0rg==",
286
+ "version": "1.0.0",
287
+ "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.0.0.tgz",
288
+ "integrity": "sha512-ML1Scu+lw84eou9G4REeczsMW/NmvYDTCM33dZjl5DbInuPpet188r4YoL2lAsJwlgurfVb0jpjhntPhy8kc1Q==",
289
289
  "license": "Apache-2.0",
290
290
  "dependencies": {
291
291
  "@tsconfig/node14": "14.1.4"
@@ -296,14 +296,14 @@
296
296
  }
297
297
  },
298
298
  "node_modules/@appium/types": {
299
- "version": "1.0.0-rc.1",
300
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.0-rc.1.tgz",
301
- "integrity": "sha512-6DjJkEsVEYWBjIfMFEg5DQ2Wo3ytRJ64S7zUhW7mQsyV5Fx9RO4RSlPAHpPiCj9lDLTTsSsvmcLr4BurM/JsxA==",
299
+ "version": "1.0.0",
300
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.0.tgz",
301
+ "integrity": "sha512-M475y92V6u7vBXNaS8NcW0RQoJ3H36fEmOF4LO26BFMKw17PjIp/FJKk/SZnJCTdl877mMEBkMUm9t62Fx5Ppw==",
302
302
  "license": "Apache-2.0",
303
303
  "dependencies": {
304
- "@appium/logger": "^2.0.0-rc.1",
305
- "@appium/schema": "^1.0.0-rc.1",
306
- "@appium/tsconfig": "^1.0.0-rc.1",
304
+ "@appium/logger": "^2.0.0",
305
+ "@appium/schema": "^1.0.0",
306
+ "@appium/tsconfig": "^1.0.0",
307
307
  "type-fest": "4.41.0"
308
308
  },
309
309
  "engines": {
@@ -531,9 +531,9 @@
531
531
  }
532
532
  },
533
533
  "node_modules/appium-idb": {
534
- "version": "2.0.0",
535
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.0.tgz",
536
- "integrity": "sha512-+254zz4KLBgr1udwhqgcdtfDR0ug834run6OLh1HLY/i6ulRaDscs3iubDMfAr2YGKMLfHlqirKIT0mQxL8yRg==",
534
+ "version": "2.0.1",
535
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.1.tgz",
536
+ "integrity": "sha512-coK4vR4SNO0xnEG55K1YhQmV8nsLThKUhTFErRgeFtTi9JmbmgF8vigvuNqbAccEfknq8rPqdOBPev5S0JYfrw==",
537
537
  "license": "Apache-2.0",
538
538
  "dependencies": {
539
539
  "@appium/support": "^7.0.0-rc.1",
@@ -549,9 +549,9 @@
549
549
  }
550
550
  },
551
551
  "node_modules/appium-ios-device": {
552
- "version": "3.0.0",
553
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.0.0.tgz",
554
- "integrity": "sha512-AjXO+NdjsIVgtsmIUPVTX/YGlEp6QNPxKDu7zz7z5HtxkNvCsI0acCJZvAAQKHeUv9RstwYl2PySXMwS18H39w==",
552
+ "version": "3.0.1",
553
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.0.1.tgz",
554
+ "integrity": "sha512-wZUdatfYTBRvn7N984of5YcUTQ6vBHBu4hdWDqQs6D0S8+Yw+SK9VrChOrAunO2kJeRzyIt2GoihdFcoclL//Q==",
555
555
  "license": "Apache-2.0",
556
556
  "dependencies": {
557
557
  "@appium/support": "^7.0.0-rc.1",
@@ -718,42 +718,42 @@
718
718
  "npm": ">=8"
719
719
  }
720
720
  },
721
- "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-darwin-arm64": {
722
- "version": "0.34.2",
723
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.2.tgz",
724
- "integrity": "sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==",
721
+ "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-libvips-linux-x64": {
722
+ "version": "1.1.0",
723
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz",
724
+ "integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==",
725
725
  "cpu": [
726
- "arm64"
726
+ "x64"
727
727
  ],
728
- "license": "Apache-2.0",
728
+ "license": "LGPL-3.0-or-later",
729
729
  "optional": true,
730
730
  "os": [
731
- "darwin"
731
+ "linux"
732
732
  ],
733
- "engines": {
734
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
735
- },
736
733
  "funding": {
737
734
  "url": "https://opencollective.com/libvips"
738
- },
739
- "optionalDependencies": {
740
- "@img/sharp-libvips-darwin-arm64": "1.1.0"
741
735
  }
742
736
  },
743
- "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-libvips-darwin-arm64": {
744
- "version": "1.1.0",
745
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.1.0.tgz",
746
- "integrity": "sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==",
737
+ "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-linux-x64": {
738
+ "version": "0.34.2",
739
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.2.tgz",
740
+ "integrity": "sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==",
747
741
  "cpu": [
748
- "arm64"
742
+ "x64"
749
743
  ],
750
- "license": "LGPL-3.0-or-later",
744
+ "license": "Apache-2.0",
751
745
  "optional": true,
752
746
  "os": [
753
- "darwin"
747
+ "linux"
754
748
  ],
749
+ "engines": {
750
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
751
+ },
755
752
  "funding": {
756
753
  "url": "https://opencollective.com/libvips"
754
+ },
755
+ "optionalDependencies": {
756
+ "@img/sharp-libvips-linux-x64": "1.1.0"
757
757
  }
758
758
  },
759
759
  "node_modules/appium-ios-remotexpc/node_modules/@tsconfig/node14": {
@@ -983,9 +983,9 @@
983
983
  }
984
984
  },
985
985
  "node_modules/appium-ios-simulator": {
986
- "version": "7.0.0",
987
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.0.tgz",
988
- "integrity": "sha512-W44TXtHDHyIMPn9cj/akhTXcP/25GYSoRL+vr9UYtMySeQiTrZS0+YImezLyz1w1l8XKbfVXv8RbmOcCjMbjjA==",
986
+ "version": "7.0.1",
987
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.1.tgz",
988
+ "integrity": "sha512-rS0kvy2cBs9PKVeAaG5r2SsJnNCil4AJzZUEF86BzhmwVEcgZIUjDQDs5SWBrqSj55pR3serekAeyVuzu6c3bA==",
989
989
  "license": "Apache-2.0",
990
990
  "dependencies": {
991
991
  "@appium/support": "^7.0.0-rc.1",
@@ -1045,9 +1045,9 @@
1045
1045
  }
1046
1046
  },
1047
1047
  "node_modules/appium-webdriveragent": {
1048
- "version": "10.0.0",
1049
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.0.0.tgz",
1050
- "integrity": "sha512-Z7d8z0C4i1NHBYh+gmhhd10NL4GGxpr9Hh5ah+ty6NRzyDw4Ydr4rc0BSl5VcHaAw6CIuX409AVJbn3hK9NFlA==",
1048
+ "version": "10.0.1",
1049
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.0.1.tgz",
1050
+ "integrity": "sha512-H949xvJnWbPktIyHbitOgCaTdl7AG1KKfx3TtVgUu5LgXNFUKmGxjIuYDI8DFFqCG4qLWpYmOev/+yvun4dIGg==",
1051
1051
  "license": "Apache-2.0",
1052
1052
  "dependencies": {
1053
1053
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -1069,9 +1069,9 @@
1069
1069
  }
1070
1070
  },
1071
1071
  "node_modules/appium-xcode": {
1072
- "version": "6.0.0",
1073
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.0.0.tgz",
1074
- "integrity": "sha512-J2Ka3BXVydpz9HPw4vZDFHLYaSoZyMjpbaXKRh3tfpWIFtO3/UrslgNZ7UAd4ypZgOgWtBbkNrWhoXZ8jwTPFQ==",
1072
+ "version": "6.0.1",
1073
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.0.1.tgz",
1074
+ "integrity": "sha512-lAcoFTX5gY2UQB2jCUEeICMtSAM90Qto5kIBqq3Hy4BJCz/3kUWzK02fqxwpL9F7G3brKwiwwy78ftrLYD+j1Q==",
1075
1075
  "license": "Apache-2.0",
1076
1076
  "dependencies": {
1077
1077
  "@appium/support": "^7.0.0-rc.1",
@@ -3189,9 +3189,9 @@
3189
3189
  }
3190
3190
  },
3191
3191
  "node_modules/node-simctl": {
3192
- "version": "8.0.1",
3193
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.1.tgz",
3194
- "integrity": "sha512-iXCW8fARl4RdkVbVq4DH8XDJNRmFJBzWsV95rWB5J01rQ7qWj3Jn1B0dP2VY88uJpyD8FiqOCZU29/DW1Pummg==",
3192
+ "version": "8.0.3",
3193
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.3.tgz",
3194
+ "integrity": "sha512-eFfikoThZr1SinXr9wIAthg3JuisNyzoTLn9F74WNqvdf9/ID1Gaj+3vGEBEWX9ZGLhJLy+l1sAjXjLnlcjQZQ==",
3195
3195
  "license": "Apache-2.0",
3196
3196
  "dependencies": {
3197
3197
  "@appium/logger": "^2.0.0-rc.1",
@@ -4479,9 +4479,9 @@
4479
4479
  }
4480
4480
  },
4481
4481
  "node_modules/teen_process": {
4482
- "version": "3.0.0",
4483
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
4484
- "integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
4482
+ "version": "3.0.1",
4483
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
4484
+ "integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
4485
4485
  "license": "Apache-2.0",
4486
4486
  "dependencies": {
4487
4487
  "bluebird": "^3.7.2",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.0.0-rc.3",
11
+ "version": "10.0.1",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -153,7 +153,7 @@
153
153
  "@types/node": "^24.0.1",
154
154
  "@types/portscanner": "^2.1.1",
155
155
  "axios": "^1.4.0",
156
- "chai": "^5.1.1",
156
+ "chai": "^6.0.0",
157
157
  "chai-as-promised": "^8.0.0",
158
158
  "conventional-changelog-conventionalcommits": "^9.0.0",
159
159
  "mocha": "^11.0.1",