appium-xcuitest-driver 5.15.0 → 5.16.0

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "5.15.0",
3
+ "version": "5.16.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "5.15.0",
9
+ "version": "5.16.0",
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": "^5.5.1",
16
16
  "appium-remote-debugger": "^10.0.0",
17
- "appium-webdriveragent": "^5.15.5",
17
+ "appium-webdriveragent": "^6.0.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -829,9 +829,9 @@
829
829
  }
830
830
  },
831
831
  "node_modules/@types/node": {
832
- "version": "20.11.10",
833
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.10.tgz",
834
- "integrity": "sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg==",
832
+ "version": "20.11.14",
833
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.14.tgz",
834
+ "integrity": "sha512-w3yWCcwULefjP9DmDDsgUskrMoOy5Z8MiwKHr1FvqGPtx7CvJzQvxD7eKpxNtklQxLruxSXWddyeRtyud0RcXQ==",
835
835
  "dependencies": {
836
836
  "undici-types": "~5.26.4"
837
837
  }
@@ -1064,9 +1064,9 @@
1064
1064
  }
1065
1065
  },
1066
1066
  "node_modules/appium-webdriveragent": {
1067
- "version": "5.15.8",
1068
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.15.8.tgz",
1069
- "integrity": "sha512-LUEoJFP49Jhh6uk1oFRUl/F/cmaLjpwWS6yWJ00+CkUYD6fbVco5JNA5lQJWgRf84Y2OuRkJktSLtcEO5jIjtg==",
1067
+ "version": "6.0.0",
1068
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-6.0.0.tgz",
1069
+ "integrity": "sha512-8uIm6MN3Kv+RBe/yOH2k8wdA5E2yQtoh+GG9Kgf9ZdTF3q5fR2WSmfBkCVVXk6T8/hYJkScBgSbC695Sh6zeIg==",
1070
1070
  "dependencies": {
1071
1071
  "@appium/base-driver": "^9.0.0",
1072
1072
  "@appium/strongbox": "^0.x",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "5.15.0",
11
+ "version": "5.16.0",
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": "^5.5.1",
83
83
  "appium-remote-debugger": "^10.0.0",
84
- "appium-webdriveragent": "^5.15.5",
84
+ "appium-webdriveragent": "^6.0.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",