appium-mac2-driver 1.17.4 → 1.17.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.17.5](https://github.com/appium/appium-mac2-driver/compare/v1.17.4...v1.17.5) (2024-07-09)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Remove extra import ([62f887b](https://github.com/appium/appium-mac2-driver/commit/62f887b30f086f1a5df6bf1168ba223d72dd3287))
7
+
1
8
  ## [1.17.4](https://github.com/appium/appium-mac2-driver/compare/v1.17.3...v1.17.4) (2024-06-23)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "1.17.4",
3
+ "version": "1.17.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-mac2-driver",
9
- "version": "1.17.4",
9
+ "version": "1.17.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^0.x",
@@ -21,7 +21,6 @@
21
21
  "teen_process": "^2.0.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@appium/eslint-config-appium": "^8.0.4",
25
24
  "@appium/eslint-config-appium-ts": "^0.x",
26
25
  "@appium/tsconfig": "^0.x",
27
26
  "@appium/types": "^0.x",
@@ -51,9 +50,9 @@
51
50
  }
52
51
  },
53
52
  "node_modules/@appium/logger": {
54
- "version": "1.4.2",
55
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.4.2.tgz",
56
- "integrity": "sha512-ifHuA4wuBa8xLx77lYhYmNi9qNPuGb1QgUQreME58Ugh5K2M6C+4xq6dD9KiQpHf0sy64m8fflxy24jrRPJ8ZA==",
53
+ "version": "1.5.0",
54
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.5.0.tgz",
55
+ "integrity": "sha512-wij7z6RgCxiu66jgpySQHxj0dcuGfSn7v97MBwZ9+IEiqFDrbZR1+ExrXpbmqNXkVWOqWvNFXCYROW0g5dfKuA==",
57
56
  "dependencies": {
58
57
  "console-control-strings": "1.1.0",
59
58
  "lodash": "4.17.21",
@@ -92,13 +91,13 @@
92
91
  }
93
92
  },
94
93
  "node_modules/@appium/support": {
95
- "version": "5.0.3",
96
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.0.3.tgz",
97
- "integrity": "sha512-MCfaP3lg6WyRlBqk2yKr2q51tYhHBbOpJKX9rcHaFenlvf6lCKTrdazY4U/GP8MzW7/RxQE4l8jCJUXomLRfbQ==",
94
+ "version": "5.1.1",
95
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.1.tgz",
96
+ "integrity": "sha512-YwludQ+V5mgGYJQjkuDJ29X0LSJehBeC5IwvaZxKdv/VKLKAbOl3QZqv3RKIGJqQInP6ZOD+doG3OVP64Y/txQ==",
98
97
  "dependencies": {
99
- "@appium/logger": "^1.4.2",
98
+ "@appium/logger": "^1.5.0",
100
99
  "@appium/tsconfig": "^0.3.3",
101
- "@appium/types": "^0.20.3",
100
+ "@appium/types": "^0.21.0",
102
101
  "@colors/colors": "1.6.0",
103
102
  "@types/archiver": "6.0.2",
104
103
  "@types/base64-stream": "1.0.5",
@@ -113,7 +112,7 @@
113
112
  "@types/shell-quote": "1.7.5",
114
113
  "@types/supports-color": "8.1.3",
115
114
  "@types/teen_process": "2.0.4",
116
- "@types/uuid": "9.0.8",
115
+ "@types/uuid": "10.0.0",
117
116
  "@types/which": "3.0.4",
118
117
  "archiver": "7.0.1",
119
118
  "axios": "1.7.2",
@@ -123,7 +122,7 @@
123
122
  "bplist-parser": "0.3.2",
124
123
  "form-data": "4.0.0",
125
124
  "get-stream": "6.0.1",
126
- "glob": "10.4.1",
125
+ "glob": "10.4.2",
127
126
  "jsftp": "2.1.3",
128
127
  "klaw": "4.1.0",
129
128
  "lockfile": "1.0.4",
@@ -143,9 +142,9 @@
143
142
  "shell-quote": "1.8.1",
144
143
  "source-map-support": "0.5.21",
145
144
  "supports-color": "8.1.1",
146
- "teen_process": "2.1.4",
147
- "type-fest": "4.20.0",
148
- "uuid": "9.0.1",
145
+ "teen_process": "2.1.6",
146
+ "type-fest": "4.20.1",
147
+ "uuid": "10.0.0",
149
148
  "which": "4.0.0",
150
149
  "yauzl": "3.1.3"
151
150
  },
@@ -158,9 +157,9 @@
158
157
  }
159
158
  },
160
159
  "node_modules/@appium/support/node_modules/teen_process": {
161
- "version": "2.1.4",
162
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
163
- "integrity": "sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==",
160
+ "version": "2.1.6",
161
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
162
+ "integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
164
163
  "dependencies": {
165
164
  "bluebird": "^3.7.2",
166
165
  "lodash": "^4.17.21",
@@ -185,16 +184,16 @@
185
184
  }
186
185
  },
187
186
  "node_modules/@appium/types": {
188
- "version": "0.20.3",
189
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.20.3.tgz",
190
- "integrity": "sha512-5PTxTAyMvJbSY1ByBiXbnaLOejjPh2B0X+jadoOu6dciuPYMt+12yaH9yk/FfpFI4E7v/tbe1Vov5K/aIKm/jA==",
187
+ "version": "0.21.0",
188
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.0.tgz",
189
+ "integrity": "sha512-Z2kx1W6oLwXTzu/aETBJ1AivdjTSWtlT5xBPckR9Nzh+JpGboBJtJsiAhmPHeEBLhEB/pqXKxKVlh9NV8eKGaw==",
191
190
  "dependencies": {
192
- "@appium/logger": "^1.4.2",
191
+ "@appium/logger": "^1.5.0",
193
192
  "@appium/schema": "^0.6.1",
194
193
  "@appium/tsconfig": "^0.3.3",
195
194
  "@types/express": "4.17.21",
196
195
  "@types/ws": "8.5.10",
197
- "type-fest": "4.20.0"
196
+ "type-fest": "4.20.1"
198
197
  },
199
198
  "engines": {
200
199
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -532,9 +531,9 @@
532
531
  "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
533
532
  },
534
533
  "node_modules/@types/lodash": {
535
- "version": "4.17.5",
536
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz",
537
- "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw=="
534
+ "version": "4.17.6",
535
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
536
+ "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA=="
538
537
  },
539
538
  "node_modules/@types/mime": {
540
539
  "version": "1.3.5",
@@ -555,9 +554,9 @@
555
554
  }
556
555
  },
557
556
  "node_modules/@types/node": {
558
- "version": "20.14.8",
559
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz",
560
- "integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==",
557
+ "version": "20.14.10",
558
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
559
+ "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
561
560
  "dependencies": {
562
561
  "undici-types": "~5.26.4"
563
562
  }
@@ -633,9 +632,9 @@
633
632
  }
634
633
  },
635
634
  "node_modules/@types/uuid": {
636
- "version": "9.0.8",
637
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
638
- "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA=="
635
+ "version": "10.0.0",
636
+ "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
637
+ "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ=="
639
638
  },
640
639
  "node_modules/@types/which": {
641
640
  "version": "3.0.4",
@@ -908,25 +907,6 @@
908
907
  "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
909
908
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
910
909
  },
911
- "node_modules/call-bind": {
912
- "version": "1.0.7",
913
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
914
- "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
915
- "extraneous": true,
916
- "dependencies": {
917
- "es-define-property": "^1.0.0",
918
- "es-errors": "^1.3.0",
919
- "function-bind": "^1.1.2",
920
- "get-intrinsic": "^1.2.4",
921
- "set-function-length": "^1.2.1"
922
- },
923
- "engines": {
924
- "node": ">= 0.4"
925
- },
926
- "funding": {
927
- "url": "https://github.com/sponsors/ljharb"
928
- }
929
- },
930
910
  "node_modules/chalk": {
931
911
  "version": "4.1.2",
932
912
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -1144,23 +1124,6 @@
1144
1124
  }
1145
1125
  }
1146
1126
  },
1147
- "node_modules/define-data-property": {
1148
- "version": "1.1.4",
1149
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
1150
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
1151
- "extraneous": true,
1152
- "dependencies": {
1153
- "es-define-property": "^1.0.0",
1154
- "es-errors": "^1.3.0",
1155
- "gopd": "^1.0.1"
1156
- },
1157
- "engines": {
1158
- "node": ">= 0.4"
1159
- },
1160
- "funding": {
1161
- "url": "https://github.com/sponsors/ljharb"
1162
- }
1163
- },
1164
1127
  "node_modules/delayed-stream": {
1165
1128
  "version": "1.0.0",
1166
1129
  "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -1218,27 +1181,6 @@
1218
1181
  "is-arrayish": "^0.2.1"
1219
1182
  }
1220
1183
  },
1221
- "node_modules/es-define-property": {
1222
- "version": "1.0.0",
1223
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
1224
- "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
1225
- "extraneous": true,
1226
- "dependencies": {
1227
- "get-intrinsic": "^1.2.4"
1228
- },
1229
- "engines": {
1230
- "node": ">= 0.4"
1231
- }
1232
- },
1233
- "node_modules/es-errors": {
1234
- "version": "1.3.0",
1235
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1236
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1237
- "extraneous": true,
1238
- "engines": {
1239
- "node": ">= 0.4"
1240
- }
1241
- },
1242
1184
  "node_modules/escalade": {
1243
1185
  "version": "3.1.2",
1244
1186
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
@@ -1391,25 +1333,6 @@
1391
1333
  "node": "6.* || 8.* || >= 10.*"
1392
1334
  }
1393
1335
  },
1394
- "node_modules/get-intrinsic": {
1395
- "version": "1.2.4",
1396
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
1397
- "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
1398
- "extraneous": true,
1399
- "dependencies": {
1400
- "es-errors": "^1.3.0",
1401
- "function-bind": "^1.1.2",
1402
- "has-proto": "^1.0.1",
1403
- "has-symbols": "^1.0.3",
1404
- "hasown": "^2.0.0"
1405
- },
1406
- "engines": {
1407
- "node": ">= 0.4"
1408
- },
1409
- "funding": {
1410
- "url": "https://github.com/sponsors/ljharb"
1411
- }
1412
- },
1413
1336
  "node_modules/get-stream": {
1414
1337
  "version": "6.0.1",
1415
1338
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
@@ -1422,14 +1345,15 @@
1422
1345
  }
1423
1346
  },
1424
1347
  "node_modules/glob": {
1425
- "version": "10.4.1",
1426
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
1427
- "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
1348
+ "version": "10.4.2",
1349
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
1350
+ "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
1428
1351
  "dependencies": {
1429
1352
  "foreground-child": "^3.1.0",
1430
1353
  "jackspeak": "^3.1.2",
1431
1354
  "minimatch": "^9.0.4",
1432
1355
  "minipass": "^7.1.2",
1356
+ "package-json-from-dist": "^1.0.0",
1433
1357
  "path-scurry": "^1.11.1"
1434
1358
  },
1435
1359
  "bin": {
@@ -1442,18 +1366,6 @@
1442
1366
  "url": "https://github.com/sponsors/isaacs"
1443
1367
  }
1444
1368
  },
1445
- "node_modules/gopd": {
1446
- "version": "1.0.1",
1447
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
1448
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
1449
- "extraneous": true,
1450
- "dependencies": {
1451
- "get-intrinsic": "^1.1.3"
1452
- },
1453
- "funding": {
1454
- "url": "https://github.com/sponsors/ljharb"
1455
- }
1456
- },
1457
1369
  "node_modules/graceful-fs": {
1458
1370
  "version": "4.2.11",
1459
1371
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -1467,42 +1379,6 @@
1467
1379
  "node": ">=8"
1468
1380
  }
1469
1381
  },
1470
- "node_modules/has-property-descriptors": {
1471
- "version": "1.0.2",
1472
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
1473
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
1474
- "extraneous": true,
1475
- "dependencies": {
1476
- "es-define-property": "^1.0.0"
1477
- },
1478
- "funding": {
1479
- "url": "https://github.com/sponsors/ljharb"
1480
- }
1481
- },
1482
- "node_modules/has-proto": {
1483
- "version": "1.0.3",
1484
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
1485
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
1486
- "extraneous": true,
1487
- "engines": {
1488
- "node": ">= 0.4"
1489
- },
1490
- "funding": {
1491
- "url": "https://github.com/sponsors/ljharb"
1492
- }
1493
- },
1494
- "node_modules/has-symbols": {
1495
- "version": "1.0.3",
1496
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
1497
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
1498
- "extraneous": true,
1499
- "engines": {
1500
- "node": ">= 0.4"
1501
- },
1502
- "funding": {
1503
- "url": "https://github.com/sponsors/ljharb"
1504
- }
1505
- },
1506
1382
  "node_modules/hasown": {
1507
1383
  "version": "2.0.2",
1508
1384
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -1619,14 +1495,14 @@
1619
1495
  }
1620
1496
  },
1621
1497
  "node_modules/jackspeak": {
1622
- "version": "3.4.0",
1623
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz",
1624
- "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==",
1498
+ "version": "3.4.2",
1499
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.2.tgz",
1500
+ "integrity": "sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q==",
1625
1501
  "dependencies": {
1626
1502
  "@isaacs/cliui": "^8.0.2"
1627
1503
  },
1628
1504
  "engines": {
1629
- "node": ">=14"
1505
+ "node": "14 >=14.21 || 16 >=16.20 || >=18"
1630
1506
  },
1631
1507
  "funding": {
1632
1508
  "url": "https://github.com/sponsors/isaacs"
@@ -1784,9 +1660,9 @@
1784
1660
  }
1785
1661
  },
1786
1662
  "node_modules/lru-cache": {
1787
- "version": "10.2.2",
1788
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
1789
- "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
1663
+ "version": "10.3.0",
1664
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz",
1665
+ "integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==",
1790
1666
  "engines": {
1791
1667
  "node": "14 || >=16.14"
1792
1668
  }
@@ -1826,9 +1702,9 @@
1826
1702
  }
1827
1703
  },
1828
1704
  "node_modules/minimatch": {
1829
- "version": "9.0.4",
1830
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
1831
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
1705
+ "version": "9.0.5",
1706
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
1707
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
1832
1708
  "dependencies": {
1833
1709
  "brace-expansion": "^2.0.1"
1834
1710
  },
@@ -1975,18 +1851,6 @@
1975
1851
  "node": ">=0.10.0"
1976
1852
  }
1977
1853
  },
1978
- "node_modules/object-inspect": {
1979
- "version": "1.13.2",
1980
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
1981
- "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
1982
- "extraneous": true,
1983
- "engines": {
1984
- "node": ">= 0.4"
1985
- },
1986
- "funding": {
1987
- "url": "https://github.com/sponsors/ljharb"
1988
- }
1989
- },
1990
1854
  "node_modules/once": {
1991
1855
  "version": "1.4.0",
1992
1856
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -2043,6 +1907,11 @@
2043
1907
  "url": "https://github.com/sponsors/sindresorhus"
2044
1908
  }
2045
1909
  },
1910
+ "node_modules/package-json-from-dist": {
1911
+ "version": "1.0.0",
1912
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
1913
+ "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw=="
1914
+ },
2046
1915
  "node_modules/parse-json": {
2047
1916
  "version": "5.2.0",
2048
1917
  "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@@ -2112,12 +1981,6 @@
2112
1981
  "url": "https://github.com/sponsors/isaacs"
2113
1982
  }
2114
1983
  },
2115
- "node_modules/path-to-regexp": {
2116
- "version": "6.2.2",
2117
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz",
2118
- "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==",
2119
- "extraneous": true
2120
- },
2121
1984
  "node_modules/pend": {
2122
1985
  "version": "1.2.0",
2123
1986
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
@@ -2359,23 +2222,6 @@
2359
2222
  "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
2360
2223
  "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
2361
2224
  },
2362
- "node_modules/set-function-length": {
2363
- "version": "1.2.2",
2364
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
2365
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
2366
- "extraneous": true,
2367
- "dependencies": {
2368
- "define-data-property": "^1.1.4",
2369
- "es-errors": "^1.3.0",
2370
- "function-bind": "^1.1.2",
2371
- "get-intrinsic": "^1.2.4",
2372
- "gopd": "^1.0.1",
2373
- "has-property-descriptors": "^1.0.2"
2374
- },
2375
- "engines": {
2376
- "node": ">= 0.4"
2377
- }
2378
- },
2379
2225
  "node_modules/sharp": {
2380
2226
  "version": "0.33.4",
2381
2227
  "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz",
@@ -2443,24 +2289,6 @@
2443
2289
  "url": "https://github.com/sponsors/ljharb"
2444
2290
  }
2445
2291
  },
2446
- "node_modules/side-channel": {
2447
- "version": "1.0.6",
2448
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
2449
- "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
2450
- "extraneous": true,
2451
- "dependencies": {
2452
- "call-bind": "^1.0.7",
2453
- "es-errors": "^1.3.0",
2454
- "get-intrinsic": "^1.2.4",
2455
- "object-inspect": "^1.13.1"
2456
- },
2457
- "engines": {
2458
- "node": ">= 0.4"
2459
- },
2460
- "funding": {
2461
- "url": "https://github.com/sponsors/ljharb"
2462
- }
2463
- },
2464
2292
  "node_modules/signal-exit": {
2465
2293
  "version": "3.0.7",
2466
2294
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
@@ -2689,9 +2517,9 @@
2689
2517
  }
2690
2518
  },
2691
2519
  "node_modules/teen_process": {
2692
- "version": "2.1.6",
2693
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
2694
- "integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
2520
+ "version": "2.2.0",
2521
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
2522
+ "integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
2695
2523
  "dependencies": {
2696
2524
  "bluebird": "^3.7.2",
2697
2525
  "lodash": "^4.17.21",
@@ -2704,9 +2532,9 @@
2704
2532
  }
2705
2533
  },
2706
2534
  "node_modules/text-decoder": {
2707
- "version": "1.1.0",
2708
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.0.tgz",
2709
- "integrity": "sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==",
2535
+ "version": "1.1.1",
2536
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz",
2537
+ "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==",
2710
2538
  "dependencies": {
2711
2539
  "b4a": "^1.6.4"
2712
2540
  }
@@ -2731,9 +2559,9 @@
2731
2559
  "extraneous": true
2732
2560
  },
2733
2561
  "node_modules/type-fest": {
2734
- "version": "4.20.0",
2735
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
2736
- "integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
2562
+ "version": "4.20.1",
2563
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
2564
+ "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
2737
2565
  "engines": {
2738
2566
  "node": ">=16"
2739
2567
  },
@@ -2742,9 +2570,9 @@
2742
2570
  }
2743
2571
  },
2744
2572
  "node_modules/typescript": {
2745
- "version": "5.5.2",
2746
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
2747
- "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
2573
+ "version": "5.5.3",
2574
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
2575
+ "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
2748
2576
  "bin": {
2749
2577
  "tsc": "bin/tsc",
2750
2578
  "tsserver": "bin/tsserver"
@@ -2777,9 +2605,9 @@
2777
2605
  "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
2778
2606
  },
2779
2607
  "node_modules/uuid": {
2780
- "version": "9.0.1",
2781
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
2782
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
2608
+ "version": "10.0.0",
2609
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
2610
+ "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
2783
2611
  "funding": [
2784
2612
  "https://github.com/sponsors/broofa",
2785
2613
  "https://github.com/sponsors/ctavan"
@@ -2889,9 +2717,9 @@
2889
2717
  "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
2890
2718
  },
2891
2719
  "node_modules/ws": {
2892
- "version": "8.17.0",
2893
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz",
2894
- "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==",
2720
+ "version": "8.17.1",
2721
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
2722
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
2895
2723
  "extraneous": true,
2896
2724
  "engines": {
2897
2725
  "node": ">=10.0.0"
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "1.17.4",
9
+ "version": "1.17.5",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -68,7 +68,6 @@
68
68
  "appium": "^2.4.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@appium/eslint-config-appium": "^8.0.4",
72
71
  "@appium/eslint-config-appium-ts": "^0.x",
73
72
  "@appium/tsconfig": "^0.x",
74
73
  "@appium/types": "^0.x",