appium-xcuitest-driver 4.32.11 → 4.32.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.32.12](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.11...v4.32.12) (2023-07-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency appium-idb to v1.6.13 ([9f0f26c](https://github.com/appium/appium-xcuitest-driver/commit/9f0f26c7da9ea3ca6a099afa6e00d82cec3cb2d1))
7
+
1
8
  ## [4.32.11](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.10...v4.32.11) (2023-07-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.32.11",
11
+ "version": "4.32.12",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -69,7 +69,7 @@
69
69
  "types": "./build/index.d.ts",
70
70
  "dependencies": {
71
71
  "@xmldom/xmldom": "0.8.8",
72
- "appium-idb": "1.6.12",
72
+ "appium-idb": "1.6.13",
73
73
  "appium-ios-device": "2.5.3",
74
74
  "appium-ios-simulator": "5.1.0",
75
75
  "appium-remote-debugger": "9.1.16",
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "devDependencies": {
134
134
  "@appium/docutils": "0.4.3",
135
- "@appium/eslint-config-appium": "8.0.3",
135
+ "@appium/eslint-config-appium": "8.0.4",
136
136
  "@appium/eslint-config-appium-ts": "0.3.1",
137
137
  "@appium/test-support": "3.0.17",
138
138
  "@appium/tsconfig": "0.3.0",
@@ -151,8 +151,8 @@
151
151
  "@types/sinon": "10.0.15",
152
152
  "@types/sinon-chai": "3.2.9",
153
153
  "@types/teen_process": "2.0.0",
154
- "@typescript-eslint/eslint-plugin": "5.60.1",
155
- "@typescript-eslint/parser": "5.60.1",
154
+ "@typescript-eslint/eslint-plugin": "5.61.0",
155
+ "@typescript-eslint/parser": "5.61.0",
156
156
  "appium": "2.0.0-rc.2",
157
157
  "axios": "1.4.0",
158
158
  "chai": "4.3.7",