appium-xcuitest-driver 7.24.14 → 7.24.15

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,9 @@
1
+ ## [7.24.15](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.14...v7.24.15) (2024-08-09)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump WDA ([#2451](https://github.com/appium/appium-xcuitest-driver/issues/2451)) ([c1a6413](https://github.com/appium/appium-xcuitest-driver/commit/c1a64138db210e52a54c49e5a654793a282cfc2c))
6
+
1
7
  ## [7.24.14](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.13...v7.24.14) (2024-08-08)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.24.14",
3
+ "version": "7.24.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.24.14",
9
+ "version": "7.24.15",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.5.4",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.0.3",
17
- "appium-webdriveragent": "^8.9.0",
17
+ "appium-webdriveragent": "^8.9.1",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -112,6 +112,18 @@
112
112
  "spdy": "4.0.2"
113
113
  }
114
114
  },
115
+ "node_modules/@appium/base-driver/node_modules/type-fest": {
116
+ "version": "4.23.0",
117
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
118
+ "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
119
+ "license": "(MIT OR CC0-1.0)",
120
+ "engines": {
121
+ "node": ">=16"
122
+ },
123
+ "funding": {
124
+ "url": "https://github.com/sponsors/sindresorhus"
125
+ }
126
+ },
115
127
  "node_modules/@appium/docutils": {
116
128
  "version": "1.0.19",
117
129
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.19.tgz",
@@ -147,6 +159,18 @@
147
159
  "npm": ">=8"
148
160
  }
149
161
  },
162
+ "node_modules/@appium/docutils/node_modules/type-fest": {
163
+ "version": "4.23.0",
164
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
165
+ "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
166
+ "license": "(MIT OR CC0-1.0)",
167
+ "engines": {
168
+ "node": ">=16"
169
+ },
170
+ "funding": {
171
+ "url": "https://github.com/sponsors/sindresorhus"
172
+ }
173
+ },
150
174
  "node_modules/@appium/logger": {
151
175
  "version": "1.6.1",
152
176
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
@@ -259,6 +283,18 @@
259
283
  "sharp": "0.33.4"
260
284
  }
261
285
  },
286
+ "node_modules/@appium/support/node_modules/type-fest": {
287
+ "version": "4.23.0",
288
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
289
+ "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
290
+ "license": "(MIT OR CC0-1.0)",
291
+ "engines": {
292
+ "node": ">=16"
293
+ },
294
+ "funding": {
295
+ "url": "https://github.com/sponsors/sindresorhus"
296
+ }
297
+ },
262
298
  "node_modules/@appium/tsconfig": {
263
299
  "version": "0.3.3",
264
300
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
@@ -290,6 +326,18 @@
290
326
  "npm": ">=8"
291
327
  }
292
328
  },
329
+ "node_modules/@appium/types/node_modules/type-fest": {
330
+ "version": "4.23.0",
331
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
332
+ "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
333
+ "license": "(MIT OR CC0-1.0)",
334
+ "engines": {
335
+ "node": ">=16"
336
+ },
337
+ "funding": {
338
+ "url": "https://github.com/sponsors/sindresorhus"
339
+ }
340
+ },
293
341
  "node_modules/@babel/code-frame": {
294
342
  "version": "7.24.7",
295
343
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
@@ -701,9 +749,9 @@
701
749
  }
702
750
  },
703
751
  "node_modules/@types/node": {
704
- "version": "22.1.0",
705
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz",
706
- "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==",
752
+ "version": "22.2.0",
753
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz",
754
+ "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==",
707
755
  "license": "MIT",
708
756
  "dependencies": {
709
757
  "undici-types": "~6.13.0"
@@ -942,9 +990,9 @@
942
990
  }
943
991
  },
944
992
  "node_modules/appium-remote-debugger": {
945
- "version": "12.0.3",
946
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.0.3.tgz",
947
- "integrity": "sha512-w1bN+f4wmQKDsDdXGIGIouzMqLz9B/AGvaW/rVv+Z16IxZZjVAnOvV3uAt9WStKy62s8vqW8NvPoqDY+mjhYxg==",
993
+ "version": "12.0.4",
994
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.0.4.tgz",
995
+ "integrity": "sha512-veBlvYRgBZOXimxoV5Xv9yK7jCU59AsE2yOc8X3WeJe7BHexQ7V4f6SkDU5ocyvPqTdIsSO8AxEoN0vp4yWTEQ==",
948
996
  "license": "Apache-2.0",
949
997
  "dependencies": {
950
998
  "@appium/base-driver": "^9.0.0",
@@ -963,9 +1011,9 @@
963
1011
  }
964
1012
  },
965
1013
  "node_modules/appium-webdriveragent": {
966
- "version": "8.9.0",
967
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.0.tgz",
968
- "integrity": "sha512-ZU59lm35HJlv9p4Zi5do5wg+DS8QiB4ivr/vllXyq6Sgv1s8I3S9feQ46UlTzPdr8sqqTrQnrgCOK4xNHouLuA==",
1014
+ "version": "8.9.1",
1015
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.1.tgz",
1016
+ "integrity": "sha512-yhXkgE7WGuZLPR/bdp+OamLteTlqgQIjoze7ts/Pq4DXNGT92z5GaXg9kqDx9ulS6eM6M53khIt5n24v59Tbug==",
969
1017
  "license": "Apache-2.0",
970
1018
  "dependencies": {
971
1019
  "@appium/base-driver": "^9.0.0",
@@ -4086,18 +4134,6 @@
4086
4134
  "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
4087
4135
  "license": "0BSD"
4088
4136
  },
4089
- "node_modules/type-fest": {
4090
- "version": "4.23.0",
4091
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
4092
- "integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
4093
- "license": "(MIT OR CC0-1.0)",
4094
- "engines": {
4095
- "node": ">=16"
4096
- },
4097
- "funding": {
4098
- "url": "https://github.com/sponsors/sindresorhus"
4099
- }
4100
- },
4101
4137
  "node_modules/type-is": {
4102
4138
  "version": "1.6.18",
4103
4139
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.24.14",
11
+ "version": "7.24.15",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.5.4",
82
82
  "appium-ios-simulator": "^6.1.7",
83
83
  "appium-remote-debugger": "^12.0.3",
84
- "appium-webdriveragent": "^8.9.0",
84
+ "appium-webdriveragent": "^8.9.1",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",