appium-uiautomator2-driver 3.7.10 → 3.7.11

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
+ ## [3.7.11](https://github.com/appium/appium-uiautomator2-driver/compare/v3.7.10...v3.7.11) (2024-09-13)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump android driver ([c62ae8c](https://github.com/appium/appium-uiautomator2-driver/commit/c62ae8c632fb343e0d724a444994625c6b9a2f94))
6
+
1
7
  ## [3.7.10](https://github.com/appium/appium-uiautomator2-driver/compare/v3.7.9...v3.7.10) (2024-09-12)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "3.7.10",
3
+ "version": "3.7.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "3.7.10",
9
+ "version": "3.7.11",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.5.2",
13
- "appium-android-driver": "^9.10.0",
13
+ "appium-android-driver": "^9.10.1",
14
14
  "appium-chromedriver": "^5.6.28",
15
15
  "appium-uiautomator2-server": "^7.0.24",
16
16
  "asyncbox": "^3.0.0",
@@ -1208,9 +1208,9 @@
1208
1208
  }
1209
1209
  },
1210
1210
  "node_modules/appium-android-driver": {
1211
- "version": "9.10.0",
1212
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.10.0.tgz",
1213
- "integrity": "sha512-5Yp/mweH7iOGTkxwUlRTMAS3oHbZ3ZGcf6a5Al2xHSv1CFu+7wzduDXg8TeA7pow6hhwmw5izag3jxOc+l9hyg==",
1211
+ "version": "9.10.1",
1212
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.10.1.tgz",
1213
+ "integrity": "sha512-T4WGSjiPbzVpj+ASAoULWs9UIYRPkTEwo7QWLzuUULLfwQv+T7+YotgEYOE2W5toKwQlvp6w+8wVISNQN3liOQ==",
1214
1214
  "license": "Apache-2.0",
1215
1215
  "dependencies": {
1216
1216
  "@appium/support": "^5.0.3",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "3.7.10",
10
+ "version": "3.7.11",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "appium-adb": "^12.5.2",
60
- "appium-android-driver": "^9.10.0",
60
+ "appium-android-driver": "^9.10.1",
61
61
  "appium-chromedriver": "^5.6.28",
62
62
  "appium-uiautomator2-server": "^7.0.24",
63
63
  "asyncbox": "^3.0.0",