appium-xcuitest-driver 4.21.3 → 4.21.4

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,11 @@
1
+ ## [4.21.4](https://github.com/appium/appium-xcuitest-driver/compare/v4.21.3...v4.21.4) (2023-04-01)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump get-port from 5.1.1 to 6.1.2 ([#1535](https://github.com/appium/appium-xcuitest-driver/issues/1535)) ([ff96d7c](https://github.com/appium/appium-xcuitest-driver/commit/ff96d7cfa209783f58fc053602b7e37889c6241f))
7
+ * Bump rimraf from 3.0.2 to 4.4.1 ([#1536](https://github.com/appium/appium-xcuitest-driver/issues/1536)) ([8dd4515](https://github.com/appium/appium-xcuitest-driver/commit/8dd4515a3f10a090cd49881217fb98903339a786))
8
+
1
9
  ## [4.21.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.21.2...v4.21.3) (2023-04-01)
2
10
 
3
11
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.21.3",
3
+ "version": "4.21.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.21.3",
9
+ "version": "4.21.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "^0.x",
@@ -61,7 +61,7 @@
61
61
  "eslint-plugin-import": "^2.26.0",
62
62
  "eslint-plugin-mocha": "^9.0.0",
63
63
  "eslint-plugin-promise": "^6.0.0",
64
- "get-port": "^5.1.1",
64
+ "get-port": "^6.1.2",
65
65
  "glob": "^8.0.1",
66
66
  "lint-staged": "^13.0.3",
67
67
  "mocha": "^10.0.0",
@@ -72,7 +72,7 @@
72
72
  "pngjs": "^7.0.0",
73
73
  "pre-commit": "^1.1.3",
74
74
  "prettier": "^2.7.1",
75
- "rimraf": "^3.0.2",
75
+ "rimraf": "^4.4.1",
76
76
  "semantic-release": "^20.0.2",
77
77
  "sinon": "^15.0.0",
78
78
  "ts-node": "^10.9.1",
@@ -216,6 +216,39 @@
216
216
  "npm": ">=8"
217
217
  }
218
218
  },
219
+ "node_modules/@appium/support/node_modules/rimraf": {
220
+ "version": "3.0.2",
221
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
222
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
223
+ "dependencies": {
224
+ "glob": "^7.1.3"
225
+ },
226
+ "bin": {
227
+ "rimraf": "bin.js"
228
+ },
229
+ "funding": {
230
+ "url": "https://github.com/sponsors/isaacs"
231
+ }
232
+ },
233
+ "node_modules/@appium/support/node_modules/rimraf/node_modules/glob": {
234
+ "version": "7.2.3",
235
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
236
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
237
+ "dependencies": {
238
+ "fs.realpath": "^1.0.0",
239
+ "inflight": "^1.0.4",
240
+ "inherits": "2",
241
+ "minimatch": "^3.1.1",
242
+ "once": "^1.3.0",
243
+ "path-is-absolute": "^1.0.0"
244
+ },
245
+ "engines": {
246
+ "node": "*"
247
+ },
248
+ "funding": {
249
+ "url": "https://github.com/sponsors/isaacs"
250
+ }
251
+ },
219
252
  "node_modules/@appium/support/node_modules/type-fest": {
220
253
  "version": "3.7.1",
221
254
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.7.1.tgz",
@@ -2956,14 +2989,6 @@
2956
2989
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2957
2990
  }
2958
2991
  },
2959
- "node_modules/node-simctl/node_modules/brace-expansion": {
2960
- "version": "2.0.1",
2961
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
2962
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
2963
- "dependencies": {
2964
- "balanced-match": "^1.0.0"
2965
- }
2966
- },
2967
2992
  "node_modules/node-simctl/node_modules/emoji-regex": {
2968
2993
  "version": "8.0.0",
2969
2994
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
@@ -2987,23 +3012,6 @@
2987
3012
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2988
3013
  }
2989
3014
  },
2990
- "node_modules/node-simctl/node_modules/glob": {
2991
- "version": "9.3.2",
2992
- "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz",
2993
- "integrity": "sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==",
2994
- "dependencies": {
2995
- "fs.realpath": "^1.0.0",
2996
- "minimatch": "^7.4.1",
2997
- "minipass": "^4.2.4",
2998
- "path-scurry": "^1.6.1"
2999
- },
3000
- "engines": {
3001
- "node": ">=16 || 14 >=14.17"
3002
- },
3003
- "funding": {
3004
- "url": "https://github.com/sponsors/isaacs"
3005
- }
3006
- },
3007
3015
  "node_modules/node-simctl/node_modules/is-fullwidth-code-point": {
3008
3016
  "version": "3.0.0",
3009
3017
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -3012,20 +3020,6 @@
3012
3020
  "node": ">=8"
3013
3021
  }
3014
3022
  },
3015
- "node_modules/node-simctl/node_modules/minimatch": {
3016
- "version": "7.4.3",
3017
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
3018
- "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
3019
- "dependencies": {
3020
- "brace-expansion": "^2.0.1"
3021
- },
3022
- "engines": {
3023
- "node": ">=10"
3024
- },
3025
- "funding": {
3026
- "url": "https://github.com/sponsors/isaacs"
3027
- }
3028
- },
3029
3023
  "node_modules/node-simctl/node_modules/npmlog": {
3030
3024
  "version": "6.0.2",
3031
3025
  "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
@@ -3040,23 +3034,6 @@
3040
3034
  "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
3041
3035
  }
3042
3036
  },
3043
- "node_modules/node-simctl/node_modules/rimraf": {
3044
- "version": "4.4.1",
3045
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
3046
- "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
3047
- "dependencies": {
3048
- "glob": "^9.2.0"
3049
- },
3050
- "bin": {
3051
- "rimraf": "dist/cjs/src/bin.js"
3052
- },
3053
- "engines": {
3054
- "node": ">=14"
3055
- },
3056
- "funding": {
3057
- "url": "https://github.com/sponsors/isaacs"
3058
- }
3059
- },
3060
3037
  "node_modules/node-simctl/node_modules/string-width": {
3061
3038
  "version": "4.2.3",
3062
3039
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -3575,33 +3552,56 @@
3575
3552
  }
3576
3553
  },
3577
3554
  "node_modules/rimraf": {
3578
- "version": "3.0.2",
3579
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
3580
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
3555
+ "version": "4.4.1",
3556
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
3557
+ "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
3581
3558
  "dependencies": {
3582
- "glob": "^7.1.3"
3559
+ "glob": "^9.2.0"
3583
3560
  },
3584
3561
  "bin": {
3585
- "rimraf": "bin.js"
3562
+ "rimraf": "dist/cjs/src/bin.js"
3563
+ },
3564
+ "engines": {
3565
+ "node": ">=14"
3586
3566
  },
3587
3567
  "funding": {
3588
3568
  "url": "https://github.com/sponsors/isaacs"
3589
3569
  }
3590
3570
  },
3571
+ "node_modules/rimraf/node_modules/brace-expansion": {
3572
+ "version": "2.0.1",
3573
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
3574
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
3575
+ "dependencies": {
3576
+ "balanced-match": "^1.0.0"
3577
+ }
3578
+ },
3591
3579
  "node_modules/rimraf/node_modules/glob": {
3592
- "version": "7.2.3",
3593
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
3594
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
3580
+ "version": "9.3.2",
3581
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.2.tgz",
3582
+ "integrity": "sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==",
3595
3583
  "dependencies": {
3596
3584
  "fs.realpath": "^1.0.0",
3597
- "inflight": "^1.0.4",
3598
- "inherits": "2",
3599
- "minimatch": "^3.1.1",
3600
- "once": "^1.3.0",
3601
- "path-is-absolute": "^1.0.0"
3585
+ "minimatch": "^7.4.1",
3586
+ "minipass": "^4.2.4",
3587
+ "path-scurry": "^1.6.1"
3602
3588
  },
3603
3589
  "engines": {
3604
- "node": "*"
3590
+ "node": ">=16 || 14 >=14.17"
3591
+ },
3592
+ "funding": {
3593
+ "url": "https://github.com/sponsors/isaacs"
3594
+ }
3595
+ },
3596
+ "node_modules/rimraf/node_modules/minimatch": {
3597
+ "version": "7.4.3",
3598
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
3599
+ "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
3600
+ "dependencies": {
3601
+ "brace-expansion": "^2.0.1"
3602
+ },
3603
+ "engines": {
3604
+ "node": ">=10"
3605
3605
  },
3606
3606
  "funding": {
3607
3607
  "url": "https://github.com/sponsors/isaacs"
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.21.3",
11
+ "version": "4.21.4",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -159,7 +159,7 @@
159
159
  "eslint-plugin-import": "^2.26.0",
160
160
  "eslint-plugin-mocha": "^9.0.0",
161
161
  "eslint-plugin-promise": "^6.0.0",
162
- "get-port": "^5.1.1",
162
+ "get-port": "^6.1.2",
163
163
  "glob": "^8.0.1",
164
164
  "lint-staged": "^13.0.3",
165
165
  "mocha": "^10.0.0",
@@ -170,7 +170,7 @@
170
170
  "pngjs": "^7.0.0",
171
171
  "pre-commit": "^1.1.3",
172
172
  "prettier": "^2.7.1",
173
- "rimraf": "^3.0.2",
173
+ "rimraf": "^4.4.1",
174
174
  "semantic-release": "^20.0.2",
175
175
  "sinon": "^15.0.0",
176
176
  "ts-node": "^10.9.1",