appium-xcuitest-driver 4.27.0 → 4.27.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,17 @@
1
+ ## [4.27.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.27.1...v4.27.2) (2023-05-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semver to v7.5.1 ([27a0a0e](https://github.com/appium/appium-xcuitest-driver/commit/27a0a0e2eb86e272eddf6c385a950a3e44b95d02))
7
+
8
+ ## [4.27.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.27.0...v4.27.1) (2023-05-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update package lock ([4836490](https://github.com/appium/appium-xcuitest-driver/commit/4836490a84a05a127040bf882c37f87fc75118ca))
14
+
1
15
  ## [4.27.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.26.0...v4.27.0) (2023-05-11)
2
16
 
3
17
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.27.0",
3
+ "version": "4.27.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.27.0",
9
+ "version": "4.27.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "0.8.7",
13
13
  "appium-idb": "1.6.10",
14
- "appium-ios-device": "2.5.0",
14
+ "appium-ios-device": "2.5.1",
15
15
  "appium-ios-simulator": "5.0.7",
16
16
  "appium-remote-debugger": "9.1.14",
17
17
  "appium-webdriveragent": "4.15.1",
@@ -28,7 +28,7 @@
28
28
  "moment-timezone": "0.5.43",
29
29
  "node-simctl": "7.1.15",
30
30
  "portscanner": "2.2.0",
31
- "semver": "7.5.0",
31
+ "semver": "7.5.1",
32
32
  "source-map-support": "0.5.21",
33
33
  "teen_process": "2.0.2",
34
34
  "ws": "8.13.0"
@@ -49,7 +49,7 @@
49
49
  "@types/chai-as-promised": "7.1.5",
50
50
  "@types/lodash": "4.14.194",
51
51
  "@types/mocha": "10.0.1",
52
- "@types/node": "18.16.7",
52
+ "@types/node": "18.16.8",
53
53
  "@types/portscanner": "2.1.1",
54
54
  "@types/sinon": "10.0.14",
55
55
  "@types/sinon-chai": "3.2.9",
@@ -84,7 +84,7 @@
84
84
  "sinon": "15.0.4",
85
85
  "sinon-chai": "3.7.0",
86
86
  "ts-node": "10.9.1",
87
- "type-fest": "3.9.0",
87
+ "type-fest": "3.10.0",
88
88
  "typescript": "4.9.5",
89
89
  "webdriverio": "8.10.2"
90
90
  },
@@ -1193,6 +1193,39 @@
1193
1193
  "node": ">=v14"
1194
1194
  }
1195
1195
  },
1196
+ "node_modules/@commitlint/is-ignored/node_modules/lru-cache": {
1197
+ "version": "6.0.0",
1198
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1199
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1200
+ "dev": true,
1201
+ "dependencies": {
1202
+ "yallist": "^4.0.0"
1203
+ },
1204
+ "engines": {
1205
+ "node": ">=10"
1206
+ }
1207
+ },
1208
+ "node_modules/@commitlint/is-ignored/node_modules/semver": {
1209
+ "version": "7.5.0",
1210
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
1211
+ "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
1212
+ "dev": true,
1213
+ "dependencies": {
1214
+ "lru-cache": "^6.0.0"
1215
+ },
1216
+ "bin": {
1217
+ "semver": "bin/semver.js"
1218
+ },
1219
+ "engines": {
1220
+ "node": ">=10"
1221
+ }
1222
+ },
1223
+ "node_modules/@commitlint/is-ignored/node_modules/yallist": {
1224
+ "version": "4.0.0",
1225
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
1226
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
1227
+ "dev": true
1228
+ },
1196
1229
  "node_modules/@commitlint/lint": {
1197
1230
  "version": "17.6.3",
1198
1231
  "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.3.tgz",
@@ -2932,9 +2965,9 @@
2932
2965
  }
2933
2966
  },
2934
2967
  "node_modules/@types/node": {
2935
- "version": "18.16.7",
2936
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.7.tgz",
2937
- "integrity": "sha512-MFg7ua/bRtnA1hYE3pVyWxGd/r7aMqjNOdHvlSsXV3n8iaeGKkOaPzpJh6/ovf4bEXWcojkeMJpTsq3mzXW4IQ=="
2968
+ "version": "18.16.8",
2969
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.8.tgz",
2970
+ "integrity": "sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA=="
2938
2971
  },
2939
2972
  "node_modules/@types/normalize-package-data": {
2940
2973
  "version": "2.4.1",
@@ -3909,9 +3942,9 @@
3909
3942
  }
3910
3943
  },
3911
3944
  "node_modules/appium-ios-device": {
3912
- "version": "2.5.0",
3913
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.5.0.tgz",
3914
- "integrity": "sha512-1p0hkwrECQR4O5uxMYxNXB3QPJR7f0KZpH1BeRzADrJ8hPmjk79kBXOtnpfE0zpbsZM/teP71k2N8VemiLJWFg==",
3945
+ "version": "2.5.1",
3946
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.5.1.tgz",
3947
+ "integrity": "sha512-YuQrUul6/LdO9MYRnRRo72Zz2F/0hkvgQC01UNx4DMQS9CWbK3vQIWKXuS3k3t9SKH9FBxcIXFgA5RA7DTcrcw==",
3915
3948
  "dependencies": {
3916
3949
  "@appium/support": "^3.0.0",
3917
3950
  "@babel/runtime": "^7.0.0",
@@ -16094,9 +16127,9 @@
16094
16127
  }
16095
16128
  },
16096
16129
  "node_modules/semver": {
16097
- "version": "7.5.0",
16098
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
16099
- "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
16130
+ "version": "7.5.1",
16131
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
16132
+ "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
16100
16133
  "dependencies": {
16101
16134
  "lru-cache": "^6.0.0"
16102
16135
  },
@@ -17566,15 +17599,18 @@
17566
17599
  }
17567
17600
  },
17568
17601
  "node_modules/type-fest": {
17569
- "version": "3.9.0",
17570
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.9.0.tgz",
17571
- "integrity": "sha512-hR8JP2e8UiH7SME5JZjsobBlEiatFoxpzCP+R3ZeCo7kAaG1jXQE5X/buLzogM6GJu8le9Y4OcfNuIQX0rZskA==",
17602
+ "version": "3.10.0",
17603
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
17604
+ "integrity": "sha512-hmAPf1datm+gt3c2mvu0sJyhFy6lTkIGf0GzyaZWxRLnabQfPUqg6tF95RPg6sLxKI7nFLGdFxBcf2/7+GXI+A==",
17572
17605
  "dev": true,
17573
17606
  "engines": {
17574
17607
  "node": ">=14.16"
17575
17608
  },
17576
17609
  "funding": {
17577
17610
  "url": "https://github.com/sponsors/sindresorhus"
17611
+ },
17612
+ "peerDependencies": {
17613
+ "typescript": ">=4.7.0"
17578
17614
  }
17579
17615
  },
17580
17616
  "node_modules/type-is": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.27.0",
11
+ "version": "4.27.2",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "dependencies": {
71
71
  "@xmldom/xmldom": "0.8.7",
72
72
  "appium-idb": "1.6.10",
73
- "appium-ios-device": "2.5.0",
73
+ "appium-ios-device": "2.5.1",
74
74
  "appium-ios-simulator": "5.0.7",
75
75
  "appium-remote-debugger": "9.1.14",
76
76
  "appium-webdriveragent": "4.15.1",
@@ -87,7 +87,7 @@
87
87
  "moment-timezone": "0.5.43",
88
88
  "node-simctl": "7.1.15",
89
89
  "portscanner": "2.2.0",
90
- "semver": "7.5.0",
90
+ "semver": "7.5.1",
91
91
  "source-map-support": "0.5.21",
92
92
  "teen_process": "2.0.2",
93
93
  "ws": "8.13.0"
@@ -146,7 +146,7 @@
146
146
  "@types/chai-as-promised": "7.1.5",
147
147
  "@types/lodash": "4.14.194",
148
148
  "@types/mocha": "10.0.1",
149
- "@types/node": "18.16.7",
149
+ "@types/node": "18.16.8",
150
150
  "@types/portscanner": "2.1.1",
151
151
  "@types/sinon": "10.0.14",
152
152
  "@types/sinon-chai": "3.2.9",
@@ -181,7 +181,7 @@
181
181
  "sinon": "15.0.4",
182
182
  "sinon-chai": "3.7.0",
183
183
  "ts-node": "10.9.1",
184
- "type-fest": "3.9.0",
184
+ "type-fest": "3.10.0",
185
185
  "typescript": "4.9.5",
186
186
  "webdriverio": "8.10.2"
187
187
  },