appium-xcuitest-driver 4.24.2 → 4.24.3

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
+ ## [4.24.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.24.2...v4.24.3) (2023-04-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency semver to v7.5.0 ([c5e21dc](https://github.com/appium/appium-xcuitest-driver/commit/c5e21dc7e18d734a8c7b9bc48cbe2bb5f00dbf64))
7
+
1
8
  ## [4.24.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.24.1...v4.24.2) (2023-04-21)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.24.2",
3
+ "version": "4.24.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.24.2",
9
+ "version": "4.24.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "0.8.7",
@@ -28,7 +28,7 @@
28
28
  "moment-timezone": "0.5.43",
29
29
  "node-simctl": "7.1.12",
30
30
  "portscanner": "2.2.0",
31
- "semver": "7.4.0",
31
+ "semver": "7.5.0",
32
32
  "source-map-support": "0.5.21",
33
33
  "teen_process": "2.0.2",
34
34
  "ws": "8.13.0"
@@ -209,6 +209,39 @@
209
209
  "npm": ">=8"
210
210
  }
211
211
  },
212
+ "node_modules/@appium/docutils/node_modules/lru-cache": {
213
+ "version": "6.0.0",
214
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
215
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
216
+ "dev": true,
217
+ "dependencies": {
218
+ "yallist": "^4.0.0"
219
+ },
220
+ "engines": {
221
+ "node": ">=10"
222
+ }
223
+ },
224
+ "node_modules/@appium/docutils/node_modules/semver": {
225
+ "version": "7.4.0",
226
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz",
227
+ "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==",
228
+ "dev": true,
229
+ "dependencies": {
230
+ "lru-cache": "^6.0.0"
231
+ },
232
+ "bin": {
233
+ "semver": "bin/semver.js"
234
+ },
235
+ "engines": {
236
+ "node": ">=10"
237
+ }
238
+ },
239
+ "node_modules/@appium/docutils/node_modules/yallist": {
240
+ "version": "4.0.0",
241
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
242
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
243
+ "dev": true
244
+ },
212
245
  "node_modules/@appium/eslint-config-appium": {
213
246
  "version": "8.0.3",
214
247
  "resolved": "https://registry.npmjs.org/@appium/eslint-config-appium/-/eslint-config-appium-8.0.3.tgz",
@@ -383,6 +416,17 @@
383
416
  "url": "https://github.com/sponsors/isaacs"
384
417
  }
385
418
  },
419
+ "node_modules/@appium/support/node_modules/lru-cache": {
420
+ "version": "6.0.0",
421
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
422
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
423
+ "dependencies": {
424
+ "yallist": "^4.0.0"
425
+ },
426
+ "engines": {
427
+ "node": ">=10"
428
+ }
429
+ },
386
430
  "node_modules/@appium/support/node_modules/minimatch": {
387
431
  "version": "5.1.6",
388
432
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
@@ -447,6 +491,25 @@
447
491
  "node": "*"
448
492
  }
449
493
  },
494
+ "node_modules/@appium/support/node_modules/semver": {
495
+ "version": "7.4.0",
496
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz",
497
+ "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==",
498
+ "dependencies": {
499
+ "lru-cache": "^6.0.0"
500
+ },
501
+ "bin": {
502
+ "semver": "bin/semver.js"
503
+ },
504
+ "engines": {
505
+ "node": ">=10"
506
+ }
507
+ },
508
+ "node_modules/@appium/support/node_modules/yallist": {
509
+ "version": "4.0.0",
510
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
511
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
512
+ },
450
513
  "node_modules/@appium/test-support": {
451
514
  "version": "3.0.13",
452
515
  "resolved": "https://registry.npmjs.org/@appium/test-support/-/test-support-3.0.13.tgz",
@@ -15793,9 +15856,9 @@
15793
15856
  }
15794
15857
  },
15795
15858
  "node_modules/semver": {
15796
- "version": "7.4.0",
15797
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz",
15798
- "integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==",
15859
+ "version": "7.5.0",
15860
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
15861
+ "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
15799
15862
  "dependencies": {
15800
15863
  "lru-cache": "^6.0.0"
15801
15864
  },
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.24.2",
11
+ "version": "4.24.3",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -87,7 +87,7 @@
87
87
  "moment-timezone": "0.5.43",
88
88
  "node-simctl": "7.1.12",
89
89
  "portscanner": "2.2.0",
90
- "semver": "7.4.0",
90
+ "semver": "7.5.0",
91
91
  "source-map-support": "0.5.21",
92
92
  "teen_process": "2.0.2",
93
93
  "ws": "8.13.0"