appium-uiautomator2-driver 2.28.0 → 2.28.1

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.28.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.28.0...v2.28.1) (2023-06-23)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump appium-adb version ([#632](https://github.com/appium/appium-uiautomator2-driver/issues/632)) ([2897505](https://github.com/appium/appium-uiautomator2-driver/commit/28975051d10dbaf5316a60ab3ed237dd4edb2d4c))
7
+
1
8
  ## [2.28.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.27.0...v2.28.0) (2023-06-22)
2
9
 
3
10
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.28.0",
9
+ "version": "2.28.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
- "appium-adb": "^9.11.5",
13
+ "appium-adb": "^9.13.1",
14
14
  "appium-android-driver": "^5.14.0",
15
15
  "appium-chromedriver": "^5.3.1",
16
16
  "appium-uiautomator2-server": "^5.12.0",
@@ -659,6 +659,10 @@
659
659
  "@types/node": "*"
660
660
  }
661
661
  },
662
+ "node_modules/@types/http-errors": {
663
+ "version": "2.0.1",
664
+ "license": "MIT"
665
+ },
662
666
  "node_modules/@types/jsftp": {
663
667
  "version": "2.1.2",
664
668
  "license": "MIT",
@@ -762,9 +766,10 @@
762
766
  }
763
767
  },
764
768
  "node_modules/@types/serve-static": {
765
- "version": "1.15.1",
769
+ "version": "1.15.2",
766
770
  "license": "MIT",
767
771
  "dependencies": {
772
+ "@types/http-errors": "*",
768
773
  "@types/mime": "*",
769
774
  "@types/node": "*"
770
775
  }
@@ -910,7 +915,7 @@
910
915
  }
911
916
  },
912
917
  "node_modules/appium-adb": {
913
- "version": "9.13.0",
918
+ "version": "9.13.1",
914
919
  "license": "Apache-2.0",
915
920
  "dependencies": {
916
921
  "@appium/support": "^4.0.0",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.28.0",
10
+ "version": "2.28.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -57,7 +57,7 @@
57
57
  ],
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.0.0",
60
- "appium-adb": "^9.11.5",
60
+ "appium-adb": "^9.13.1",
61
61
  "appium-android-driver": "^5.14.0",
62
62
  "appium-chromedriver": "^5.3.1",
63
63
  "appium-uiautomator2-server": "^5.12.0",