appium-xcuitest-driver 4.29.1 → 4.29.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,10 @@
1
+ ## [4.29.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.29.1...v4.29.2) (2023-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency appium-webdriveragent to v5.1.4 ([#1682](https://github.com/appium/appium-xcuitest-driver/issues/1682)) ([28026cf](https://github.com/appium/appium-xcuitest-driver/commit/28026cf6ec29e64c79c0efc75f5f0be603e70693))
7
+
1
8
  ## [4.29.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.29.0...v4.29.1) (2023-05-16)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.29.1",
3
+ "version": "4.29.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.29.1",
9
+ "version": "4.29.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "0.8.7",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "2.5.1",
15
15
  "appium-ios-simulator": "5.0.7",
16
16
  "appium-remote-debugger": "9.1.14",
17
- "appium-webdriveragent": "5.0.0",
17
+ "appium-webdriveragent": "5.1.4",
18
18
  "appium-xcode": "5.1.0",
19
19
  "async-lock": "1.4.0",
20
20
  "asyncbox": "2.9.4",
@@ -4006,9 +4006,9 @@
4006
4006
  }
4007
4007
  },
4008
4008
  "node_modules/appium-webdriveragent": {
4009
- "version": "5.0.0",
4010
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.0.0.tgz",
4011
- "integrity": "sha512-kiGBvjYBhu6BDzwKvlvKs+yXzXBL1TLl8Q0xAvEyQeseIOwQ5sfPjsxFSh2MCpvErvEMxdlAwX+qskUu+i+UOw==",
4009
+ "version": "5.1.4",
4010
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.1.4.tgz",
4011
+ "integrity": "sha512-vtLMyr129GVMy9actrMgphDWyZh3fygrQwEBFMAvwWlbfFXp588MQOyeAJt4s1XX8yPSmQBNdPZRgBTqZiYgbg==",
4012
4012
  "dependencies": {
4013
4013
  "@appium/base-driver": "^9.0.0",
4014
4014
  "@appium/support": "^3.0.0",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.29.1",
11
+ "version": "4.29.2",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "appium-ios-device": "2.5.1",
74
74
  "appium-ios-simulator": "5.0.7",
75
75
  "appium-remote-debugger": "9.1.14",
76
- "appium-webdriveragent": "5.0.0",
76
+ "appium-webdriveragent": "5.1.4",
77
77
  "appium-xcode": "5.1.0",
78
78
  "async-lock": "1.4.0",
79
79
  "asyncbox": "2.9.4",