appium-mac2-driver 1.7.1 → 1.7.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 +7 -0
- package/npm-shrinkwrap.json +184 -68
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.7.2](https://github.com/appium/appium-mac2-driver/compare/v1.7.1...v1.7.2) (2023-08-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* remove obsolete babel stuff ([5e6951a](https://github.com/appium/appium-mac2-driver/commit/5e6951a3fee694f59ab68de30a6d1ea076333f9e))
|
|
7
|
+
|
|
1
8
|
## [1.7.1](https://github.com/appium/appium-mac2-driver/compare/v1.7.0...v1.7.1) (2023-08-14)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-mac2-driver",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-mac2-driver",
|
|
9
|
-
"version": "1.7.
|
|
9
|
+
"version": "1.7.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^0.x",
|
|
13
|
-
"@babel/runtime": "^7.0.0",
|
|
14
13
|
"asyncbox": "^2.0.2",
|
|
15
14
|
"axios": "^1.x",
|
|
16
15
|
"bluebird": "^3.5.1",
|
|
@@ -1175,9 +1174,9 @@
|
|
|
1175
1174
|
}
|
|
1176
1175
|
},
|
|
1177
1176
|
"node_modules/@puppeteer/browsers": {
|
|
1178
|
-
"version": "1.
|
|
1179
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.
|
|
1180
|
-
"integrity": "sha512-
|
|
1177
|
+
"version": "1.6.0",
|
|
1178
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.6.0.tgz",
|
|
1179
|
+
"integrity": "sha512-R2ib8j329427jtKB/qlz0MJbwfJE/6I8ocJLiajsRqJ2PPI8DbjiNzC3lQZeISXEcjOBVhbG2RafN8SlHdcT+A==",
|
|
1181
1180
|
"dev": true,
|
|
1182
1181
|
"dependencies": {
|
|
1183
1182
|
"debug": "4.3.4",
|
|
@@ -1193,14 +1192,6 @@
|
|
|
1193
1192
|
},
|
|
1194
1193
|
"engines": {
|
|
1195
1194
|
"node": ">=16.3.0"
|
|
1196
|
-
},
|
|
1197
|
-
"peerDependencies": {
|
|
1198
|
-
"typescript": ">= 4.7.4"
|
|
1199
|
-
},
|
|
1200
|
-
"peerDependenciesMeta": {
|
|
1201
|
-
"typescript": {
|
|
1202
|
-
"optional": true
|
|
1203
|
-
}
|
|
1204
1195
|
}
|
|
1205
1196
|
},
|
|
1206
1197
|
"node_modules/@puppeteer/browsers/node_modules/emoji-regex": {
|
|
@@ -2227,14 +2218,14 @@
|
|
|
2227
2218
|
}
|
|
2228
2219
|
},
|
|
2229
2220
|
"node_modules/@wdio/config": {
|
|
2230
|
-
"version": "8.
|
|
2231
|
-
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-8.
|
|
2232
|
-
"integrity": "sha512-
|
|
2221
|
+
"version": "8.15.4",
|
|
2222
|
+
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-8.15.4.tgz",
|
|
2223
|
+
"integrity": "sha512-zCiztDJUVELPEJm6p5jD0ze3noyhABR6I7nSJiiT5RZgYbbQ5lhE7tC38VKfiSL9HgDFoItH0wA3uMq0AYDG+g==",
|
|
2233
2224
|
"dev": true,
|
|
2234
2225
|
"dependencies": {
|
|
2235
2226
|
"@wdio/logger": "8.11.0",
|
|
2236
|
-
"@wdio/types": "8.
|
|
2237
|
-
"@wdio/utils": "8.
|
|
2227
|
+
"@wdio/types": "8.15.0",
|
|
2228
|
+
"@wdio/utils": "8.15.4",
|
|
2238
2229
|
"decamelize": "^6.0.0",
|
|
2239
2230
|
"deepmerge-ts": "^5.0.0",
|
|
2240
2231
|
"glob": "^10.2.2",
|
|
@@ -2569,9 +2560,9 @@
|
|
|
2569
2560
|
}
|
|
2570
2561
|
},
|
|
2571
2562
|
"node_modules/@wdio/types": {
|
|
2572
|
-
"version": "8.
|
|
2573
|
-
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-8.
|
|
2574
|
-
"integrity": "sha512-
|
|
2563
|
+
"version": "8.15.0",
|
|
2564
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-8.15.0.tgz",
|
|
2565
|
+
"integrity": "sha512-W37Hogp6fTHg+wAdfPdpcMe2gm7LgL9eacSIuPI54CJ+fMrVlSB1I7x+RM6rMk2mccBXAmKL/cKe7y4YOX1PQA==",
|
|
2575
2566
|
"dev": true,
|
|
2576
2567
|
"dependencies": {
|
|
2577
2568
|
"@types/node": "^20.1.0"
|
|
@@ -2581,19 +2572,41 @@
|
|
|
2581
2572
|
}
|
|
2582
2573
|
},
|
|
2583
2574
|
"node_modules/@wdio/utils": {
|
|
2584
|
-
"version": "8.
|
|
2585
|
-
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-8.
|
|
2586
|
-
"integrity": "sha512-
|
|
2575
|
+
"version": "8.15.4",
|
|
2576
|
+
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-8.15.4.tgz",
|
|
2577
|
+
"integrity": "sha512-dYiiSmIR0drNoTDy6zQZanBAG/69PiBRFQsZiF56E+IJ9ikt0Oc88btNBwQP8jOI96q2qNwDlc46Lihei8xPxQ==",
|
|
2587
2578
|
"dev": true,
|
|
2588
2579
|
"dependencies": {
|
|
2580
|
+
"@puppeteer/browsers": "^1.6.0",
|
|
2589
2581
|
"@wdio/logger": "8.11.0",
|
|
2590
|
-
"@wdio/types": "8.
|
|
2591
|
-
"
|
|
2582
|
+
"@wdio/types": "8.15.0",
|
|
2583
|
+
"chrome-launcher": "^1.0.0",
|
|
2584
|
+
"decamelize": "^6.0.0",
|
|
2585
|
+
"deepmerge-ts": "^5.1.0",
|
|
2586
|
+
"edgedriver": "^5.3.3",
|
|
2587
|
+
"geckodriver": "^4.2.0",
|
|
2588
|
+
"get-port": "^7.0.0",
|
|
2589
|
+
"got": "^13.0.0",
|
|
2590
|
+
"import-meta-resolve": "^3.0.0",
|
|
2591
|
+
"safaridriver": "^0.1.0",
|
|
2592
|
+
"wait-port": "^1.0.4"
|
|
2592
2593
|
},
|
|
2593
2594
|
"engines": {
|
|
2594
2595
|
"node": "^16.13 || >=18"
|
|
2595
2596
|
}
|
|
2596
2597
|
},
|
|
2598
|
+
"node_modules/@wdio/utils/node_modules/decamelize": {
|
|
2599
|
+
"version": "6.0.0",
|
|
2600
|
+
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-6.0.0.tgz",
|
|
2601
|
+
"integrity": "sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==",
|
|
2602
|
+
"dev": true,
|
|
2603
|
+
"engines": {
|
|
2604
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2605
|
+
},
|
|
2606
|
+
"funding": {
|
|
2607
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2597
2610
|
"node_modules/abort-controller": {
|
|
2598
2611
|
"version": "3.0.0",
|
|
2599
2612
|
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
@@ -4682,9 +4695,9 @@
|
|
|
4682
4695
|
}
|
|
4683
4696
|
},
|
|
4684
4697
|
"node_modules/devtools-protocol": {
|
|
4685
|
-
"version": "0.0.
|
|
4686
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
4687
|
-
"integrity": "sha512-
|
|
4698
|
+
"version": "0.0.1182435",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1182435.tgz",
|
|
4700
|
+
"integrity": "sha512-EmlkWb62wSbQNE1gRZZsi4KZYRaF5Skpp183LhRU7+sadKR06O1dHCjZmFSEG6Kv7P6S/UYLxcY3NlYwqKM99w==",
|
|
4688
4701
|
"dev": true
|
|
4689
4702
|
},
|
|
4690
4703
|
"node_modules/diff": {
|
|
@@ -6869,9 +6882,9 @@
|
|
|
6869
6882
|
}
|
|
6870
6883
|
},
|
|
6871
6884
|
"node_modules/got": {
|
|
6872
|
-
"version": "
|
|
6873
|
-
"resolved": "https://registry.npmjs.org/got/-/got-
|
|
6874
|
-
"integrity": "sha512-
|
|
6885
|
+
"version": "13.0.0",
|
|
6886
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
6887
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
6875
6888
|
"dev": true,
|
|
6876
6889
|
"dependencies": {
|
|
6877
6890
|
"@sindresorhus/is": "^5.2.0",
|
|
@@ -6887,7 +6900,7 @@
|
|
|
6887
6900
|
"responselike": "^3.0.0"
|
|
6888
6901
|
},
|
|
6889
6902
|
"engines": {
|
|
6890
|
-
"node": ">=
|
|
6903
|
+
"node": ">=16"
|
|
6891
6904
|
},
|
|
6892
6905
|
"funding": {
|
|
6893
6906
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
@@ -7726,9 +7739,9 @@
|
|
|
7726
7739
|
}
|
|
7727
7740
|
},
|
|
7728
7741
|
"node_modules/jackspeak": {
|
|
7729
|
-
"version": "2.
|
|
7730
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.
|
|
7731
|
-
"integrity": "sha512-
|
|
7742
|
+
"version": "2.3.0",
|
|
7743
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.0.tgz",
|
|
7744
|
+
"integrity": "sha512-uKmsITSsF4rUWQHzqaRUuyAir3fZfW3f202Ee34lz/gZCi970CPZwyQXLGNgWJvvZbvFyzeyGq0+4fcG/mBKZg==",
|
|
7732
7745
|
"dev": true,
|
|
7733
7746
|
"dependencies": {
|
|
7734
7747
|
"@isaacs/cliui": "^8.0.2"
|
|
@@ -9437,9 +9450,9 @@
|
|
|
9437
9450
|
}
|
|
9438
9451
|
},
|
|
9439
9452
|
"node_modules/node-abi": {
|
|
9440
|
-
"version": "3.
|
|
9441
|
-
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.
|
|
9442
|
-
"integrity": "sha512-
|
|
9453
|
+
"version": "3.47.0",
|
|
9454
|
+
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.47.0.tgz",
|
|
9455
|
+
"integrity": "sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==",
|
|
9443
9456
|
"optional": true,
|
|
9444
9457
|
"peer": true,
|
|
9445
9458
|
"dependencies": {
|
|
@@ -13053,12 +13066,110 @@
|
|
|
13053
13066
|
}
|
|
13054
13067
|
}
|
|
13055
13068
|
},
|
|
13069
|
+
"node_modules/puppeteer-core/node_modules/@puppeteer/browsers": {
|
|
13070
|
+
"version": "1.4.6",
|
|
13071
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.4.6.tgz",
|
|
13072
|
+
"integrity": "sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==",
|
|
13073
|
+
"dev": true,
|
|
13074
|
+
"dependencies": {
|
|
13075
|
+
"debug": "4.3.4",
|
|
13076
|
+
"extract-zip": "2.0.1",
|
|
13077
|
+
"progress": "2.0.3",
|
|
13078
|
+
"proxy-agent": "6.3.0",
|
|
13079
|
+
"tar-fs": "3.0.4",
|
|
13080
|
+
"unbzip2-stream": "1.4.3",
|
|
13081
|
+
"yargs": "17.7.1"
|
|
13082
|
+
},
|
|
13083
|
+
"bin": {
|
|
13084
|
+
"browsers": "lib/cjs/main-cli.js"
|
|
13085
|
+
},
|
|
13086
|
+
"engines": {
|
|
13087
|
+
"node": ">=16.3.0"
|
|
13088
|
+
},
|
|
13089
|
+
"peerDependencies": {
|
|
13090
|
+
"typescript": ">= 4.7.4"
|
|
13091
|
+
},
|
|
13092
|
+
"peerDependenciesMeta": {
|
|
13093
|
+
"typescript": {
|
|
13094
|
+
"optional": true
|
|
13095
|
+
}
|
|
13096
|
+
}
|
|
13097
|
+
},
|
|
13056
13098
|
"node_modules/puppeteer-core/node_modules/devtools-protocol": {
|
|
13057
13099
|
"version": "0.0.1147663",
|
|
13058
13100
|
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1147663.tgz",
|
|
13059
13101
|
"integrity": "sha512-hyWmRrexdhbZ1tcJUGpO95ivbRhWXz++F4Ko+n21AY5PNln2ovoJw+8ZMNDTtip+CNFQfrtLVh/w4009dXO/eQ==",
|
|
13060
13102
|
"dev": true
|
|
13061
13103
|
},
|
|
13104
|
+
"node_modules/puppeteer-core/node_modules/emoji-regex": {
|
|
13105
|
+
"version": "8.0.0",
|
|
13106
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
13107
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
13108
|
+
"dev": true
|
|
13109
|
+
},
|
|
13110
|
+
"node_modules/puppeteer-core/node_modules/is-fullwidth-code-point": {
|
|
13111
|
+
"version": "3.0.0",
|
|
13112
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
13113
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
13114
|
+
"dev": true,
|
|
13115
|
+
"engines": {
|
|
13116
|
+
"node": ">=8"
|
|
13117
|
+
}
|
|
13118
|
+
},
|
|
13119
|
+
"node_modules/puppeteer-core/node_modules/string-width": {
|
|
13120
|
+
"version": "4.2.3",
|
|
13121
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
13122
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
13123
|
+
"dev": true,
|
|
13124
|
+
"dependencies": {
|
|
13125
|
+
"emoji-regex": "^8.0.0",
|
|
13126
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
13127
|
+
"strip-ansi": "^6.0.1"
|
|
13128
|
+
},
|
|
13129
|
+
"engines": {
|
|
13130
|
+
"node": ">=8"
|
|
13131
|
+
}
|
|
13132
|
+
},
|
|
13133
|
+
"node_modules/puppeteer-core/node_modules/tar-fs": {
|
|
13134
|
+
"version": "3.0.4",
|
|
13135
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
|
|
13136
|
+
"integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
|
|
13137
|
+
"dev": true,
|
|
13138
|
+
"dependencies": {
|
|
13139
|
+
"mkdirp-classic": "^0.5.2",
|
|
13140
|
+
"pump": "^3.0.0",
|
|
13141
|
+
"tar-stream": "^3.1.5"
|
|
13142
|
+
}
|
|
13143
|
+
},
|
|
13144
|
+
"node_modules/puppeteer-core/node_modules/tar-stream": {
|
|
13145
|
+
"version": "3.1.6",
|
|
13146
|
+
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.6.tgz",
|
|
13147
|
+
"integrity": "sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==",
|
|
13148
|
+
"dev": true,
|
|
13149
|
+
"dependencies": {
|
|
13150
|
+
"b4a": "^1.6.4",
|
|
13151
|
+
"fast-fifo": "^1.2.0",
|
|
13152
|
+
"streamx": "^2.15.0"
|
|
13153
|
+
}
|
|
13154
|
+
},
|
|
13155
|
+
"node_modules/puppeteer-core/node_modules/yargs": {
|
|
13156
|
+
"version": "17.7.1",
|
|
13157
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
|
|
13158
|
+
"integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
|
|
13159
|
+
"dev": true,
|
|
13160
|
+
"dependencies": {
|
|
13161
|
+
"cliui": "^8.0.1",
|
|
13162
|
+
"escalade": "^3.1.1",
|
|
13163
|
+
"get-caller-file": "^2.0.5",
|
|
13164
|
+
"require-directory": "^2.1.1",
|
|
13165
|
+
"string-width": "^4.2.3",
|
|
13166
|
+
"y18n": "^5.0.5",
|
|
13167
|
+
"yargs-parser": "^21.1.1"
|
|
13168
|
+
},
|
|
13169
|
+
"engines": {
|
|
13170
|
+
"node": ">=12"
|
|
13171
|
+
}
|
|
13172
|
+
},
|
|
13062
13173
|
"node_modules/q": {
|
|
13063
13174
|
"version": "1.5.1",
|
|
13064
13175
|
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
|
@@ -15708,65 +15819,70 @@
|
|
|
15708
15819
|
}
|
|
15709
15820
|
},
|
|
15710
15821
|
"node_modules/webdriver": {
|
|
15711
|
-
"version": "8.
|
|
15712
|
-
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-8.
|
|
15713
|
-
"integrity": "sha512-
|
|
15822
|
+
"version": "8.15.4",
|
|
15823
|
+
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-8.15.4.tgz",
|
|
15824
|
+
"integrity": "sha512-9fbha7DJeMX7amb/TYtSjpQ2AAsUa7+auI8Riwu0vuP1tm5zEqQvm+xl25TPNiPtmwPHxfn4aZlQvJ589NnWkw==",
|
|
15714
15825
|
"dev": true,
|
|
15715
15826
|
"dependencies": {
|
|
15716
|
-
"@puppeteer/browsers": "^1.4.6",
|
|
15717
15827
|
"@types/node": "^20.1.0",
|
|
15718
15828
|
"@types/ws": "^8.5.3",
|
|
15719
|
-
"@wdio/config": "8.
|
|
15829
|
+
"@wdio/config": "8.15.4",
|
|
15720
15830
|
"@wdio/logger": "8.11.0",
|
|
15721
15831
|
"@wdio/protocols": "8.14.6",
|
|
15722
|
-
"@wdio/types": "8.
|
|
15723
|
-
"@wdio/utils": "8.
|
|
15724
|
-
"chrome-launcher": "^1.0.0",
|
|
15725
|
-
"decamelize": "^6.0.0",
|
|
15832
|
+
"@wdio/types": "8.15.0",
|
|
15833
|
+
"@wdio/utils": "8.15.4",
|
|
15726
15834
|
"deepmerge-ts": "^5.1.0",
|
|
15727
|
-
"edgedriver": "^5.3.2",
|
|
15728
|
-
"geckodriver": "^4.2.0",
|
|
15729
|
-
"get-port": "^7.0.0",
|
|
15730
15835
|
"got": "^ 12.6.1",
|
|
15731
15836
|
"ky": "^0.33.0",
|
|
15732
|
-
"safaridriver": "^0.1.0",
|
|
15733
|
-
"wait-port": "^1.0.4",
|
|
15734
15837
|
"ws": "^8.8.0"
|
|
15735
15838
|
},
|
|
15736
15839
|
"engines": {
|
|
15737
15840
|
"node": "^16.13 || >=18"
|
|
15738
15841
|
}
|
|
15739
15842
|
},
|
|
15740
|
-
"node_modules/webdriver/node_modules/
|
|
15741
|
-
"version": "6.
|
|
15742
|
-
"resolved": "https://registry.npmjs.org/
|
|
15743
|
-
"integrity": "sha512-
|
|
15843
|
+
"node_modules/webdriver/node_modules/got": {
|
|
15844
|
+
"version": "12.6.1",
|
|
15845
|
+
"resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
|
|
15846
|
+
"integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
|
|
15744
15847
|
"dev": true,
|
|
15848
|
+
"dependencies": {
|
|
15849
|
+
"@sindresorhus/is": "^5.2.0",
|
|
15850
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
15851
|
+
"cacheable-lookup": "^7.0.0",
|
|
15852
|
+
"cacheable-request": "^10.2.8",
|
|
15853
|
+
"decompress-response": "^6.0.0",
|
|
15854
|
+
"form-data-encoder": "^2.1.2",
|
|
15855
|
+
"get-stream": "^6.0.1",
|
|
15856
|
+
"http2-wrapper": "^2.1.10",
|
|
15857
|
+
"lowercase-keys": "^3.0.0",
|
|
15858
|
+
"p-cancelable": "^3.0.0",
|
|
15859
|
+
"responselike": "^3.0.0"
|
|
15860
|
+
},
|
|
15745
15861
|
"engines": {
|
|
15746
|
-
"node": "
|
|
15862
|
+
"node": ">=14.16"
|
|
15747
15863
|
},
|
|
15748
15864
|
"funding": {
|
|
15749
|
-
"url": "https://github.com/
|
|
15865
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
15750
15866
|
}
|
|
15751
15867
|
},
|
|
15752
15868
|
"node_modules/webdriverio": {
|
|
15753
|
-
"version": "8.
|
|
15754
|
-
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-8.
|
|
15755
|
-
"integrity": "sha512-
|
|
15869
|
+
"version": "8.15.4",
|
|
15870
|
+
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-8.15.4.tgz",
|
|
15871
|
+
"integrity": "sha512-UkZI2ampTsBzTC+mDu8kZwUd7hKVML/zNhFk2EUyE9HaDXY6GHuVkzT2vU++3IXHbMUhRZTSy7IRaMlG8EAmNA==",
|
|
15756
15872
|
"dev": true,
|
|
15757
15873
|
"dependencies": {
|
|
15758
15874
|
"@types/node": "^20.1.0",
|
|
15759
|
-
"@wdio/config": "8.
|
|
15875
|
+
"@wdio/config": "8.15.4",
|
|
15760
15876
|
"@wdio/logger": "8.11.0",
|
|
15761
15877
|
"@wdio/protocols": "8.14.6",
|
|
15762
15878
|
"@wdio/repl": "8.10.1",
|
|
15763
|
-
"@wdio/types": "8.
|
|
15764
|
-
"@wdio/utils": "8.
|
|
15879
|
+
"@wdio/types": "8.15.0",
|
|
15880
|
+
"@wdio/utils": "8.15.4",
|
|
15765
15881
|
"archiver": "^5.0.0",
|
|
15766
15882
|
"aria-query": "^5.0.0",
|
|
15767
15883
|
"css-shorthand-properties": "^1.1.1",
|
|
15768
15884
|
"css-value": "^0.0.1",
|
|
15769
|
-
"devtools-protocol": "^0.0.
|
|
15885
|
+
"devtools-protocol": "^0.0.1182435",
|
|
15770
15886
|
"grapheme-splitter": "^1.0.2",
|
|
15771
15887
|
"import-meta-resolve": "^3.0.0",
|
|
15772
15888
|
"is-plain-obj": "^4.1.0",
|
|
@@ -15778,7 +15894,7 @@
|
|
|
15778
15894
|
"resq": "^1.9.1",
|
|
15779
15895
|
"rgb2hex": "0.2.5",
|
|
15780
15896
|
"serialize-error": "^11.0.1",
|
|
15781
|
-
"webdriver": "8.
|
|
15897
|
+
"webdriver": "8.15.4"
|
|
15782
15898
|
},
|
|
15783
15899
|
"engines": {
|
|
15784
15900
|
"node": "^16.13 || >=18"
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"mac",
|
|
7
7
|
"XCTest"
|
|
8
8
|
],
|
|
9
|
-
"version": "1.7.
|
|
9
|
+
"version": "1.7.2",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"bin": {},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@appium/strongbox": "^0.x",
|
|
45
|
-
"@babel/runtime": "^7.0.0",
|
|
46
45
|
"asyncbox": "^2.0.2",
|
|
47
46
|
"axios": "^1.x",
|
|
48
47
|
"bluebird": "^3.5.1",
|