appium-uiautomator2-driver 2.12.5 → 2.12.6

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
+ ## [2.12.6](https://github.com/appium/appium-uiautomator2-driver/compare/v2.12.5...v2.12.6) (2023-02-22)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump android-driver ([77b3120](https://github.com/appium/appium-uiautomator2-driver/commit/77b3120d03c6d8e275f0a43c6f322c79619d5fb6))
7
+
1
8
  ## [2.12.5](https://github.com/appium/appium-uiautomator2-driver/compare/v2.12.4...v2.12.5) (2023-02-21)
2
9
 
3
10
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.12.5",
3
+ "version": "2.12.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.12.5",
9
+ "version": "2.12.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "appium-adb": "^9.10.14",
14
- "appium-android-driver": "^5.8.7",
14
+ "appium-android-driver": "^5.8.10",
15
15
  "appium-chromedriver": "^5.2.16",
16
16
  "appium-uiautomator2-server": "^5.7.2",
17
17
  "asyncbox": "^2.3.1",
@@ -1259,14 +1259,14 @@
1259
1259
  }
1260
1260
  },
1261
1261
  "node_modules/appium-adb/node_modules/lru-cache": {
1262
- "version": "7.16.1",
1262
+ "version": "7.17.0",
1263
1263
  "license": "ISC",
1264
1264
  "engines": {
1265
1265
  "node": ">=12"
1266
1266
  }
1267
1267
  },
1268
1268
  "node_modules/appium-android-driver": {
1269
- "version": "5.8.9",
1269
+ "version": "5.8.10",
1270
1270
  "license": "Apache-2.0",
1271
1271
  "dependencies": {
1272
1272
  "@babel/runtime": "^7.0.0",
@@ -1298,7 +1298,7 @@
1298
1298
  }
1299
1299
  },
1300
1300
  "node_modules/appium-android-driver/node_modules/lru-cache": {
1301
- "version": "7.16.1",
1301
+ "version": "7.17.0",
1302
1302
  "license": "ISC",
1303
1303
  "engines": {
1304
1304
  "node": ">=12"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.12.5",
10
+ "version": "2.12.6",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "appium-adb": "^9.10.14",
61
- "appium-android-driver": "^5.8.7",
61
+ "appium-android-driver": "^5.8.10",
62
62
  "appium-chromedriver": "^5.2.16",
63
63
  "appium-uiautomator2-server": "^5.7.2",
64
64
  "asyncbox": "^2.3.1",